@eui/core 19.3.9-snapshot-1764531911450 → 19.3.9
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 +20 -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,23 @@
|
|
|
1
|
+
## 19.3.9 (2025-11-30)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **showcase:**
|
|
6
|
+
* adapted customApiUrl for non-standards components/directives - EUI-11608 [EUI-11608](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11608) ([086d7224](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/086d722452df09f55cc47a4c05c6a73a32a60153))
|
|
7
|
+
* **deps:**
|
|
8
|
+
* upgraded to 19.2.16 of Angular and related - high vulnerability on XSRF token leakage - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([eca011e1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/eca011e18b5ceea340db982de71ba7f3ed6c3292))
|
|
9
|
+
* **eui-autocomplete:**
|
|
10
|
+
* Fix tests - EUI-11700 [EUI-11700](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11700) ([760abe28](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/760abe2818b28ed7bcbb5a31b146512212299fad))
|
|
11
|
+
* Fix issue with value not refreshed when isForceSelection is enable - EUI-11629 [EUI-11629](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11629) ([d106915d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d106915dac801ab0d0233bf6e83fa9a8b017f4d8))
|
|
12
|
+
* fixed autocomplete display with chips list placehholder when empty - EUI-11584 [EUI-11584](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11584) ([384f0a18](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/384f0a1816e1e2df1b20be462a9469cf98d8bb78))
|
|
13
|
+
##### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **eui-input-radio:**
|
|
16
|
+
* checked state on group more than 2 - EUI-11620 [EUI-11620](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11620) ([5aa5205b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5aa5205bca28ccf1b95b201890fbf3616a997375))
|
|
17
|
+
* FormsModule ng-untouched class not replaced onTouched - EUI-11599 [EUI-11599](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11599) ([a88aa7e8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a88aa7e813c18059f7e307016eb50b08fa731363))
|
|
18
|
+
|
|
19
|
+
* * *
|
|
20
|
+
* * *
|
|
1
21
|
## 19.3.8 (2025-11-13)
|
|
2
22
|
|
|
3
23
|
##### Chores
|