@ui5/webcomponents-base 2.19.2 → 2.20.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/AGENTS.md CHANGED
@@ -1,7 +1,9 @@
1
- # CLAUDE.md - UI5 Web Components Development Guide
1
+ # AGENTS.md - UI5 Web Components Development Guide
2
2
 
3
3
  This file provides guidance for AI coding assistants when developing web components built on `@ui5/webcomponents-base`.
4
4
 
5
+ > **Working in the ui5-webcomponents monorepo?** See the [root AGENTS.md](../../AGENTS.md) for repository commands, build flow, and commit guidelines.
6
+
5
7
  ## Component Architecture
6
8
 
7
9
  Components use decorator-based definitions with Preact JSX templates:
package/CHANGELOG.md CHANGED
@@ -3,18 +3,19 @@
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.19.2](https://github.com/UI5/webcomponents/compare/v2.19.1...v2.19.2) (2026-02-13)
6
+ # [2.20.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.20.0-rc.0...v2.20.0-rc.1) (2026-02-19)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * **framework:** apply correct system css variables ([#13085](https://github.com/UI5/webcomponents/issues/13085)) ([0af0ba4](https://github.com/UI5/webcomponents/commit/0af0ba476f73cb6139fd00fd690eedace8221b79))
11
+ * **framework:** apply correct system css variables ([#13085](https://github.com/UI5/webcomponents/issues/13085)) ([123efed](https://github.com/UI5/webcomponents/commit/123efed9705ddde81aedf9f3571ce1e0b89e61c8))
12
+ * **framework:** correct runtime compare ([#13105](https://github.com/UI5/webcomponents/issues/13105)) ([eb8cc19](https://github.com/UI5/webcomponents/commit/eb8cc1978db1f4f2352e2f0a77569d7216301c3e))
12
13
 
13
14
 
14
15
 
15
16
 
16
17
 
17
- ## [2.19.1](https://github.com/UI5/webcomponents/compare/v2.19.0...v2.19.1) (2026-02-06)
18
+ # [2.20.0-rc.0](https://github.com/UI5/webcomponents/compare/v2.19.0...v2.20.0-rc.0) (2026-02-12)
18
19
 
19
20
  **Note:** Version bump only for package @ui5/webcomponents-base
20
21