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 byfield
instance
Features
- bootstrap: change
add-on::onClick
callback signature (f063d2b), closes #2617 - bootstrap: update bootstrap to v5 (#2846) (6130804)
- core: add helper function to get the field by key (#3040) (43cce72), closes #2854
- core: allow passing function to fieldArray (#3014) (ed4ec31), closes #2809 #1882
- core: Allow passing model to updateInitialValue (#3022) (81e8f82), closes #2943
- material: add calendarHeaderComponent input for datepicker (#2871) (bc172ad), closes #2814
- material: add label position input to toggle type (#3013) (30e83a2), closes #3006
- material: add slider missing inputs (#2873) (015c25f), closes #2110
- material: add typeaheadDebounceInterval input for select (#2872) (f3b8137), closes #2649
- material: pass field to suffix/prefix material template (#3023) (1fcbb03), closes #2895
- upgrade to angular v13 (#3062) (7dbfdec), closes #3053 #3049 #2701 #2958