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.3.0 Latest Release

Published by github-actions[bot] 9 months ago

Features

Bug Fixes

  • core: handle clone of Uint8Array instance (0566430), closes #3850
  • json-schema: handled nested key for uniqueItems (0f67d89), closes #3842
  • json-schema: pass a valid model value for oneOf in array type (d597c00), closes #3805
  • material: ensure textarea is working with Angular v17 hydration (e61880e), closes #3824
  • primeng: add missing appendTo property to select type (c07e6d6), closes #3809
ngx-formly - v6.2.2

Published by github-actions[bot] 12 months ago

Bug Fixes

  • bootstrap: update multicheckbox aria attr in input tag (#3793) (c78462a)
  • core: fix array remove for array of oneOf (88449e0), closes #3794

Performance Improvements

  • core: optimize execution time of field expressions (6acf797), closes #3799

Special Thanks

  • @aitboudad, @dev-kanishk, @rpw1
ngx-formly - v6.2.1

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • core: disable detect local fields inside wrappers (22b21d8), closes #3572

Performance Improvements

  • core: disable update TreeValidity during the build step (3f65fb4), closes #3791
  • core: remove detectChanges call in asyn validator (b0b9a09), closes #3791
  • core: set the asyncValidators when async validators are present (#3792) (d825cff), closes #3791

Special Thanks

  • @dev-kanishk, @aitboudad
ngx-formly - v6.2.0

Published by github-actions[bot] about 1 year ago

Features

Bug Fixes

  • core: add warning when passing invalid type for required prop (0bf7676), closes #3756
  • core: update onInit hook type definition (0b7c553), closes #3722
  • json-schema: allow scientific notation in number type (4d67c3e), closes #3757
  • json-schema: fix uniqueItems validator for object (c8b59b3), closes #3764
  • json-schema: support dependencies for oneOf with mixed type (a9d8676), closes #3749
  • json-schema: support oneOf with array mixed type (bcf930b), closes #3769 #3785
  • material: use correct CSS class for form field required marker (#3763) (8ac1683)

Note: If you use Formly Json-schema, please ensure to add enum to validationMessages config:

@NgModule({
  imports: [
    FormlyModule.forRoot({
      validationMessages: [
+       { name: 'enum', message: `must be equal to one of the allowed values` },
      ],
    }),
  ],
})
export class AppModule {}

Special Thanks

@alvarolb, @json-derulo, @rpw1, @rammba, @aitboudad

ngx-formly - v6.1.8

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • core: allow createComponent type in testing (cf22bed), closes #3700
  • core: detect changes when field is focused (9861d6f)
  • core: set a default value to FieldType::field property (817431a), closes #3700
ngx-formly - v6.1.7

Published by github-actions[bot] over 1 year ago

Bug Fixes

ngx-formly - v6.1.6

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • core: detect formState changes on all fields (db584f8), closes #3680
ngx-formly - v6.1.5

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • core: delegate FormArray creation to FieldArrayType only (7d02313), closes #3576
  • core: supports nested model assign in expressions (74b3b69), closes #3667 #3664
  • schematics: add module import to root module (ea959be), closes #3638
ngx-formly - v6.1.4

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • core: ensure disabled prop is working for field without key (#3665) (1dd5c6e), closes #3657
  • core: ensure observe prop is defined before calling defineProperty (#3666) (d8cafc8), closes #3631
  • core: select options pipe has wrong return types (0ff64bc)
  • material: add panelClass to mat-select props (#3634) (9b28fc0)
ngx-formly - v6.1.3

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • material: add DisplayWith to Slider default value (6ec558c)
ngx-formly - v6.1.2

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • core: allow Observable in validator message (2d6ddfa), closes #3601
  • core: handle unchanged emitted model immutable mode (601ddd3), closes #3584
  • kendo: update peer dependencies (#3592) (ecbbe55), closes #3571
  • material: fix typo "ng-containe" -> "ng-container" (e262fbf)
  • material: update assign DisplayWith in Slider type (e76e243), closes #3574
  • material: use same reference for adding and removing event listener (22c2ec1)
ngx-formly - v6.1.1

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • core: ensure the model is a valid array for FieldArrayType (f1add09), closes #3561
  • material: add subscriptSizing support for FormField (8e6114a), closes #3559
  • material: add support of text prefix / suffix (2779cd2), closes #3556
  • material: fix select overlay position (611a02f), closes #3563
  • material: support thumb label in slider type (8239de2), closes #3560
ngx-formly - 6.1.0

Published by aitboudad almost 2 years ago

Features

  • add Angular v15 support (#3510) (6b131b1)

  • add support of MatLegacyFormFieldModule (use package: @ngx-formly/material-legacy) (#3494)

Bug Fixes

  • core: hide empty formly-field element (4713038), closes #3516
  • kendo: take account of passing custom wrapper (bcce565), closes #3553
  • material: make slider compatible with v15 (2466a5e), closes #3503
  • material: set default color for mat-form-field (78b9a90), closes #3532

Special Thanks

@jackcw, @aitboudad.

ngx-formly - v6.0.4

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

Bug Fixes

  • core: handle component destroy error (8e93d4c)
  • core: import error in rxjs v6 (7f2cd96), closes #3513
ngx-formly - v6.0.3

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

Bug Fixes

  • core: detect changes of connected fields in array type (#3507) (734b79d), closes #3409
  • core: detect changes of observable expressions (#3508) (4246126), closes #3444
  • core: improve handling expression updates (5418152), closes #3505
  • core: support disabled radio option in Angular v15 (#3509) (70099ca), closes #3504
ngx-formly - v6.0.2

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

Bug Fixes

  • json-schema: fix uniqueItems validator (eb7c122)
  • json-schema: ignore optional array in minItems validator (#3485) (71a921a)
  • json-schema: skip populate array default value for optional array (#3486) (d63af4a)
ngx-formly - v6.0.1

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

Bug Fixes

  • json-schema: retrieve other field value from f.model (#3441) (c282cde), closes #3438
  • kendo: remove duplicate formControl directive in input type (276487f), closes #3435
ngx-formly - 5.12.7

Published by aitboudad about 2 years ago

Bug Fixes

  • core: detect change of expressionChanges in formlySelectOptions (9f729d3), closes #3420
ngx-formly - v6.0.0-rc.2

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

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Bug Fixes

  • core: detect changes of formState (bd00fa1), closes #3388
  • nativescript: remove usage of deprecated module (ae3f927), closes #3385
ngx-formly - v6.0.0-rc.1

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

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Bug Fixes

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