Skip to content

Releases: ngx-formly/ngx-formly

v5.10.27

11 Dec 11:49
Compare
Choose a tag to compare

Bug Fixes

v6.0.0-next.6

06 Dec 15:01
Compare
Choose a tag to compare
v6.0.0-next.6 Pre-release
Pre-release

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Bug Fixes

  • core: emit valueChanges when FormControl value changes (#3079) (4bd37b8), closes #3076

v5.10.26

06 Dec 14:15
Compare
Choose a tag to compare

Bug Fixes

  • core: improve detecting changes when using Function in expression (#3080) (73551ee), closes #2993
  • json-schema: take account of oneOf model change (#3077) (1cbdc3e), closes #3059
  • json-schema: take account of undefined value for integer type (#3078) (7bdd137), closes #3075

v6.0.0-next.5

04 Dec 22:52
Compare
Choose a tag to compare
v6.0.0-next.5 Pre-release
Pre-release

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Bug Fixes

v5.10.25

04 Dec 23:08
Compare
Choose a tag to compare

Bug Fixes

  • core: handle TemplateRef clone (#3067) (8e1ba9f), closes #2574
  • material: assign prefix to templateOptions instead of field (ecca5d3), closes #3074

v6.0.0-next.4

01 Dec 18:17
Compare
Choose a tag to compare
v6.0.0-next.4 Pre-release
Pre-release

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

⚠ BREAKING CHANGES

  • Formly v6 now requires Angular Version >= 13
  • bootstrap: Bootstrap v4 support is removed in favor of v5
  • bootstrap: The two first argument of onClick handler has been replaced by field instance

Features

Bug Fixes

  • core: improve detection changes of templateOptions props (#2971) (5996c90), closes #2961

v5.10.24

30 Nov 19:54
Compare
Choose a tag to compare

Bug Fixes

v5.10.23

22 Sep 23:37
Compare
Choose a tag to compare

Back to work πŸš€πŸš€πŸš€!

Bug Fixes

v5.10.22

10 Jul 22:41
Compare
Choose a tag to compare

Bug Fixes

  • core: allow overriding the default build-in html attributes (#2915) (a20df51), closes #2908
  • core: improve parse array notation in expression property (#2924) (05d714f), closes #2916
  • core: improve stream source comparison of expressionProperties (#2923) (ce1ca29), closes #2922
  • core: set aria-hidden to required marker (#2913) (2d70d9f), closes #2887
  • core: take account of previously disabled control (#2910) (65c8a95), closes #2907
  • json-schema: handle array type without items keyword (#2914) (6cb40ec), closes #2884
  • json-schema: take account of empty model in required expr (#2904) (22451d9), closes #2898
  • material: support passing long error message (#2912) (32fac5b), closes #2892

v5.10.21

01 Jun 09:34
Compare
Choose a tag to compare

Bug Fixes

  • json-schema: improve validation of multipleOf with decimal numbers (#2869) (faece37), closes #2863
  • json-schema: support passing widget with $ref definition (#2870) (fee312d), closes #2865