@eui/core 21.0.0-alpha.15 → 21.0.0-alpha.16
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 +38 -0
- package/docs/changelog.html +55 -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,41 @@
|
|
|
1
|
+
## 21.0.0-alpha.16 (2025-09-17)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **toolbar:**
|
|
6
|
+
* BREAKING CHANGE - remove toolbar-menu - replaced by toolbar-mega-menu component following EDS specs v1 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([b697664f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
7
|
+
/commits/b697664f110019bfc02451dd77bf4f63b9ac2fee))
|
|
8
|
+
* **charts:**
|
|
9
|
+
* remove remaining ngModule usages in components - EUI_CHARTS import has to be used instead of EuiChartsModule - EUI-11924 [EUI-11924](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924) ([aac43e8f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
10
|
+
/commits/aac43e8ff59b6b35f77b5ad328260331376035b8))
|
|
11
|
+
* **eui-table:**
|
|
12
|
+
* BREAKING CHANGE - Replace eui-table by eui-table-v2 - EUI-11342 [EUI-11342](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11342) ([099d5c0c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
13
|
+
/commits/099d5c0c6ee9b13c57e437c657d948031ad6bd85))
|
|
14
|
+
* **breaking changes:**
|
|
15
|
+
* remove all modules exports from components - standalone export has to be used instead - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([e4a8eb2c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
16
|
+
/commits/e4a8eb2ca66d7c90f00ca701292475467dc28c9f))
|
|
17
|
+
* remove all module exports from components - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([fc50fac5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
18
|
+
/commits/fc50fac5bafe00abe459f8cf89166422aea954c5))
|
|
19
|
+
* **styles:**
|
|
20
|
+
* Fixed eui-autocomplete & eui-chips-list with chips positions & vertical drag and drop - EUI-11354 [EUI-11354](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354) ([80a6bc87](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
21
|
+
/commits/80a6bc87ac813d91e4d8aa03da7d8a871525fa06))
|
|
22
|
+
* **showcase:**
|
|
23
|
+
* migrated all components to standalone - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([9974fc66](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
24
|
+
/commits/9974fc66af570b55787685ab094f7b2bae35c3a4))
|
|
25
|
+
* **layout:**
|
|
26
|
+
* BREAKING CHANGES - removal of EuiLayoutModule - EUI_LAYOUT and related sub-entries for layout components must be imported explicitely and in standalone way - EUI-11924 [EUI-11924](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924) ([7dd224be](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
27
|
+
/commits/7dd224beabd319b0417442d48c90d841577657b6))
|
|
28
|
+
* **deps:**
|
|
29
|
+
* BREAKING CHANGE - upgraded to Angular 21.0.0-next.3 - Typescript 5.9.2 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([48e355f6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
30
|
+
/commits/48e355f64fce1af1dc3437bcb75c8b2c0f9f772b))
|
|
31
|
+
##### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **ecl-banner:**
|
|
34
|
+
* flickering issue, updated the resize funtions from ECL EUI-11357 [EUI-11357](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11357) ([57f6ffd2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
35
|
+
/commits/57f6ffd25ceb6267895d9d05bc9054b781023a4a))
|
|
36
|
+
|
|
37
|
+
* * *
|
|
38
|
+
* * *
|
|
1
39
|
## 21.0.0-alpha.15 (2025-09-12)
|
|
2
40
|
|
|
3
41
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,61 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-alpha.15 (2025-09-12)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>other:</strong><ul>
|
|
106
|
+
<li>update post-build script - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([c8c1b113](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
107
|
+
/commits/c8c1b113f102d998166706ccf0af9aab87a6bc77))</li>
|
|
108
|
+
<li>remove unused .version.properties file ([a0228268](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
109
|
+
/commits/a0228268dfc6ac46698ae7c9e7740d27242ef7ca))</li>
|
|
110
|
+
<li>adapted postbuild script - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([da4706a1](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
111
|
+
/commits/da4706a1e854382888ece0e43fc39147eca74509))</li>
|
|
112
|
+
<li>remove icons duplication - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([bd23c08c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
113
|
+
/commits/bd23c08c71531d49764df27d080f87a70ffa4806))</li>
|
|
114
|
+
<li>added phosphor regular ([a11abcd9](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
115
|
+
/commits/a11abcd90e06955ba96c88bb372c51aad816084d))</li>
|
|
116
|
+
<li>prevent publication of phosphor assets ([1814f61c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
117
|
+
/commits/1814f61c1f4655728cfd945747921cbc70d43f27))</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
120
|
+
<li><strong>eui-icon-svg:</strong><ul>
|
|
121
|
+
<li>Replacement of icons with new sets - EUI-11353 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11353">EUI-11353</a> ([1260a646](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
122
|
+
/commits/1260a646225dfed553077388a94e544c62b211e8))</li>
|
|
123
|
+
<li>Replacement of icons with new sets - EUI-11187 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11187">EUI-11187</a> ([d52fdd35](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
124
|
+
/commits/d52fdd3581a6d497259c60eee448f6fdba408d9c))</li>
|
|
125
|
+
<li>Updates of Svg icon sets, samples & documentation - EUI-11187 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11187">EUI-11187</a> ([79ee4d70](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
126
|
+
/commits/79ee4d70e0fc96e498b8806fa8924bd9bcd2c8c3))</li>
|
|
127
|
+
</ul>
|
|
128
|
+
</li>
|
|
129
|
+
<li><strong>styles:</strong><ul>
|
|
130
|
+
<li>Fixed eui-chip-list & eui-autocomplete with chips list display and positions - EUI-11354 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354">EUI-11354</a> ([a6ff3f52](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
131
|
+
/commits/a6ff3f527cf0e1635135d9d321230e9432672d0d))</li>
|
|
132
|
+
<li>update sass map-get usage - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([89a91c26](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
133
|
+
/commits/89a91c261a00f6af1455189e6a9b6222e34cf01d))</li>
|
|
134
|
+
</ul>
|
|
135
|
+
</li>
|
|
136
|
+
<li><strong>eui-tabs:</strong><ul>
|
|
137
|
+
<li>Replace eui-tabs by eui-tabs-v2 - EUI-11343 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11343">EUI-11343</a> ([14e0ae9c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
138
|
+
/commits/14e0ae9cc4b8c37e9ebf1dd2b7d3e44b50b571ed))</li>
|
|
139
|
+
</ul>
|
|
140
|
+
</li>
|
|
141
|
+
</ul>
|
|
142
|
+
<h5>Bug Fixes</h5>
|
|
143
|
+
<ul>
|
|
144
|
+
<li><strong>label:</strong><ul>
|
|
145
|
+
<li>positioning and sizes according to specs - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([a12c0eee](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
146
|
+
/commits/a12c0eee7afb1e52582760e3b5b13d8af72fe1eb))</li>
|
|
147
|
+
</ul>
|
|
148
|
+
</li>
|
|
149
|
+
<li><strong>styles:</strong><ul>
|
|
150
|
+
<li>label and bg color wrongly set - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([da3d5f5c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
151
|
+
/commits/da3d5f5cf290a2f397b0dacc2f960c8b0b300c18))</li>
|
|
152
|
+
</ul>
|
|
153
|
+
</li>
|
|
154
|
+
</ul>
|
|
155
|
+
<hr>
|
|
156
|
+
<hr>
|
|
102
157
|
<h2>21.0.0-alpha.14 (2025-09-12)</h2>
|
|
103
158
|
<h5>Chores</h5>
|
|
104
159
|
<ul>
|