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 - v5.12.6

Published by aitboudad over 2 years ago

Bug Fixes

ngx-formly - v6.0.0-rc.0

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

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Features

  • kendo: update peerDependencies to Angular v13 (735b8e5)

Bug Fixes

  • core: add Angular 14 compatibility (e1b9141), closes #3340
  • core: sync fieldGroup length on FieldArrayType remove (8da376c), closes #3353
  • material: remove usage of form-field deep import path (#3359) (f0a7acf)
ngx-formly - v6.0.0-beta.3

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

⚠ BREAKING CHANGES

  • primeng: datepicker type has been removed from FormlyPrimeNGModule, use FormlyDatepickerModule instead.
import { FormlyDatepickerModule } from '@ngx-formly/primeng/datepicker';

@NgModule({
  imports: [
      ...
      FormlyDatepickerModule,
  ],
})
export class AppModule {}

Bug Fixes

  • core: fixed FieldArrayTypeConfig props declaration (#3342) (7f02170), closes #3341
  • core: handle passing undefined to select options pipe (#3326) (2299818), closes #3325
  • primeng: remove datepicker from main module (fb623be), closes #3339
ngx-formly - v5.12.5

Published by aitboudad over 2 years ago

Bug Fixes

  • core: detect changes when focusing a repeatable field (#3347) (5f600c2), closes #3344
ngx-formly - v5.12.4

Published by aitboudad over 2 years ago

Bug Fixes

  • core: detect validation message changes in expressionProperties (#3330) (c7692d9), closes #3317
  • core: trigger validation in ArrayType on field update (#3328) (90ef367), closes #3327

Performance Improvements

ngx-formly - v6.0.0-beta.2

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

Bug Fixes

ngx-formly - v5.12.3

Published by aitboudad over 2 years ago

Bug Fixes

  • bootstrap: updates dirty state before modelChange in multicheckbox (1ea4463), closes #3302
  • core: keep display: none for hidden fields when lazyRender is true (cc10cb9), closes #3313
  • material: add null check for datepicker errors property (9fcabef), closes #3315
ngx-formly - v6.0.0-beta.1

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

Bug Fixes

  • schematics: use v6.0.0-beta (47f08f5)
ngx-formly - v6.0.0-beta.0

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

🌱 READY FOR TESTING

Your feedback is important at this stage before going to stable release, our intention is to move to RC release within 1 or 2 weeks.
From now we'll focus on documentation and bug fixing.

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

⚠ BREAKING CHANGES

  • bootstrap: To customize style of bootstrap types rely on formly-wrapper-form-field instead of the following selectors:
    • formly-wrapper-addons
    • formly-field-checkbox
    • formly-field-input
    • formly-field-multicheckbox
    • formly-field-radio
    • formly-field-select
    • formly-field-textarea

Features

  • add typings for Formly UI types (#3303) (8f9d9aa), closes #3242
  • bootstrap: support floating labels (7c4c64c), closes #3265
  • core: add preset module to enable form config re-use (#3256) (597f5fa), closes #3208
  • core: allow passing component to the field definition (#3239) (d6bff72), closes #2077
  • core: allow passing wrapper component to the field definition (#3240) (b56e4be), closes #2077
  • core: deprecate expressionProperties in favor of expressions (4df05ce), closes #2853
  • core: deprecate templateOptions in favor of props (6e9d949), closes #2853
  • json-schema: rely on minItems to pre-populate array default value (#3263) (4943c78), closes #3246

Bug Fixes

  • core: remove additionalProps from FormlyFieldProps interface (#3295) (05891df), closes #3242
  • material: detect changes of datepicker opened property (#3275) (30f45fd), closes #3257

Special Thanks

@MaxKless, @aitboudad

ngx-formly - v5.12.2

Published by aitboudad over 2 years ago

Performance Improvements

  • core: avoid rebuild all fields on FieldArray update (#3301) (2f17e73)
ngx-formly - v5.12.1

Published by aitboudad over 2 years ago

Bug Fixes

  • core: emit valueChanges when fieldArray length is decreasing (#3279) (169bc62), closes #3250
  • core: improve eval array notation in expressions (#3278) (17c0bd6), closes #3264
ngx-formly - v5.12.0

Published by aitboudad over 2 years ago

Bug Fixes

Features

ngx-formly - v5.11.2

Published by aitboudad over 2 years ago

Bug Fixes

  • core: allow override typing for field property in FieldArrayType (#3230) (3aa5537), closes #3218
ngx-formly - v6.0.0-next.9

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

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

⚠ BREAKING CHANGES

  • core: minimal required version of @angular/forms is v13.2.

Features

  • core: enable initialValueIsDefault for all fields (#3219) (3388a9a)
  • core: introduce priority to sort extensions (#3203) (6ecf382)
  • core: partial support strict mode (#3217) (ecc3ee1)
  • core: change Formly internal extensions priority to <=-1 (#3226) (9885067)
  • kendo: use the new formfield layout (#3220) (f49dd7e), closes #2511

Bug Fixes

  • core: remove OnPush change detection in wrappers (#3227) (b507a51), closes #3207
  • core: removes usage of deprecated ComponentFactoryResolver (#3225) (21905b1)
  • core: update validation messages signature (#3206) (e6d309e), closes #3201

Special Thanks

@MaxKless, @aitboudad

ngx-formly - v5.11.1

Published by aitboudad over 2 years ago

Bug Fixes

  • core: mark FieldType::defaultOptions as optional (c71d799)
ngx-formly - v5.11.0

Published by aitboudad over 2 years ago

Features

ngx-formly - v6.0.0-next.8

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

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

Published by aitboudad over 2 years ago

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

Published by aitboudad over 2 years ago

Bug Fixes

  • core: keep disabled state of field group consistent (#3163) (d4e4758), closes #3160
ngx-formly - v5.10.31

Published by aitboudad over 2 years ago

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)
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