Skip to content

Releases: appuniversum/ember-appuniversum

Release 3.7.0

12 Nov 14:52
Compare
Choose a tag to compare

🚀 Enhancement

  • #526 Add support for hiding the pagination in the AuDataTable component (@Windvis)

  • #525 Resolve action helper/modifier deprecations (@Windvis)

    • ⚠️ 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.
  • #524 Add a @newTab argument to the AuLinkExternal component (@Windvis)

  • #514 Add a au-u-height-full utility (@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 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.
    • If you use ember-template-imports, it's likely that you need v4+ as well.

Release 3.6.0

06 Sep 13:22
Compare
Choose a tag to compare

🚀 Enhancement

  • #508 Accessibility update / Tested for frontend-subsidiepunt (@Dietr)

🐛 Bug Fix

Committers: 2

Release 3.5.0

05 Sep 11:09
Compare
Choose a tag to compare

🚀 Enhancement

  • #497 [AuButton] deprecate the default loading message (@Windvis)

🐛 Bug Fix

🏠 Internal

Release 3.4.2

14 May 12:50
Compare
Choose a tag to compare

🐛 Bug Fix

  • #492 Resolve some issues with babel-plugin-ember-template-compilation v2.2.2+ (@Windvis)

🏠 Internal

Release 3.4.1

27 Mar 16:42
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

Release 3.4.0

25 Mar 12:11
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

Committers: 2

Release 3.3.1

12 Mar 10:21
Compare
Choose a tag to compare

🐛 Bug Fix

  • #479 Fix incompatibilities between some AuModal arguments (@Windvis)

Committers: 1

Release 3.3.0

12 Mar 08:50
Compare
Choose a tag to compare

🚀 Enhancement

  • #476 Add support for displaying multiple modals at the same time (@Rahien)

🏠 Internal

Committers: 2

Release 3.2.0

29 Feb 11:00
Compare
Choose a tag to compare

🚀 Enhancement

  • #473 Add a @centered argument to the AuLoader component (@Windvis)

🏠 Internal

Committers: 1

Release 3.1.0

16 Feb 14:37
Compare
Choose a tag to compare

🚀 Enhancement

🐛 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