0.23.0 Breaking Changes - SAP/fundamental-ngx GitHub Wiki
#3570
Popoverremove deprecated method isDropdown
#3573
Input Groupremove deprecated input buttonType
from input group
#3640
Layout GridLayout grid has been reworked entirely. It is no longer a series of components but rather directives. Here are a few other details:
gapSize
input replaced withfdLayoutGridColOffset
nogap
replaced withnoGap
- responsiveness is achieved by setting individual sizes for each of the following:
fdLayoutGridCol fdLayoutGridColMd fdLayoutGridColLg fdLayoutGridColXl
- individual rows can be set with the
fdLayoutGridRow
directive.
#3662
Bar, DateTime Picker, DialogIn 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">