@eui/ecl 21.0.0-next.21 → 21.0.0-next.23
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 +35 -0
- package/docs/components/EclSiteFooterComponent.html +13 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +14 -7
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-site-footer.d.ts +1 -0
- package/types/eui-ecl-components-ecl-site-footer.d.ts.map +1 -1
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,41 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-next.22 (2025-11-24)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>ecl-site-footer:</strong><ul>
|
|
106
|
+
<li>new selector, the old one is deprecated EUI-11687 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11687">EUI-11687</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/88901201b43373f4ed1de35829cb5d6ee05357b1">88901201</a>)</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</li>
|
|
109
|
+
</ul>
|
|
110
|
+
<hr>
|
|
111
|
+
<hr>
|
|
112
|
+
<h2>21.0.0-next.21 (2025-11-24)</h2>
|
|
113
|
+
<h5>Chores</h5>
|
|
114
|
+
<ul>
|
|
115
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
116
|
+
<li>Fix tests - EUI-11665 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11665">EUI-11665</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/78072dc5244dd00d86fab132b6bd6064001d3a2b">78072dc5</a>)</li>
|
|
117
|
+
</ul>
|
|
118
|
+
</li>
|
|
119
|
+
<li><strong>ecl-site-footer:</strong><ul>
|
|
120
|
+
<li>links not shown properly when switching between ec/eu templates EUI-11686 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11686">EUI-11686</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1dd81aa876f4c697bfa36a34c74748532717412a">1dd81aa8</a>)</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</li>
|
|
123
|
+
<li><strong>social-media-follow:</strong><ul>
|
|
124
|
+
<li>passing extra attributes to the single links - EUI-11545 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11545">EUI-11545</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/41a6127fe58920336c6d75db58faf44610aee68c">41a6127f</a>)</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</li>
|
|
127
|
+
</ul>
|
|
128
|
+
<h5>Bug Fixes</h5>
|
|
129
|
+
<ul>
|
|
130
|
+
<li><strong>eui-input-radio:</strong><ul>
|
|
131
|
+
<li>checked state on group more than 2 - EUI-11620 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11620">EUI-11620</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f45bce1bf84e5fae0967a609742fe51b779dc1a6">f45bce1b</a>)</li>
|
|
132
|
+
</ul>
|
|
133
|
+
</li>
|
|
134
|
+
</ul>
|
|
135
|
+
<hr>
|
|
136
|
+
<hr>
|
|
102
137
|
<h2>21.0.0-next.20 (2025-11-24)</h2>
|
|
103
138
|
<h5>Chores</h5>
|
|
104
139
|
<ul>
|
|
@@ -319,6 +319,19 @@
|
|
|
319
319
|
</table>
|
|
320
320
|
</section>
|
|
321
321
|
|
|
322
|
+
<section data-compodoc="block-constructor">
|
|
323
|
+
<h3 id="constructor">Constructor</h3>
|
|
324
|
+
<table class="table table-sm table-bordered">
|
|
325
|
+
<tbody>
|
|
326
|
+
<tr>
|
|
327
|
+
<td class="col-md-4">
|
|
328
|
+
<code>constructor()</code>
|
|
329
|
+
</td>
|
|
330
|
+
</tr>
|
|
331
|
+
|
|
332
|
+
</tbody>
|
|
333
|
+
</table>
|
|
334
|
+
</section>
|
|
322
335
|
|
|
323
336
|
<section data-compodoc="block-inputs">
|
|
324
337
|
<h3 id="inputs">Inputs</h3>
|