@ui5/webcomponents-compat 2.23.0 → 2.23.2
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
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [2.23.2](https://github.com/UI5/webcomponents/compare/v2.23.1...v2.23.2) (2026-06-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-compat
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.23.1](https://github.com/UI5/webcomponents/compare/v2.23.0...v2.23.1) (2026-06-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @ui5/webcomponents-compat
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [2.23.0](https://github.com/UI5/webcomponents/compare/v2.23.0-rc.2...v2.23.0) (2026-06-05)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -842,12 +842,6 @@
|
|
|
842
842
|
}
|
|
843
843
|
]
|
|
844
844
|
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "javascript-module",
|
|
847
|
-
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
848
|
-
"declarations": [],
|
|
849
|
-
"exports": []
|
|
850
|
-
},
|
|
851
845
|
{
|
|
852
846
|
"kind": "javascript-module",
|
|
853
847
|
"path": "dist/types/TableColumnPopinDisplay.js",
|
|
@@ -1033,6 +1027,12 @@
|
|
|
1033
1027
|
}
|
|
1034
1028
|
}
|
|
1035
1029
|
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "javascript-module",
|
|
1033
|
+
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
1034
|
+
"declarations": [],
|
|
1035
|
+
"exports": []
|
|
1036
1036
|
}
|
|
1037
1037
|
]
|
|
1038
1038
|
}
|
|
@@ -700,12 +700,6 @@
|
|
|
700
700
|
}
|
|
701
701
|
]
|
|
702
702
|
},
|
|
703
|
-
{
|
|
704
|
-
"kind": "javascript-module",
|
|
705
|
-
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
706
|
-
"declarations": [],
|
|
707
|
-
"exports": []
|
|
708
|
-
},
|
|
709
703
|
{
|
|
710
704
|
"kind": "javascript-module",
|
|
711
705
|
"path": "dist/types/TableColumnPopinDisplay.js",
|
|
@@ -765,6 +759,12 @@
|
|
|
765
759
|
}
|
|
766
760
|
}
|
|
767
761
|
]
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"kind": "javascript-module",
|
|
765
|
+
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
766
|
+
"declarations": [],
|
|
767
|
+
"exports": []
|
|
768
768
|
}
|
|
769
769
|
]
|
|
770
770
|
}
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-compat",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.2",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.compat",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"directory": "packages/compat"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@ui5/webcomponents": "2.23.
|
|
52
|
-
"@ui5/webcomponents-base": "2.23.
|
|
53
|
-
"@ui5/webcomponents-icons": "2.23.
|
|
54
|
-
"@ui5/webcomponents-theming": "2.23.
|
|
51
|
+
"@ui5/webcomponents": "2.23.2",
|
|
52
|
+
"@ui5/webcomponents-base": "2.23.2",
|
|
53
|
+
"@ui5/webcomponents-icons": "2.23.2",
|
|
54
|
+
"@ui5/webcomponents-theming": "2.23.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
58
58
|
"@ui5/cypress-internal": "0.1.0",
|
|
59
|
-
"@ui5/webcomponents-tools": "2.23.
|
|
59
|
+
"@ui5/webcomponents-tools": "2.23.2",
|
|
60
60
|
"cypress": "15.9.0",
|
|
61
61
|
"vite": "5.4.21"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a12f5a616f6880d9b64543b7ecee99f0fe054af8"
|
|
64
64
|
}
|