@ui5/webcomponents-fiori 2.22.0-rc.6 → 2.22.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -24
- package/dist/web-types.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,45 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [2.22.1-rc.0](https://github.com/UI5/webcomponents/compare/v2.22.0-rc.6...v2.22.1-rc.0) (2026-05-21)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **ui5-dynamic-page:** correct scroll-padding-top for focus auto-scroll ([#13418](https://github.com/UI5/webcomponents/issues/13418)) ([ccf4bcc](https://github.com/UI5/webcomponents/commit/ccf4bcc49fc706ea635fbcb3f841166c22a87714)), closes [#13332](https://github.com/UI5/webcomponents/issues/13332)
|
|
12
|
-
* **ui5-li:** implement edit mode for keyboard navigation in list items ([#13411](https://github.com/UI5/webcomponents/issues/13411)) ([cdaa85b](https://github.com/UI5/webcomponents/commit/cdaa85b7ab8763f2d7c9f687eac6f97aed2d353b)), closes [#13220](https://github.com/UI5/webcomponents/issues/13220)
|
|
13
|
-
* **ui5-shellbar-search:** restore focus on button when collapsed ([#13523](https://github.com/UI5/webcomponents/issues/13523)) ([8eda19d](https://github.com/UI5/webcomponents/commit/8eda19d73eac6aead02448a89a9c7957573cada7))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
* **ui5-dynamic-side-content:** add 'role' property to accessibilityAttributes object ([#13476](https://github.com/UI5/webcomponents/issues/13476)) ([0fb6736](https://github.com/UI5/webcomponents/commit/0fb673630a61a3e6e7e2abeb90781b685ae185cc))
|
|
19
|
-
* **ui5-shellbar:** add 8px gap between startButton elements ([#13537](https://github.com/UI5/webcomponents/issues/13537)) ([732076b](https://github.com/UI5/webcomponents/commit/732076b70ba23b83eced0e9875f94c0f6a518402))
|
|
20
|
-
* **ui5-shellbar:** align hover state colors for shell action buttons ([#13539](https://github.com/UI5/webcomponents/issues/13539)) ([bffa14d](https://github.com/UI5/webcomponents/commit/bffa14dac1e9212daf3a67771744b1f130b7a7af))
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-fiori
|
|
21
9
|
|
|
22
10
|
|
|
23
11
|
|
|
24
12
|
|
|
25
13
|
|
|
26
|
-
# [2.22.0
|
|
14
|
+
# [2.22.0](https://github.com/UI5/webcomponents/compare/v2.22.0-rc.4...v2.22.0) (2026-05-11)
|
|
27
15
|
|
|
28
16
|
|
|
29
17
|
### Bug Fixes
|
|
30
18
|
|
|
31
|
-
* **CEM:** generation for 3rd party packages ([#13477](https://github.com/UI5/webcomponents/issues/13477)) ([c714873](https://github.com/UI5/webcomponents/commit/c714873bea5fe6b84a227429ac36d73f1c4e8360))
|
|
32
|
-
* **ui5-search:** update filter icon's styling on hover ([#13505](https://github.com/UI5/webcomponents/issues/13505)) ([e52f1b9](https://github.com/UI5/webcomponents/commit/e52f1b9b476cda56ed50757a317146906e7752d6))
|
|
33
19
|
* **ui5-shellbar:** correct tooltip for user avatar button ([#13475](https://github.com/UI5/webcomponents/issues/13475)) ([68ee01c](https://github.com/UI5/webcomponents/commit/68ee01cbdfb4953c9dcf1491fdf196b2477a850c))
|
|
34
|
-
* **ui5-wizard:** focus first visible element after pressing next/prev button ([#13502](https://github.com/UI5/webcomponents/issues/13502)) ([ce09f44](https://github.com/UI5/webcomponents/commit/ce09f446756be4a959c71feb531eafe02e7bc7fb))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Features
|
|
38
|
-
|
|
39
|
-
* **ui5-notification-list-item, ui5-tab:** add semantic click event ([#13373](https://github.com/UI5/webcomponents/issues/13373)) ([be19e59](https://github.com/UI5/webcomponents/commit/be19e596a343473658a0104df64345e3ea915e48)), closes [#13315](https://github.com/UI5/webcomponents/issues/13315) [#13328](https://github.com/UI5/webcomponents/issues/13328)
|
|
40
20
|
|
|
41
21
|
|
|
42
22
|
### Reverts
|
|
43
23
|
|
|
44
|
-
* **ui5-timeline:** revert header-bar slot introduction ([#13487](https://github.com/UI5/webcomponents/issues/13487)) ([
|
|
24
|
+
* **ui5-timeline:** revert header-bar slot introduction ([#13487](https://github.com/UI5/webcomponents/issues/13487)) ([2b52f1b](https://github.com/UI5/webcomponents/commit/2b52f1be1a3e320820ed5dfdd651011e493b0d69)), closes [#13451](https://github.com/UI5/webcomponents/issues/13451) [#13155](https://github.com/UI5/webcomponents/issues/13155)
|
|
45
25
|
|
|
46
26
|
|
|
47
27
|
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-fiori",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.1-rc.0",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.fiori",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"directory": "packages/fiori"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@ui5/webcomponents": "2.22.
|
|
58
|
-
"@ui5/webcomponents-base": "2.22.
|
|
59
|
-
"@ui5/webcomponents-icons": "2.22.
|
|
60
|
-
"@ui5/webcomponents-theming": "2.22.
|
|
57
|
+
"@ui5/webcomponents": "2.22.1-rc.0",
|
|
58
|
+
"@ui5/webcomponents-base": "2.22.1-rc.0",
|
|
59
|
+
"@ui5/webcomponents-icons": "2.22.1-rc.0",
|
|
60
|
+
"@ui5/webcomponents-theming": "2.22.1-rc.0",
|
|
61
61
|
"@zxing/library": "^0.21.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
65
65
|
"@ui5/cypress-internal": "0.1.0",
|
|
66
|
-
"@ui5/webcomponents-tools": "2.22.
|
|
66
|
+
"@ui5/webcomponents-tools": "2.22.1-rc.0",
|
|
67
67
|
"cypress": "15.9.0",
|
|
68
68
|
"lit": "^2.0.0",
|
|
69
69
|
"vite": "5.4.21",
|
|
70
70
|
"yarn": "^1.22.22"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "9e6891583a3a6f14d19812a700c86495a46ee276"
|
|
73
73
|
}
|