@ui5/webcomponents-compat 2.24.0 → 2.24.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,14 @@
|
|
|
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.24.2](https://github.com/UI5/webcomponents/compare/v2.24.0...v2.24.2) (2026-07-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-compat
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [2.24.0](https://github.com/UI5/webcomponents/compare/v2.24.0-rc.3...v2.24.0) (2026-07-06)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @ui5/webcomponents-compat
|
|
@@ -842,6 +842,12 @@
|
|
|
842
842
|
}
|
|
843
843
|
]
|
|
844
844
|
},
|
|
845
|
+
{
|
|
846
|
+
"kind": "javascript-module",
|
|
847
|
+
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
848
|
+
"declarations": [],
|
|
849
|
+
"exports": []
|
|
850
|
+
},
|
|
845
851
|
{
|
|
846
852
|
"kind": "javascript-module",
|
|
847
853
|
"path": "dist/types/TableColumnPopinDisplay.js",
|
|
@@ -1027,12 +1033,6 @@
|
|
|
1027
1033
|
}
|
|
1028
1034
|
}
|
|
1029
1035
|
]
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "javascript-module",
|
|
1033
|
-
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
1034
|
-
"declarations": [],
|
|
1035
|
-
"exports": []
|
|
1036
1036
|
}
|
|
1037
1037
|
]
|
|
1038
1038
|
}
|
|
@@ -700,6 +700,12 @@
|
|
|
700
700
|
}
|
|
701
701
|
]
|
|
702
702
|
},
|
|
703
|
+
{
|
|
704
|
+
"kind": "javascript-module",
|
|
705
|
+
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
706
|
+
"declarations": [],
|
|
707
|
+
"exports": []
|
|
708
|
+
},
|
|
703
709
|
{
|
|
704
710
|
"kind": "javascript-module",
|
|
705
711
|
"path": "dist/types/TableColumnPopinDisplay.js",
|
|
@@ -759,12 +765,6 @@
|
|
|
759
765
|
}
|
|
760
766
|
}
|
|
761
767
|
]
|
|
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.24.
|
|
3
|
+
"version": "2.24.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.24.
|
|
52
|
-
"@ui5/webcomponents-base": "2.24.
|
|
53
|
-
"@ui5/webcomponents-icons": "2.24.
|
|
54
|
-
"@ui5/webcomponents-theming": "2.24.
|
|
51
|
+
"@ui5/webcomponents": "2.24.2",
|
|
52
|
+
"@ui5/webcomponents-base": "2.24.2",
|
|
53
|
+
"@ui5/webcomponents-icons": "2.24.2",
|
|
54
|
+
"@ui5/webcomponents-theming": "2.24.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.24.
|
|
59
|
+
"@ui5/webcomponents-tools": "2.24.2",
|
|
60
60
|
"cypress": "15.9.0",
|
|
61
61
|
"vite": "5.4.21"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d2839e0e479bccb85bd3810650aaa25428873016"
|
|
64
64
|
}
|