0.21.0 Breaking Changes - SAP/fundamental-ngx GitHub Wiki
-
InputGroupNumberComponenthas been removed from the library. UseStepInputComponentas its functional successor.
-
LoadingSpinnerComponenthas been removed from the library. UseBusyIndicatorComponentas its functional successor.
-
[backgroundImage]has been deprecated. Use[image]instead. - No longer support for content transclusion using
<ng-content>
-
[multiInputMobileConfig]has been renamed to[mobileConfig] - To provide dialog config for Mobile Mode use
MobileModeConfig.dialogConfigand pass it as a part of[mobileConfig]="mobileConfig"
- To provide dialog config for Mobile Mode use
MobileModeConfig.dialogConfigand pass it as a part of[mobileConfig]="mobileConfig"
- To provide dialog config for Mobile Mode use
MobileModeConfig.dialogConfigand pass it as a part of[mobileConfig]="mobileConfig"
Table - #2819
Table has been heavily refactored to match Fiori 3. Here are the changes for the Angular library
-
fdColumnSortabledeprecated, along with associated input[sortDir] -
[noBorderX]and[noBorderY]inputs added to table, table header, table body, and table cells. Set totrueto disable borders. -
fd-table-footerdirective added -
[activable]and[hoverable]inputs added to rows and cells - Compact and condensed modes added to table (see examples)
-
fd-table-status-indicatordirective added for semantic highlighting of rows - Pop-in mobile and tablet modes added
placeholder is no longer hidden and is now an Input. Default stays the same
time-i18n.ts file has been removed, there are no seconds/minutes/hours placeholder anymore, because of design change. Period naming is moved to time-i18n-labels.ts
See documentation for additional examples such as using the table with a toolbar, with pagination, etc.