Skip to content

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:

  • gapSize input replaced with fdLayoutGridColOffset
  • nogap replaced with noGap
  • 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.

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">
Clone this wiki locally