@eui/core 21.1.0-snapshot-1772362995372 → 21.1.0
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 +19 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 21.1.0 (2026-03-02)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **ecl-news-ticker:**
|
|
6
|
+
* initial play icon is wrong - EUI-12042 [EUI-12042](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12042) ([5338fc60](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5338fc60f2de74446ba7b7f88416705f785b4c61))
|
|
7
|
+
* **other:**
|
|
8
|
+
* ssr related fixes for ecl EUI-12031 [EUI-12031](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12031) ([3b2ca1e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3b2ca1e05a547fbac879cc3462c12bd331bca48a))
|
|
9
|
+
* ssr related fixes EUI-12031 [EUI-12031](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12031) ([4f8f7ad5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4f8f7ad51b1c5a21751287859558341384961949))
|
|
10
|
+
* add deepmerge dependency to package.json - EUI-11994 [EUI-11994](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11994) ([37487454](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/37487454335f4b3e54df877fe8583eefb2220edd))
|
|
11
|
+
* **styles:**
|
|
12
|
+
* added eui-u-pointer-events-none to be used on some non targettable elements - EUI-12052 [EUI-12052](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12052) ([0cea0a71](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0cea0a7111611b9b898ceab765487faff02fa17c))
|
|
13
|
+
##### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **eui-icon-svg:**
|
|
16
|
+
* fixes a11y errors when used as clearable - EUI-12147 [EUI-12147](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12147) ([89c7d156](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/89c7d1564f8dbdc0f7d24ccb311b30ac6c564369))
|
|
17
|
+
|
|
18
|
+
* * *
|
|
19
|
+
* * *
|
|
1
20
|
## 21.0.4 (2026-02-06)
|
|
2
21
|
|
|
3
22
|
##### Chores
|