@eui/base 23.0.0-alpha.12 → 23.0.0-alpha.13
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/docs/changelog.html +14 -0
- package/docs/index.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/llms.txt +1 -1
- package/docs/properties.html +1 -1
- package/package.json +1 -1
package/docs/changelog.html
CHANGED
|
@@ -106,6 +106,20 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
<h2>23.0.0-alpha.12 (2026-08-18)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>deps:</strong><ul>
|
|
113
|
+
<li>adjusted dependencies for vulnerabilities high/moderate audit (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/09dbd95a1418a8d64cef7aa9d1b6609168346ac0">09dbd95a</a>)</li>
|
|
114
|
+
<li>cleanup (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/716f6f76a41ab5216204b928db76a32845eaeaac">716f6f76</a>)</li>
|
|
115
|
+
<li>upgraded to Angular 22.1.2 - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c2b30ba4638c857259d0f594d543386c77fd8fc">0c2b30ba</a>)</li>
|
|
116
|
+
<li>update eui-deps-base-dev - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bdb64e2957a86c321a53717a46f2e9c3a9ebbd70">bdb64e29</a>)</li>
|
|
117
|
+
<li>split eui-deps-base into eui-deps-base and eui-deps-base-dev (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e474d63f19548dd50589db67aff05cd5838611a6">e474d63f</a>)</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
120
|
+
</ul>
|
|
121
|
+
<hr>
|
|
122
|
+
<hr>
|
|
109
123
|
<h2>23.0.0-alpha.11 (2026-08-18)</h2>
|
|
110
124
|
<h5>Chores</h5>
|
|
111
125
|
<ul>
|
package/docs/index.html
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
<h1>eUI platform</h1>
|
|
109
109
|
<h2>Pre-requisites</h2>
|
|
110
|
-
<p><strong
|
|
110
|
+
<p><strong>"^20.19.0 || ^22.12.0 || >=24.15.0"</strong></p>
|
|
111
111
|
<p><strong>Yarn</strong></p>
|
|
112
112
|
<h2>Quickstart</h2>
|
|
113
113
|
<p>The entry point of eUI is the @eui/cli package, this will help you scaffold an eUI app of your choice :</p>
|