🌱 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 ofexpressions
(4df05ce), closes #2853 - core: deprecate
templateOptions
in favor ofprops
(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