-
Notifications
You must be signed in to change notification settings - Fork 137
0.23.0 Breaking Changes
Inna Atanasova edited this page Oct 21, 2020
·
6 revisions
Popover #3570
remove deprecated method isDropdown
Input Group #3573
remove deprecated input buttonType from input group
Layout Grid #3640
Layout grid has been reworked entirely. It is no longer a series of components but rather directives. Here are a few other details:
-
gapSizeinput replaced withfdLayoutGridColOffset -
nogapreplaced withnoGap - responsiveness is achieved by setting individual sizes for each of the following:
fdLayoutGridCol fdLayoutGridColMd fdLayoutGridColLg fdLayoutGridColXl - individual rows can be set with the
fdLayoutGridRowdirective.
Bar, DateTime Picker, Dialog #3662
In Bar component the Input property cosy was renamed to cozy for consistency with other components and Fiori 3 naming. Affected components: DateTime Picker, Dialog (footer and header).
Before:
<div fd-bar barDesign="footer" [cosy]="!compact">
Now:
<div fd-bar barDesign="footer" [cozy]="!compact">