To upgrade from 5.0 to 6.0 see UPGRADE-6.0
⚠ BREAKING CHANGES
- ionic: minimal required version of
@ionic/angular
isv6
, check Ionic datetime upgrade
Features
- bootstrap: remove usage of inline-styles in addons (#3153) (3e80086), closes #2496
- core: use minLength, maxLength for message validations (#3164) (74e8dd5), closes #1896
- ionic: update peerDependencies to v6 (3e66e69)
- ionic: use modal for datetime type (1c2e4a8)
- json-schema: support oneOf for non-object type (#3152) (17bdf07), closes #2528
Bug Fixes
- core: detect changes when building a child field (#3151) (7d17f20)
- core: do not emit
modelChange
when a field without key changes (#3154) (95f5cd2) - core: ignore passing empty string to field key (#3193) (33e8a8a), closes #3175
- ng-zorro-antd: add missing change event for select and radio type (#3197) (eca28f7)
- testing: build field on createField::setInputs call (#3150) (e0e0243)