Skip to content

0.21.0 Breaking Changes

salarenko edited this page Aug 20, 2020 · 8 revisions

Input Group Number

  • InputGroupNumberComponent has been removed from the library. Use StepInputComponent as its functional successor.

Loading Spinner

  • LoadingSpinnerComponent has been removed from the library. Use BusyIndicatorComponent as its functional successor.

Avatar

  • [backgroundImage] has been deprecated. Use [image] instead.
  • No longer support for content transclusion using <ng-content>

Multi Input

  • [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"

Select

  • To provide dialog config for Mobile Mode use MobileModeConfig.dialogConfig and pass it as a part of [mobileConfig]="mobileConfig"

Menu

  • 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 to true 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

TimePicker

placeholder is no longer hidden and is now an Input. Default stays the same

Time and Time Picker

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.

Clone this wiki locally