@eui/components 18.2.16 → 18.2.17
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 +37 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +21 -21
package/docs/changelog.html
CHANGED
@@ -81,6 +81,43 @@
|
|
81
81
|
<div class="content getting-started">
|
82
82
|
<div class="content-data">
|
83
83
|
|
84
|
+
<h2>18.2.16 (2025-09-19)</h2>
|
85
|
+
<h5>Chores</h5>
|
86
|
+
<ul>
|
87
|
+
<li><strong>eui-button:</strong><ul>
|
88
|
+
<li>Fix issue with hidden attribute overwritten by default styles - EUI-11367 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11367">EUI-11367</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/51b0210c0cf4557ecd8fe1cd003728ff5753e272">51b0210c</a>)</li>
|
89
|
+
</ul>
|
90
|
+
</li>
|
91
|
+
<li><strong>eui-tooltip:</strong><ul>
|
92
|
+
<li>Fix issue with event subscriptions - EUI-11374 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11374">EUI-11374</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/89b19409cadac0aa8f5930abfdd8af4d36d82ea5">89b19409</a>)</li>
|
93
|
+
</ul>
|
94
|
+
</li>
|
95
|
+
<li><strong>eui-table-v2:</strong><ul>
|
96
|
+
<li>Fix cell vertical alignment - EUI-11364 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11364">EUI-11364</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fe8314c1a7fb7aab6924fd929c5e4595d886950e">fe8314c1</a>)</li>
|
97
|
+
</ul>
|
98
|
+
</li>
|
99
|
+
<li><strong>eui-tree:</strong><ul>
|
100
|
+
<li>Fix issue with virtual scroll and filter - EUI-11249 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11249">EUI-11249</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6bc140fcbb71f5cedd0ca157802153eb95472287">6bc140fc</a>)</li>
|
101
|
+
</ul>
|
102
|
+
</li>
|
103
|
+
<li><strong>other:</strong><ul>
|
104
|
+
<li>adapted gitignore and postbuild script (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1cdac4978624567e841fe8476459ec1b0257f1c4">1cdac497</a>)</li>
|
105
|
+
</ul>
|
106
|
+
</li>
|
107
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
108
|
+
<li>Make NumpadEnter validating selection - EUI-11348 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11348">EUI-11348</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6d9fe67b526423d73204f4a3425d1ab00723df88">6d9fe67b</a>)</li>
|
109
|
+
</ul>
|
110
|
+
</li>
|
111
|
+
</ul>
|
112
|
+
<h5>Bug Fixes</h5>
|
113
|
+
<ul>
|
114
|
+
<li><strong>eui-tree:</strong><ul>
|
115
|
+
<li>makes expand/collpase button focusable - EUI-11231 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11231">EUI-11231</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8398577fc484e8b1bbba22a9d28cecd24c22ad9b">8398577f</a>)</li>
|
116
|
+
</ul>
|
117
|
+
</li>
|
118
|
+
</ul>
|
119
|
+
<hr>
|
120
|
+
<hr>
|
84
121
|
<h2>18.2.15 (2025-08-02)</h2>
|
85
122
|
<h5>Chores</h5>
|
86
123
|
<ul>
|