@eui/core 19.3.4-snapshot-1757584709658 → 19.3.4
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 +27 -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,30 @@
|
|
|
1
|
+
## 19.3.4 (2025-09-11)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **eui-resizable:**
|
|
6
|
+
* add support for min width - EUI-11351 [EUI-11351](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11351) ([29390308](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
7
|
+
/commits/29390308fcdfce28f362a3a03350982544e4f017))
|
|
8
|
+
* **eui-autocomplete:**
|
|
9
|
+
* Make NumpadEnter validating selection - EUI-11348 [EUI-11348](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11348) ([c48a1e80](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
10
|
+
/commits/c48a1e807227126b73edebe54e9befe23f6fa562))
|
|
11
|
+
* **styles:**
|
|
12
|
+
* Fixed CDK cdkDropList overrides - EUI-11278 [EUI-11278](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11278) ([4c02e773](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
13
|
+
/commits/4c02e7730fb3caf175c457ea961aeb6dd82c83ef))
|
|
14
|
+
* **eui-datepicker:**
|
|
15
|
+
* formats the output when the value is patched - EUI-11264 [EUI-11264](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11264) ([b898d9ae](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
16
|
+
/commits/b898d9aed153deb42803e802c0e9d7f86835cd3a))
|
|
17
|
+
* **eui-icon-svg:**
|
|
18
|
+
* Added Open/Libre Office file type icons to the eUI icons library - EUI-11280 [EUI-11280](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11280) ([56bd6ff4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
19
|
+
/commits/56bd6ff458f36e8376b30d8988318b59a1645053))
|
|
20
|
+
##### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **eui-tree:**
|
|
23
|
+
* makes expand/collapse button accessible - EUI-11231 [EUI-11231](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11231) ([de616b6f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
24
|
+
/commits/de616b6fe8043f2fee446c8ea79499f9d9e41552))
|
|
25
|
+
|
|
26
|
+
* * *
|
|
27
|
+
* * *
|
|
1
28
|
## 19.3.3 (2025-09-04)
|
|
2
29
|
|
|
3
30
|
##### Chores
|