@eui/core 21.2.6-snapshot-1780484204433 → 21.2.6
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 +29 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## 21.2.6 (2026-06-03)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* updated npm engine versions ([aa9e3363](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/aa9e3363fa2d4c59b6b7e6cf726af38560977fa9))
|
|
7
|
+
* **styles:**
|
|
8
|
+
* fix ecl-media-follow icon rendered yellow ([5abede7f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5abede7f355d1d5cb4df7a7783b91d0e33940c48))
|
|
9
|
+
* **ecl-mega-menu:**
|
|
10
|
+
* mobile and tablet view issues EUI-12450 [EUI-12450](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12450) ([bef5acbd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bef5acbda187bbcf7afc4c9a32aebc8f8b383ea0))
|
|
11
|
+
* tablet view error fixed EUI-12450 [EUI-12450](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12450) ([3427e0e8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3427e0e8aefe6e6ca6e3ddc134d5d8625f199180))
|
|
12
|
+
* **eui-file-upload:**
|
|
13
|
+
* Add message for user when trying to upload not allowed file type - EUI-12451 [EUI-12451](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12451) ([b3749727](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b3749727d27bbe3baa0e53b738c84b16ebabd7f3))
|
|
14
|
+
* **ecl-menu, eui-header:**
|
|
15
|
+
* fixed mobile nav, fixed logo url EUI-12450 [EUI-12450](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12450) ([51ee9f63](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/51ee9f63529fc996e5f60e19a45bb3721abf818b))
|
|
16
|
+
* **calendar:**
|
|
17
|
+
* add resolved templates for day and header cells - EUI-12433 [EUI-12433](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12433) ([d40e40f8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d40e40f8b040f06c00aee88f273f652fd2420d66))
|
|
18
|
+
* **ecl-site-header:**
|
|
19
|
+
* search button in mobile fix EUI-12450 [EUI-12450](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12450) ([ed64043e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ed64043ebaa33c78f1fe6314969d30a53b26da1f))
|
|
20
|
+
* missing eu logo EUI-12450 [EUI-12450](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12450) ([b7c26bf1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b7c26bf10cde155c1cb35712531c5058ded21bd1))
|
|
21
|
+
* **deps:**
|
|
22
|
+
* updated to angular 21.2.15 and related - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([3034a027](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3034a0272528d2de0897df1af8112945386b3d5a))
|
|
23
|
+
##### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **eui-calendar-day:**
|
|
26
|
+
* correct event label binding in template - EUI-12433 [EUI-12433](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12433) ([ac5dcb6f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ac5dcb6f300ae62fd20ed67cd9db45ac3570cd71))
|
|
27
|
+
|
|
28
|
+
* * *
|
|
29
|
+
* * *
|
|
1
30
|
## 21.2.5 (2026-05-29)
|
|
2
31
|
|
|
3
32
|
##### Chores
|