Skip to content

Releases: SAP/ui5-webcomponents

v2.11.0-rc.1

15 May 08:09
Compare
Choose a tag to compare
v2.11.0-rc.1 Pre-release
Pre-release

2.11.0-rc.1 (2025-05-15)

Bug Fixes

Features

v2.7.6

14 May 13:09
Compare
Choose a tag to compare
v2.7.6 Pre-release
Pre-release

2.7.6 (2025-05-14)

Bug Fixes

v2.11.0-rc.0

08 May 08:09
Compare
Choose a tag to compare
v2.11.0-rc.0 Pre-release
Pre-release

2.11.0-rc.0 (2025-05-08)

Bug Fixes

Features

  • ui5-combobox/ui5-multi-combobox: enable for attribute support (#11453) (6df8a30)

v2.10.0

07 May 08:32
Compare
Choose a tag to compare

2.10.0 (2025-05-07)

New component

Features

Soft breaking

  • ui5-button: click event is changed to CustomEvent, instead of the native Event. In most cases, only event.target or event.currentTarget are used, and no other event details are usually needed.
    The new custom event includes the original native event inside its e.detail.originalEvent, so users can still access the original event if needed. #11318

Previously, the click event on the ui5-button was the native click event from the user interaction. This creates some problems. One main issue is that the click event cannot be prevented because the event handler in the template is always attached first. This means that the isPrevented flag is missing if the event is prevented during the bubble phase.
A bigger problem happens when the ui5-button has type="Submit" and is inside a HTML form element. In this case, each time the button is clicked, the form is submitted, even if the click event is prevented.

  • ui5-search: experimental collapsed property has been removed #11398
  • ui5-table-header-cell: experimental maxWidth property has been removed #11078

Fixes

  • framework: escape backslash when processing component's css (#11425) (2c4dc74)
  • compat/ui5-table: fire loadMore with arrow-down on last row (#11401) (4b6cbb3), closes #9235
  • ui5-bar: prevent midContent from overlapping start and endContent on overflow (#11294) (68b18d3), closes #11028
  • ui5-breadcrumbs: dropdown arrow focused color fixed (#11362) (d07b089)
  • ui5-busy-indicator: update busy area opacity (#11237) (637cdd0), closes #11224
  • ui5-button: update parameters according to VD (#11414) (72354bb)
  • ui5-button: adjust tooltips display (#11268) (9f0d907), closes #10824
  • ui5-button: announce aria description (#11264) (f8e77cb), closes #10899
  • ui5-calendar-legend: align selected item representation to new VD spec (#11391) (5594420)
  • ui5-checkbox: improved required state placement and asterisks behaviour (#11326) (a35c2b6), closes #10864
  • ui5-dynamic-page: change the container-type (#11325) (8402ec8), closes #11309
  • ui5-flexible-column-layout: column visibility issue fixed (#11416) (996de94)
  • ui5-flexible-column-layout: disable resizing for both separators (#11411) (ccd18b1), closes #11402
  • ui5-flexible-column-layout: min width of column adjusted to spec (#11367) (e424f4e), closes #10997
  • ui5-form: propagate itemSpacing properly (#11312) (32b4fb2), closes #11307
  • ui5-illustrated-message: change SVG inline styling to proper attributes (#11455) (22f16c3), closes #11354
  • ui5-illustrated-message: replace inline fill style with fill attribute (#11448) (54389b5)
  • ui5-input: correct failing test (#11388) (ba4da91)
  • ui5-input: selection-change is now fired when item is reselected (#11301) (1d11709)
  • ui5-menu-item: remove redundant screen reader announcements (#11415) (2c21662), closes #11380 #11405
  • ui5-panel: adjust header button width to the new specifications (#11410) (43553df)
  • ui5-popover: fix arrow positioning ([#11275](https://git...
Read more

v2.7.5

07 May 17:28
Compare
Choose a tag to compare
v2.7.5 Pre-release
Pre-release

2.7.5 (2025-05-07)

Bug Fixes

v1.24.21

07 May 11:08
Compare
Choose a tag to compare
v1.24.21 Pre-release
Pre-release

1.24.21 (2025-05-07)

Bug Fixes

Features

v2.10.0-rc.3

01 May 08:09
Compare
Choose a tag to compare
v2.10.0-rc.3 Pre-release
Pre-release

2.10.0-rc.3 (2025-05-01)

Bug Fixes

  • escape backslash when processing component's css (#11425) (2c4dc74)
  • ui5-calendar-legend: align selected item representation to new VD spec (#11391) (5594420)
  • ui5-checkbox: improved required state placement and asterisks behaviour (#11326) (a35c2b6), closes #10864
  • ui5-dynamic-page: change the container-type (#11325) (8402ec8), closes #11309
  • ui5-flexible-column-layout: column visibility issue fixed (#11416) (996de94)
  • ui5-flexible-column-layout: disable resizing for both separators (#11411) (ccd18b1), closes #11402
  • ui5-flexible-column-layout: min width of column adjusted to spec (#11367) (e424f4e), closes #10997
  • ui5-menu-item: remove redundant screen reader announcements (#11415) (2c21662), closes #11380 #11405
  • ui5-panel: adjust header button width to the new specifications (#11410) (43553df)
  • ui5-shellbar: fixed avatar font-size (#11316) (d672c15)
  • ui5-shellbar: fixed avatar font-size var (#11424) (06d206e)
  • ui5-side-navigation: improve accessibility for groups (#11357) (a5531de), closes #11349
  • ui5-side-navigation: update font-weight for first level items (#11409) (a894216), closes #11403

Features

v2.10.0-rc.2

24 Apr 08:09
Compare
Choose a tag to compare
v2.10.0-rc.2 Pre-release
Pre-release

2.10.0-rc.2 (2025-04-24)

Bug Fixes

v2.10.0-rc.1

17 Apr 08:09
Compare
Choose a tag to compare
v2.10.0-rc.1 Pre-release
Pre-release

2.10.0-rc.1 (2025-04-17)

Bug Fixes

Features

v2.10.0-rc.0

14 Apr 12:03
Compare
Choose a tag to compare
v2.10.0-rc.0 Pre-release
Pre-release

2.10.0-rc.0 (2025-04-14)

Bug Fixes

Features