@eui/core 19.3.3-snapshot-1756410268787 → 21.0.0-alpha.10
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 +290 -0
- package/docs/changelog.html +346 -0
- package/docs/directives/TranslateMockDirective.html +0 -43
- package/docs/injectables/ApiQueueService.html +1 -55
- package/docs/injectables/EuiAppShellService.html +1 -103
- package/docs/injectables/EuiDynamicComponentService.html +0 -67
- package/docs/injectables/EuiDynamicMenuService.html +1 -43
- package/docs/injectables/EuiPermissionService.html +1 -43
- package/docs/injectables/EuiThemeService.html +1 -55
- package/docs/injectables/GlobalErrorHandler.html +0 -43
- package/docs/injectables/I18nLoader.html +1 -55
- package/docs/injectables/I18nService.html +1 -79
- package/docs/injectables/LocalForageService.html +1 -43
- package/docs/injectables/LocalStorageService.html +0 -54
- package/docs/injectables/LocaleService.html +1 -91
- package/docs/injectables/LocaleServiceMock.html +1 -31
- package/docs/injectables/LogService.html +1 -55
- package/docs/injectables/SessionStorageService.html +0 -43
- package/docs/injectables/StoreService.html +1 -42
- package/docs/injectables/UserService.html +1 -31
- package/docs/interceptors/AddLangParamInterceptor.html +0 -43
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -67
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -43
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -47
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +229 -320
- package/fesm2022/eui-core.mjs.map +1 -1
- package/index.d.ts +2470 -5
- package/index.d.ts.map +1 -1
- package/package.json +11 -11
- package/eui-core.d.ts.map +0 -1
- package/lib/eui-core.module.d.ts +0 -21
- package/lib/eui-core.module.d.ts.map +0 -1
- package/lib/helpers/css-utils.d.ts +0 -35
- package/lib/helpers/css-utils.d.ts.map +0 -1
- package/lib/helpers/date-helpers.d.ts +0 -3
- package/lib/helpers/date-helpers.d.ts.map +0 -1
- package/lib/helpers/dom-helpers.d.ts +0 -34
- package/lib/helpers/dom-helpers.d.ts.map +0 -1
- package/lib/helpers/event-helpers.d.ts +0 -2
- package/lib/helpers/event-helpers.d.ts.map +0 -1
- package/lib/helpers/form-helpers.d.ts +0 -11
- package/lib/helpers/form-helpers.d.ts.map +0 -1
- package/lib/helpers/format-helpers.d.ts +0 -13
- package/lib/helpers/format-helpers.d.ts.map +0 -1
- package/lib/helpers/http-helpers.d.ts +0 -8
- package/lib/helpers/http-helpers.d.ts.map +0 -1
- package/lib/helpers/index.d.ts +0 -10
- package/lib/helpers/index.d.ts.map +0 -1
- package/lib/helpers/injector.d.ts +0 -11
- package/lib/helpers/injector.d.ts.map +0 -1
- package/lib/helpers/utils.d.ts +0 -7
- package/lib/helpers/utils.d.ts.map +0 -1
- package/lib/interceptors/add-lang-param.interceptor.d.ts +0 -17
- package/lib/interceptors/add-lang-param.interceptor.d.ts.map +0 -1
- package/lib/interceptors/cache-prevention.interceptor.d.ts +0 -9
- package/lib/interceptors/cache-prevention.interceptor.d.ts.map +0 -1
- package/lib/interceptors/cors-security.interceptor.d.ts +0 -9
- package/lib/interceptors/cors-security.interceptor.d.ts.map +0 -1
- package/lib/interceptors/csrf-prevention.interceptor.d.ts +0 -9
- package/lib/interceptors/csrf-prevention.interceptor.d.ts.map +0 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +0 -20
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +0 -1
- package/lib/interceptors/index.d.ts +0 -7
- package/lib/interceptors/index.d.ts.map +0 -1
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts +0 -14
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts.map +0 -1
- package/lib/services/app/eui-init-app.d.ts +0 -12
- package/lib/services/app/eui-init-app.d.ts.map +0 -1
- package/lib/services/app/eui-pre-init-app.d.ts +0 -17
- package/lib/services/app/eui-pre-init-app.d.ts.map +0 -1
- package/lib/services/app/eui-startup.d.ts +0 -5
- package/lib/services/app/eui-startup.d.ts.map +0 -1
- package/lib/services/app/factories/log.d.ts +0 -26
- package/lib/services/app/factories/log.d.ts.map +0 -1
- package/lib/services/app/index.d.ts +0 -3
- package/lib/services/app/index.d.ts.map +0 -1
- package/lib/services/config/defaults.d.ts +0 -12
- package/lib/services/config/defaults.d.ts.map +0 -1
- package/lib/services/config/tokens.d.ts +0 -20
- package/lib/services/config/tokens.d.ts.map +0 -1
- package/lib/services/dynamic-component/dynamic-component.service.d.ts +0 -42
- package/lib/services/dynamic-component/dynamic-component.service.d.ts.map +0 -1
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +0 -15
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +0 -1
- package/lib/services/errors/eui.error.d.ts +0 -14
- package/lib/services/errors/eui.error.d.ts.map +0 -1
- package/lib/services/errors/global-error-handler.d.ts +0 -11
- package/lib/services/errors/global-error-handler.d.ts.map +0 -1
- package/lib/services/errors/http-error-handler-callback-functions.d.ts +0 -7
- package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +0 -1
- package/lib/services/errors/http-error-handler.interceptor.d.ts +0 -23
- package/lib/services/errors/http-error-handler.interceptor.d.ts.map +0 -1
- package/lib/services/errors/index.d.ts +0 -5
- package/lib/services/errors/index.d.ts.map +0 -1
- package/lib/services/eui-app-shell.service.d.ts +0 -110
- package/lib/services/eui-app-shell.service.d.ts.map +0 -1
- package/lib/services/eui-theme.service.d.ts +0 -52
- package/lib/services/eui-theme.service.d.ts.map +0 -1
- package/lib/services/eui-timezone.service.d.ts +0 -270
- package/lib/services/eui-timezone.service.d.ts.map +0 -1
- package/lib/services/growl/eui-growl.service.d.ts +0 -23
- package/lib/services/growl/eui-growl.service.d.ts.map +0 -1
- package/lib/services/growl/index.d.ts +0 -2
- package/lib/services/growl/index.d.ts.map +0 -1
- package/lib/services/i18n/i18n.loader.d.ts +0 -93
- package/lib/services/i18n/i18n.loader.d.ts.map +0 -1
- package/lib/services/i18n/i18n.resource.d.ts +0 -36
- package/lib/services/i18n/i18n.resource.d.ts.map +0 -1
- package/lib/services/i18n/i18n.service.d.ts +0 -102
- package/lib/services/i18n/i18n.service.d.ts.map +0 -1
- package/lib/services/i18n/index.d.ts +0 -4
- package/lib/services/i18n/index.d.ts.map +0 -1
- package/lib/services/index.d.ts +0 -20
- package/lib/services/index.d.ts.map +0 -1
- package/lib/services/loader/eui-loader.model.d.ts +0 -97
- package/lib/services/loader/eui-loader.model.d.ts.map +0 -1
- package/lib/services/loader/eui-loader.service.d.ts +0 -143
- package/lib/services/loader/eui-loader.service.d.ts.map +0 -1
- package/lib/services/loader/index.d.ts +0 -3
- package/lib/services/loader/index.d.ts.map +0 -1
- package/lib/services/locale/index.d.ts +0 -3
- package/lib/services/locale/index.d.ts.map +0 -1
- package/lib/services/locale/locale.service.d.ts +0 -103
- package/lib/services/locale/locale.service.d.ts.map +0 -1
- package/lib/services/locale/locale.service.mock.d.ts +0 -16
- package/lib/services/locale/locale.service.mock.d.ts.map +0 -1
- package/lib/services/log/index.d.ts +0 -4
- package/lib/services/log/index.d.ts.map +0 -1
- package/lib/services/log/log.module.d.ts +0 -16
- package/lib/services/log/log.module.d.ts.map +0 -1
- package/lib/services/log/log.service.d.ts +0 -28
- package/lib/services/log/log.service.d.ts.map +0 -1
- package/lib/services/log/log.service.mock.d.ts +0 -5
- package/lib/services/log/log.service.mock.d.ts.map +0 -1
- package/lib/services/permission/permission.service.d.ts +0 -188
- package/lib/services/permission/permission.service.d.ts.map +0 -1
- package/lib/services/queue/api-queue.service.d.ts +0 -278
- package/lib/services/queue/api-queue.service.d.ts.map +0 -1
- package/lib/services/queue/api-queue.service.mock.d.ts +0 -14
- package/lib/services/queue/api-queue.service.mock.d.ts.map +0 -1
- package/lib/services/queue/index.d.ts +0 -3
- package/lib/services/queue/index.d.ts.map +0 -1
- package/lib/services/storage/async-storage.service.d.ts +0 -45
- package/lib/services/storage/async-storage.service.d.ts.map +0 -1
- package/lib/services/storage/async-storage.service.mock.d.ts +0 -12
- package/lib/services/storage/async-storage.service.mock.d.ts.map +0 -1
- package/lib/services/storage/index.d.ts +0 -8
- package/lib/services/storage/index.d.ts.map +0 -1
- package/lib/services/storage/local-forage.service.d.ts +0 -49
- package/lib/services/storage/local-forage.service.d.ts.map +0 -1
- package/lib/services/storage/local-storage.service.d.ts +0 -36
- package/lib/services/storage/local-storage.service.d.ts.map +0 -1
- package/lib/services/storage/session-storage.service.d.ts +0 -35
- package/lib/services/storage/session-storage.service.d.ts.map +0 -1
- package/lib/services/storage/storage.service.d.ts +0 -29
- package/lib/services/storage/storage.service.d.ts.map +0 -1
- package/lib/services/storage/storage.service.mock.d.ts +0 -8
- package/lib/services/storage/storage.service.mock.d.ts.map +0 -1
- package/lib/services/store/actions/app.actions.d.ts +0 -119
- package/lib/services/store/actions/app.actions.d.ts.map +0 -1
- package/lib/services/store/actions/i18n.actions.d.ts +0 -21
- package/lib/services/store/actions/i18n.actions.d.ts.map +0 -1
- package/lib/services/store/actions/index.d.ts +0 -6
- package/lib/services/store/actions/index.d.ts.map +0 -1
- package/lib/services/store/actions/locale.actions.d.ts +0 -21
- package/lib/services/store/actions/locale.actions.d.ts.map +0 -1
- package/lib/services/store/actions/notifications.actions.d.ts +0 -20
- package/lib/services/store/actions/notifications.actions.d.ts.map +0 -1
- package/lib/services/store/actions/user.actions.d.ts +0 -57
- package/lib/services/store/actions/user.actions.d.ts.map +0 -1
- package/lib/services/store/index.d.ts +0 -5
- package/lib/services/store/index.d.ts.map +0 -1
- package/lib/services/store/ngrx_kit.d.ts +0 -54
- package/lib/services/store/ngrx_kit.d.ts.map +0 -1
- package/lib/services/store/reducers/app.reducers.d.ts +0 -7
- package/lib/services/store/reducers/app.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/core.reducers.d.ts +0 -7
- package/lib/services/store/reducers/core.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/i18n.reducers.d.ts +0 -7
- package/lib/services/store/reducers/i18n.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/index.d.ts +0 -8
- package/lib/services/store/reducers/index.d.ts.map +0 -1
- package/lib/services/store/reducers/locale.reducers.d.ts +0 -7
- package/lib/services/store/reducers/locale.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/meta.reducers.d.ts +0 -32
- package/lib/services/store/reducers/meta.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/notifications.reducers.d.ts +0 -7
- package/lib/services/store/reducers/notifications.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/user.reducers.d.ts +0 -7
- package/lib/services/store/reducers/user.reducers.d.ts.map +0 -1
- package/lib/services/store/store.service.d.ts +0 -72
- package/lib/services/store/store.service.d.ts.map +0 -1
- package/lib/services/store/store.service.mock.d.ts +0 -15
- package/lib/services/store/store.service.mock.d.ts.map +0 -1
- package/lib/services/user/index.d.ts +0 -3
- package/lib/services/user/index.d.ts.map +0 -1
- package/lib/services/user/user.service.d.ts +0 -46
- package/lib/services/user/user.service.d.ts.map +0 -1
- package/lib/services/user/user.service.mock.d.ts +0 -15
- package/lib/services/user/user.service.mock.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,293 @@
|
|
|
1
|
+
## 21.0.0-alpha.10 (2025-08-31)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* adapted to typescript 5.8.3 ([7ffcfd86](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
7
|
+
/commits/7ffcfd86ea3604ab876e9f9a5b4f7ebe05666c04))
|
|
8
|
+
* add missing deepmerge-ts in deps ([ce0a919f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
9
|
+
/commits/ce0a919fb795c2f054f7d719177cb3466d4d17ed))
|
|
10
|
+
* **deps:**
|
|
11
|
+
* BREAKING CHANGE - upgraded to Angular 21.0.0-next release - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([91cd02af](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
12
|
+
/commits/91cd02af6d89b3106a3c056872baedd524d2c382))
|
|
13
|
+
* **styles:**
|
|
14
|
+
* adjusted typography usage using new inter semi-bold - exposed all font-weights - removed EDS temporary implementation of typography - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([babb1b69](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
15
|
+
/commits/babb1b69c5cdbef50d737a9f54183dfec9a59d45))
|
|
16
|
+
##### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **other:**
|
|
19
|
+
* linting issues ([9f4139f2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
20
|
+
/commits/9f4139f23746e2e0281248b94a101b12b0de0300))
|
|
21
|
+
|
|
22
|
+
* * *
|
|
23
|
+
* * *
|
|
24
|
+
## 21.0.0-alpha.9 (2025-08-15)
|
|
25
|
+
|
|
26
|
+
##### Chores
|
|
27
|
+
|
|
28
|
+
* **styles:**
|
|
29
|
+
* refactored to new color palette - one semantic level for usage internally and utilities exposure -- BREAKING CHANGE - check utilities remapping for bg and bg-light to surface-light and surface-lighter - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([964263bb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
30
|
+
/commits/964263bbb711fdbd4632ceb4069e302257c30c08))
|
|
31
|
+
|
|
32
|
+
* * *
|
|
33
|
+
* * *
|
|
34
|
+
## 21.0.0-alpha.8 (2025-08-14)
|
|
35
|
+
|
|
36
|
+
##### Chores
|
|
37
|
+
|
|
38
|
+
* **styles:**
|
|
39
|
+
* adjusted shadows to EDS specs from eui-sh-1 to 5 - adapted typography maps for responsive font and non-responsive fonts - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([d713cab1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
40
|
+
/commits/d713cab1f41825bf227803d539e6449d126b23da))
|
|
41
|
+
* visual BREAKING CHANGES - EDS / ECLv5 sizes specs adjusted - 4xs to 5xs, 3xs to 4xs, 2xs to 3xs, 2xl to 3xl, 3xl to 5xl, 4xl to 6xl, 5xl to 7xl, 6xl to 8xl, 7xl to 10xl - branding color palette adjusted to branding dark, base, light for toolbar and shell usage - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([68e664fc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
42
|
+
/commits/68e664fce974b7fb11e3e0e27d4dc1fd05a5036d))
|
|
43
|
+
|
|
44
|
+
* * *
|
|
45
|
+
* * *
|
|
46
|
+
## 21.0.0-alpha.7 (2025-08-13)
|
|
47
|
+
|
|
48
|
+
##### Chores
|
|
49
|
+
|
|
50
|
+
* **other:**
|
|
51
|
+
* add eui-u-text-link-neutral utility classes for EDS specs of links within eui-alert - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([8c9538e3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
52
|
+
/commits/8c9538e3146727dcd99c676181dbbefc40645da2))
|
|
53
|
+
* **styles:**
|
|
54
|
+
* BREAKING CHANGE - remove euiAccent from autocomplete, avatar, badge, button, card, chip, chip-list- dashboard-card, dialog, feedback-message,list, message-box, progress-bar, section-header, slide-toggle, status-badge, tags, timeline, tree-list, top-message - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([ad374c3a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
55
|
+
/commits/ad374c3adf0a26ad452e2166f812cb7c44d40aab))
|
|
56
|
+
* **alert:**
|
|
57
|
+
* BREAKING CHANGE - remove isMuted / isBordered - aligned variants to EDS specs - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([74091b36](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
58
|
+
/commits/74091b36ad189d85ffc72fb1775d9dc2ef011185))
|
|
59
|
+
|
|
60
|
+
* * *
|
|
61
|
+
* * *
|
|
62
|
+
## 21.0.0-alpha.6 (2025-08-12)
|
|
63
|
+
|
|
64
|
+
##### Chores
|
|
65
|
+
|
|
66
|
+
* **styles:**
|
|
67
|
+
* adopted EDS neutral palette - set new font specs to components where ds2025 theme was used - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([1ef3b5dd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
68
|
+
/commits/1ef3b5dd333862d8b367a76ba7417a47985741e8))
|
|
69
|
+
|
|
70
|
+
* * *
|
|
71
|
+
* * *
|
|
72
|
+
## 21.0.0-alpha.5 (2025-08-11)
|
|
73
|
+
|
|
74
|
+
##### Chores
|
|
75
|
+
|
|
76
|
+
* **other:**
|
|
77
|
+
* force rebuild - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([48e6980a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
78
|
+
/commits/48e6980a3dfc3ecd75b1e6f9e9ee504e696f9119))
|
|
79
|
+
* adjusted csdr config ([28f9265b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
80
|
+
/commits/28f9265b60df1391fb7654a5d149bc0ff7a129a8))
|
|
81
|
+
|
|
82
|
+
* * *
|
|
83
|
+
* * *
|
|
84
|
+
## 21.0.0-alpha.4 (2025-08-11)
|
|
85
|
+
|
|
86
|
+
##### Chores
|
|
87
|
+
|
|
88
|
+
* **other:**
|
|
89
|
+
* adapt autocomplete component signal ([c97ac346](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
90
|
+
/commits/c97ac346a05718ff22432a531f9e83cdbb9ac160))
|
|
91
|
+
* adapt pipeline - reset ([ad65b675](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
92
|
+
/commits/ad65b6755ebc0a932123bc4b9884b1d50d0613d0))
|
|
93
|
+
* adapt pipeline ([c2ee2339](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
94
|
+
/commits/c2ee23392290b95986817db362d855861409b6ea))
|
|
95
|
+
* adapted gitlab pipeline ([71b9b08a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
96
|
+
/commits/71b9b08ac4ae25c989ca23a9e47f3578bee4a26f))
|
|
97
|
+
* enforce usage of the inject API - EUI-11074 [EUI-11074](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074) ([7934869e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
98
|
+
/commits/7934869e61bdf96f66ac7a0f0b27f55c278e6324))
|
|
99
|
+
* fix tests - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([774e4b43](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
100
|
+
/commits/774e4b436abe7c1acbdf7257302e91e4f78d05f0))
|
|
101
|
+
* use ng20 dependencies - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([0288931b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
102
|
+
/commits/0288931bfed41b93257ecbcd7bb47229edffaa97))
|
|
103
|
+
* upgrade deps to latest/next - EUI-10719 [EUI-10719](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719) ([d681ab60](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
104
|
+
/commits/d681ab603660c5bbdad04e8b247008a95a016a11))
|
|
105
|
+
* **styles:**
|
|
106
|
+
* enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([cfa03768](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
107
|
+
/commits/cfa03768212cb96b3ea1b10327d48d80bae59b20))
|
|
108
|
+
* **eui-card-header:**
|
|
109
|
+
* removes coolapsible header feature to prevent a11y errors - EUI-10767 [EUI-10767](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767) ([82b5b2d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
110
|
+
/commits/82b5b2d179edcb249b47485eab25866c17504e80))
|
|
111
|
+
* **eui-autocomplete:**
|
|
112
|
+
* Minor changes in spec file - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([eea7a028](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
113
|
+
/commits/eea7a02835ed50ef4b8872d0b86ec0bcbb6b4a45))
|
|
114
|
+
* migrate to Signal API and provide documentation - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([4dc25cfc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
115
|
+
/commits/4dc25cfc5d602002770d3295a3acdda682f61868))
|
|
116
|
+
* migrate to standalone - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([38d5ae6a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
117
|
+
/commits/38d5ae6a8d154017dba12cf3d2da0f766fe7cccd))
|
|
118
|
+
* **eui-alert:**
|
|
119
|
+
* migrate to Signal API - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([f5371672](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
120
|
+
/commits/f5371672491dd1b8f71029372ba9d74419d78eb5))
|
|
121
|
+
* update documentation - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([5bffbb6e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
122
|
+
/commits/5bffbb6ea81768b61d0524b219efa72c6312e861))
|
|
123
|
+
* **eui-progress-circle:**
|
|
124
|
+
* migrate to Signal API - EUI-10709 [EUI-10709](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709) ([dcc4edd8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
125
|
+
/commits/dcc4edd8d9975b14c143b6d1fe2b3a45623e3655))
|
|
126
|
+
##### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* **other:**
|
|
129
|
+
* linting issue ([c6ebebbd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
130
|
+
/commits/c6ebebbdea9f30d55fb87700e8975499a00d32c3))
|
|
131
|
+
* **eui-progress-circle:**
|
|
132
|
+
* duplicate transform ([1a2b2b84](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
133
|
+
/commits/1a2b2b84f6c4a233f4e7a226a172ad99a1896a05))
|
|
134
|
+
|
|
135
|
+
* * *
|
|
136
|
+
* * *
|
|
137
|
+
## 21.0.0-alpha.3 (2025-08-11)
|
|
138
|
+
|
|
139
|
+
##### Chores
|
|
140
|
+
|
|
141
|
+
* **other:**
|
|
142
|
+
* adapt autocomplete component signal ([adfeb43f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
143
|
+
/commits/adfeb43f87dd61b8da357ab785797571e832b1c9))
|
|
144
|
+
* adapt pipeline - reset ([bce34793](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
145
|
+
/commits/bce3479367e8a8d387ecc59253f69a8979fbed61))
|
|
146
|
+
* adapt pipeline ([3dc9f729](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
147
|
+
/commits/3dc9f7293aa27ac6aa91b98d95fc80d652f7b98f))
|
|
148
|
+
* adapted gitlab pipeline ([244d6d82](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
149
|
+
/commits/244d6d82eaf054f74ab11b1da6a8f14d3904da66))
|
|
150
|
+
* enforce usage of the inject API - EUI-11074 [EUI-11074](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074) ([b82b5d2a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
151
|
+
/commits/b82b5d2a47a401a7cb763da8ce8fd12577ba0a01))
|
|
152
|
+
* fix tests - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([669813b8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
153
|
+
/commits/669813b885a814e3a212f31331b9fa19a4178ae2))
|
|
154
|
+
* use ng20 dependencies - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([8df81321](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
155
|
+
/commits/8df81321ee5ba8ff202d37e07996957d4420c524))
|
|
156
|
+
* upgrade deps to latest/next - EUI-10719 [EUI-10719](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719) ([658d4dd4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
157
|
+
/commits/658d4dd4f7dc59b54c9eb79c9f8fff85c24cbc34))
|
|
158
|
+
* **styles:**
|
|
159
|
+
* enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([9f8be51a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
160
|
+
/commits/9f8be51a6f87330aabd43ba4d2c3e0db2d952c4a))
|
|
161
|
+
* **eui-card-header:**
|
|
162
|
+
* removes coolapsible header feature to prevent a11y errors - EUI-10767 [EUI-10767](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767) ([f33b86a9](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
163
|
+
/commits/f33b86a9e0cd0d51c6891c57cc5c09ded8165f2d))
|
|
164
|
+
* **eui-autocomplete:**
|
|
165
|
+
* Minor changes in spec file - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([5c0cf443](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
166
|
+
/commits/5c0cf443643898b0844b93281d264d396be4bb65))
|
|
167
|
+
* migrate to Signal API and provide documentation - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([799ae09f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
168
|
+
/commits/799ae09fd76b1e44a1b366e75e7e885d144359a4))
|
|
169
|
+
* migrate to standalone - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([5cba99ca](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
170
|
+
/commits/5cba99ca9320b73267d43d003554c2807c3a4c11))
|
|
171
|
+
* **eui-alert:**
|
|
172
|
+
* migrate to Signal API - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([a59fb5b6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
173
|
+
/commits/a59fb5b64b4a19813518c46afa79e0f6c042fbef))
|
|
174
|
+
* update documentation - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([f361bb73](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
175
|
+
/commits/f361bb735a0d394450ee981a38a1a6ac72d87322))
|
|
176
|
+
* **eui-progress-circle:**
|
|
177
|
+
* migrate to Signal API - EUI-10709 [EUI-10709](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709) ([34250f9c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
178
|
+
/commits/34250f9c8ac2f1a9da1d0e721275605b56be76db))
|
|
179
|
+
##### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* **other:**
|
|
182
|
+
* linting issue ([e543c7c4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
183
|
+
/commits/e543c7c44544ed619be626616c052c86be63270e))
|
|
184
|
+
* **eui-progress-circle:**
|
|
185
|
+
* duplicate transform ([71b91386](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
186
|
+
/commits/71b913868386fd1bc14d4f8af08c213eb0a0ccda))
|
|
187
|
+
|
|
188
|
+
* * *
|
|
189
|
+
* * *
|
|
190
|
+
## 21.0.0-alpha.2 (2025-08-10)
|
|
191
|
+
|
|
192
|
+
##### Chores
|
|
193
|
+
|
|
194
|
+
* **other:**
|
|
195
|
+
* adapted config skipSonar temporary - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([10f7486d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
196
|
+
/commits/10f7486d681e9ee6757876f725632c582da70304))
|
|
197
|
+
##### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **table:**
|
|
200
|
+
* missing export of model - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([61395323](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
201
|
+
/commits/61395323fea2a170f40a19b2f72559b6e6a6c40a))
|
|
202
|
+
|
|
203
|
+
* * *
|
|
204
|
+
* * *
|
|
205
|
+
## 21.0.0-alpha.1 (2025-08-10)
|
|
206
|
+
|
|
207
|
+
##### Chores
|
|
208
|
+
|
|
209
|
+
* **other:**
|
|
210
|
+
* set to 21.0.0-alpha.0 ([ccdf2913](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
211
|
+
/commits/ccdf291397ac7218b9d41db80440f1b355e35e8d))
|
|
212
|
+
* merge from develop ([4025a7d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
213
|
+
/commits/4025a7d1d7f9d1ee8523992c8c81f2a9a9727669))
|
|
214
|
+
* setup sdlc migration ([4af66a1c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
215
|
+
/commits/4af66a1c7a68139c9376d2a784b74b2a6158f57f))
|
|
216
|
+
* update pipeline ([2034129f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
217
|
+
/commits/2034129f24509331622de8533bdc7bb5e323b3a4))
|
|
218
|
+
* adapted pipeline for eui-cli test ([d5e01823](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
219
|
+
/commits/d5e01823db060a17089df9b6dee278069125083b))
|
|
220
|
+
* enforce usage of the inject API - EUI-11074 [EUI-11074](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11074) ([f2c68e86](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
221
|
+
/commits/f2c68e86c9ee86a9a7f7e668862420c119f4d68e))
|
|
222
|
+
* fix tests - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([cc9ee3c4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
223
|
+
/commits/cc9ee3c4b1300efb48b1cb69e03a075070b7ec0c))
|
|
224
|
+
* use ng20 dependencies - EUI-10945 [EUI-10945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10945) ([f5404e0e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
225
|
+
/commits/f5404e0e095c9a6d1dc7da81d5836d8b94d5f8d6))
|
|
226
|
+
* removes unessesary next packages ([82c751f5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
227
|
+
/commits/82c751f57e72ed12b6a0c0c84cf8a71d5926bea3))
|
|
228
|
+
* upgrade deps to latest/next - EUI-10719 [EUI-10719](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10719) ([319ada93](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
229
|
+
/commits/319ada93b085b052e3b1e845e01a2292c5eec61c))
|
|
230
|
+
* **styles:**
|
|
231
|
+
* enable default EDS foundations draft - visual BREAKING CHANGE - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([fb628a65](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
232
|
+
/commits/fb628a65bad49f8c4f97b3de8ea988d906576d8d))
|
|
233
|
+
* adapted ds2025 theme palettes to new specs - shadows to new specs - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([4d1183c6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
234
|
+
/commits/4d1183c648390bebd36d31158ba9b997aea1d978))
|
|
235
|
+
* **ecl-featured:**
|
|
236
|
+
* standalone component migration EUI-11173 [EUI-11173](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11173) ([90141c2a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
237
|
+
/commits/90141c2a5f7efe0e601a9d2a2d604fcd19f2447e))
|
|
238
|
+
* **ecl-site-header, ecl-site-footer:**
|
|
239
|
+
* standalone components migration EUI-11180 [EUI-11180](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11180) ([dedbc53e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
240
|
+
/commits/dedbc53e446ab8f9bbbc6e4ed9aa17735a08b687))
|
|
241
|
+
* **ecl-text-input:**
|
|
242
|
+
* migrate component to standalone - EUI-11172 [EUI-11172](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11172) ([5be1b10e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
243
|
+
/commits/5be1b10e69928fe3e6c2f2ab4264222679985775))
|
|
244
|
+
* **ecl-text-area:**
|
|
245
|
+
* migrate component to standalone - EUI-11171 [EUI-11171](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11171) ([412f2479](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
246
|
+
/commits/412f2479247ed08456ddfb159383d3c43ea8234f))
|
|
247
|
+
* **ecl-breadcrumb, ecl-page-header:**
|
|
248
|
+
* standalone components refactoring EUI-11179 [EUI-11179](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11179) ([eceed44f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
249
|
+
/commits/eceed44f90b02969f2f444233ccb5d3bc9b54fd3))
|
|
250
|
+
* **ecl-app, ecl-tabs:**
|
|
251
|
+
* standalone components upgrade EUI-11178 [EUI-11178](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11178) ([40327ecc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
252
|
+
/commits/40327ecc73b39abbccd7efefb1a8b9fb5f61014f))
|
|
253
|
+
* **ecl-manu, ecl-navigation-list:**
|
|
254
|
+
* standalone components migration EUI-11176 [EUI-11176](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11176) ([649c1f39](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
255
|
+
/commits/649c1f3970351cb00d1dd6e726bac9efef6693d6))
|
|
256
|
+
* **eui-card-header:**
|
|
257
|
+
* removes coolapsible header feature to prevent a11y errors - EUI-10767 [EUI-10767](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10767) ([041d14da](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
258
|
+
/commits/041d14da6e92a44f0f506611c2ec4df6cc5da2a4))
|
|
259
|
+
* **eui-autocomplete:**
|
|
260
|
+
* Minor changes in spec file - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([92d5770e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
261
|
+
/commits/92d5770eb12fe0bbe6fbbe7d22b7fd62a78d5952))
|
|
262
|
+
* migrate to Signal API and provide documentation - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([6ff07e4d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
263
|
+
/commits/6ff07e4d3c468925a58d315a9b56a4542aca3443))
|
|
264
|
+
* migrate to standalone - EUI-10715 [EUI-10715](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10715) ([0c7e134a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
265
|
+
/commits/0c7e134a10cbc6131a618a3d4aa77000ec90f536))
|
|
266
|
+
* **eui-alert:**
|
|
267
|
+
* migrate to Signal API - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([dd2ad60e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
268
|
+
/commits/dd2ad60e13c26a81689c8f2d4289f72d4ca5a8de))
|
|
269
|
+
* update documentation - EUI-10706 [EUI-10706](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10706) ([c6384c3f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
270
|
+
/commits/c6384c3f340e1a106b653f2ab4b60078cc051a2b))
|
|
271
|
+
* **eui-progress-circle:**
|
|
272
|
+
* migrate to Signal API - EUI-10709 [EUI-10709](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10709) ([94505dd6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
273
|
+
/commits/94505dd6bbb708ac409b444ba0d88dbbd626423b))
|
|
274
|
+
##### Bug Fixes
|
|
275
|
+
|
|
276
|
+
* **other:**
|
|
277
|
+
* ecl imports merge issues ([fe5bc6e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
278
|
+
/commits/fe5bc6e0bf3b374d65eab68a48cfa246fba6a62b))
|
|
279
|
+
* **ecl-date-picker:**
|
|
280
|
+
* calendar position not correct EUI-111213 [EUI-111213](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-111213) ([f3bde84e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
281
|
+
/commits/f3bde84e121713ee94104caaf9b96e3b9d295608))
|
|
282
|
+
* **chip:**
|
|
283
|
+
* filled state close icon on icon-button - EUI-10199 [EUI-10199](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([a073f1fc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
284
|
+
/commits/a073f1fc56b5453724c2772d4842521a7fe5cf70))
|
|
285
|
+
* **eui-progress-circle:**
|
|
286
|
+
* duplicate transform ([5d54b0e1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git
|
|
287
|
+
/commits/5d54b0e1153496bf8f099ba696c68dca29819398))
|
|
288
|
+
|
|
289
|
+
* * *
|
|
290
|
+
* * *
|
|
1
291
|
## 19.3.2 (2025-08-02)
|
|
2
292
|
|
|
3
293
|
##### Chores
|