Skip to content

v22.1.0

Choose a tag to compare

@Phil147 Phil147 released this 22 Jul 07:43
· 58 commits to main since this release
Immutable release. Only release title and notes can be modified.

v22 schematics fixed

There was an issue that ng-packagr blocked nested package.jsons which declares the schematics as commonjs which meant that the schematics on 22.0.0 would fail. This is fixed now and you can run ng update @allianz/ng-aquila now. If you already have v22 installed you can run ng update @allianz/ng-aquila --migrate-only --from=21 --to=22 to just run the schematics.

Bug Fixes 🐛

  • forms: mark form as touched when move out of group (4a528af)
  • grid: prevent nopadding grid from overflowing padded parent (30fe379)
  • grid: respect nopadding on container query grids (953a35f)
  • mask: render initial value written before mask init (276924c)
  • multi-select: correct select-all state & a11y with pre-selected disabled options (e4a0747)
  • update stackblitz dependencies after major release (dc4ad5e)

Documentation 📚

  • add version 22 to release plan (5734283)

Features ✨

  • file-uploader: implement A1 design (438a150)
  • header: add showDivider input to app title and actions (d5605c6)
  • label, formfield: add info icon into label (c26c41d)
  • multi-select: shows badge count on A1 (7f40064)