Skip to content

Commit 4034de0

Browse files
committed
Merge remote-tracking branch 'origin/main' into deps-fix2
2 parents 3ca5410 + b7e9352 commit 4034de0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1385
-288
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ on:
1414
- 'packages/base/src/**/*.ts'
1515
- 'packages/ai/src/**/*.css'
1616
- 'packages/ai/src/**/*.ts'
17+
- 'packages/ai/src/**/*.tsx'
1718
- 'packages/compat/src/**/*.css'
1819
- 'packages/compat/src/**/*.ts'
20+
- 'packages/compat/src/**/*.tsx'
1921
- 'packages/fiori/src/**/*.css'
2022
- 'packages/fiori/src/**/*.ts'
23+
- 'packages/fiori/src/**/*.tsx'
2124
- 'packages/main/src/**/*.css'
2225
- 'packages/main/src/**/*.ts'
26+
- 'packages/main/src/**/*.tsx'
2327
- '!**/*.spec.ts'
2428
- '!**/*.test.ts'
2529
- '!**/test/**'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ jobs:
267267
268268
- name: Publish
269269
run: |
270-
yarn lerna publish from-git --yes --dist-tag experimental
270+
yarn lerna publish from-git --yes --dist-tag experimental --pre-dist-tag experimental

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.17.0-rc.4](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.3...v2.17.0-rc.4) (2025-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** fix issue with legacy dev setup ([#12706](https://github.com/UI5/webcomponents/issues/12706)) ([89fa5ca](https://github.com/UI5/webcomponents/commit/89fa5ca9f83551363e8c1d9980269cd58fa09d85))
12+
* **ui5-calendar:** use global configuration for first day of week ([#12665](https://github.com/UI5/webcomponents/issues/12665)) ([4e18756](https://github.com/UI5/webcomponents/commit/4e187560b35dd45198d640ee7c17b0a0523ef5c8)), closes [#12426](https://github.com/UI5/webcomponents/issues/12426)
13+
* **ui5-search-item:** action slot visibility ([#12694](https://github.com/UI5/webcomponents/issues/12694)) ([2d34b93](https://github.com/UI5/webcomponents/commit/2d34b9384ecf3a1288705a5c969228d5c55c1278))
14+
* **ui5-table:** accessibility improvements implemented ([#12684](https://github.com/UI5/webcomponents/issues/12684)) ([94bae79](https://github.com/UI5/webcomponents/commit/94bae79f85b1207b44d69f028fd6876f7df4963c)), closes [#12630](https://github.com/UI5/webcomponents/issues/12630) [#12657](https://github.com/UI5/webcomponents/issues/12657) [#11946](https://github.com/UI5/webcomponents/issues/11946) [#12630](https://github.com/UI5/webcomponents/issues/12630) [#12657](https://github.com/UI5/webcomponents/issues/12657) [#11946](https://github.com/UI5/webcomponents/issues/11946)
15+
* **ui5-time-picker:** add tooltip to icon in input ([#12671](https://github.com/UI5/webcomponents/issues/12671)) ([538deb0](https://github.com/UI5/webcomponents/commit/538deb023b1cb61c33edf900172223efaec5738d)), closes [#12616](https://github.com/UI5/webcomponents/issues/12616)
16+
17+
18+
### Features
19+
20+
* **ui5-button:** add `accessibilityInfo` getter ([#12704](https://github.com/UI5/webcomponents/issues/12704)) ([bb0670b](https://github.com/UI5/webcomponents/commit/bb0670bdb4054071cd5a1abc7c693d47a0e746cf))
21+
* **ui5-input,ui5-multi-input:** dynamic suggestions triggering ([#12597](https://github.com/UI5/webcomponents/issues/12597)) ([d006cd6](https://github.com/UI5/webcomponents/commit/d006cd6ee89a796e56c99713dd6e3ae9726e6be5))
22+
* **ui5-multi-combobox:** adjust validation behavior ([#12707](https://github.com/UI5/webcomponents/issues/12707)) ([7a4a7e1](https://github.com/UI5/webcomponents/commit/7a4a7e105f3e9f066427c420961f5130d8642778))
23+
* **ui5-tokenizer:** add getFocusDomRef ([#12713](https://github.com/UI5/webcomponents/issues/12713)) ([bbda5a3](https://github.com/UI5/webcomponents/commit/bbda5a3fadc93c3997271e31e0bded6b2a496539))
24+
25+
26+
27+
28+
629
# [2.17.0-rc.3](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.2...v2.17.0-rc.3) (2025-11-20)
730

831

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/create-package",
1515
"packages/compat"
1616
],
17-
"version": "2.17.0-rc.3",
17+
"version": "2.17.0-rc.4",
1818
"command": {
1919
"publish": {
2020
"allowBranch": "*",

packages/ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.17.0-rc.4](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.3...v2.17.0-rc.4) (2025-11-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai
9+
10+
11+
12+
13+
614
# [2.17.0-rc.3](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.2...v2.17.0-rc.3) (2025-11-20)
715

816

packages/ai/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ai",
3-
"version": "2.17.0-rc.3",
3+
"version": "2.17.0-rc.4",
44
"description": "UI5 Web Components: webcomponents.ai",
55
"ui5": {
66
"webComponentsPackage": true
@@ -46,15 +46,15 @@
4646
"directory": "packages/ai"
4747
},
4848
"dependencies": {
49-
"@ui5/webcomponents": "2.17.0-rc.3",
50-
"@ui5/webcomponents-base": "2.17.0-rc.3",
51-
"@ui5/webcomponents-icons": "2.17.0-rc.3",
52-
"@ui5/webcomponents-theming": "2.17.0-rc.3"
49+
"@ui5/webcomponents": "2.17.0-rc.4",
50+
"@ui5/webcomponents-base": "2.17.0-rc.4",
51+
"@ui5/webcomponents-icons": "2.17.0-rc.4",
52+
"@ui5/webcomponents-theming": "2.17.0-rc.4"
5353
},
5454
"devDependencies": {
5555
"@custom-elements-manifest/analyzer": "^0.10.10",
5656
"@ui5/cypress-internal": "0.1.0",
57-
"@ui5/webcomponents-tools": "2.17.0-rc.3",
57+
"@ui5/webcomponents-tools": "2.17.0-rc.4",
5858
"cypress": "^15.3.0",
5959
"vite": "5.4.21"
6060
}

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.17.0-rc.4](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.3...v2.17.0-rc.4) (2025-11-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [2.17.0-rc.3](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.2...v2.17.0-rc.3) (2025-11-20)
715

816

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-base",
3-
"version": "2.17.0-rc.3",
3+
"version": "2.17.0-rc.4",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -64,7 +64,7 @@
6464
"@openui5/sap.ui.core": "1.120.17",
6565
"@sap-theming/theming-base-content": "11.29.3",
6666
"@ui5/cypress-internal": "0.1.0",
67-
"@ui5/webcomponents-tools": "2.17.0-rc.3",
67+
"@ui5/webcomponents-tools": "2.17.0-rc.4",
6868
"clean-css": "^5.2.2",
6969
"cypress": "^15.3.0",
7070
"mocha": "^11.7.2",

packages/base/src/UI5Element.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,18 @@ abstract class UI5Element extends HTMLElement {
11121112
}
11131113

11141114
/**
1115-
* Returns the component accessibility info.
1115+
* Provides the accessibility information for the component.
1116+
*
1117+
* **Note:** The default implementation returns `undefined`, indicating that
1118+
* the component does not provide any accessibility metadata by default. In such cases,
1119+
* consumers of this API may apply their own fallback if needed.
1120+
*
1121+
* Subclasses overriding this getter must return an object of type `AccessibilityInfo`
1122+
* describing the component's accessible name, role, description, and other relevant properties.
1123+
*
1124+
* If the component is intentionally decorative and should be ignored by assistive
1125+
* technologies, return an empty object `{}`.
1126+
*
11161127
* @private
11171128
*/
11181129
get accessibilityInfo(): AccessibilityInfo | undefined {

packages/compat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.17.0-rc.4](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.3...v2.17.0-rc.4) (2025-11-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-compat
9+
10+
11+
12+
13+
614
# [2.17.0-rc.3](https://github.com/UI5/webcomponents/compare/v2.17.0-rc.2...v2.17.0-rc.3) (2025-11-20)
715

816
**Note:** Version bump only for package @ui5/webcomponents-compat

0 commit comments

Comments
 (0)