Releases: appuniversum/ember-appuniversum
Releases · appuniversum/ember-appuniversum
Release 3.7.0
🚀 Enhancement
-
#526 Add support for hiding the pagination in the
AuDataTable
component (@Windvis) -
#525 Resolve action helper/modifier deprecations (@Windvis)
⚠️ This change also removed ourember-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.
-
#524 Add a
@newTab
argument to theAuLinkExternal
component (@Windvis) -
#512 Add support for ember-concurrency v4 and ember-power-select v8 (@Windvis)
🐛 Bug Fix
🏠 Internal
- #522 Update to the Ember v5.12 blueprint (@Windvis)
- #521 Update to eslint 9 (@Windvis)
- #517 Update to inputmask v5.0.9 (@Windvis)
- #516 Remove our ember-template-tag TS workaround (@Windvis)
⚠️ If you run into issues after updating, be sure thatbabel-plugin-ember-template-compilation
is on v2.3.0+. You can check this by runningnpm 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.- If you use ember-template-imports, it's likely that you need v4+ as well.
Release 3.6.0
Release 3.5.0
Release 3.4.2
Release 3.4.1
Release 3.4.0
🚀 Enhancement
- #487 [Experimental] Add icon components (@Windvis)
- #481 [Experimental] Add support for using components as icons (@piemonkey)
🏠 Internal
Committers: 2
- Sam Van Campenhout (@Windvis)
- @piemonkey
Release 3.3.1
Release 3.3.0
Release 3.2.0
Release 3.1.0
🚀 Enhancement
- #469 Add an
isOpenInitially
argument to theAuAccordion
component (@Windvis) - #464
AuLoader
updates (@Windvis) - #465 Fix the responsive flex utilities (@Windvis)
🐛 Bug Fix
🏠 Internal
- #468 Replace the
@zestia/ember-auto-focus
addon with a simple custom modifier (@Windvis)⚠️ If you are using the{{auto-focus}}
modifier, be sure to check that you have@zestia/ember-auto-focus
installed in your app as well. You might have accidentally been depending on the one bundled with ember-appuniversum.
- #463 Partial TypeScript conversion (@Windvis)
Committers: 1
- Sam Van Campenhout (@Windvis)