@eui/core 21.0.0-next.28 → 21.0.0-next.29
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 +17 -0
- package/docs/changelog.html +10 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +95 -95
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 21.0.0-next.29 (2025-11-27)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **styles:**
|
|
6
|
+
* adapted page surface and divider global context vars - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([0b89ec85](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0b89ec856aa96daf5feb1f90c4f6aaf285efd169))
|
|
7
|
+
* **deps:**
|
|
8
|
+
* upgraded to Angular 21.0.1 - security patch - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([908da42d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/908da42dfb776cb1013ac2d4f4f10e9e8f3b9c47))
|
|
9
|
+
* **cli:**
|
|
10
|
+
* adapted app build scripts - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([d759f42d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d759f42d90ec750a05bcc7bf7e62cc406e72c90b))
|
|
11
|
+
* **eui-components:**
|
|
12
|
+
* Fix tests - EUI-11695 [EUI-11695](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11695) ([ea320cba](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ea320cba410fae18184846f9b9ad3802a5bfb446))
|
|
13
|
+
* **eui-growl:**
|
|
14
|
+
* Fix lint - EUI-11715 [EUI-11715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11715) ([ca7e034a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ca7e034a6e1a8f53e50075f8e90cd0fbfe20a821))
|
|
15
|
+
|
|
16
|
+
* * *
|
|
17
|
+
* * *
|
|
1
18
|
## 21.0.0-next.28 (2025-11-27)
|
|
2
19
|
|
|
3
20
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,16 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-next.28 (2025-11-27)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>eui-text-input:</strong><ul>
|
|
106
|
+
<li>migrate to signal API - EUI-11713 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11713">EUI-11713</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4c6dbe7f1d196f99d58f344047899f0aa22dbd67">4c6dbe7f</a>)</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</li>
|
|
109
|
+
</ul>
|
|
110
|
+
<hr>
|
|
111
|
+
<hr>
|
|
102
112
|
<h2>21.0.0-next.27 (2025-11-26)</h2>
|
|
103
113
|
<h5>Chores</h5>
|
|
104
114
|
<ul>
|