Ember Test Selectors Versions Save

Enabling better element selectors in Ember.js tests

v6.0.0

2 years ago

:boom: Breaking Change

  • #764 Remove deprecated automatic attribute binding (@Turbo87)
  • #756 Drop support for Node.js 10 (@Turbo87)
  • #757 Remove support for ember-cli-babel v5 (@Turbo87)
  • #759 Stop testing on non-LTS Ember releases before v3.24 (@Turbo87)
  • #758 Remove deprecated TransformTestSelectorParamsToHashPairs transform (@Turbo87)

:house: Internal

Committers: 1

v5.5.0

2 years ago

:rocket: Enhancement

  • #751 Deprecate TransformTestSelectorParamsToHashPairs transform (@Turbo87)
  • #752 Deprecate ember-cli-babel v5.x support (@Turbo87)

:memo: Documentation

:house: Internal

Committers: 1

v5.4.0

2 years ago

:rocket: Enhancement

  • #742 Fix caching warnings when running under Embroider (@rwjblue)

Committers: 1

v5.3.0

2 years ago

:rocket: Enhancement

  • #720 Resolve class based transform deprecation (@chancancode)
  • #721 Add patchClassicComponent option to avoid deprecation warnings (@mydea)

Committers: 2

v5.2.0

2 years ago

:rocket: Enhancement

Committers: 1

v5.1.0

2 years ago

v5.1.0 (2021-05-07)

:rocket: Enhancement

  • #700 Convert class based template compilation plugin to functional style (@Turbo87)

:house: Internal

Committers: 1

v5.0.0

3 years ago

This release drops support for Ember.js versions below v3.8 due to an update of ember-cli-htmlbars which did the same. Other than that, no further breaking changes are contained in the release.

:boom: Breaking Change

  • #527 Bump ember-cli-htmlbars from 4.3.1 to 5.1.2 (@marcoow)

:rocket: Enhancement

  • #587 bind-data-test-attributes: Avoid deprecated getWithDefault() call (@Turbo87)

:memo: Documentation

  • #588 Update Node.js and Ember.js support documentation (@Turbo87)

Committers: 2

v4.1.0

3 years ago

:rocket: Enhancement

  • #521 Ensure test selector stripping works for inline template compilation and co-located components (@rwjblue)

Committers: 1

v4.0.0

4 years ago

:boom: Breaking Change

:house: Internal

Committers: 1

v3.0.0

4 years ago

:boom: Breaking Change

The main breaking changes in this major release are dropping support for older Ember.js, Ember CLI and Node.js versions. The v3.x series will have the following minimum requirements:

  • Ember.js 2.16 or above
  • Ember CLI 2.14 or above
  • Node.js 8 or above
  • #341 Adjust Ember.js support range to 2.16+ (@Turbo87)
  • #338 Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin (@Turbo87)
  • #337 Drop support for Node.js 4 and 6 (@Turbo87)

:rocket: Enhancement

:bug: Bug Fix

  • #359 Revert "Use setupPreprocessorRegistry() hook to register HTMLBars AST plugin" (@Turbo87)

:memo: Documentation

:house: Internal

Committers: 3