Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 2, 2020
1 parent cc0ac0d commit 2733395
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v5.0.0 (2020-09-02)

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](https://github.com/simplabs/ember-test-selectors/pull/527) Bump ember-cli-htmlbars from 4.3.1 to 5.1.2 ([@marcoow](https://github.com/marcoow))

#### :rocket: Enhancement
* [#587](https://github.com/simplabs/ember-test-selectors/pull/587) bind-data-test-attributes: Avoid deprecated `getWithDefault()` call ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#588](https://github.com/simplabs/ember-test-selectors/pull/588) Update Node.js and Ember.js support documentation ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v4.1.0 (2020-05-07)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-test-selectors",
"version": "4.1.0",
"version": "5.0.0",
"description": "Enabling better Test selectors in Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2733395

Please sign in to comment.