@ui5/webcomponents 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 -37
- package/dist/web-types.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,50 +3,17 @@
|
|
|
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-carousel:** clamp page index when items per page changes on resize ([#13499](https://github.com/UI5/webcomponents/issues/13499)) ([851a63f](https://github.com/UI5/webcomponents/commit/851a63f249551ccba919dbcfdee7a26c385825ba)), closes [#13443](https://github.com/UI5/webcomponents/issues/13443)
|
|
12
|
-
* **ui5-form:** correct layout breakpoints near L/XL boundary ([#13522](https://github.com/UI5/webcomponents/issues/13522)) ([281e374](https://github.com/UI5/webcomponents/commit/281e3744710f77e4c0d08b6d6bfb8dc3570bd77e)), closes [#13420](https://github.com/UI5/webcomponents/issues/13420)
|
|
13
|
-
* **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)
|
|
14
|
-
* **ui5-multi-combobox:** remove invalid values on focusout ([#13504](https://github.com/UI5/webcomponents/issues/13504)) ([b5f72c4](https://github.com/UI5/webcomponents/commit/b5f72c4b7f07b612a7c7c7b5b0146eb27af60ac4))
|
|
15
|
-
* **ui5-select:** correct dropdown button height ([#13408](https://github.com/UI5/webcomponents/issues/13408)) ([9fb905f](https://github.com/UI5/webcomponents/commit/9fb905f8feecfce503670a93e8506a1f582d03fe)), closes [#13306](https://github.com/UI5/webcomponents/issues/13306)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* **table:** add support for group rows ([#13510](https://github.com/UI5/webcomponents/issues/13510)) ([6202009](https://github.com/UI5/webcomponents/commit/6202009405594b66464cdd76edbbff708a86a108)), closes [#10148](https://github.com/UI5/webcomponents/issues/10148)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
# [2.22.0-rc.5](https://github.com/UI5/webcomponents/compare/v2.22.0-rc.4...v2.22.0-rc.5) (2026-05-14)
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents
|
|
27
9
|
|
|
28
10
|
|
|
29
|
-
### Bug Fixes
|
|
30
11
|
|
|
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-combobox:** show focus outline on list item mousedown ([#13449](https://github.com/UI5/webcomponents/issues/13449)) ([e3ea501](https://github.com/UI5/webcomponents/commit/e3ea50133f7748f380764bf6a7997aa7370f4db5)), closes [#13444](https://github.com/UI5/webcomponents/issues/13444)
|
|
33
|
-
* **ui5-datetime-picker:** validation for min and max date is implemented ([#13485](https://github.com/UI5/webcomponents/issues/13485)) ([020ee37](https://github.com/UI5/webcomponents/commit/020ee3700b421e7d107aeaa907f5fd440b46d124))
|
|
34
|
-
* **ui5-dialog:** clamp min-width and min-height to viewport at high zoom levels ([#13438](https://github.com/UI5/webcomponents/issues/13438)) ([c6a946a](https://github.com/UI5/webcomponents/commit/c6a946a7d195535f3a42c24c91178a7678c289ed)), closes [#11715](https://github.com/UI5/webcomponents/issues/11715)
|
|
35
|
-
* **ui5-dynamic-date-range:** selection of from value is working when there are previously submitted values ([#13470](https://github.com/UI5/webcomponents/issues/13470)) ([ccde545](https://github.com/UI5/webcomponents/commit/ccde5458c9603843b7e2e2b31fd055d0b18b5bc7))
|
|
36
|
-
* **ui5-link:** link is underlined when it is hovered in high contrast themes ([#13466](https://github.com/UI5/webcomponents/issues/13466)) ([6b52d85](https://github.com/UI5/webcomponents/commit/6b52d85b00faf2d5ff194b51dac149e554b94a1e))
|
|
37
|
-
* **ui5-multi-combobox:** use clipboardData for paste functionality ([#13503](https://github.com/UI5/webcomponents/issues/13503)) ([19d1733](https://github.com/UI5/webcomponents/commit/19d17335edbbecb496cbf12f2af26b9c5beb756d))
|
|
38
|
-
* **ui5-multi-input:** fix arrow left key behavior ([#13468](https://github.com/UI5/webcomponents/issues/13468)) ([38f8736](https://github.com/UI5/webcomponents/commit/38f8736136e2532efb2b1752e39f662e3cae3cde)), closes [#13357](https://github.com/UI5/webcomponents/issues/13357)
|
|
39
|
-
* **ui5-option:** add down/active state on press ([#13428](https://github.com/UI5/webcomponents/issues/13428)) ([099b325](https://github.com/UI5/webcomponents/commit/099b325e9be54e2aa9a72594a679cd6d2f2c96d1)), closes [#13307](https://github.com/UI5/webcomponents/issues/13307)
|
|
40
|
-
* **ui5-slider, ui5-range-slider:** adjust tooltip colors ([#13481](https://github.com/UI5/webcomponents/issues/13481)) ([a77b76d](https://github.com/UI5/webcomponents/commit/a77b76df2c0692549692c21e50e6cfa1a80e6008))
|
|
41
12
|
|
|
42
13
|
|
|
43
|
-
|
|
14
|
+
# [2.22.0](https://github.com/UI5/webcomponents/compare/v2.22.0-rc.4...v2.22.0) (2026-05-11)
|
|
44
15
|
|
|
45
|
-
|
|
46
|
-
* **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)
|
|
47
|
-
* **ui5-panel:** focus for scrollable panel content ([#13501](https://github.com/UI5/webcomponents/issues/13501)) ([718a93c](https://github.com/UI5/webcomponents/commit/718a93c664d0c6a9dd161cae96ec00eb33577164))
|
|
48
|
-
* **ui5-tokenizer:** deselect tokens on ESC ([#13482](https://github.com/UI5/webcomponents/issues/13482)) ([442e893](https://github.com/UI5/webcomponents/commit/442e893bbe1698fa469de0574fed31fecb396db8))
|
|
49
|
-
* **ui5-toolbar:** align theming tokens with Horizon spec ([#13425](https://github.com/UI5/webcomponents/issues/13425)) ([fabee23](https://github.com/UI5/webcomponents/commit/fabee236d7af60703dd6d1433e454a8ee728941b))
|
|
16
|
+
**Note:** Version bump only for package @ui5/webcomponents
|
|
50
17
|
|
|
51
18
|
|
|
52
19
|
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.1-rc.0",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.main",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -54,22 +54,22 @@
|
|
|
54
54
|
"directory": "packages/main"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@ui5/webcomponents-base": "2.22.
|
|
58
|
-
"@ui5/webcomponents-icons": "2.22.
|
|
59
|
-
"@ui5/webcomponents-icons-business-suite": "2.22.
|
|
60
|
-
"@ui5/webcomponents-icons-tnt": "2.22.
|
|
61
|
-
"@ui5/webcomponents-localization": "2.22.
|
|
62
|
-
"@ui5/webcomponents-theming": "2.22.
|
|
57
|
+
"@ui5/webcomponents-base": "2.22.1-rc.0",
|
|
58
|
+
"@ui5/webcomponents-icons": "2.22.1-rc.0",
|
|
59
|
+
"@ui5/webcomponents-icons-business-suite": "2.22.1-rc.0",
|
|
60
|
+
"@ui5/webcomponents-icons-tnt": "2.22.1-rc.0",
|
|
61
|
+
"@ui5/webcomponents-localization": "2.22.1-rc.0",
|
|
62
|
+
"@ui5/webcomponents-theming": "2.22.1-rc.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
66
66
|
"@ui5/cypress-internal": "0.1.0",
|
|
67
|
-
"@ui5/webcomponents-tools": "2.22.
|
|
67
|
+
"@ui5/webcomponents-tools": "2.22.1-rc.0",
|
|
68
68
|
"cypress": "15.9.0",
|
|
69
69
|
"jsdom": "^26.0.0",
|
|
70
70
|
"lit": "^2.0.0",
|
|
71
71
|
"vite": "5.4.21",
|
|
72
72
|
"vitest": "^3.0.2"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "9e6891583a3a6f14d19812a700c86495a46ee276"
|
|
75
75
|
}
|