Ember Cli Page Object Versions Save

This ember-cli addon eases the construction of page objects on your acceptance and integration tests

v2.0.0-beta.6

1 year ago

Community Contributions

  • #581: internal: fix action context
  • #595 fix: getters signature types @ro0gr
  • #597 internal: use getter instead of isDescriptor data structure
  • #606 improve visitable error message - @ro0gr
  • #607 remove url argument from create( @ro0gr
  • #608 throw for "comma-separated-selectors" @ro0gr
  • #609 throw for "string-property" in definition @ro0gr
  • #610 docs: add migration guide page

v1.17.12

1 year ago

Community Contributions

  • #586 fix Ember.assign( deprecation @olenderhub
  • #601 types: support disabled synthetic imports @ro0gr

v2.0.0-beta.5

1 year ago

Community Contributions

  • #593 Fix jQuery detection when @ember/jquery is only an indirect dependency @Frank3K
  • #582 fix jquery related typings @artemgurzhii

v1.17.11

1 year ago

Community Contributions

  • #582 fix jquery related typings @artemgurzhii

v1.17.10

1 year ago

This release contains several dependency upgrades and documentation fixes

Community Contributions

  • #555 Update the names of the find methods for collection @DingoEatingFuzz
  • #574 Updated ember-cli-babel to ^7.26.1 @cah-brian-gantzler
  • other dependabot upgrades #561, #570
  • #552 Switch to GH Actions @ro0gr

v2.0.0-beta.4

1 year ago

Community Contributions

  • #576 Convert to v2 addon @SergeAstapov
  • #579 migrate to pnpm @ro0gr

v2.0.0-beta.3

2 years ago

Community Contributions

  • #560 upgrade to [email protected] @ro0gr @jrjohnson
  • #563 get rid of deprecated "$appName/test-support" imports @ro0gr
  • #565 restore RFC268 adapter as a default @ro0gr
  • #564 [Breaking] Remove moduleFor adapters @ro0gr
  • #556 Add embroider compatibility @ro0gr

v2.0.0-beta.2

2 years ago

Community Contributions

  • #504, #537, #558 pull changes from v1 @ro0gr
  • #510 extract alias utils from "helpers" @ro0gr
  • #523 Drop using of EmberArray in favour of native array @ro0gr
  • #526 remove legacy collection @ro0gr
  • #527 get rid of ember assert @ro0gr
  • #531 Simplify jquery handling @ro0gr
  • #532 get rid of ember isPresent( @ro0gr
  • #536 use object spread over the Ember assign(
  • #542 Reimplement deprecate @ro0gr
  • #543 reduce deprecations @ro0gr

v1.17.9

2 years ago

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

2 years ago

This release fixes a regression introduced in v1.17, when contains( stopped taking into account a hidden text. For more details see https://github.com/san650/ember-cli-page-object/issues/514#issuecomment-763913539

Community Contributions

  • #547 fix: Revert native contains property @Alonski