-
Notifications
You must be signed in to change notification settings - Fork 133
0.21.0 Breaking Changes
salarenko edited this page Aug 20, 2020
·
8 revisions
-
InputGroupNumberComponent
has been removed from the library. UseStepInputComponent
as its functional successor.
-
LoadingSpinnerComponent
has been removed from the library. UseBusyIndicatorComponent
as 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.dialogConfig
and pass it as a part of[mobileConfig]="mobileConfig"
- To provide dialog config for Mobile Mode use
MobileModeConfig.dialogConfig
and pass it as a part of[mobileConfig]="mobileConfig"
- To provide dialog config for Mobile Mode use
MobileModeConfig.dialogConfig
and 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
-
fdColumnSortable
deprecated, along with associated input[sortDir]
-
[noBorderX]
and[noBorderY]
inputs added to table, table header, table body, and table cells. Set totrue
to disable borders. -
fd-table-footer
directive added -
[activable]
and[hoverable]
inputs added to rows and cells - Compact and condensed modes added to table (see examples)
-
fd-table-status-indicator
directive 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.