Skip to content

v1.21.0

Compare
Choose a tag to compare
@ui5-webcomponents-bot ui5-webcomponents-bot released this 05 Jan 15:11
· 1032 commits to main since this release

1.21.0 (2024-01-05)

Bug Fixes

  • build: declare webpackChunkName for generated dynamic imports (#8029) (c85fa23)
  • framework: consider language variant for proper language loading (#7968) (440cf48)
  • ui5-combobox: keep picker open on group selection (#8039) (c72433e)
  • ui5-combobox: update picker items while open (#7937) (8f99f8d), closes #7011
  • ui5-date-time-picker: load initial value correctly (#7967) (e1d5969), closes #7786
  • ui5-input. ui5-combobox, ui5-multi-input, ui5-multi-combobox: fix valueStateMessage styles in input-based components (#7876) (2443b8e)
  • ui5-menu: fix runtime JS error on getElementById call (#8021) (65a73d7), closes #8017
  • ui5-menu: menu item text doesn't overflow submenu arrow (#7991) (353ac1a)
  • ui5-multi-combobox: improve interaction when having invalid input (#7893) (d63981a), closes #7349 #6968
  • ui5-popover: fix "containing block" issue on safari (#7985) (4f5dd9b), closes #7983
  • ui5-tree: correct item indentation (#8051) (5e3662f)
  • ui5-table: correct alignment of pop-in in MultiSelect mode (#8034) (9a0eab0)
  • ui5-table-row: fix runtime exception in test env execution (#7953) (e24f294), closes #7787
  • ui5-toolbar: remove unnecessary styles (#7762) (db379bc)

Optimizations

  • tools: optimize build by switching css processing to esbuild (#8008) (b4d411f)

Features

  • ui5-checkbox: add css shadow part to the label (#8046) (0ea504e)
  • ui5-color-palette-popover: introduce open and opener properties (#7988) (d3bda7e)
  • ui5-input: prevent suggestion-item-select event per suggestion item (#7940) (a265a65)
  • ui5-select: introduce readonly state (#7950) (02ea9a4), closes #7727
  • ui5-split-button: expose active state property for arrow button (#7683) (d6d3705)
  • ui5-tabcontainer: add tabstrip Shadow Part (#7989) (0cbbd16), closes #6035