@eui/core 23.0.0-alpha.1 → 23.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.
Files changed (302) hide show
  1. package/CHANGELOG.md +614 -0
  2. package/assets/i18n-eui/bg.json +7 -0
  3. package/assets/i18n-eui/cs.json +7 -0
  4. package/assets/i18n-eui/da.json +7 -0
  5. package/assets/i18n-eui/de.json +7 -0
  6. package/assets/i18n-eui/el.json +7 -0
  7. package/assets/i18n-eui/en.json +8 -1
  8. package/assets/i18n-eui/es.json +7 -0
  9. package/assets/i18n-eui/et.json +7 -0
  10. package/assets/i18n-eui/fi.json +7 -0
  11. package/assets/i18n-eui/fr.json +8 -1
  12. package/assets/i18n-eui/ga.json +7 -0
  13. package/assets/i18n-eui/hr.json +7 -0
  14. package/assets/i18n-eui/hu.json +7 -0
  15. package/assets/i18n-eui/it.json +7 -0
  16. package/assets/i18n-eui/lt.json +7 -0
  17. package/assets/i18n-eui/lv.json +7 -0
  18. package/assets/i18n-eui/mt.json +7 -0
  19. package/assets/i18n-eui/nl.json +7 -0
  20. package/assets/i18n-eui/pl.json +7 -0
  21. package/assets/i18n-eui/pt.json +7 -0
  22. package/assets/i18n-eui/ro.json +7 -0
  23. package/assets/i18n-eui/sk.json +7 -0
  24. package/assets/i18n-eui/sl.json +7 -0
  25. package/assets/i18n-eui/sv.json +7 -0
  26. package/docs/architecture.html +223 -0
  27. package/docs/changelog.html +1013 -2
  28. package/docs/classes/ActivatedRouteAction.html +70 -20
  29. package/docs/classes/AddApiQueueItemAction.html +70 -20
  30. package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
  31. package/docs/classes/ApiQueueServiceMock.html +77 -20
  32. package/docs/classes/AsyncStorageService.html +86 -20
  33. package/docs/classes/AsyncStorageServiceMock.html +73 -17
  34. package/docs/classes/CssUtils.html +74 -20
  35. package/docs/classes/EmptyApiQueueAction.html +67 -17
  36. package/docs/classes/ErrorSubClass.html +68 -16
  37. package/docs/classes/EuiAppShellServiceMock.html +505 -0
  38. package/docs/classes/EuiCoreRootGuardClass.html +39 -8
  39. package/docs/classes/EuiError.html +69 -17
  40. package/docs/classes/I18nResourceImpl.html +50 -17
  41. package/docs/classes/InitStoreAction.html +70 -20
  42. package/docs/classes/LogServiceMock.html +67 -17
  43. package/docs/classes/RemoveApiQueueItemAction.html +67 -17
  44. package/docs/classes/StorageService.html +83 -19
  45. package/docs/classes/StorageServiceMock.html +70 -17
  46. package/docs/classes/TranslateServiceMock.html +90 -35
  47. package/docs/classes/UpdateAppConnectionAction.html +67 -17
  48. package/docs/classes/UpdateAppStatusAction.html +67 -17
  49. package/docs/classes/UpdateAppVersionAction.html +67 -17
  50. package/docs/classes/UpdateCurrentModuleAction.html +67 -17
  51. package/docs/classes/UpdateI18nStateAction.html +67 -17
  52. package/docs/classes/UpdateLocaleStateAction.html +67 -17
  53. package/docs/classes/UpdateNotificationsListAction.html +67 -17
  54. package/docs/classes/UpdateUserDashboardAction.html +67 -17
  55. package/docs/classes/UpdateUserDetailsAction.html +67 -17
  56. package/docs/classes/UpdateUserPreferencesAction.html +67 -17
  57. package/docs/classes/UpdateUserRightsAction.html +67 -17
  58. package/docs/classes/UpdateUserStateAction.html +67 -17
  59. package/docs/dependencies.html +38 -4
  60. package/docs/directives/TranslateMockDirective.html +72 -19
  61. package/docs/index.html +26 -2
  62. package/docs/injectables/ApiQueueService.html +97 -20
  63. package/docs/injectables/EuiAppShellService.html +147 -68
  64. package/docs/injectables/EuiDynamicComponentService.html +51 -18
  65. package/docs/injectables/EuiDynamicMenuService.html +67 -20
  66. package/docs/injectables/EuiGrowlService.html +85 -21
  67. package/docs/injectables/EuiLoaderService.html +65 -17
  68. package/docs/injectables/EuiPermissionService.html +95 -20
  69. package/docs/injectables/EuiThemeService.html +94 -107
  70. package/docs/injectables/EuiTimezoneService.html +51 -16
  71. package/docs/injectables/GlobalErrorHandler.html +79 -17
  72. package/docs/injectables/I18nLoader.html +53 -17
  73. package/docs/injectables/I18nService.html +101 -23
  74. package/docs/injectables/I18nServiceMock.html +96 -34
  75. package/docs/injectables/LocalForageService.html +81 -21
  76. package/docs/injectables/LocalStorageService.html +78 -21
  77. package/docs/injectables/LocaleService.html +124 -41
  78. package/docs/injectables/LocaleServiceMock.html +72 -18
  79. package/docs/injectables/LogService.html +68 -17
  80. package/docs/injectables/SessionStorageService.html +78 -21
  81. package/docs/injectables/StoreService.html +91 -22
  82. package/docs/injectables/StoreServiceMock.html +72 -17
  83. package/docs/injectables/UserService.html +97 -23
  84. package/docs/injectables/UserServiceMock.html +81 -23
  85. package/docs/interceptors/AddLangParamInterceptor.html +49 -18
  86. package/docs/interceptors/CachePreventionInterceptor.html +48 -17
  87. package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
  88. package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
  89. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
  90. package/docs/interceptors/HttpErrorHandlerInterceptor.html +48 -17
  91. package/docs/interceptors/UxRequestErrorModelInterceptor.html +48 -17
  92. package/docs/interfaces/Action.html +158 -60
  93. package/docs/interfaces/ActionReducer.html +84 -55
  94. package/docs/interfaces/ComponentInfo.html +395 -0
  95. package/docs/interfaces/Dependency.html +278 -250
  96. package/docs/interfaces/Edit-1.html +395 -0
  97. package/docs/interfaces/Edit-2.html +395 -0
  98. package/docs/interfaces/Edit-3.html +395 -0
  99. package/docs/interfaces/Edit.html +395 -0
  100. package/docs/interfaces/EuiComponentEntry.html +485 -0
  101. package/docs/interfaces/EuiTimeZone.html +121 -93
  102. package/docs/interfaces/IEuiTheme.html +181 -153
  103. package/docs/interfaces/ImportToAdd.html +413 -0
  104. package/docs/interfaces/ImportsArrayInfo.html +356 -0
  105. package/docs/interfaces/Library.html +169 -137
  106. package/docs/interfaces/LoadedResources.html +164 -136
  107. package/docs/interfaces/LoadedResourcesError.html +121 -93
  108. package/docs/interfaces/MemoizedSelector.html +187 -138
  109. package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
  110. package/docs/interfaces/MigrateAllSchema.html +458 -0
  111. package/docs/interfaces/MigrationResult.html +395 -0
  112. package/docs/interfaces/ModuleLoadEvent.html +164 -136
  113. package/docs/interfaces/ModuleMapping.html +356 -0
  114. package/docs/interfaces/NgModuleInfo.html +395 -0
  115. package/docs/interfaces/Policy.html +164 -136
  116. package/docs/interfaces/ResourceError.html +170 -142
  117. package/docs/interfaces/Schema-1.html +368 -0
  118. package/docs/interfaces/Schema-10.html +368 -0
  119. package/docs/interfaces/Schema-11.html +368 -0
  120. package/docs/interfaces/Schema-12.html +368 -0
  121. package/docs/interfaces/Schema-13.html +368 -0
  122. package/docs/interfaces/Schema-14.html +368 -0
  123. package/docs/interfaces/Schema-15.html +368 -0
  124. package/docs/interfaces/Schema-16.html +368 -0
  125. package/docs/interfaces/Schema-17.html +368 -0
  126. package/docs/interfaces/Schema-18.html +368 -0
  127. package/docs/interfaces/Schema-19.html +368 -0
  128. package/docs/interfaces/Schema-2.html +380 -0
  129. package/docs/interfaces/Schema-20.html +368 -0
  130. package/docs/interfaces/Schema-21.html +368 -0
  131. package/docs/interfaces/Schema-3.html +431 -0
  132. package/docs/interfaces/Schema-4.html +368 -0
  133. package/docs/interfaces/Schema-5.html +368 -0
  134. package/docs/interfaces/Schema-6.html +368 -0
  135. package/docs/interfaces/Schema-7.html +368 -0
  136. package/docs/interfaces/Schema-8.html +368 -0
  137. package/docs/interfaces/Schema-9.html +368 -0
  138. package/docs/interfaces/Schema.html +413 -0
  139. package/docs/interfaces/SelectorEntry.html +511 -0
  140. package/docs/interfaces/TextChange.html +395 -0
  141. package/docs/interfaces/ThemeState.html +121 -93
  142. package/docs/interfaces/TranslationKeys.html +41 -11
  143. package/docs/interfaces/UIState.html +1713 -1640
  144. package/docs/interfaces/body.html +181 -153
  145. package/docs/js/architecture-graph.js +288 -0
  146. package/docs/js/libs/bootstrap-native.js +4 -2
  147. package/docs/js/libs/tablesort.min.js +3 -3
  148. package/docs/js/libs/tablesort.number.min.js +2 -2
  149. package/docs/js/libs/vis-network.min.js +7 -7
  150. package/docs/js/menu-wc.js +158 -14
  151. package/docs/js/routes.js +138 -37
  152. package/docs/js/search/search.js +62 -0
  153. package/docs/js/search/search_index.js +2 -2
  154. package/docs/js/tabs.js +98 -15
  155. package/docs/js/tree.js +44 -7
  156. package/docs/json/EuiPermissionService.md +1 -0
  157. package/docs/json/LocaleService.md +1 -0
  158. package/docs/json/documentation.json +43849 -14367
  159. package/docs/license.html +26 -2
  160. package/docs/llms.txt +2318 -0
  161. package/docs/miscellaneous/enumerations.html +38 -34
  162. package/docs/miscellaneous/functions.html +19810 -769
  163. package/docs/miscellaneous/typealiases.html +59 -27
  164. package/docs/miscellaneous/variables.html +4036 -1032
  165. package/docs/modules/CoreModule.html +34 -9
  166. package/docs/modules/I18nModule.html +34 -9
  167. package/docs/modules/LogModule.html +34 -9
  168. package/docs/modules/TranslateMockModule.html +60 -13
  169. package/docs/modules.html +26 -2
  170. package/docs/overview.html +29 -5
  171. package/docs/pipes/TranslateMockPipe.html +87 -9
  172. package/docs/properties.html +27 -3
  173. package/docs/routes.html +26 -2
  174. package/docs/styles/compodoc.css +365 -44
  175. package/docs/styles/dark.css +16 -0
  176. package/docs/template-playground/hbs-render.service.ts +6 -1
  177. package/fesm2022/eui-core.mjs +326 -145
  178. package/fesm2022/eui-core.mjs.map +1 -1
  179. package/package.json +16 -11
  180. package/schematics/add-eui-imports/index.d.ts +8 -0
  181. package/schematics/add-eui-imports/index.js +525 -0
  182. package/schematics/add-eui-imports/index.js.map +1 -0
  183. package/schematics/add-eui-imports/schema.json +24 -0
  184. package/schematics/add-eui-imports/selector-map.d.ts +35 -0
  185. package/schematics/add-eui-imports/selector-map.js +246 -0
  186. package/schematics/add-eui-imports/selector-map.js.map +1 -0
  187. package/schematics/collection.json +123 -0
  188. package/schematics/fix-no-multiple-empty-lines/index.d.ts +7 -0
  189. package/schematics/fix-no-multiple-empty-lines/index.js +90 -0
  190. package/schematics/fix-no-multiple-empty-lines/index.js.map +1 -0
  191. package/schematics/fix-no-multiple-empty-lines/schema.json +19 -0
  192. package/schematics/icon-migrate/index.d.ts +3 -0
  193. package/schematics/icon-migrate/index.js +228 -0
  194. package/schematics/icon-migrate/index.js.map +1 -0
  195. package/schematics/icon-migrate/schema.d.ts +6 -0
  196. package/schematics/icon-migrate/schema.js +3 -0
  197. package/schematics/icon-migrate/schema.js.map +1 -0
  198. package/schematics/icon-migrate/schema.json +20 -0
  199. package/schematics/migrate/index.d.ts +3 -0
  200. package/schematics/migrate/index.js +98 -0
  201. package/schematics/migrate/index.js.map +1 -0
  202. package/schematics/migrate/replacements/breaking-changes.d.ts +6 -0
  203. package/schematics/migrate/replacements/breaking-changes.js +173 -0
  204. package/schematics/migrate/replacements/breaking-changes.js.map +1 -0
  205. package/schematics/migrate/replacements/eui-modules.d.ts +29 -0
  206. package/schematics/migrate/replacements/eui-modules.js +231 -0
  207. package/schematics/migrate/replacements/eui-modules.js.map +1 -0
  208. package/schematics/migrate/replacements/icons.d.ts +14 -0
  209. package/schematics/migrate/replacements/icons.js +235 -0
  210. package/schematics/migrate/replacements/icons.js.map +1 -0
  211. package/schematics/migrate/replacements/mwp.d.ts +6 -0
  212. package/schematics/migrate/replacements/mwp.js +148 -0
  213. package/schematics/migrate/replacements/mwp.js.map +1 -0
  214. package/schematics/migrate/schema.d.ts +8 -0
  215. package/schematics/migrate/schema.js +3 -0
  216. package/schematics/migrate/schema.js.map +1 -0
  217. package/schematics/migrate/schema.json +25 -0
  218. package/schematics/migrate/utils.d.ts +21 -0
  219. package/schematics/migrate/utils.js +106 -0
  220. package/schematics/migrate/utils.js.map +1 -0
  221. package/schematics/migrate-all/index.d.ts +8 -0
  222. package/schematics/migrate-all/index.js +31 -0
  223. package/schematics/migrate-all/index.js.map +1 -0
  224. package/schematics/migrate-all/schema.json +30 -0
  225. package/schematics/migrate-eui-accent/index.d.ts +7 -0
  226. package/schematics/migrate-eui-accent/index.js +193 -0
  227. package/schematics/migrate-eui-accent/index.js.map +1 -0
  228. package/schematics/migrate-eui-accent/schema.json +19 -0
  229. package/schematics/migrate-eui-alert/index.d.ts +7 -0
  230. package/schematics/migrate-eui-alert/index.js +152 -0
  231. package/schematics/migrate-eui-alert/index.js.map +1 -0
  232. package/schematics/migrate-eui-alert/schema.json +19 -0
  233. package/schematics/migrate-eui-avatar/index.d.ts +7 -0
  234. package/schematics/migrate-eui-avatar/index.js +155 -0
  235. package/schematics/migrate-eui-avatar/index.js.map +1 -0
  236. package/schematics/migrate-eui-avatar/schema.json +19 -0
  237. package/schematics/migrate-eui-button/index.d.ts +7 -0
  238. package/schematics/migrate-eui-button/index.js +191 -0
  239. package/schematics/migrate-eui-button/index.js.map +1 -0
  240. package/schematics/migrate-eui-button/schema.json +19 -0
  241. package/schematics/migrate-eui-chip/index.d.ts +7 -0
  242. package/schematics/migrate-eui-chip/index.js +153 -0
  243. package/schematics/migrate-eui-chip/index.js.map +1 -0
  244. package/schematics/migrate-eui-chip/schema.json +19 -0
  245. package/schematics/migrate-eui-chip-list/index.d.ts +7 -0
  246. package/schematics/migrate-eui-chip-list/index.js +472 -0
  247. package/schematics/migrate-eui-chip-list/index.js.map +1 -0
  248. package/schematics/migrate-eui-chip-list/schema.json +19 -0
  249. package/schematics/migrate-eui-discussion-thread/index.d.ts +7 -0
  250. package/schematics/migrate-eui-discussion-thread/index.js +143 -0
  251. package/schematics/migrate-eui-discussion-thread/index.js.map +1 -0
  252. package/schematics/migrate-eui-discussion-thread/schema.json +19 -0
  253. package/schematics/migrate-eui-editor/index.d.ts +7 -0
  254. package/schematics/migrate-eui-editor/index.js +198 -0
  255. package/schematics/migrate-eui-editor/index.js.map +1 -0
  256. package/schematics/migrate-eui-editor/schema.json +19 -0
  257. package/schematics/migrate-eui-fieldset/index.d.ts +7 -0
  258. package/schematics/migrate-eui-fieldset/index.js +186 -0
  259. package/schematics/migrate-eui-fieldset/index.js.map +1 -0
  260. package/schematics/migrate-eui-fieldset/schema.json +19 -0
  261. package/schematics/migrate-eui-icon-svg/index.d.ts +7 -0
  262. package/schematics/migrate-eui-icon-svg/index.js +197 -0
  263. package/schematics/migrate-eui-icon-svg/index.js.map +1 -0
  264. package/schematics/migrate-eui-icon-svg/schema.json +19 -0
  265. package/schematics/migrate-eui-icon-toggle/index.d.ts +7 -0
  266. package/schematics/migrate-eui-icon-toggle/index.js +194 -0
  267. package/schematics/migrate-eui-icon-toggle/index.js.map +1 -0
  268. package/schematics/migrate-eui-icon-toggle/schema.json +19 -0
  269. package/schematics/migrate-eui-popover/index.d.ts +7 -0
  270. package/schematics/migrate-eui-popover/index.js +152 -0
  271. package/schematics/migrate-eui-popover/index.js.map +1 -0
  272. package/schematics/migrate-eui-popover/schema.json +19 -0
  273. package/schematics/migrate-eui-progress-circle/index.d.ts +7 -0
  274. package/schematics/migrate-eui-progress-circle/index.js +192 -0
  275. package/schematics/migrate-eui-progress-circle/index.js.map +1 -0
  276. package/schematics/migrate-eui-progress-circle/schema.json +19 -0
  277. package/schematics/migrate-eui-table/index.d.ts +7 -0
  278. package/schematics/migrate-eui-table/index.js +544 -0
  279. package/schematics/migrate-eui-table/index.js.map +1 -0
  280. package/schematics/migrate-eui-table/schema.json +19 -0
  281. package/schematics/migrate-eui-tabs/index.d.ts +7 -0
  282. package/schematics/migrate-eui-tabs/index.js +296 -0
  283. package/schematics/migrate-eui-tabs/index.js.map +1 -0
  284. package/schematics/migrate-eui-tabs/schema.json +19 -0
  285. package/schematics/migrate-eui-toolbar-menu/index.d.ts +7 -0
  286. package/schematics/migrate-eui-toolbar-menu/index.js +358 -0
  287. package/schematics/migrate-eui-toolbar-menu/index.js.map +1 -0
  288. package/schematics/migrate-eui-toolbar-menu/schema.json +19 -0
  289. package/schematics/migrate-eui-tooltip/index.d.ts +7 -0
  290. package/schematics/migrate-eui-tooltip/index.js +263 -0
  291. package/schematics/migrate-eui-tooltip/index.js.map +1 -0
  292. package/schematics/migrate-to-standalone/index.d.ts +7 -0
  293. package/schematics/migrate-to-standalone/index.js +723 -0
  294. package/schematics/migrate-to-standalone/index.js.map +1 -0
  295. package/schematics/migrate-to-standalone/schema.json +19 -0
  296. package/schematics/package.json +1 -0
  297. package/schematics/utils/dry-run.d.ts +3 -0
  298. package/schematics/utils/dry-run.js +14 -0
  299. package/schematics/utils/dry-run.js.map +1 -0
  300. package/types/eui-core.d.ts +75 -17
  301. package/types/eui-core.d.ts.map +1 -1
  302. package/docs/js/menu-wc_es5.js +0 -40
package/CHANGELOG.md CHANGED
@@ -1,3 +1,199 @@
1
+ ## 23.0.0-alpha.10 (2026-08-04)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * update label display fallback in navigation components to "id" - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([17318de4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/17318de407dc383017e4a1c3e6c0f5756bbfcca8))
7
+
8
+ * * *
9
+ * * *
10
+ ## 23.0.0-alpha.9 (2026-08-03)
11
+
12
+ ##### Bug Fixes
13
+
14
+ * **other:**
15
+ * doc-page component with injector and destruction handling - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([bde98241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bde982414d7af4d49db016ca1b62c500cd79c4d0))
16
+
17
+ * * *
18
+ * * *
19
+ ## 23.0.0-alpha.8 (2026-08-03)
20
+
21
+ ##### Chores
22
+
23
+ * **other:**
24
+ * replace input with model for isNavigationVisible - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([caa7065d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/caa7065d2f80751be1ad05bce6797f4d41462978))
25
+
26
+ * * *
27
+ * * *
28
+ ## 23.0.0-alpha.7 (2026-08-03)
29
+
30
+ ##### Chores
31
+
32
+ * **other:**
33
+ * update template bindings to use function calls for reactive properties - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([9b05d8e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9b05d8e41eb8d836af5e0f98386a1b78f83fad5e))
34
+ * update component decorators to use new Angular syntax for content and view children + eslint config - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([fa69393c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fa69393cd4527b0bb13561c884c220c961b49115))
35
+ * signal migration - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([096e4faf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/096e4faf4b9026576e20565a1ae662d3cd2a02e1))
36
+ * update timepicker component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([a2828931](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a2828931bb6f12b46ddae7948999872ad3bcaafd))
37
+ * standardize string quotes in tooltip service and helper files - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a86ba145](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a86ba145e592b5015fc754616b0bd596b763326a))
38
+ * update template bindings to use function calls for dynamic values - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([54785901](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5478590142a2c5327ffb1a5a18a602f4f0738eef))
39
+ * update package.json for version and peerDependencies adjustments - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a40d368e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a40d368e903606ab37f53476d00441ab5298adf2))
40
+ * replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([12adcb9c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/12adcb9cd9bb8b55276dee01065bee5ed8106ec3))
41
+ * **eui-ecl:**
42
+ * migrate to signals - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([92ce96f2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/92ce96f2e943675b076cebb55273950611b29496))
43
+ * **eui-list-item:**
44
+ * update component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([96baea11](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96baea11fac8bbb0764450fccdbccd783a1f4c86))
45
+ * **eui-timepicker:**
46
+ * migration to signals - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([065cf8a4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/065cf8a4be4dbfe4f2c179beb99370178654e049))
47
+ * **eui-date-range-selector:**
48
+ * migration to signals - EUI-12068 [EUI-12068](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068) ([2bfccae4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2bfccae46f5450485ec9afdc39a1d418c88fcba1))
49
+ * **eui-list:**
50
+ * migration to signals - EUI-12086 [EUI-12086](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086) ([303f914d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/303f914dbbb93bc2d62f1821a285f5d6213a370f))
51
+ ##### Bug Fixes
52
+
53
+ * **other:**
54
+ * update EdsTooltip interface and handle null values in tooltip logick - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([58352fb5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/58352fb587d139e2617d27b2cd49e35bdc8638eb))
55
+ * improve tab body children length check - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([ffa4ca98](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ffa4ca981246dff04641620f27ce14865452e91b))
56
+
57
+ * * *
58
+ * * *
59
+ ## 23.0.0-alpha.6 (2026-07-31)
60
+
61
+ ##### Chores
62
+
63
+ * **eui-list-item:**
64
+ * update component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([e830b99b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e830b99bbfcb53d9148666f8a1405d09995a8d90))
65
+ * **other:**
66
+ * update timepicker component to use state-based inputs - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([3e5e2d22](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3e5e2d22c93c31c79e9538e5828ae9518edb484d))
67
+ * standardize string quotes in tooltip service and helper files - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([8ddb3647](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8ddb3647729112593d17cd6a8e4985c9250d2a67))
68
+ * update template bindings to use function calls for dynamic values - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([4aca2bfe](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4aca2bfe4a55ded69fb1881fe6cc49aded6af29c))
69
+ * update package.json for version and peerDependencies adjustments - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([1dbbb823](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1dbbb8234086294d94ccf80c6f256efcd1fe52cc))
70
+ * replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([e1e17241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e1e17241863117e3ea9d37b0df2ce1878ad48b1c))
71
+ * update package.json with new dependencies and peer adjustments - EUI-12618 [EUI-12618](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618) ([6be5d6d5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6be5d6d5c2572ef71e119401b2c6de4cdd2e9163))
72
+ * replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([07dd566d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/07dd566dde5022b8d485eccbf3b5439858c1cb4c))
73
+ * update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([2a383c77](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2a383c77dec27a639c3f9844a3e866ecd70cc83b))
74
+ * **eui-timepicker:**
75
+ * migration to signals - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([f101c565](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f101c56572c1c3244d2fccb6e65370ea183b14bd))
76
+ * **eui-date-range-selector:**
77
+ * migration to signals - EUI-12068 [EUI-12068](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12068) ([24650f79](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/24650f79c169286866765c76baef83a505e421d7))
78
+ * **eui-list:**
79
+ * migration to signals - EUI-12086 [EUI-12086](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12086) ([34f75101](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/34f751017a3cfd0ff50637c50a731ce905aa40af))
80
+ ##### Bug Fixes
81
+
82
+ * **other:**
83
+ * update EdsTooltip interface and handle null values in tooltip logick - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([d8cff0a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d8cff0a839ba394d01cb17d9f7c534dc5e9c8fdb))
84
+ * improve tab body children length check - EUI-12102 [EUI-12102](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12102) ([d5f3e03a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f3e03aca6a785f27555eec9b9695fd0f678e42))
85
+
86
+ * * *
87
+ * * *
88
+ ## 23.0.0-alpha.5 (2026-07-10)
89
+
90
+ ##### Chores
91
+
92
+ * **other:**
93
+ * replace @Input with readonly input for various components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([e5f1a368](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e5f1a3681d453ff50f899e90b97e3b5944c1f9a1))
94
+
95
+ * * *
96
+ * * *
97
+ ## 23.0.0-alpha.4 (2026-07-09)
98
+
99
+ ##### Chores
100
+
101
+ * **other:**
102
+ * update package.json with new dependencies and peer adjustments - EUI-12618 [EUI-12618](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12618) ([d834b2fb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d834b2fb41380687ad6bd3a7bd536e6d749e98c2))
103
+ * replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([7e813ac3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e813ac39967916fbd7b13ee1d7325a266bf1d04))
104
+ * update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([36e8b83b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/36e8b83b252b79568bb4e1769367f677ef294e6e))
105
+ * update mock components and improve type safety - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([a92d5922](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a92d592240356410840d134b138094536d2b21a6))
106
+ * simplify EclHiddenDirective and update module imports - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([c05977e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c05977e4e19f8792129cda28467224e581be89d4))
107
+ * update apexcharts version and refine series type casting - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([f4dac6ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f4dac6acc4dfc81efa3e694262e3b857104b1461))
108
+ * update Embla Carousel imports for consistency - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([3bf448a2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3bf448a27abbad64ff19fe5bd0eac1cc0cdc2221))
109
+ * enhance markdown renderer with improved token handling and blockquote support - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([27fdd19a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/27fdd19ac3b6e4944ca79bb5eb848e57797a7624))
110
+ * replace TranslateModule with TranslatePipe in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([236ddd31](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236ddd31f48e0763b0c894e8743844948a0d28ed))
111
+ * improve documentation path handling in loader and schema - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([30d38c82](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30d38c82271d5f9fb6afbf0fb88c3ea521e2e7b7))
112
+ * add support for gzipped documentation files and improve path resolution - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([cacc81e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cacc81e0b3a5e2766b8d528595bafec3af5ffb44))
113
+ * add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([b03403a0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b03403a080e5ce800480dc5993d842c039905318))
114
+ * add missing sub deps for eslint ([0863c4ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0863c4acc349043e067cb893ff899ae8379108bc))
115
+ * reenabled prefer-arrow eslint exclusions ([d0cb1e74](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d0cb1e741dfef525a4c8f2eebf2e74a7f4a00067))
116
+ * **deps:**
117
+ * upgraded to Angular 22.0.5 ([c50236bf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c50236bfab01ff6f3cae6aafa2e0342c78ad854a))
118
+ * **eslint:**
119
+ * migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([2d93f13d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d93f13d700eb1be70bbfa7d24f5276ba28f011f))
120
+ ##### Bug Fixes
121
+
122
+ * **other:**
123
+ * lint errors ([a63d93f7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a63d93f719792f9c07ce968b636e08c2d893a6f3))
124
+
125
+ * * *
126
+ * * *
127
+ ## 23.0.0-alpha.3 (2026-07-09)
128
+
129
+ ##### Chores
130
+
131
+ * **other:**
132
+ * replace EventEmitter with output for event emissions in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([96e74bdd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e74bddf718c574754737a5862b90e36eaf161a))
133
+ * update Angular and related package versions - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([da98c0ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/da98c0aca2e3c7ec1e8edc92113fa08a67c0f177))
134
+ * update mock components and improve type safety - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([96e1105f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96e1105f87003e011eb7972f5b87d3e97b721182))
135
+ * simplify EclHiddenDirective and update module imports - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([815141e5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/815141e5d50b7187dc5e675cff3cf427e9bb9478))
136
+ * update apexcharts version and refine series type casting - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([766fec0a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/766fec0aba29c1a057be50b7f9cd3f98268e0bb0))
137
+ * update Embla Carousel imports for consistency - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([014f3b8b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/014f3b8bb846b00108fc646e2ac5f53d7ff1a73a))
138
+ * enhance markdown renderer with improved token handling and blockquote support - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([fbfc42b6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fbfc42b6c631df620a8ede6878d1c2fb5da1c778))
139
+ * replace TranslateModule with TranslatePipe in components - EUI-12615 [EUI-12615](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12615) ([bc77fc4e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc77fc4e5985f4434a877096bc46f9793410dcaa))
140
+ * improve documentation path handling in loader and schema - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([60f0668c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/60f0668cb074a893e9b6f970961a531ee078d941))
141
+ * add support for gzipped documentation files and improve path resolution - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([3254d63e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3254d63eb1417f53416d1e1df7b3f37989f1c76b))
142
+ * add post-build script to merge documentation.json from eui-core, eui-ecl and eui-component packages - EUI-12613 [EUI-12613](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12613) ([e23da213](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e23da213f472dbaea37d813c21f82f82a57790b4))
143
+ * add missing sub deps for eslint ([93d98bc8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/93d98bc8ff811596ba8456718a61c782382a6bf3))
144
+ * reenabled prefer-arrow eslint exclusions ([5219f611](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5219f61108eec07e39ddcbc97573071fcf444ed3))
145
+ * remove CommonModule imports from accordion and blockquote components - EUI-11958 [EUI-11958](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958) ([402654b8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/402654b8842fc38e43550443000dc84e7a3597df))
146
+ * set strict false for ecl and showcase sub-pkg ([b5f5a6aa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b5f5a6aa98ee10c416cc639bb0852f268cf8e34e))
147
+ * **deps:**
148
+ * upgraded to Angular 22.0.5 ([5cfd28de](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5cfd28de26b3d436ebfe63bd36d2766e3ee9535a))
149
+ * **eslint:**
150
+ * migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([313ebe1a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/313ebe1ad7742733aea83ecf53a40c2d868d38ea))
151
+ ##### Bug Fixes
152
+
153
+ * **other:**
154
+ * lint errors ([925f0b12](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/925f0b122a20c85ff2a497e77c25930d6ffcd9e9))
155
+
156
+ * * *
157
+ * * *
158
+ ## 23.0.0-alpha.2 (2026-07-07)
159
+
160
+ ##### Chores
161
+
162
+ * **deps:**
163
+ * upgraded to Angular 22.0.5 ([690dbbac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/690dbbac98fa711eec3c7333fbb0ec5102ad8940))
164
+ * **other:**
165
+ * add missing sub deps for eslint ([99fe5679](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/99fe5679b6124bb6c88a4197083798d6aad307c1))
166
+ * reenabled prefer-arrow eslint exclusions ([b31e85e0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b31e85e07f71a7d2382e549649fc49208d73dc67))
167
+ * remove CommonModule imports from accordion and blockquote components - EUI-11958 [EUI-11958](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11958) ([0c034406](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0c0344069724277be5e3977bc0e8948eed54fe84))
168
+ * set strict false for ecl and showcase sub-pkg ([96d2825b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/96d2825bfc6f242ae404c9537671c67905a9058f))
169
+ * update Node.js engine requirement and upgrade Angular dependencies to 22 RC - EUI-12425 [EUI-12425](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12425) ([fd6490b7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fd6490b7c6d22e232a7f66f303cc1bfc91218d2a))
170
+ * adapted to 23.x config ([fc7f18a8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fc7f18a813661d46cb47b46a56a8efd360ed2388))
171
+ * **eslint:**
172
+ * migrated to mjs config - EUI-12605 [EUI-12605](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605) ([70f0339f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/70f0339f7498432d45a81b65fbf8c343e90f369c))
173
+ * **eui-icon-input:**
174
+ * Refactor with Signal API - EUI-12124 [EUI-12124](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12124) ([84c44446](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/84c444465d563712b7d1c63428feed70e3d81616))
175
+ * **eui-input-button:**
176
+ * Refactor with Signal API - EUI-12063 [EUI-12063](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12063) ([0bd641ef](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0bd641efc0575a3138b90b999fb7a7fd265f65ae))
177
+ * **eui-slider:**
178
+ * Refactor with Signal API - EUI-12075 [EUI-12075](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12075) ([e78489f8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e78489f8e1f2381fc9215739a6ebf29254d25ed8))
179
+ ##### New Features
180
+
181
+ * **other:**
182
+ * enhance EuiGrowl component with dismissal tracking and cleanup logic - EUI-12100 [EUI-12100](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12100) ([c302cf12](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c302cf12489324582f1129460908a657f7e4abfc))
183
+ ##### Bug Fixes
184
+
185
+ * **other:**
186
+ * lint errors ([63d35eaa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/63d35eaa386af3174767737211499ed9302a9229))
187
+ * lint issues - EUI-11966 [EUI-11966](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966) ([9a0ae241](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a0ae24179c0d20fd7717bc3bca890b663651b59))
188
+ * **eui-card-header:**
189
+ * correct function call for hasHeaderClickToggle - EUI-12274 [EUI-12274](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12274) ([a80803f0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a80803f0a8ff208862ee00f408538afebe535b7e))
190
+ ##### Refactors
191
+
192
+ * **other:**
193
+ * replace signal with computed for cssClasses in eui-growl component - EUI-12056 [EUI-12056](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12056) ([f6edf929](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f6edf92961a776f52d83b9962037757d82297b05))
194
+
195
+ * * *
196
+ * * *
1
197
  ## 23.0.0-alpha.1 (2026-03-06)
2
198
 
3
199
  ##### Chores
@@ -37,6 +233,424 @@
37
233
  * refactor EuiMessageBoxComponent tests for improved clarity and efficiency - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([8e7b2abb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8e7b2abbd9b89a3995efebb10fa0b13e13df5a91))
38
234
  * update EuiButtonComponent tests to use setInput for inputs - EUI-12146 [EUI-12146](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12146) ([7e1e13ae](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7e1e13ae4c262ed86fed534d561028af87f357f1))
39
235
 
236
+ * * *
237
+ * * *
238
+ ## 21.4.0 (2026-07-20)
239
+
240
+ ##### Chores
241
+
242
+ * **eds:**
243
+ * eds own base styles and mixins - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([153f4bbd](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/153f4bbdc8a25ebcc67fa6c0dcbde67d78cda54e))
244
+ * added breakpoints and shadow tokens - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([71dcde65](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/71dcde651f01a88c5f603163d7e7cc6184433ff5))
245
+ * adapted avatar badge position - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([a338685b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a338685b12f20729a3e2adcfb38dbcdad52b90ad))
246
+ * eds-avatar list and label - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([e4df82e9](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4df82e91e509e72c04cb3c03354ae2f56d2c185))
247
+ * add eds-avatar following specs - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([3f7d0e42](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3f7d0e42cbdd126051eeec019d30be3eda172709))
248
+ * added disabled on eui-icon-button - eui-tabs improvements - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([223eca23](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/223eca2399c3574d0307517c426db454c5feb1fc))
249
+ * added eds-tabs draft - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([a39e4bef](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a39e4bef648109c9ed7becefc4ec39432b864829))
250
+ * added alpha palettes - eds-toolip - adapted eui-icon-button with sizes - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([f7f8f4fa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f7f8f4fab81b5fa29e837beb41221365a9afa4fa))
251
+ * add eds-alert - eds-icon-state - eds-icon-button - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([9a8a8841](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9a8a8841ffaaf08e28ec34180534b229297eb125))
252
+ * **eui-card-content:**
253
+ * makes content focusable when overflow and scrollHeight are correct - EUI-12584 [EUI-12584](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12584) ([108b11f2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/108b11f27c2431246a6a1590f65dd19fa1536585))
254
+ * **eui-autocomplete:**
255
+ * makes aria label dynamic and removable - EUI-12579 [EUI-12579](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12579) ([5ef036bb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5ef036bb5217de6516716d9f06d52669b598f4be))
256
+ * **other:**
257
+ * skipTest on eui-eds sub-package ([e4836ade](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4836ade146b21acc3309ae8717b972ba2170e3c))
258
+ * **styles:**
259
+ * fixed contrast color for autocomplete focused element, eui-list and eui-dropdown active items - EUI-12574 [EUI-12574](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12574) ([d5f8eb16](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5f8eb16727273e2ee92c65627669f619bcce129))
260
+ * EDS button testing - adapted css-vars and tokens - semantic colors implemented - wip - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([77f757ab](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/77f757ab7b0a37d2a24bc18b1a7529c2c0385f83))
261
+ * **eui-tree:**
262
+ * Fix issue with label not refreshed with programatic update value - EUI-12591 [EUI-12591](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12591) ([54e63ef0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/54e63ef0d4ba7b9da81b559cc9064ba2db16298f))
263
+ ##### Bug Fixes
264
+
265
+ * **other:**
266
+ * eds-tabs wrong var used ([a400dc19](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a400dc19c3e1b6694c53de0e774a7ea86c0ec101))
267
+ * linting issues ([e47b6d44](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e47b6d44c2b154331761241488ede9d60aef1fdf))
268
+
269
+ * * *
270
+ * * *
271
+ ## 21.3.3 (2026-07-03)
272
+
273
+ ##### Chores
274
+
275
+ * **side-container:**
276
+ * apply fixes for inner overlay ([ba68faad](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ba68faad621f5162f998286b184972415c1f35d7))
277
+ * adapted for not destroying the underlying content ([888d4e80](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/888d4e8023cd376d491a4dea3d9f1995fd4820a1))
278
+ * **styles:**
279
+ * eds typography tokens latest EDS specs - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([e0c04482](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e0c04482e243c7f119cbf3d17ee241e9431e53a0))
280
+ * **eui-side-container:**
281
+ * adapted background and z-index for pinned content version ([e38fbedf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e38fbedfd54af33d6ac819b366a1f51aba0c0ad4))
282
+ * **eui-app-side-container:**
283
+ * adapted overlay and content input params ([e536ad88](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e536ad88bfed9ff2010f773d2e7f93f88d243328))
284
+ * adapted input parameters to be passed to underlying overlay - MWP-13208 [MWP-13208](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/MWP-13208) ([0fd23907](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0fd2390790adc77bb85af316ad399bd387fbdd4d))
285
+ * **eui-sidebar-menu:**
286
+ * remove negative margin on content ([c1b08d4a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c1b08d4aea95ddb1bf4478baf3da406b8eae8888))
287
+ * **mega-menu:**
288
+ * Render item id in DOM - EUI-12565 [EUI-12565](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12565) ([0f33a274](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0f33a274f5ec010b02a8ff4d3428aa80e6e96df4))
289
+ ##### Bug Fixes
290
+
291
+ * **other:**
292
+ * font weight typo in typography semantic list ([156b9e5f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/156b9e5f1ed75b9864d34d751c5513d214d2e5e7))
293
+
294
+ * * *
295
+ * * *
296
+ ## 21.3.2 (2026-06-23)
297
+
298
+ ##### Chores
299
+
300
+ * **eui-slide-toggle:**
301
+ * adapt icon sizes for handler when in compact mode - EUI-12519 [EUI-12519](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12519) ([0b4001c4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0b4001c44264ff7f3c02b6e44728221dbac67675))
302
+ * **eui-menu:**
303
+ * empty default circle-icon if icon is provided blank - MWP-13198 [MWP-13198](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/MWP-13198) ([a0b43cd0](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a0b43cd09db12acd5cbceb7a32f016d1eef3a54a))
304
+ * **eui-page:**
305
+ * add exports for eui-page-panel cmp ([1dc6e010](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1dc6e0107bbb88c303e45145150d33bcb53c1d72))
306
+ * added eui-page-panel for simple flex collapsible inner page-columns container - MWP-13193 [MWP-13193](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/MWP-13193) ([16b023d2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/16b023d27b35ef2ca4a53b64c539724cc0bf26a3))
307
+ * **components:**
308
+ * Disable CDK comps using Popover API - EUI-12520 [EUI-12520](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12520) ([67178c48](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/67178c4858ed6103cd22ef91a2e208ed4cf49bd8))
309
+ * **ecl-accordion:**
310
+ * remove old code, that should not be used anymore EUI-12506 [EUI-12506](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12506) ([92047af6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/92047af6ca3b1de11851a14472f4cef6664dc49a))
311
+ * deprecated the old selector EUI-12506 [EUI-12506](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12506) ([d982feaf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d982feafdc6417564a3767f00b49b2b54ecb83af))
312
+ * **ecl-banner:**
313
+ * fix banner flickering on load EUI-12493 [EUI-12493](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12493) ([29093a63](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/29093a632c9d1d6feda807f75605c957a1eab492))
314
+
315
+ * * *
316
+ * * *
317
+ ## 21.3.1 (2026-06-22)
318
+
319
+ ##### Chores
320
+
321
+ * **eui-autocomplete:**
322
+ * Fix issue with panel positioning in host 19 - EUI-12483 [EUI-12483](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12483) ([9b121ea2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9b121ea243f9c68c7d84a20929332aa7462c4edb))
323
+ * **deps:**
324
+ * upgraded to Angular 21.2.17 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([ba904d21](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ba904d21b0ef553d71dcd334c7dbc9add7b62fe0))
325
+ * **eui-dialog:**
326
+ * Fix issue with non-visible fotter on mobile - EUI-12486 [EUI-12486](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12486) ([86a7365b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/86a7365ba5250344c3bc291b8df972bbb5190685))
327
+ * **showcase:**
328
+ * eui-doc-page-sample update with optional AI link - EUI-12386 [EUI-12386](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12386) ([1d6a0646](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1d6a064664f2b167e0f14857f1f5e5503008822b))
329
+ * **eui-menu:**
330
+ * adapt tests ([177abbcc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/177abbccb00e20bcebc853ce544c5ad3d7f2006a))
331
+ * **styles:**
332
+ * neutral and neutral-dark palettes adaptation for pure black for dark-mode usage - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([ce84d603](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ce84d6030fbd14ac4092a6d0fe042b033812816a))
333
+ * fixed display color of eui-select placeholder - EUI-12490 [EUI-12490](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12490) ([c7b24557](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c7b24557c922823585a2e7668d409f5e530ac935))
334
+ * **menu:**
335
+ * add hasTooltipOnlyOnExpanded - default false - to exclusively take toolip on menu-item if tooltip is passed as EuiMenuItem property when menu is expanded - MWP-13163 [MWP-13163](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/MWP-13163) ([c109e454](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c109e454e5ec35a20d62b8148ad89e7c25ab4d58))
336
+ * add hasTooltipFromLabel - default true - to exclusively take toolip on menu-item if tooltip is passed as EuiMenuItem property - MWP-13163 [MWP-13163](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/MWP-13163) ([b3b88885](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b3b88885366e8512181ed5b3c61ef7b0ca74e4ee))
337
+ * **eui-datepicker:**
338
+ * enable timepicker when action buttons used with isDatetimepicker on a restricted date range - EUI-12491 [EUI-12491](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12491) ([cc41cce8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cc41cce86c8f2c9f45d8b52790eee021001ea880))
339
+
340
+ * * *
341
+ * * *
342
+ ## 21.3.0 (2026-06-16)
343
+
344
+ ##### Chores
345
+
346
+ * **ecl-menu:**
347
+ * cd problem EUI-12487 [EUI-12487](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12487) ([77239a2e](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/77239a2e59889bbc3aa24330572a464aa4a204e8))
348
+ * problem with viewport width between 996px and 1140px EUI-12487 [EUI-12487](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12487) ([cb6a0e78](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cb6a0e781d3ef551b80a54622534d4b5a332d3d0))
349
+ * **styles:**
350
+ * adapted dark mode for toolbar and toolbar-search ([190a0c19](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/190a0c19c1a3dd73b85e4fa6531c34d1ed426727))
351
+ * adapted for dark-mode - fix scrollbars bg ([1de801e2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1de801e2ac3592335c99e79aff62c1c85f4a189f))
352
+ * updated syrian flag Svg icons - EUI-12272 [EUI-12272](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12272) ([4c69607a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4c69607adf1e1de4d95263c21a0a752268e548ad))
353
+ * **schematics:**
354
+ * add useClassArray option for add-eui-imports schematic on miigrate-all one - EUI-12274 [EUI-12274](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12274) ([035b431d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/035b431d0f3317fb47bf23533ebc8f630c324b75))
355
+ * **eui-tree-list:**
356
+ * Fix issue with style border unwanted propagation - EUI-12467 [EUI-12467](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12467) ([ac960389](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ac9603890ba2b0e0934fb86397a20f240c0ca027))
357
+ * **ecl-popover:**
358
+ * fix for arrow position EUI-12347 [EUI-12347](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12347) ([a9685e87](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a9685e87dda1e142696ec7e089ec5a7c7749a84a))
359
+ * **ecl-app:**
360
+ * do not init cssvar again when in showcase EUI-12470 [EUI-12470](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12470) ([5f0c1de7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5f0c1de70b7b107a05d20d621034ab6d87a7e83c))
361
+ * **ecl-icon:**
362
+ * removed unused helper file EUI-12354 [EUI-12354](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12354) ([f67ccc5b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f67ccc5bddc3d11f658c9f6f86ced57859bf73cd))
363
+ * using phosphor icons from eUI EUI-12462 [EUI-12462](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12462) ([43a4a4c5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/43a4a4c5df67e620150c13e343624164982dff94))
364
+ * **ecl-quiz:**
365
+ * refactored, removed token, added some translations EUI-12463 [EUI-12463](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12463) ([1a6199d3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1a6199d3389daff84a57d38a03142503332e1bd8))
366
+ * added component and phosphor icons EUI12365 ([fa78c720](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fa78c720decf63b93b059dd4134f632b32b432a4))
367
+ * created new component EUI-12365 [EUI-12365](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12365) ([78f11a3f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/78f11a3f7da91e965f1d9030bd7d9d2d9b3e27e7))
368
+ * **ecl-file:**
369
+ * added id for meta EUI-12370 [EUI-12370](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12370) ([dfba5e81](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dfba5e81f107696edea07a21101e14a473781346))
370
+ * **ecl-range:**
371
+ * fix for range sizes EUI-12369 [EUI-12369](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12369) ([1adce8a7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1adce8a7bbc1dc2ccce1ce575927cbef4f0aceea))
372
+ * **ecl-featured:**
373
+ * add micro title EUI-12367 [EUI-12367](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12367) ([9d6feae6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9d6feae628ad28ed18fc63112db608e6a7b5fe3d))
374
+ * **ecl-add-to-calendar:**
375
+ * created component EUI-12366 [EUI-12366](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12366) ([82ee4a8f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/82ee4a8f4c4daf8ed0c75fe77dae384b2011ecab))
376
+ * **ecl-tabs:**
377
+ * fix possible overlap EUI-12364 [EUI-12364](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12364) ([557395c4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/557395c46ea4fcc505a06d870b024249825ff799))
378
+ * **eui-calendar:**
379
+ * add custom event template - EUI-12457 [EUI-12457](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12457) ([02e56165](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/02e561657110f6bbeaf398ed462ff23ebb0af00e))
380
+ ##### Bug Fixes
381
+
382
+ * **permission:**
383
+ * handle undefined user state in getState method - EUI-12497 [EUI-12497](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12497) ([1aefed93](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1aefed9333b852b0938e269386d0002bfaa6e9e9))
384
+ * **eui-input-radio:**
385
+ * improve value emission on change - EUI-12498 [EUI-12498](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12498) ([28285976](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2828597699713bcacccb7fb51628ec2051bd835a))
386
+
387
+ * * *
388
+ * * *
389
+ ## 21.2.6 (2026-06-03)
390
+
391
+ ##### Chores
392
+
393
+ * **other:**
394
+ * updated npm engine versions ([aa9e3363](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/aa9e3363fa2d4c59b6b7e6cf726af38560977fa9))
395
+ * **styles:**
396
+ * fix ecl-media-follow icon rendered yellow ([5abede7f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5abede7f355d1d5cb4df7a7783b91d0e33940c48))
397
+ * **ecl-mega-menu:**
398
+ * 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))
399
+ * 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))
400
+ * **eui-file-upload:**
401
+ * 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))
402
+ * **ecl-menu, eui-header:**
403
+ * 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))
404
+ * **calendar:**
405
+ * 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))
406
+ * **ecl-site-header:**
407
+ * 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))
408
+ * 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))
409
+ * **deps:**
410
+ * 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))
411
+ ##### Bug Fixes
412
+
413
+ * **eui-calendar-day:**
414
+ * 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))
415
+
416
+ * * *
417
+ * * *
418
+ ## 21.2.5 (2026-05-29)
419
+
420
+ ##### Chores
421
+
422
+ * **ecl-mega-menu:**
423
+ * height calculations fix EUI-12445 [EUI-12445](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12445) ([8ae7f3ff](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8ae7f3ff4aa11717aefde1de0d1eed5824eb8f4a))
424
+ * collapse all sub-items when menu is closed in mobile mode EUI-12325 [EUI-12325](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12325) ([fca65451](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fca654511b58afe0b2bf8b27d32c5cd323afa64b))
425
+ * **ecl-site-footer:**
426
+ * follow us title in common footer ec EUI-12444 [EUI-12444](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12444) ([d5c5100b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d5c5100b74151a6e6a36fed190bed816fe319cbe))
427
+ * **ecl-icon:**
428
+ * updated iconSet predefined values EUI-12443 [EUI-12443](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12443) ([1209c43b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1209c43b71fa599484f9f9c693f4e45951ef46f6))
429
+ * **eui-tabs:**
430
+ * Fix issue with euiVariant when value change dynamically - EUI-12431 [EUI-12431](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12431) ([811bf1eb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/811bf1eb871d6bd9aaac9ada8c028672b0e3b736))
431
+ * **ecl-accordion:**
432
+ * fix typo in summary comp EUI-12443 [EUI-12443](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12443) ([409b41d9](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/409b41d983e4a9daa2f38d801eeaecd11e9884f6))
433
+ * **other:**
434
+ * add logoAltText input for passing custom alt logo text to eui-header-app-name-logo and eui-toolbar-logo - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([4eb93fda](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4eb93fdac5031c3dd5b5827c8cc685cb79190a5e))
435
+ * **styles:**
436
+ * fixed display for eui-input-group with addons and euiClearable directive - EUI-12430 [EUI-12430](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12430) ([7691241a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7691241a87e65c57e576c6c1ba38e280228f175a))
437
+ ##### Bug Fixes
438
+
439
+ * **eui-badge:**
440
+ * adapted empty dotted change detection issues ([b71b31a5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b71b31a5ba0d836fe20626f4805e7af653ddf54a))
441
+ * issues with dotted variant rendering ([a41eb1f3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a41eb1f31ea1884aad2f77ae4570072400d407a2))
442
+ * **eui-select:**
443
+ * improve placeholder handling and remove unused OnInit lifecycle - EUI-11908 [EUI-11908](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11908) ([7dc32179](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7dc32179eb770ffc276a28e17abca10dbeeed354))
444
+ * update placeholder color for better visibility - EUI-11908 [EUI-11908](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11908) ([4faec1b2](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4faec1b2d42e6b3f0d96c5aa2a146988918d123b))
445
+ * **other:**
446
+ * linting issue ([e94dbd95](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e94dbd95a9951476734362de2b95f1c37da537ce))
447
+ * **eui-header-search:**
448
+ * wrong output value emitted - add enter key output from the input text - EUI-12437 [EUI-12437](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12437) ([0cd6e221](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0cd6e2219fe0543de8c72554a0982ae49beaa2c7))
449
+ * **eui-calendar:**
450
+ * improve overflow handling and width for calendar day component - IEUI-12419 [IEUI-12419](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/IEUI-12419) ([0fb045c5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0fb045c5023042ce71b20b8a0bdb51fa193c5881))
451
+ * **calendar:**
452
+ * update event label binding to use function call - IEUI-12419 [IEUI-12419](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/IEUI-12419) ([875c2997](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/875c2997c83f87b8eb6e1e51039067163f01e513))
453
+
454
+ * * *
455
+ * * *
456
+ ## 21.2.4 (2026-04-27)
457
+
458
+ ##### Chores
459
+
460
+ * **eui-language-selector:**
461
+ * fix line height of dropdown item text - EUI-12329 [EUI-12329](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12329) ([45c63262](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/45c632621f6c26d7ae079f0744199eae47acf983))
462
+ * **stackblitz:**
463
+ * add deepmerge-ts to dependencies - EUI-12268 [EUI-12268](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12268) ([f8d48f06](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f8d48f063f2c100ff9bb7401fbd2ebd40e8a5aa3))
464
+ * **eui-page:**
465
+ * adjust column into column sizes and padding once collapsed - EUI-12332 [EUI-12332](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12332) ([b1a04078](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b1a040786c46d6d9a52d2cf67a6a7e4baccd652d))
466
+ * **cli:**
467
+ * remove vulnerable deps from eui-cli default deps (generated app) - if sprite needs to be generated locally svg-sprite: 2.0.4 - imagemin: 7.0.1 - imagemin-svgo: 9.0.0 needs to be added locally for the generate-sprite script to work - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([1452668c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1452668c8c9389448226dc5c3bbb1e753756afe5))
468
+ * **eui-autocomplete:**
469
+ * Align autocomplete option height to compact theme - EUI-12327 [EUI-12327](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12327) ([95d4ed35](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/95d4ed35d4b3ec45623338f64c71d1da13d0f9c7))
470
+ * **mcp:**
471
+ * update dependencies and adjust build command - EUI-12333 [EUI-12333](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12333) ([05a18be4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/05a18be430865b75400a0b5788ec6086f5b0c330))
472
+ * **calendar:**
473
+ * lint - EUI-12326 [EUI-12326](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12326) ([c0b47a17](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c0b47a17a5421e8b9f6a2bb805ade8708b3fb938))
474
+ * add disabled days functionality and styling - EUI-12326 [EUI-12326](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12326) ([a4b4e150](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a4b4e150baedaaad750a315714d178aa33075326))
475
+ * add support for disabled days in weekly view - EUI-12326 [EUI-12326](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12326) ([9386826a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9386826ad7781237b2e4a01d6ab11936ade3c768))
476
+ * add disabled state and date parameter to dropdown actions - EUI-12326 [EUI-12326](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12326) ([88c5f9fb](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/88c5f9fbf377429c6e41f52fa791c8235e00d9f1))
477
+ * **other:**
478
+ * add shebang for node process ([1fb4492b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1fb4492b3f27959a586cfcb790da84630eff8d82))
479
+ * **styles:**
480
+ * increase contrast of default scrollbars - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([60d5b397](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/60d5b397ec2ce483cbbc906161cb2855baf58622))
481
+ ##### Bug Fixes
482
+
483
+ * **eui-date-range-selector:**
484
+ * compact theme width adaptations - EUI12315 ([67c34c9b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/67c34c9b5b05db5503b471e83d4360d785be0c24))
485
+ * **calendar:**
486
+ * update weekendDays to include Sunday - EUI-12275 [EUI-12275](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12275) ([103d61e1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/103d61e19962ca4b253a91641e82511f9065ff42))
487
+ * **eui-menu:**
488
+ * prevents the focus outline appearing when focusing without using the keyboard - EUI-12322 [EUI-12322](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12322) ([bf212658](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bf2126580da1c7f022a0ed2c17a65019c285473e))
489
+
490
+ * * *
491
+ * * *
492
+ ## 21.2.3 (2026-04-20)
493
+
494
+ ##### Chores
495
+
496
+ * **deps:**
497
+ * update to Angular 21.2.9 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([5e5afc67](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5e5afc6776d66ab7e5c494ee489eb254f83b317e))
498
+ * **eui-table:**
499
+ * Fix issue with selection and refreshed data - EUI-12293 [EUI-12293](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12293) ([db99b692](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/db99b6920ef619d0847fe8f94c15edaf16c20282))
500
+ * Fix issue when data are null - EUI-12294 [EUI-12294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12294) ([ee417caa](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ee417caa487b00c9d8de3bda2a5c418d22ac2085))
501
+ * Allows sorting to be done on date obj - EUI-12278 [EUI-12278](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12278) ([4ff3b515](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4ff3b5159a634e6e871b589d22eeb8bcbe8ceec4))
502
+ * **mega-menu:**
503
+ * Fix issue with key not translated - EUI-12301 [EUI-12301](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12301) ([47424263](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/47424263699d3e150cf5344eef51a799998a6fe0))
504
+ * **eui-language-selector:**
505
+ * improving tests - EUI-12292 [EUI-12292](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12292) ([87eefcce](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/87eefcce06d211b5a7f86149fc45e77ff8afaad5))
506
+ * remove hardcoded values from language selector headers - EUI-12292 [EUI-12292](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12292) ([1e501b26](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1e501b26baa4267281c4d3f4a6075f4054bde7bb))
507
+ * **eui-sidebar-menu:**
508
+ * adjust margin when used within eui-dropdown content - EUI-12295 [EUI-12295](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12295) ([bbf1bfa3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bbf1bfa3b74417013319a6e0f83ebdd1d66ed70a))
509
+ * **eui-autocomplete:**
510
+ * Add option to disable auto sort on groups of items - EUI-12258 [EUI-12258](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12258) ([f2ae7319](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f2ae7319542f035b38a79e3017eaf999c56762d5))
511
+ * **eui-datepicker:**
512
+ * Fix small lint issue - EUI-12287 [EUI-12287](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12287) ([45fd7fed](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/45fd7fedc2ed1478f7cd7ab0f97c1b34afc9c614))
513
+ * **eui-notifications:**
514
+ * Fix issue with date format not applied - EUI-12284 [EUI-12284](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12284) ([141bc453](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/141bc45332dbd893616215114f90bb5946bc86a7))
515
+ * **eui-icon:**
516
+ * add back the ionicons set filled and outline in deprecated set : ion-filled and ion-outline for v19 to v21 transition ([118594ee](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/118594eeaa876c0ad39f5620c5162566aa15720e))
517
+ * **eui-core:**
518
+ * Expose testing mocks from core - EUI-12220 [EUI-12220](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12220) ([0a180006](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0a18000608fcc90c172513aa96193404ce9e8194))
519
+ ##### Bug Fixes
520
+
521
+ * **eui-file-upload:**
522
+ * replace fake button with actual button element - EUI-12311 [EUI-12311](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12311) ([3009fe8a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3009fe8a80594b697ad0b07e1bea14d696b34b47))
523
+ * **eui-calendar:**
524
+ * pass event to option callback in dropdown item - EUI-12275 [EUI-12275](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12275) ([7c309d58](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7c309d58f2243bf086fbf5fc3fb95209a83fb3e0))
525
+
526
+ * * *
527
+ * * *
528
+ ## 21.2.2 (2026-04-01)
529
+
530
+ ##### Chores
531
+
532
+ * **eui-date-range-selector:**
533
+ * adapted dates separator in dark mode - EUI-12218 [EUI-12218](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12218) ([661bd430](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/661bd4303da347e32da023574591e19f98751874))
534
+ * **eui-checkbox:**
535
+ * adapted readonly variant to match EDS - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([95705eec](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/95705eec9d7702b35b8637ce48ae3843115ce882))
536
+ * **eui-tree:**
537
+ * Fix issue with opening state of nodes when filtered - EUI-12260 [EUI-12260](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12260) ([6f169add](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6f169add3368c7439aa1c3f1aa65cce24a0fbe82))
538
+ * **eui-mobile:**
539
+ * fix displaying badge in sidebar cli - EUI-12227 [EUI-12227](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12227) ([2f2b393b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2f2b393bc9ad13379289c6f15dfaaa66012a17fb))
540
+ * implement new design for mobile cli and update icons - EUI-12227 [EUI-12227](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12227) ([db706d26](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/db706d266b584dc58a478f6a05dbb5ac56f8bc0c))
541
+ * **eui-calendar:**
542
+ * Fix issue with first day of the week - EUI-12226 [EUI-12226](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12226) ([7414fb66](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7414fb668fe62854c5ef4fd0301ba3f56f1aaa50))
543
+ * **eui-wizard-v2:**
544
+ * Add sample for dynamic steps adding - EUI-12225 [EUI-12225](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12225) ([48485b26](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/48485b2619c4d20a0fe680b0328747c64bcd70c3))
545
+ * **eui-paginator:**
546
+ * add hasPageNumberNavigationCompact for single-line display - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([f423fb0d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f423fb0de418d50181648128f9fb715151ce3e07))
547
+ ##### Bug Fixes
548
+
549
+ * **eui-datepicker:**
550
+ * fixes change detection issue + date range regression - EUI-12239 [EUI-12239](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12239) ([bcfa277a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bcfa277ac4b2464c41457217d2fa9107b200fc51))
551
+
552
+ * * *
553
+ * * *
554
+ ## 21.2.1 (2026-03-20)
555
+
556
+ ##### Chores
557
+
558
+ * **ecl-mega-menu:**
559
+ * isOneLevelOnly new property and fixed breakpoint detection EUI-12222 [EUI-12222](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12222) ([0e0ab7e4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0e0ab7e45e4c6fed0e7a318e6d3bbb029130c469))
560
+ * more logs for debugging EIO-12222 [EIO-12222](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EIO-12222) ([3a5702c1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3a5702c1c4324c4091ffdaf7c8f9f2800f6ba5a6))
561
+ * logs for testing EUI-12222 [EUI-12222](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12222) ([00bcbd19](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/00bcbd19b9ca14003ea7297122a1733a49927f81))
562
+ * added isOneLevelOnly property EUI-12222 [EUI-12222](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12222) ([4e247b10](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4e247b10b7b0104dbac9aeb8a5647f8679f70667))
563
+ * **deps:**
564
+ * updated to Angular 21.2.5 - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([8703fc39](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8703fc39f26ef238c75b4a0521cbd7736bfd5bb9))
565
+ * **ecl-app, ecl-mega-menu:**
566
+ * fix appShell state not initialized EUI-12222 [EUI-12222](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12222) ([d406c988](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d406c9889c2501d137480b0da4a19311874a5c81))
567
+ * **ecl-ec.css:**
568
+ * woff2 files relative path fix EUI-12214 [EUI-12214](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12214) ([e74c928c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e74c928c03b0390abefdeaae58791879dbb1045b))
569
+ * **eui-date-range-selector:**
570
+ * updates moment locale import for vitest - EUI-12183 [EUI-12183](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12183) ([6479dd5d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6479dd5df5d92bb41f2174c73881d689900f4de2))
571
+ * **ecl-banner:**
572
+ * missing classes for default buttons EUI-12189 [EUI-12189](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12189) ([53b6b4ca](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/53b6b4ca48f3f4905e908b83e67b9e24ef609546))
573
+ * **eui-datepicker:**
574
+ * adapts moment usage to use the component with LuxonDateAdapter - EUI-12183 [EUI-12183](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12183) ([738c4d48](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/738c4d48ebf6ef02e529f6530ad6ae5c71b34f00))
575
+ * **ecl-site-header:**
576
+ * missing classes EUI-12150 [EUI-12150](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12150) ([ec3595cf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ec3595cfbe5b668cd2a14fb7073b953a020760f4))
577
+ ##### Bug Fixes
578
+
579
+ * **eui-tree:**
580
+ * addition of TODO comment for v23 - EUI-11325 [EUI-11325](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11325) ([503f240f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/503f240fb876a4304f716c7c5b80d70352d70060))
581
+ * fixes bug coming from cdkTreeNodeToggle + bug with checkbox losing focus after dom is destroyed + runtime error - EUI-11325 [EUI-11325](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11325) ([2a245af8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2a245af8d63884979fc0c33552bb03acc583f4a6))
582
+
583
+ * * *
584
+ * * *
585
+ ## 21.2.0 (2026-03-13)
586
+
587
+ ##### Chores
588
+
589
+ * **other:**
590
+ * force eUI mobile version 20 for eUI CLI ([32b8a122](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/32b8a122456570e55067ece694a71653118a4d40))
591
+ * add eui-skills setup options and validation in CLI - EUI-12206 [EUI-12206](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12206) ([2e19f8e3](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2e19f8e3f71098f6c23559d7a7e5c757a01dc44f))
592
+ * adapted eUI 19 deps-base-next usage for CLI for eUI mobile ([3729b2f8](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/3729b2f855cdcc917979d574f2f82d40940dab92))
593
+ * **eui-date-block:**
594
+ * remove invalid ARIA role section from component - EUI-12201 [EUI-12201](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12201) ([7af932e1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7af932e103c13ded03cdc91114b8d6d1e339b95a))
595
+ * **ecl-icon:**
596
+ * fixed classes EUI-12188 [EUI-12188](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12188) ([a5fa6618](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a5fa6618576c82f29b8eca0f2b88709be6647a57))
597
+ * **eui-datepicker:**
598
+ * skips back failing tests - EUI-11744 [EUI-11744](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11744) ([379a42f1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/379a42f11112bab4af38b98126e8f417636597d7))
599
+ * clears obsolete tests + enables skipped ones - EUI-11744 [EUI-11744](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11744) ([1560f9b4](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1560f9b4549c5a07cde13cc134c9b3a4e50abcbe))
600
+ * **ecl-list-illustration:**
601
+ * fix related with using OnPush strategy EUI-12192 [EUI-12192](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12192) ([be1c4b39](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/be1c4b39f0203cd29aa6da59a5842ce5f2d4c74e))
602
+ * **ecl-category-filter:**
603
+ * fixes for working with OnPush strategy EUI-12190 [EUI-12190](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12190) ([f1ec9893](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f1ec9893973ede5e068acf694c9cbd988ed54d32))
604
+ * **eui-mobile:**
605
+ * update assets and privacy statement tab in cli mobile app v20 - EUI-11950 [EUI-11950](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11950) ([6b0ad1d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/6b0ad1d1ae303167e3a9ef410eec2903a1b7bfa2))
606
+ * **ecl-breadcrumb:**
607
+ * some duplicated code was breaking it EUI-12185 [EUI-12185](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12185) ([8140fc7f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8140fc7fef04ad15ef537ab6610c6f43c180899d))
608
+ * refactored the anchor tag EUI-11912 [EUI-11912](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11912) ([fac26f23](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fac26f23a93066149264bc6d8422fdd734bb7270))
609
+ * **ecl-link, ecl-featured:**
610
+ * new functionality EUI-11946 [EUI-11946](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11946) ([7a5d7a17](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7a5d7a174a95476239bed1d0126993bf55ba3a18))
611
+ * **ecl-tabs:**
612
+ * accessibility improvements EUI-11943 [EUI-11943](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11943) ([743673ac](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/743673acba019e6c4d46b2f25a1d2b5371d42ab9))
613
+ * **ecl-page-information:**
614
+ * created directive EUI-11945 [EUI-11945](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11945) ([5e6a2f94](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5e6a2f9433f76458956cc1d5311747fba3c3870e))
615
+ * **ecl-page-header:**
616
+ * new variants and refactoring EUI-11942 [EUI-11942](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11942) ([5af0ea0c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5af0ea0c52ed4f15b3bd8c1755ebac2c042cc63b))
617
+ * **ecl-date-picker:**
618
+ * replace pickaday with duet date picker EUI-11940 [EUI-11940](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11940) ([c8f24b9b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c8f24b9b35260ec3e3916a3350002bb8f3b106ce))
619
+ * use date-picker from duet library EUI-11940 [EUI-11940](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11940) ([1a95d4a7](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1a95d4a7e40a001944971e684501fc8e0cc9e323))
620
+ * **ecl-menu, ecl-mega-menu:**
621
+ * refactor breakpoints subscribtion EUI-11911 [EUI-11911](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11911) ([0bf85bec](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0bf85bec5338f8abf4e149cf7e8bc2b6480a46a0))
622
+ ##### New Features
623
+
624
+ * **deps:**
625
+ * updated to Angular 21.2.x - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([f5a8ac50](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f5a8ac504a02260278d391de4cbb41a5b2a5b3cf))
626
+
627
+ * * *
628
+ * * *
629
+ ## 21.1.1 (2026-03-04)
630
+
631
+ ##### Chores
632
+
633
+ * **ecl-inpage-navigation:**
634
+ * trigger change detection when updating active navigation item - EUI-12051 [EUI-12051](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12051) ([8db85e5f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8db85e5f350783b89dff61dfb6f3a129c2d6f759))
635
+ * active section not highlighted on scroll and SSR safety - EUI-12051 [EUI-12051](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12051) ([64dc774b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/64dc774b39b56d138eb15759bef1f457ba5430cc))
636
+ * **eui-block-document:**
637
+ * Display the component via CDK - EUI-12045 [EUI-12045](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12045) ([8bd015e1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8bd015e1cd1026f48120b564b696bac9bc4c92b2))
638
+ * **eui-mobile:**
639
+ * update structure and deps in cli mobile app v20 - EUI-11950 [EUI-11950](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11950) ([0491dacf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0491dacf3f2248535eee3616c011283cccc10e17))
640
+ * **other:**
641
+ * add validation for incomplete ONLY numeric input - EUI-12044 [EUI-12044](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12044) ([9f57ca23](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9f57ca2394162cc176eb69de15608f7a1935b52c))
642
+ * add validation to EuiInputNumberDirective for incomplete values - EUI-12044 [EUI-12044](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12044) ([0f7090a6](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0f7090a6e3c1c3c8e0bcd6f9606520fa186ff3be))
643
+ * update baseHref option to support both short and long flags - EUI-12176 [EUI-12176](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12176) ([2dc45bee](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2dc45bee74f5b6c6c38894ae3f30e2dd20068752))
644
+ ##### Documentation Changes
645
+
646
+ * **other:**
647
+ * update README to include alternative flag for base href option - EUI-12176 [EUI-12176](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12176) ([547fe18d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/547fe18d64b260e9dcb85bcdc2147c71ecb1749d))
648
+ ##### Reverts
649
+
650
+ * **other:**
651
+ * migrate to Signals API - EUI-11964 [EUI-11964](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11964) ([878812a1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/878812a1c253b101906467cd0bf78c0773ed2fca))
652
+ * EUI-11966 [EUI-11966](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11966) ([a2f2cf0c](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a2f2cf0c70fc2c01f51168965128b4c7793beba7))
653
+
40
654
  * * *
41
655
  * * *
42
656
  ## 21.1.0 (2026-03-02)