ngx-formly

πŸ“ JSON powered / Dynamic forms for Angular

MIT License

Downloads
694.6K
Stars
2.8K
Committers
94

Bot releases are visible (Hide)

ngx-formly - v6.0.0-next.7

Published by github-actions[bot] over 2 years ago

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)
ngx-formly - v5.10.30

Published by aitboudad over 2 years ago

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
ngx-formly - v5.10.29

Published by aitboudad almost 3 years ago

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
ngx-formly - v5.10.28

Published by aitboudad almost 3 years ago

Bug Fixes

ngx-formly - v5.10.27

Published by aitboudad almost 3 years ago

Bug Fixes

ngx-formly - v6.0.0-next.6

Published by github-actions[bot] almost 3 years ago

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
ngx-formly - v5.10.26

Published by aitboudad almost 3 years ago

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
ngx-formly - v5.10.25

Published by aitboudad almost 3 years ago

Bug Fixes

  • core: handle TemplateRef clone (#3067) (8e1ba9f), closes #2574
  • material: assign prefix to templateOptions instead of field (ecca5d3), closes #3074
ngx-formly - v6.0.0-next.5

Published by github-actions[bot] almost 3 years ago

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Bug Fixes

ngx-formly - v6.0.0-next.4

Published by github-actions[bot] almost 3 years ago

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
ngx-formly - v5.10.24

Published by aitboudad almost 3 years ago

Bug Fixes

ngx-formly - v5.10.23

Published by aitboudad about 3 years ago

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

Bug Fixes

ngx-formly - v5.10.22

Published by aitboudad over 3 years ago

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
ngx-formly - v5.10.21

Published by aitboudad over 3 years ago

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
ngx-formly - v5.10.20

Published by aitboudad over 3 years ago

Bug Fixes

ngx-formly - v5.10.19

Published by aitboudad over 3 years ago

Bug Fixes

  • core: ensure validators key is defined on build (#2820) (51300c8), closes #2818
  • json-schema: do not override widget.formlyConfig.key (#2807) (69140f0)
  • json-schema: resolve recursive schema when using widget (#2827) (055c268), closes #2823
  • json-schema: take account of optional object with required props (#2817) (6a97932), closes #2752
  • material: allow passing aria-label to mat-select (#2828) (f26d7e2), closes #2821
ngx-formly - v5.10.18

Published by aitboudad over 3 years ago

Bug Fixes

ngx-formly - v5.10.17

Published by aitboudad over 3 years ago

Bug Fixes

  • schematics: handle not found project (af27dee)
ngx-formly - v5.10.16

Published by aitboudad over 3 years ago

Bug Fixes

ngx-formly - v6.0.0-next.1

Published by aitboudad over 3 years ago

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

⚠ BREAKING CHANGES

  • Formly v6 now requires Angular Version >= 11
  • core: The checkExpressionOn option is set to modelChange instead of changeDetectionCheck
  • core: The resetFieldOnHide option is enabled by default
  • core: The lazyRender option is enabled by default
  • core: The initial value of the created FormControl has been changed from null to
    undefined to match the field model value.
  • core: The defaultValue for fieldGroup and fieldArray has been removed.

Features

  • core: add @ngx-formly/core/testing package (24f503c)
  • core: add support for inline type (#2759) (b17ed07), closes #2707 #2086
  • core: allow omit formly-field element (#2761) (6bdda2e), closes #2710 #2756
  • core: allow control resetOnHide for a specific field (#2721) (9630043)
  • ng-zorro-antd: add ui-ng-zorro-antd (3912c86)
  • core: add type of templateOptions accessor "to" (#2745) (e3a4d2f)
  • core: add v6 migration guide (#2716) (89586c9)
  • core: allow pass already grouped structure to select opti… (#2091) (b5dee42), closes #1580
  • core: allow passing observable for expression asyncValidators (#1849) (c0ba5a1)
  • core: avoid unnecessary model changes for group/array type (#1901) (632daef)
  • core: check expression on change only (#2743) (62b51d2)
  • core: expose build, detectChanges and checkExpressions in options (#2328) (d75574b), closes #1773 #1583
  • core: lazy render hidden fields by default (#2720) (f7853f8)
  • core: remove deprecated hook methods (#2347) (b90acec)
  • core: remove deprecated template manipulators (b00192e)
  • core: switch to OnPush change detection (#2317) (810f306)
  • json-schema: map 'boolean', 'string', 'number', 'integer', 'enum' types (#2232) (505f75f)
  • material: mat-hint alignment support (#2646) (e60eec3), closes #2494
  • material: simplify extending custom field type (#2742) (25dcd14)
  • upgrade to Angular 9 (#2316) (d161bbc)
  • upgrade to angular v11 (#2741) (9badb35)
  • core: remove deprecated methods and configs (#1665) (229e3e4)
  • core: remove v5.5 deprecations (#1842) (3f3e23b)
  • core: use undefined as defaultValue for control to match the model (#1917) (3f66480), closes #1861
  • bootstrap: move types into separate entry points (9142412)
  • ionic: move types into separate entry points (#1570) (2a0563d)
  • kendo: move types into separate entry points (#1569) (1d9ef8e)
  • ng-zorro-antd: move types into separate entry points (7f27173)
  • primeng: calendar support (#2615) (ec6ec71)
  • primeng: move types into separate entry points (#1568) (73d277b)

Bug Fixes

  • sync v5 branch (ba2c384)
  • core: detect changes of formState and on rebuild (#2335) (0beaaef)
  • core: skip emitting modelChange on inputs changes (414cda3)
  • material: removed double tag closing in datepicker type (#2327) (153a596)
Package Rankings
Top 0.81% on Npmjs.org
Top 6.75% on Proxy.golang.org
Badges
Extracted from project README
Npm version Downloads Gitter Build Status Twitter Gitpod ready-to-code
Related Projects