Skip to content

Releases: san650/ember-cli-page-object

v2.1.0

02 Aug 19:40

Choose a tag to compare

Community Contributions

🚀 Enhancement

  • #596 introduce better getter error handling @ro0gr

🐛 Bug Fix

🏠 Internal

v2.0.0

05 Mar 23:09

Choose a tag to compare

In the update to "ember-cli-page-object" v2.x, we've cleaned up the codebase from legacy APIs and added support for modern ember versions(4+). Embroider is also supported now! Some APIs are removed to simplify internals and unlock the path forward for new features. In case of migration issues related to the tests codebase, please follow the v1.x deprecations guide.

We've also completely removed support for the old ember moduleFor flavored tests. If you have migrated to the "@ember/test-helpers" already, it's unlikely you will need additional code changes, to perform upgrade to the v2.x of "ember-cli-page-object". However, if your codeabse still uses some async/await unaware page object actions, you may find the exlicit-async codemod helpful.

To support Embroider, we also had to upgrade to the "ember-auto-import@^2.0.0", which means that any consumer of this library should have "ember-auto-import@^2.0.0" installed. For upgrade instructions, please check "ember-auto-import" README.

Community Contributions

💥 Breaking change

🐛 Bug Fix

🏠 Internal

📝 Documentation

  • #610 docs: add migration guide page

v2.0.0-beta.6

04 Mar 14:42

Choose a tag to compare

v2.0.0-beta.6 Pre-release
Pre-release

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

27 Nov 11:17

Choose a tag to compare

Community Contributions

v2.0.0-beta.5

19 Nov 15:07

Choose a tag to compare

v2.0.0-beta.5 Pre-release
Pre-release

Community Contributions

v1.17.11

16 Oct 12:17

Choose a tag to compare

Community Contributions

v1.17.10

05 Sep 07:43

Choose a tag to compare

This release contains several dependency upgrades and documentation fixes

Community Contributions

v2.0.0-beta.4

30 Jul 22:42

Choose a tag to compare

v2.0.0-beta.4 Pre-release
Pre-release

Community Contributions

v2.0.0-beta.3

30 Jan 17:22

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release

Community Contributions

v2.0.0-beta.2

04 Jan 22:00

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release

Community Contributions