Skip to content

Releases: san650/ember-cli-page-object

v1.17.9

18 Oct 18:25

Choose a tag to compare

This release fixes a regression introduced in v1.17.8, which broke jquery when using contains(

Community Contributions

  • #553 fix: Contains should use synthetic -jquery over jquery import @Alonski

v1.17.8

13 Oct 21:10

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

Choose a tag to compare

Community Contributions

v1.17.6

07 Feb 11:25

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

Choose a tag to compare

Community Contributions

v2.0.0-beta.1

06 Jan 21:05

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

Community Contributions

v1.17.4

22 Nov 16:14

Choose a tag to compare

Community Contributions

v1.17.3

01 Jul 06:26

Choose a tag to compare

Community Contributions

v1.17.2

21 Apr 21:34

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

Choose a tag to compare

Community Contributions