|
1 | 1 | # Ember Paper Changelog |
2 | 2 |
|
| 3 | +## Release (2025-11-13) |
| 4 | + |
| 5 | +ember-paper 1.0.0-beta.38 (major) |
| 6 | + |
| 7 | +#### :boom: Breaking Change |
| 8 | +* `ember-paper` |
| 9 | + * [#1323](https://github.com/adopted-ember-addons/ember-paper/pull/1323) update ember basic dropdown and power select and drop support for Ember < 3.28 ([@mansona](https://github.com/mansona)) |
| 10 | + * [#1324](https://github.com/adopted-ember-addons/ember-paper/pull/1324) update toast-hammer to new modifier and drop support for Ember < 3.24 ([@mansona](https://github.com/mansona)) |
| 11 | + * [#1301](https://github.com/adopted-ember-addons/ember-paper/pull/1301) allow full-screen snapshots ([@mansona](https://github.com/mansona)) |
| 12 | + |
| 13 | +#### :rocket: Enhancement |
| 14 | +* `ember-paper` |
| 15 | + * [#1332](https://github.com/adopted-ember-addons/ember-paper/pull/1332) Add support for Ember v5.x ([@mansona](https://github.com/mansona)) |
| 16 | + * [#1331](https://github.com/adopted-ember-addons/ember-paper/pull/1331) fix owner-inject deprecation ([@mansona](https://github.com/mansona)) |
| 17 | + * [#1330](https://github.com/adopted-ember-addons/ember-paper/pull/1330) Add support for Ember v4.x ([@mansona](https://github.com/mansona)) |
| 18 | + * [#1326](https://github.com/adopted-ember-addons/ember-paper/pull/1326) fix ensure-safe-component deprecation ([@mansona](https://github.com/mansona)) |
| 19 | + * [#1325](https://github.com/adopted-ember-addons/ember-paper/pull/1325) stop using @ember/string loc function ([@mansona](https://github.com/mansona)) |
| 20 | + * [#1322](https://github.com/adopted-ember-addons/ember-paper/pull/1322) Fix ember-global and get-with-default deprecations ([@mansona](https://github.com/mansona)) |
| 21 | + * [#1321](https://github.com/adopted-ember-addons/ember-paper/pull/1321) remove ember-composability-tools ([@mansona](https://github.com/mansona)) |
| 22 | + |
| 23 | +#### :house: Internal |
| 24 | +* `ember-paper` |
| 25 | + * [#1333](https://github.com/adopted-ember-addons/ember-paper/pull/1333) fix the select demo ([@mansona](https://github.com/mansona)) |
| 26 | + * [#1329](https://github.com/adopted-ember-addons/ember-paper/pull/1329) update ember-code-snippet ([@mansona](https://github.com/mansona)) |
| 27 | + * [#1328](https://github.com/adopted-ember-addons/ember-paper/pull/1328) fix computed-property override deprecation in tests ([@mansona](https://github.com/mansona)) |
| 28 | + * [#1327](https://github.com/adopted-ember-addons/ember-paper/pull/1327) run no-implicit-this codemod on tests ([@mansona](https://github.com/mansona)) |
| 29 | + * [#1290](https://github.com/adopted-ember-addons/ember-paper/pull/1290) ci: adds no deprecations workflow ([@matthewhartstonge](https://github.com/matthewhartstonge)) |
| 30 | + * [#1316](https://github.com/adopted-ember-addons/ember-paper/pull/1316) chore(deps): updates to `release-plan@^0.11.0`. ([@matthewhartstonge](https://github.com/matthewhartstonge)) |
| 31 | + * [#1294](https://github.com/adopted-ember-addons/ember-paper/pull/1294) chore: remove events mixin. ([@matthewhartstonge](https://github.com/matthewhartstonge)) |
| 32 | + * [#1308](https://github.com/adopted-ember-addons/ember-paper/pull/1308) chore(tests/dummy/app/controllers/catalog): stabilises catalog contacts. ([@matthewhartstonge](https://github.com/matthewhartstonge)) |
| 33 | + * [#1307](https://github.com/adopted-ember-addons/ember-paper/pull/1307) fix lint-to-the-future dashboard build ([@mansona](https://github.com/mansona)) |
| 34 | + * [#1296](https://github.com/adopted-ember-addons/ember-paper/pull/1296) Add percy ([@mansona](https://github.com/mansona)) |
| 35 | + |
| 36 | +#### Committers: 2 |
| 37 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 38 | +- Matthew Hartstonge ([@matthewhartstonge](https://github.com/matthewhartstonge)) |
| 39 | + |
3 | 40 | ## Release (2024-11-13) |
4 | 41 |
|
5 | 42 | ember-paper 1.0.0-beta.37 (major) |
|
0 commit comments