@eui/core 21.0.0-alpha.28 → 21.0.0-alpha.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 +9 -0
- package/docs/changelog.html +29 -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 +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 21.0.0-alpha.29 (2025-09-28)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* updated to Angular 21.0.0-next.5 - CLI : provided option for pnpm install - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([60553cae](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/60553cae34dffd0509ede04a4ad8cd315af5481a))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 21.0.0-alpha.28 (2025-09-26)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,35 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-alpha.28 (2025-09-26)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>deps:</strong><ul>
|
|
106
|
+
<li>put back compodoc as deps - 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/8102c021861e571ff72385f37703c495660dc9d5">8102c021</a>)</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</li>
|
|
109
|
+
<li><strong>styles:</strong><ul>
|
|
110
|
+
<li>adjusted context colors shades - EUI-11924 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924">EUI-11924</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/57fda7bff22569ff753ace85dbe8ac2bbcd024fc">57fda7bf</a>)</li>
|
|
111
|
+
</ul>
|
|
112
|
+
</li>
|
|
113
|
+
<li><strong>other:</strong><ul>
|
|
114
|
+
<li>useUTC with DateTimepicker + a11y fixes in eui-file-upload - EUI-11306 - EUI-11059 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11306">EUI-11306</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/57f11d1f13d348b20a498e38e629f367badfc0ee">57f11d1f</a>)</li>
|
|
115
|
+
</ul>
|
|
116
|
+
</li>
|
|
117
|
+
<li><strong>eui-chips-list-v2:</strong><ul>
|
|
118
|
+
<li>Refactor - EUI-6819 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-6819">EUI-6819</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6f793d8d1e172a02fdb77f158b43fe0a71cc935c">6f793d8d</a>)</li>
|
|
119
|
+
</ul>
|
|
120
|
+
</li>
|
|
121
|
+
</ul>
|
|
122
|
+
<h5>Bug Fixes</h5>
|
|
123
|
+
<ul>
|
|
124
|
+
<li><strong>eui-paginator:</strong><ul>
|
|
125
|
+
<li>fixes a11y errors - EUI-11062 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11062">EUI-11062</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/010070e5cc2e583037bcf569b1ee0b95759f2f45">010070e5</a>)</li>
|
|
126
|
+
</ul>
|
|
127
|
+
</li>
|
|
128
|
+
</ul>
|
|
129
|
+
<hr>
|
|
130
|
+
<hr>
|
|
102
131
|
<h2>21.0.0-alpha.27 (2025-09-24)</h2>
|
|
103
132
|
<h5>Chores</h5>
|
|
104
133
|
<ul>
|