Skip to content

fix(deps): update ui5-webcomponents monorepo to v2.25.0 - #127

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ui5-webcomponents-monorepo
Open

fix(deps): update ui5-webcomponents monorepo to v2.25.0#127
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ui5-webcomponents-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ui5/webcomponents (source) 2.18.12.25.0 age confidence
@ui5/webcomponents-ai (source) 2.18.12.25.0 age confidence
@ui5/webcomponents-base (source) 2.18.12.25.0 age confidence
@ui5/webcomponents-fiori (source) 2.18.12.25.0 age confidence
@ui5/webcomponents-theming (source) 2.18.12.25.0 age confidence

Release Notes

UI5/webcomponents (@​ui5/webcomponents)

v2.25.0

Compare Source

Bug Fixes

v2.24.2

Compare Source

Fixes
  • ui5-shellbar-search: keep ShellBar state in sync on empty Enter (#​13834) (4203500)
  • ui5-shellbar: fix search-button-click event and getSearchButtonDomRef with ui5-shellbar-search (#​13843) (f2cd3a7)

v2.24.0

Compare Source

Bug Fixes

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Fixes
  • ensure global styles are updated by the newest runtime (#​13745) (3cdaa23)
  • ui5-search: keep popup open on item click when search event is prevented (#​13757) (32f551b), closes #​13750
  • ui5-shellbar-branding: space key now triggers click event (#​13748) (17b6d45)
  • ui5-shellbar-item: fire click event when item is clicked in overflow popover (#​13747) (703bb33)
  • ui5-shellbar-search: fix closing popup on tapping magnifier icon in mobile (#​13746) (182b9c3)
  • ui5-shellbar: ignore non-ShellBarItem children in overflow calculation (#​13744) (5898503)
  • ui5-shellbar: return overflow button from notificationsDomRef wh… (#​13753) (bc210b2), closes #​13752

v2.23.1

Compare Source

Fixes
  • framework: re-apply theme on secondary boot to detect OpenUI5 custom themes (#​13680) (feab9ea)
  • OpenUI5Support: move popover to top of top layer (#​13671) (e90ebe5)

v2.23.0

Compare Source

Bug Fixes
  • framework: stop reflecting object/array properties to attributes (#​13626) (f5b49c7)
  • ui5-expandable-text: fix using "white-space" style in the component (#​13599) (52a0985)
  • ui5-form: replace Cyrillic А with Latin A in effectiveAccessibleNameRef (#​13649) (652a4e9), closes #​13647
  • ui5-rating-indicator: enhance half value visualisation in readonly and disabled mode (#​13500) (d91f292)
  • ui5-select: swap X button for footer Cancel in mobile picker (#​13615) (f98090f)
  • ui5-text: unify truncation across all max-lines values (#​13624) (3c50320)
Documentation
Features
BREAKING CHANGES
  • the click CustomEvent on ui5-tab and ui5-li-notification
    no longer includes item/tab in event.detail. Read the source element from
    event.target instead.

  • chore: follow-up cleanups

  • ListBoxItemGroupTemplate: use string literal "Group" for accessibleRole
    (the ListItemAccessibleRole.Group enum entry was removed in this PR)
  • NotificationListItemBase: drop redundant @​customElement({}) decorator on
    the abstract base class
  • TableGroupRow: bump @​since to 2.23.0
  • chore(website): remove newComponentBadge from .mdx frontmatter

Drop the sidebar_class_name: newComponentBadge marker from all component
and pattern docs — the components/patterns are no longer new. Where the
class was the only frontmatter entry, the entire frontmatter block is
removed; where it was combined with expComponentBadge, only the
newComponentBadge token is removed.

Also drop the now-unused ListItemAccessibleRole import in
ListBoxItemGroupTemplate.tsx (left over from the string-literal switch
in the previous commit).

Revert the @​customElement({}) removal from de7a850 — even though the
class is abstract and never instantiated directly, the decorator
registers metadata that subclasses (NotificationListItem,
NotificationListGroupItem) inherit via the framework. Removing it broke
that inheritance chain.

  • test: read source from event.target on tab/notification click

Update the Tab and NotificationListItem semantic-click-event tests to
read the source element from event.target instead of event.detail.tab /
event.detail.item, which were removed earlier in this PR.

  • ui5-slider, ui5-range-slider: The tickmarks property no longer causes the slider
    to snap exclusively to defined values. Users must set min/max/step
    explicitly alongside tickmarks.

  • chore(ui5-slider): add design review test page for custom tickmarks

Interactive page with 6 open design questions for review:

  1. Tooltip text for in-between values
  2. Magnetic snap behavior
  3. Keyboard Ctrl+Arrow jump targets
  4. Minor ticks between labeled tickmarks
  5. Label density/overflow handling
  6. Range slider in-range label emphasis
  • feat(ui5-slider, ui5-range-slider): hide tooltip between custom tickmarks

When custom tickmarks are defined, only show the tooltip at exact tickmark
values. Between tickmarks the tooltip is hidden entirely instead of showing
the raw numeric value.

Default behavior (no custom tickmarks) is unchanged. RangeSlider tooltips
are evaluated independently per handle.

  • chore(ui5-slider): remove design review test page for custom tickmarks

The interactive design-review page is no longer needed now that the
remaining behavior question (tooltip for in-between values) is resolved.

  • feat(ui5-slider, ui5-range-slider): fix issues found

v2.22.1

Compare Source

Note: Version bump only for package @​ui5/webcomponents

v2.22.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents

v2.21.2

Compare Source

Bug Fixes

v2.21.1

Compare Source

Fixes

v2.21.0

Compare Source

Bug Fixes
Features

v2.20.5

Compare Source

Release v2.20.5

v2.20.4

Compare Source

Release v2.20.4

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

Changes

v2.20.0

Compare Source

Bug Fixes

v2.19.4

Compare Source

Release v2.19.4

v2.19.3

Compare Source

Release v2.19.3

v2.19.2

Compare Source

v2.19.1

Compare Source

version bump v2.19.1

v2.19.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents

v2.18.2

Compare Source

Bug Fixes
UI5/webcomponents (@​ui5/webcomponents-ai)

v2.25.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.24.2

Compare Source

Fixes
  • ui5-shellbar-search: keep ShellBar state in sync on empty Enter (#​13834) (4203500)
  • ui5-shellbar: fix search-button-click event and getSearchButtonDomRef with ui5-shellbar-search (#​13843) (f2cd3a7)

v2.24.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Fixes
  • ensure global styles are updated by the newest runtime (#​13745) (3cdaa23)
  • ui5-search: keep popup open on item click when search event is prevented (#​13757) (32f551b), closes #​13750
  • ui5-shellbar-branding: space key now triggers click event (#​13748) (17b6d45)
  • ui5-shellbar-item: fire click event when item is clicked in overflow popover (#​13747) (703bb33)
  • ui5-shellbar-search: fix closing popup on tapping magnifier icon in mobile (#​13746) (182b9c3)
  • ui5-shellbar: ignore non-ShellBarItem children in overflow calculation (#​13744) (5898503)
  • ui5-shellbar: return overflow button from notificationsDomRef wh… (#​13753) (bc210b2), closes #​13752

v2.23.1

Compare Source

Fixes
  • framework: re-apply theme on secondary boot to detect OpenUI5 custom themes (#​13680) (feab9ea)
  • OpenUI5Support: move popover to top of top layer (#​13671) (e90ebe5)

v2.23.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.22.1

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.22.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.21.2

Compare Source

Bug Fixes

v2.21.1

Compare Source

Fixes

v2.21.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.20.5

Compare Source

Release v2.20.5

v2.20.4

Compare Source

Release v2.20.4

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

Changes

v2.20.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.19.4

Compare Source

Release v2.19.4

v2.19.3

Compare Source

Release v2.19.3

v2.19.2

Compare Source

v2.19.1

Compare Source

version bump v2.19.1

v2.19.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-ai

v2.18.2

Compare Source

Bug Fixes
UI5/webcomponents (@​ui5/webcomponents-base)

v2.25.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-base

v2.24.2

Compare Source

Fixes
  • ui5-shellbar-search: keep ShellBar state in sync on empty Enter (#​13834) (4203500)
  • ui5-shellbar: fix search-button-click event and getSearchButtonDomRef with ui5-shellbar-search (#​13843) (f2cd3a7)

v2.24.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-base

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Fixes
  • ensure global styles are updated by the newest runtime (#​13745) (3cdaa23)
  • ui5-search: keep popup open on item click when search event is prevented (#​13757) (32f551b), closes #​13750
  • ui5-shellbar-branding: space key now triggers click event (#​13748) (17b6d45)
  • ui5-shellbar-item: fire click event when item is clicked in overflow popover (#​13747) (703bb33)
  • ui5-shellbar-search: fix closing popup on tapping magnifier icon in mobile (#​13746) (182b9c3)
  • ui5-shellbar: ignore non-ShellBarItem children in overflow calculation (#​13744) (5898503)
  • ui5-shellbar: return overflow button from notificationsDomRef wh… (#​13753) (bc210b2), closes #​13752

v2.23.1

Compare Source

Fixes
  • framework: re-apply theme on secondary boot to detect OpenUI5 custom themes (#​13680) (feab9ea)
  • OpenUI5Support: move popover to top of top layer (#​13671) (e90ebe5)

v2.23.0

Compare Source

Bug Fixes
  • framework: stop reflecting object/array properties to attributes (#​13626) (f5b49c7)

v2.22.1

Compare Source

Note: Version bump only for package @​ui5/webcomponents-base

v2.22.0

Compare Source

Bug Fixes

v2.21.2

Compare Source

Bug Fixes

v2.21.1

Compare Source

Fixes

v2.21.0

Compare Source

Bug Fixes
Features

v2.20.5

Compare Source

Release v2.20.5

v2.20.4

Compare Source

Release v2.20.4

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

Changes

v2.20.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-base

v2.19.4

Compare Source

Release v2.19.4

v2.19.3

Compare Source

Release v2.19.3

v2.19.2

Compare Source

v2.19.1

Compare Source

version bump v2.19.1

v2.19.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-base

v2.18.2

Compare Source

Bug Fixes
UI5/webcomponents (@​ui5/webcomponents-fiori)

v2.25.0

Compare Source

Bug Fixes
  • ui5-illustrated-message: vertical responsiveness corrected (#​13795) (4a9418b)
  • ui5-side-navigation: prevent text squeezing during expand animation (#​13774) (242aeec)

v2.24.2

Compare Source

Fixes
  • ui5-shellbar-search: keep ShellBar state in sync on empty Enter (#​13834) (4203500)
  • ui5-shellbar: fix search-button-click event and getSearchButtonDomRef with ui5-shellbar-search (#​13843) (f2cd3a7)

v2.24.0

Compare Source

Bug Fixes
  • ui5-dynamic-page: prevent missing paddings at fractional breakpoint widths (#​13741) (4772719), closes #​13725
  • ui5-flexible-column-layout: add aria-orientation=vertical to separator (#​13735) (c4a5804), closes #​13702
  • ui5-flexible-column-layout: correct desktop column widths for ThreeColumnsStartHiddenMidExpanded (#​13740) (2d7dcb1), closes #​13693
  • ui5-flexible-column-layout: expose separator accessible name via aria-label (#​13776) (7a44031), closes #​13775
  • ui5-search: keep popup open on item click when search event is prevented (#​13750) (081f8fa)
  • ui5-shellbar-branding: space key now triggers click event (#​13686) (c10d4e8)
  • ui5-shellbar-item: fire click event when item is clicked in overflow popover (#​13738) (890cffa)
  • ui5-shellbar-search: fix closing popup on tapping magnifier icon in mobile (#​13728) (47c89c7)
  • ui5-shellbar: return overflow button from notificationsDomRef when action is in overflow (#​13752) (240b00d)
Features

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Fixes
  • ensure global styles are updated by the newest runtime (#​13745) (3cdaa23)
  • ui5-search: keep popup open on item click when search event is prevented (#​13757) (32f551b), closes #​13750
  • ui5-shellbar-branding: space key now triggers click event (#​13748) (17b6d45)
  • ui5-shellbar-item: fire click event when item is clicked in overflow popover (#​13747) (703bb33)
  • ui5-shellbar-search: fix closing popup on tapping magnifier icon in mobile (#​13746) (182b9c3)
  • ui5-shellbar: ignore non-ShellBarItem children in overflow calculation (#​13744) (5898503)
  • ui5-shellbar: return overflow button from notificationsDomRef wh… (#​13753) (bc210b2), closes #​13752

v2.23.1

Compare Source

Fixes
  • framework: re-apply theme on secondary boot to detect OpenUI5 custom themes (#​13680) (feab9ea)
  • OpenUI5Support: move popover to top of top layer (#​13671) (e90ebe5)

v2.23.0

Compare Source

Bug Fixes
Documentation
Features
BREAKING CHANGES
  • the click CustomEvent on ui5-tab and ui5-li-notification
    no longer includes item/tab in event.detail. Read the source element from
    event.target instead.

  • chore: follow-up cleanups

  • ListBoxItemGroupTemplate: use string literal "Group" for accessibleRole
    (the ListItemAccessibleRole.Group enum entry was removed in this PR)
  • NotificationListItemBase: drop redundant @​customElement({}) decorator on
    the abstract base class
  • TableGroupRow: bump @​since to 2.23.0
  • chore(website): remove newComponentBadge from .mdx frontmatter

Drop the sidebar_class_name: newComponentBadge marker from all component
and pattern docs — the components/patterns are no longer new. Where the
class was the only frontmatter entry, the entire frontmatter block is
removed; where it was combined with expComponentBadge, only the
newComponentBadge token is removed.

Also drop the now-unused ListItemAccessibleRole import in
ListBoxItemGroupTemplate.tsx (left over from the string-literal switch
in the previous commit).

Revert the @​customElement({}) removal from de7a850 — even though the
class is abstract and never instantiated directly, the decorator
registers metadata that subclasses (NotificationListItem,
NotificationListGroupItem) inherit via the framework. Removing it broke
that inheritance chain.

  • test: read source from event.target on tab/notification click

Update the Tab and NotificationListItem semantic-click-event tests to
read the source element from event.target instead of event.detail.tab /
event.detail.item, which were removed earlier in this PR.

v2.22.1

Compare Source

Note: Version bump only for package @​ui5/webcomponents-fiori

v2.22.0

Compare Source

Bug Fixes
  • ui5-shellbar: correct tooltip for user avatar button ([#​1

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) August 13, 2025 16:58
@github-actions github-actions Bot added the fix label Aug 13, 2025
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 70141f7 to 0445fec Compare August 15, 2025 12:35
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 0445fec to 634c176 Compare August 24, 2025 04:07
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.4 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.5 Aug 24, 2025
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch 3 times, most recently from 7d8cb8b to 5d495ee Compare August 31, 2025 14:03
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 5d495ee to 9e9cf8b Compare September 5, 2025 18:26
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.5 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.6 Sep 5, 2025
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 9e9cf8b to 585d802 Compare September 12, 2025 23:11
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 585d802 to ed397a6 Compare September 22, 2025 17:30
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from ed397a6 to 3c6e610 Compare November 7, 2025 16:56
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.6 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.7 Nov 7, 2025
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 3c6e610 to 9db29ae Compare November 7, 2025 23:08
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.7 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.8 Nov 7, 2025
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch 7 times, most recently from b9b64d5 to 7897ad7 Compare December 8, 2025 20:17
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 7897ad7 to b455110 Compare December 11, 2025 20:25
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.8 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.9 Dec 11, 2025
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from b455110 to 847ea9d Compare January 8, 2026 16:56
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.9 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.10 Jan 8, 2026
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch 2 times, most recently from 32c3405 to 99225c4 Compare January 13, 2026 01:32
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 99225c4 to fafcc07 Compare January 18, 2026 01:46
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch 6 times, most recently from c942351 to e8b1790 Compare March 4, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from e8b1790 to 5b11656 Compare March 5, 2026 12:29
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 5b11656 to 350bf03 Compare March 13, 2026 00:49
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch 2 times, most recently from 60f670b to a4ad398 Compare March 27, 2026 13:24
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from a4ad398 to 5d163ea Compare April 8, 2026 09:09
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 5d163ea to af9842c Compare April 18, 2026 21:09
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from af9842c to 37f4613 Compare May 4, 2026 18:57
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.10 fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.11 May 4, 2026
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.11 fix(deps): update ui5-webcomponents monorepo to v0.5.11 Jun 2, 2026
@renovate renovate Bot changed the title fix(deps): update ui5-webcomponents monorepo to v0.5.11 fix(deps): update ui5-webcomponents monorepo Jun 22, 2026
@renovate renovate Bot changed the title fix(deps): update ui5-webcomponents monorepo fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.11 Jun 25, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/ui5-webcomponents-monorepo branch from 37f4613 to 9d15170 Compare August 14, 2026 12:00
@renovate renovate Bot changed the title fix(deps): update dependency @ui5/webcomponents-ngx to v0.5.11 fix(deps): update ui5-webcomponents monorepo to v2.25.0 Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants