Ngx Formly Versions Save

📝 JSON powered / Dynamic forms for Angular

v6.0.0-rc.1

1 year ago

To upgrade from 5.0 to 6.0 see UPGRADE-6.0

Bug Fixes

v5.12.6

1 year ago

Bug Fixes

v6.0.0-rc.0

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

v6.0.0-beta.3

1 year 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

v5.12.5

1 year ago

Bug Fixes

  • core: detect changes when focusing a repeatable field (#3347) (5f600c2), closes #3344

v5.12.4

1 year 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

v6.0.0-beta.2

1 year ago

Bug Fixes

v5.12.3

1 year 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

v6.0.0-beta.1

1 year ago

Bug Fixes

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

v6.0.0-beta.0

1 year 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