@ui5/webcomponents-base 2.23.1 → 2.24.0-rc.1

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,13 +3,20 @@
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.1](https://github.com/UI5/webcomponents/compare/v2.23.0...v2.23.1) (2026-06-11)
6
+ # [2.24.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.24.0-rc.0...v2.24.0-rc.1) (2026-06-18)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * **framework:** re-apply theme on secondary boot to detect OpenUI5 custom themes ([#13680](https://github.com/UI5/webcomponents/issues/13680)) ([feab9ea](https://github.com/UI5/webcomponents/commit/feab9ea62d3c126627be6eade10118a36bae3a6b))
12
- * **OpenUI5Support:** move popover to top of top layer ([#13671](https://github.com/UI5/webcomponents/issues/13671)) ([e90ebe5](https://github.com/UI5/webcomponents/commit/e90ebe58a21e01a241896f71e2d3ebc95aba8451))
11
+ * keep table rows intact when printing and harden createInstanceChecker ([#13699](https://github.com/UI5/webcomponents/issues/13699)) ([492099e](https://github.com/UI5/webcomponents/commit/492099e44b22710313c2fc67480f9b1259a7b59d)), closes [#13684](https://github.com/UI5/webcomponents/issues/13684) [#13689](https://github.com/UI5/webcomponents/issues/13689)
12
+
13
+
14
+
15
+
16
+
17
+ # [2.24.0-rc.0](https://github.com/UI5/webcomponents/compare/v2.23.0...v2.24.0-rc.0) (2026-06-11)
18
+
19
+ **Note:** Version bump only for package @ui5/webcomponents-base
13
20
 
14
21
 
15
22