@ui5/webcomponents-base 1.24.0-rc.3 → 1.24.0-rc.4

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/.eslintignore CHANGED
@@ -15,3 +15,4 @@ package-scripts.cjs
15
15
  src/renderer/directives/style-map.js
16
16
  src/util/metaUrl.js
17
17
  src/ssr-dom*
18
+ index.js
package/CHANGELOG.md CHANGED
@@ -3,6 +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
+ # [1.24.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.3...v1.24.0-rc.4) (2024-04-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * enable property decorator for property accessors ([#8587](https://github.com/SAP/ui5-webcomponents/issues/8587)) ([12b6f1a](https://github.com/SAP/ui5-webcomponents/commit/12b6f1a7611bba909dd54ab5ee4549fde2173e6a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.24.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.2...v1.24.0-rc.3) (2024-03-28)
7
18
 
8
19
 
package/bundle.esm.js CHANGED
@@ -5,6 +5,7 @@ import EventProvider from "./dist/EventProvider.js";
5
5
  import "./dist/features/OpenUI5Support.js";
6
6
 
7
7
  // Test components
8
+ import "./test/elements/Accessor.js";
8
9
  import "./test/elements/Generic.js";
9
10
  import "./test/elements/NoShadowDOM.js";
10
11
  import "./test/elements/Parent.js";