v22.1.0
·
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)