Skip to content

Releases: san650/ember-cli-page-object

v1.17.8

13 Oct 21:10
Compare
Choose a tag to compare

This release fixes a regression introduced in v1.17, when contains( stopped taking into account a hidden text. For more details see #514 (comment)

Community Contributions

v1.17.7

11 Feb 00:21
Compare
Choose a tag to compare

Community Contributions

v1.17.6

07 Feb 11:25
Compare
Choose a tag to compare

Community Contributions

  • #535 update ember deprecate( usages to use for and since options @ro0gr

v1.17.5

24 Jan 21:28
Compare
Choose a tag to compare

Community Contributions

v2.0.0-beta.1

06 Jan 21:05
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Community Contributions

v1.17.4

22 Nov 16:14
Compare
Choose a tag to compare

Community Contributions

v1.17.3

01 Jul 06:26
Compare
Choose a tag to compare

Community Contributions

v1.17.2

21 Apr 21:34
Compare
Choose a tag to compare

The most noticeable change in this release, is that we've removed deprecations for findElement and findElementWithAssert. The deprecation was a bit premature, since new finders have been just introduced in v1.17. So we have to provide some time to validate new finders before deprecating old ones.

In order to ease out migration to new finders, please check out find-one codemod.

Community Contributions

  • #502 Remove findElement(withAssert) deprecations for now @ro0gr
  • #501 Forward to master "Fallback to acceptance tests" @ro0gr
  • #500 Work-around failing engines for globby on CI @ro0gr

v1.17.1

06 Apr 13:17
Compare
Choose a tag to compare

Community Contributions

v1.16.3

19 Apr 20:19
Compare
Choose a tag to compare

There was an issue identified by @vsergiu93, which prevented a test suite to mix moduleFor* and setupTest* tests in a single test suite, in case if injectTestHelpers are used. This release contains a fix for that.

Community Contributions

#499 Fallback to acceptance tests @ro0gr