@eui/core 21.0.0-next.29 → 21.0.0-next.30
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 +13 -0
- package/docs/changelog.html +26 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 21.0.0-next.30 (2025-11-27)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* removed unused imports EUI-11699 [EUI-11699](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11699) ([a187f801](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a187f8019b9b5f634fb8164f0f5563f349cd356f))
|
|
7
|
+
##### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **other:**
|
|
10
|
+
* tsconfig.spec.json wrong schema - EUI-11693 [EUI-11693](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11693) ([dde8657c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dde8657c1389cf40df8140cb8cd795dd3b5d761a))
|
|
11
|
+
|
|
12
|
+
* * *
|
|
13
|
+
* * *
|
|
1
14
|
## 21.0.0-next.29 (2025-11-27)
|
|
2
15
|
|
|
3
16
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,32 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-next.29 (2025-11-27)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>styles:</strong><ul>
|
|
106
|
+
<li>adapted page surface and divider global context vars - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0b89ec856aa96daf5feb1f90c4f6aaf285efd169">0b89ec85</a>)</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</li>
|
|
109
|
+
<li><strong>deps:</strong><ul>
|
|
110
|
+
<li>upgraded to Angular 21.0.1 - security patch - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/908da42dfb776cb1013ac2d4f4f10e9e8f3b9c47">908da42d</a>)</li>
|
|
111
|
+
</ul>
|
|
112
|
+
</li>
|
|
113
|
+
<li><strong>cli:</strong><ul>
|
|
114
|
+
<li>adapted app build scripts - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d759f42d90ec750a05bcc7bf7e62cc406e72c90b">d759f42d</a>)</li>
|
|
115
|
+
</ul>
|
|
116
|
+
</li>
|
|
117
|
+
<li><strong>eui-components:</strong><ul>
|
|
118
|
+
<li>Fix tests - EUI-11695 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11695">EUI-11695</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ea320cba410fae18184846f9b9ad3802a5bfb446">ea320cba</a>)</li>
|
|
119
|
+
</ul>
|
|
120
|
+
</li>
|
|
121
|
+
<li><strong>eui-growl:</strong><ul>
|
|
122
|
+
<li>Fix lint - EUI-11715 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11715">EUI-11715</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ca7e034a6e1a8f53e50075f8e90cd0fbfe20a821">ca7e034a</a>)</li>
|
|
123
|
+
</ul>
|
|
124
|
+
</li>
|
|
125
|
+
</ul>
|
|
126
|
+
<hr>
|
|
127
|
+
<hr>
|
|
102
128
|
<h2>21.0.0-next.28 (2025-11-27)</h2>
|
|
103
129
|
<h5>Chores</h5>
|
|
104
130
|
<ul>
|