Skip to content

Release 3.7.0

Latest
Compare
Choose a tag to compare
@Windvis Windvis released this 12 Nov 14:52
· 14 commits to master since this release

🚀 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.