Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@ui5-webcomponents-bot ui5-webcomponents-bot released this 04 Mar 08:04
· 29 commits to main since this release

2.8.0 (2025-03-04)

New Components

  • ui5-user-settings-dialog: introduce new components UserSettingsDialog, UserSettingsItem, and UserSettingsView (#10832) (8b50b13)

Features

  • framework: update sap/icons to v5.11 & 4.23 (#10930) (47b5942)
  • framework: add .currentTarget to the type of event handler in TSX and UI5CustomEvent (#10957) (f56753c)
  • ui5-input: visual selection on type-ahead (#10675) (1b2cd71)
  • ui5-link: introduce reactive area size property (#10762) (6ff54ce)
  • ui5-search-field: introduce base component (#10922) (f4489c0)
  • ui5-select: introduced tooltip property (#10944) (c365aa3), closes #10855
  • ui5-side-navigation: improve interaction of unselectable parent items in collapsed mode (#10939) (20507fa)
  • ui5-side-navigation: visual design enhancements (#10839) (09e3f35)
  • ui5-tabcontainer: add noAutoSelection property (#10877) (581a626)
  • ui5-table-header-cell: add popinHidden property (#10834) (12e7dcd)
  • ui5-table: single and multi selection components added (#10897) (f3b069c)
  • ui5-table: action header cell is added (#10698) (ff6d77d)
  • ui5-user-menu: change api name from showAddAccount to showEditAccounts (#10966) (aa9cf2d)

BREAKING CHANGES (of experimental API)

  • ui5-user-menu: change api name from showAddAccount to showEditAccounts (#10966) (aa9cf2d)

Fixes