Releases: san650/ember-cli-page-object
Releases · san650/ember-cli-page-object
v2.3.1
v2.3.0
v2.2.3
v2.2.2
v2.2.1
v2.2.0
This release is focused on removing the majority of jQuery usages in the codebase in a backward-compatible way. The next step is to get rid of jQuery dependency in the finders space(#567).
Community Contributions
🚀 Enhancement
- #628 get rid of jQuery
:visible
and:hidden
pseudo selectors @ro0gr - #624 fail fast if no callback passed to the
getter(
@ro0gr - #618 get rid of
$.attr(
@ro0gr - #629 get rid of
$.text(
@ro0gr - #632 get rid of
$.param(
@pomm0 - #633 get rid of
$.val(
@ro0gr - #635 get rid of
$.prop(
@ro0gr