-
Notifications
You must be signed in to change notification settings - Fork 137
0.34.0 Breaking Changes
N1XUS edited this page Nov 25, 2021
·
17 revisions
Tabs component PR #6940
- Now tabs reflow based on ResizeObserver class instead of window resize event. As a fallback for old browsers which are not supporting ResizeObserver, it will fallback to window resize event.
Form container component / Form generator component PR #7243
-
labelLayoutinput property of thefdp-form-groupcomponent is now deprecated in favor oflabelColumnLayout,fieldColumnLayout,gapColumnLayoutinput properties - Form generator now supports grouping of the fields. Any ungrouped form field will be stored under
ungroupedgroup of the form. This is also applied to the Wizard generator. UsegetFormControl(form, controlName)method of theFormGeneratorServiceto easily get needed control.