Skip to content

Commit caf44da

Browse files
authored
Update CHANGELOG.md
Add some extra notes to the latest release since there are some gotchas.
1 parent d859707 commit caf44da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#### :rocket: Enhancement
1010
* [#526](https://github.com/appuniversum/ember-appuniversum/pull/526) Add support for hiding the pagination in the `AuDataTable` component ([@Windvis](https://github.com/Windvis))
1111
* [#525](https://github.com/appuniversum/ember-appuniversum/pull/525) Resolve action helper/modifier deprecations ([@Windvis](https://github.com/Windvis))
12+
* ⚠️ This change also removed our `ember-data-table` dependency. If your app imports one of the mixins from that package, be sure it's part of your app's own dependency list.
13+
1214
* [#524](https://github.com/appuniversum/ember-appuniversum/pull/524) Add a `@newTab` argument to the `AuLinkExternal` component ([@Windvis](https://github.com/Windvis))
1315
* [#514](https://github.com/appuniversum/ember-appuniversum/pull/514) Add a `au-u-height-full` utility ([@Windvis](https://github.com/Windvis))
1416
* [#512](https://github.com/appuniversum/ember-appuniversum/pull/512) Add support for ember-concurrency v4 and ember-power-select v8 ([@Windvis](https://github.com/Windvis))
@@ -22,6 +24,7 @@
2224
* [#521](https://github.com/appuniversum/ember-appuniversum/pull/521) Update to eslint 9 ([@Windvis](https://github.com/Windvis))
2325
* [#517](https://github.com/appuniversum/ember-appuniversum/pull/517) Update to inputmask v5.0.9 ([@Windvis](https://github.com/Windvis))
2426
* [#516](https://github.com/appuniversum/ember-appuniversum/pull/516) Remove our ember-template-tag TS workaround ([@Windvis](https://github.com/Windvis))
27+
* ⚠️ If you run into issues after updating, be sure that `babel-plugin-ember-template-compilation` is on v2.3.0+. You can check this by running `npm ls babel-plugin-ember-template-compilation`. `npm upgrade babel-plugin-ember-template-compilation` should work, but you might need to regenerate your lock file if it doesn't.
2528

2629
#### Committers: 1
2730
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))

0 commit comments

Comments
 (0)