github SAP/fundamental-ngx v0.50.0

latest releases: v0.50.1-rc.3, v0.50.1-rc.2, v0.50.1-rc.1...
14 days ago

Bug Fixes

  • add fundamental packages for stackblitz and update common-css (#11699) (3a4eb7f)
  • allow synthetic default import (#11664) (bf60479)
  • core, datetime-adapter: fix few stackblitz examples (#11663) (c76ad4f)
  • core, platform: add fix for breadcrumb template not being rendered in Dynamic Page component (#11676) (d84bf1d)
  • core, platform: add option to make header cells non interactive (#11944) (2bdfbb8)
  • core, platform: step input disabled state (#11724) (7ca5ab5)
  • core: a11y fix for Shellbar component (#11681) (8814d21)
  • core: a11y improvements for Dynamic page header (#11767) (2d5ff77)
  • core: add a11y role and aria-checked to the checkbox (#11943) (fecbf03)
  • core: add fix for Shellbar menu btn color (#11960) (c764641)
  • core: add input for Illustrated messages aria-label (#11941) (778eb09)
  • core: add possibility to set aria-label for input-group (#11942) (f4dc379)
  • core: add second badge to Card, styling fixes and empty card example (#11998) (8944787)
  • core: deprecate vertical nav + stackblitz fix (#11766) (a67b4b8)
  • core: hiding action sheet in shellbar if not needed (#11653) (f964dbe)
  • core: import Button css to Select component (#11688) (c2d0bf6)
  • core: keyboard enhancements for grid list (#11737) (d6b90b5)
  • core: pagination accessibility improvements (#11657) (80a3ecf)
  • core: relative position prop for Dynamic Page (#11678) (ea5631d)
  • core: remove line and slide tiles (#11759) (028a48e)
  • core: remove OverlayContainer override (#11997) (69b441e)
  • core: remove padding when subheader is empty (#11961) (eed8e1c)
  • core: remove parent row tabindex when cell is focused to address screenreader issue (#11692) (b96ff5c)
  • core: remove redundant popoverFormMessage assignments (#11962) (8f57ea0)
  • core: remove slide tile directives (#11761) (858f60b)
  • core: show clear button in any combobox (#11924) (c945082)
  • core: table cell test (#11785) (5df3b31)
  • core: update Message Box status icons (#11996) (47ff78a)
  • core: use Button component inside Select instead of classes (#11690) (17acd38)
  • deps: align common-css version with fundamental-styles 0.36 (#11935) (c9802c9)
  • platform: add cellActivate event to platform table (#11875) (a714061)
  • platform: add fix for incorect border in Platform table (#11947) (b76a74e)
  • platform: added title to filter navigate back button (#11658) (165a23c)
  • platform: check validator before open Filtering Settings Dialog (#11889) (ca07d17)
  • platform: converted inputs, queries etc. into the signals to handle reactivity (#11984) (99bfed4)
  • platform: dialog aria-labelledBy for vhd (#11650) (cb10cbf)
  • platform: fix the padding-left of the first column in Platform Table (#11945) (f27ac6c)
  • platform: header cell popover freeze button should be keydown, not keyup (#11802) (2d62b33)
  • platform: make platform table loading input public (#11824) (231a509)
  • platform: prevent keyboard press on checkbox header cell from scrolling page (#11814) (2914d33)
  • platform: setting generator allow rendering avatar if only label is passed (#11860) (3f887e5)
  • platform: table header popover a11y improvements (#11851) (4ee0dc4)
  • platform: table toolbar not passing aria label input to search field (#11815) (6088978)
  • pr comment (#11662) (5c0deaa)

Features

  • core: add possibility to apply custom background and CSS to Tree item (#11689) (3dd8d48)
  • core: added ability to render fully custom user menu in shellbar (40c4669)
  • core: update Card to latest design (#11730) (b733c62)

BREAKING CHANGES

  • core: showClearButton set default to false
  • core: - badge can now accept an icon and a color (badgeColor and badgeColorSecondary). Can also set aria-label attribute (badgeAriaLabel)
  • card by default is non-interactive. Can be set to interactive with interactive property set to true
  • interactive Cards must be with role listitem and inside a list fd-card-list
    the Card header (main header) by default is not interactive, can be set to interactive with interactive property set to true. For example: <fd-card-main-header [interactive]="true">
  • the elements of the Card header now need to be wrapped in container
  • core: remove slide tile directives
  • core: remove line and slide tiles
  • core, platform: Core: introduced a wrapping element for the Breadcrumb (DynamicPageBreadcrumbComponent)
    Platform: introduced a wrapping element for the Breadcrumb (DynamicPageBreadcrumbComponent)

Don't miss a new fundamental-ngx release

NewReleases is sending notifications on new releases.