|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | + |
| 4 | +## v7.0.0 (2024-07-25) |
| 5 | + |
| 6 | +#### :boom: Breaking Change |
| 7 | +* [#1258](https://github.com/mainmatter/ember-test-selectors/pull/1258) Remove support for Node.js 12, 14 and 16 ([@Turbo87](https://github.com/Turbo87)) |
| 8 | + |
| 9 | +#### :rocket: Enhancement |
| 10 | +* [#1220](https://github.com/mainmatter/ember-test-selectors/pull/1220) Remove Glimmer AST Deprecation ([@jrjohnson](https://github.com/jrjohnson)) |
| 11 | +* [#1213](https://github.com/mainmatter/ember-test-selectors/pull/1213) Add support for `ember-cli-babel` v8 ([@bertdeblock](https://github.com/bertdeblock)) |
| 12 | + |
| 13 | +#### :bug: Bug Fix |
| 14 | +* [#1212](https://github.com/mainmatter/ember-test-selectors/pull/1212) Fix support for `ember-cli-babel` v7 ([@bertdeblock](https://github.com/bertdeblock)) |
| 15 | + |
| 16 | +#### :house: Internal |
| 17 | +* [#1257](https://github.com/mainmatter/ember-test-selectors/pull/1257) CI: Add Node.js 18 and 20 to the test matrix ([@Turbo87](https://github.com/Turbo87)) |
| 18 | +* [#1256](https://github.com/mainmatter/ember-test-selectors/pull/1256) CI: Disable floating Ember.js test scenarios ([@Turbo87](https://github.com/Turbo87)) |
| 19 | +* [#889](https://github.com/mainmatter/ember-test-selectors/pull/889) renovate: Update `pnpm` version automatically ([@Turbo87](https://github.com/Turbo87)) |
| 20 | +* [#670](https://github.com/mainmatter/ember-test-selectors/pull/670) Add Embroider's test-setup package ([@thoov](https://github.com/thoov)) |
| 21 | +* [#847](https://github.com/mainmatter/ember-test-selectors/pull/847) Use `prettier` for code formatting ([@Turbo87](https://github.com/Turbo87)) |
| 22 | +* [#846](https://github.com/mainmatter/ember-test-selectors/pull/846) CI: Run ember-try scenarios in parallel ([@Turbo87](https://github.com/Turbo87)) |
| 23 | +* [#845](https://github.com/mainmatter/ember-test-selectors/pull/845) Add `ember-auto-import` and `webpack` dev dependencies ([@Turbo87](https://github.com/Turbo87)) |
| 24 | +* [#844](https://github.com/mainmatter/ember-test-selectors/pull/844) Enable optional Ember.js features ([@Turbo87](https://github.com/Turbo87)) |
| 25 | +* [#754](https://github.com/mainmatter/ember-test-selectors/pull/754) Use `pnpm` package manager ([@Turbo87](https://github.com/Turbo87)) |
| 26 | +* [#761](https://github.com/mainmatter/ember-test-selectors/pull/761) CI: Use new yarn cache in `setup-node` action ([@oscard0m](https://github.com/oscard0m)) |
| 27 | + |
| 28 | +#### Committers: 6 |
| 29 | +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) |
| 30 | +- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson)) |
| 31 | +- Marco Otte-Witte ([@marcoow](https://github.com/marcoow)) |
| 32 | +- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m)) |
| 33 | +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
| 34 | +- Travis Hoover ([@thoov](https://github.com/thoov)) |
| 35 | + |
3 | 36 | ## v6.0.0 (2021-07-05)
|
4 | 37 |
|
5 | 38 | #### :boom: Breaking Change
|
|
0 commit comments