Skip to content

Releases: ngx-formly/ngx-formly

v5.11.0

13 Mar 14:38
Compare
Choose a tag to compare

Features

v6.0.0-next.8

22 Feb 21:46
Compare
Choose a tag to compare
v6.0.0-next.8 Pre-release
Pre-release

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

⚠ BREAKING CHANGES

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)

v5.10.33

22 Feb 12:42
Compare
Choose a tag to compare

Bug Fixes

  • bootstrap: support disable a specific multicheckbox option (#3192) (bed082f), closes #3184
  • core: use host listener to catch custom change events (#3196) (f7831c8), closes #2353
  • material: prioritize matDatepickerParse error over required (#3195) (8c9a397), closes #3190

v5.10.32

05 Feb 22:36
Compare
Choose a tag to compare

Bug Fixes

  • core: keep disabled state of field group consistent (#3163) (d4e4758), closes #3160

v5.10.31

27 Jan 12:53
Compare
Choose a tag to compare

Bug Fixes

  • core: call change callback after formControl update (#3155) (f07e13b)
  • core: ignore handle attr by formlyAttributes if already set (#3156) (3ee0164), closes #2532

Performance Improvements

  • core: remove unnecessary validation calls during the build step (#3157) (3bf8760)

v6.0.0-next.7

23 Jan 22:39
Compare
Choose a tag to compare
v6.0.0-next.7 Pre-release
Pre-release

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

⚠ BREAKING CHANGES

  • nativescript: minimal required version of @nativescript/angular is v13.

Features

Bug Fixes

  • core: detect fields input changes after the first render (#3146) (61b17f8)
  • core: detect formControl status changes (#3136) (da76615), closes #3123
  • core: update field component instance used in onPopulate (#3145) (179c2ec), closes #2285
  • upgrade: update incorrect spread operator in upgrade docs (#3102) (7e1ad6e)

v5.10.30

23 Jan 21:57
Compare
Choose a tag to compare

Bug Fixes

  • core: optimize emitted valueChanges for fieldArray items (#3143) (6b95b50), closes #3130
  • material: fix invalid ARIA attributes in MultiCheckbox type (#3144) (ca44093), closes #3004

v5.10.29

13 Jan 11:58
Compare
Choose a tag to compare

Bug Fixes

  • core: detect validation message changes in expressions (84581bc), closes #3104
  • json-schema: improve detecting oneOf selected item for object & array (b71dabe)
  • json-schema: improve handling oneOf array select change (c11334a), closes #3124

v5.10.28

08 Jan 13:07
Compare
Choose a tag to compare

Bug Fixes

v5.10.27

11 Dec 11:49
Compare
Choose a tag to compare

Bug Fixes