Skip to content

Releases: UI5/webcomponents

v1.0.2

29 Nov 14:07

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.2 (2021-11-29)

Bug Fixes

  • framework: prevent runtime error on malformed custom theme object (#4375) (dd10d7c)

v0.31.25

29 Nov 08:00

Choose a tag to compare

v0.31.25 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.31.25 (2021-11-29)

Bug Fixes

  • ui5-input, ui5-multi-combobox: align value state popup in RTL (#4310) (#4382) (a855dcc), closes #4363
  • ui5-table-row: fix prevent SPACE key within inputs (f891e9d), closes #4365

v0.31.24

23 Nov 11:36

Choose a tag to compare

v0.31.24 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.31.24 (2021-11-23)

Bug Fixes

  • ui5-tab-container, ui5-shellbar: add stable selectors (#4369) (dc2ea58)
  • ui5-date-picker: align day names in hide-week-numbers mode (#4309) (9dcc887), closes #4260
  • ui5-tab-container: fix shadow DOM selector (#4261) (#4273) (735d9c4)

Features

  • ui5-shellbar: introduce accessibilityTexts property (#4377) (426e6c0), closes #4009

v0.31.23

17 Nov 13:22

Choose a tag to compare

v0.31.23 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.31.23 (2021-11-17)

Bug Fixes

  • ui5-input: escape HTML before highlighting suggestions (XSS) (#4296) (8120f6c), closes #4245
  • ui5-link: add underlining in the regular state in hcb / hcw (#3960) (e44dc97)

Features

  • framework: addCustomCss should use getSharedResource (#4269) (f8a9186)
  • ui5-dialog: make header background-color configurable

v1.0.1

10 Nov 15:47

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.1 (2021-11-10)

Fixes

  • build: start shipping .css files to NPM #4308

The CSP-compliance for Firefox/Safari requires the /dist/css/ directory for the main, fiori and theming packages to be in NPM

v1.0.0

10 Nov 10:23

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.0 (2021-11-10)

👏 We are happy to announce our first stable 1.0.0 version of UI5 Web Components 👏

v1.0.0-rc.16

09 Nov 13:27

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.0-rc.16 (2021-11-09)

New Component

  • ui5-color-palette-popover: initial implementation (#3746) (894628f)

New Theme

  • all components: introduce preview version of SAP Horizon theme (#3991) (b1afaf0), closes #3988

New Icons

  • icons: introduce SAP-icons5.0 font based icons (#4244) (c0a226e)

Features

BREAKING CHANGES

  • framework: The async fetchI18nBundle function is now removed. Use async getI18nBundle instead #4128
  • icons: The icons SVG imports are changed. If you previously had
import "@ui5/webcomponents-icons/dist/accept.svg";

you have to import the SVGs from the v4/ (SAP-icons4.0) or the v5/ (SAP-icons5.0) directory:

import "@ui5/webcomponents-icons/dist/v4/accept.svg"; //  for SAPIcons4.0
import "@ui5/webcomponents-icons/dist/v5/accept.svg"; // for SAPIcons5.0
  • theming: theme-base package deprecated in favour of theming package. #4133
  • ui5-breadcrumbs-item: BreadcrumbsItem's stableDomRef property has been removed - use getDomRef to get the matching actual DOM ref. #4284
  • ui5-message-strip: The MessageStrip component's tag name has been renamed from ui5-messagestrip to ui5-message-strip. #4268
  • ui5-input: The suggestion-scroll event has been removed as no UX specified. #4141
  • ui5-option, ui5-combobox-item, ui5-multi-combobox-item, ui5-tab: The stableDomRef property has been removed - use getDomRef to get the matching actual DOM ref. #4210.
  • ui5-shellbar-item: ShellBarItem's event item-click has been renamed to click. #4282
  • ui5-wizard: The accessible-name property has been removed. #4262

Bug Fixes

Read more

v0.31.22

26 Oct 12:57

Choose a tag to compare

v0.31.22 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.31.22 (2021-10-26)

Bug Fixes

Features

  • ui5-card: introduce accessible-name-ref to replace aria-labelledby (3f7138c)

BREAKING CHANGE

  • ui5-card: introduce accessible-name-ref (3f7138c)
    If previously used "aria-labelledby", not you have to change it to accessible-name-ref

v0.31.21

16 Oct 18:02

Choose a tag to compare

v0.31.21 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.31.21 (2021-10-16)

Bug Fixes

  • ui5-flexible-column-layout: fix speech output on layout arrows (#4034) (abfee41), closes #3699
  • ui5-input: fix suggestiions interaction on mobile (#4025) (ebd2065)
  • ui5-list: remove unnecessary scrollbar on RTL in MultiSelect mode (#4085) (023081e), closes #3947
  • ui5-list, ui5-table, ui5-notification, ui5-busy-indicator: getFocusDomRef returns the correct element when busy (#3951) (feaa63f), closes #3922

Features

  • ui5-card: add "accessibleName" property (c6f75c7)
  • ui5-static-area-item: introduce scoping for StaticAreaItem (#3076) (10108aa)

v0.31.20

03 Oct 17:02

Choose a tag to compare

v0.31.20 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.31.20 (2021-10-03)

Bug Fixes

Features

  • ui5-popover: add accessibleName property (4f8c70c)
  • i18n: add "id" message bundle (34399c1)

BREAKING CHANGES

  • ui5-popover: ariaLabel has been replaced by accessibleName