appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Ember 5.12 deprecations #511

Closed Windvis closed 1 week ago

Windvis commented 1 month ago

It seems some of our AuDataTable components use the {{action}} modifier which is deprecated. We should update our usage so we don't block the v6 update.

Windvis commented 2 weeks ago

It seems we don't define classic actions in our own components and they all come from the ember-data-table base classes. We should either finish #498 or fix this in the v2 branch of ember-data-table.

Windvis commented 2 weeks ago

Made a PR to fix some of the upstream issues: https://github.com/mu-semtech/ember-data-table/pull/36

That should allow us to remove {{action}} here as well.