@ui5/webcomponents-localization 0.0.0-8393c7cdd → 0.0.0-87ff7523a

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 (253) hide show
  1. package/.eslintignore +2 -1
  2. package/.npsrc.json +3 -0
  3. package/CHANGELOG.md +1768 -0
  4. package/README.md +3 -5
  5. package/dist/.tsbuildinfo +1 -0
  6. package/dist/Assets-fetch.d.ts +1 -0
  7. package/dist/Assets-fetch.js +3 -0
  8. package/dist/Assets-fetch.js.map +1 -0
  9. package/dist/Assets-node.d.ts +11 -0
  10. package/dist/Assets-node.js +12 -0
  11. package/dist/Assets-node.js.map +1 -0
  12. package/dist/Assets.d.ts +1 -0
  13. package/dist/Assets.js +1 -0
  14. package/dist/Assets.js.map +1 -0
  15. package/dist/CalendarUtils.d.ts +3 -0
  16. package/dist/CalendarUtils.js +6 -0
  17. package/dist/CalendarUtils.js.map +1 -0
  18. package/dist/DateFormat.d.ts +5 -0
  19. package/dist/DateFormat.js +6 -2
  20. package/dist/DateFormat.js.map +1 -0
  21. package/dist/LocaleData.d.ts +5 -0
  22. package/dist/LocaleData.js +6 -2
  23. package/dist/LocaleData.js.map +1 -0
  24. package/dist/dates/CalendarDate.d.ts +42 -0
  25. package/dist/dates/CalendarDate.js +171 -207
  26. package/dist/dates/CalendarDate.js.map +1 -0
  27. package/dist/dates/ExtremeDates.d.ts +5 -0
  28. package/dist/dates/ExtremeDates.js +25 -35
  29. package/dist/dates/ExtremeDates.js.map +1 -0
  30. package/dist/dates/UI5Date.d.ts +5 -0
  31. package/dist/dates/UI5Date.js +7 -0
  32. package/dist/dates/UI5Date.js.map +1 -0
  33. package/dist/dates/UniversalDate.d.ts +47 -0
  34. package/dist/dates/UniversalDate.js +5 -0
  35. package/dist/dates/UniversalDate.js.map +1 -0
  36. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +16 -0
  37. package/dist/dates/convertMonthNumbersToMonthNames.js +15 -18
  38. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -0
  39. package/dist/dates/getDaysInMonth.d.ts +3 -0
  40. package/dist/dates/getDaysInMonth.js +7 -8
  41. package/dist/dates/getDaysInMonth.js.map +1 -0
  42. package/dist/dates/getRoundedTimestamp.d.ts +7 -0
  43. package/dist/dates/getRoundedTimestamp.js +10 -9
  44. package/dist/dates/getRoundedTimestamp.js.map +1 -0
  45. package/dist/dates/getTodayUTCTimestamp.d.ts +7 -0
  46. package/dist/dates/getTodayUTCTimestamp.js +3 -3
  47. package/dist/dates/getTodayUTCTimestamp.js.map +1 -0
  48. package/dist/dates/modifyDateBy.d.ts +14 -0
  49. package/dist/dates/modifyDateBy.js +42 -29
  50. package/dist/dates/modifyDateBy.js.map +1 -0
  51. package/dist/dates/transformDateToSecondaryType.d.ts +7 -0
  52. package/dist/dates/transformDateToSecondaryType.js +13 -15
  53. package/dist/dates/transformDateToSecondaryType.js.map +1 -0
  54. package/dist/features/calendar/Buddhist.js +1 -0
  55. package/dist/features/calendar/Buddhist.js.map +1 -0
  56. package/dist/features/calendar/Gregorian.js +1 -0
  57. package/dist/features/calendar/Gregorian.js.map +1 -0
  58. package/dist/features/calendar/Islamic.js +1 -0
  59. package/dist/features/calendar/Islamic.js.map +1 -0
  60. package/dist/features/calendar/Japanese.js +1 -0
  61. package/dist/features/calendar/Japanese.js.map +1 -0
  62. package/dist/features/calendar/Persian.js +1 -0
  63. package/dist/features/calendar/Persian.js.map +1 -0
  64. package/dist/generated/assets/cldr/Unicode-Data-Files-LICENSE.txt +27 -0
  65. package/dist/generated/assets/cldr/ar.json +1690 -511
  66. package/dist/generated/assets/cldr/ar_EG.json +1690 -511
  67. package/dist/generated/assets/cldr/ar_SA.json +1785 -607
  68. package/dist/generated/assets/cldr/bg.json +1663 -663
  69. package/dist/generated/assets/cldr/ca.json +1635 -550
  70. package/dist/generated/assets/cldr/cnr.json +6169 -0
  71. package/dist/generated/assets/cldr/cs.json +1618 -409
  72. package/dist/generated/assets/cldr/cy.json +1686 -640
  73. package/dist/generated/assets/cldr/da.json +1579 -542
  74. package/dist/generated/assets/cldr/de.json +1504 -374
  75. package/dist/generated/assets/cldr/de_AT.json +1494 -364
  76. package/dist/generated/assets/cldr/de_CH.json +1513 -383
  77. package/dist/generated/assets/cldr/el.json +1220 -273
  78. package/dist/generated/assets/cldr/el_CY.json +1220 -273
  79. package/dist/generated/assets/cldr/en.json +1619 -548
  80. package/dist/generated/assets/cldr/en_AU.json +1756 -636
  81. package/dist/generated/assets/cldr/en_GB.json +1630 -528
  82. package/dist/generated/assets/cldr/en_HK.json +1713 -608
  83. package/dist/generated/assets/cldr/en_IE.json +1678 -576
  84. package/dist/generated/assets/cldr/en_IN.json +1661 -555
  85. package/dist/generated/assets/cldr/en_NZ.json +1697 -595
  86. package/dist/generated/assets/cldr/en_PG.json +1698 -596
  87. package/dist/generated/assets/cldr/en_SG.json +1687 -582
  88. package/dist/generated/assets/cldr/en_ZA.json +1675 -573
  89. package/dist/generated/assets/cldr/es.json +1893 -704
  90. package/dist/generated/assets/cldr/es_AR.json +1835 -645
  91. package/dist/generated/assets/cldr/es_BO.json +1880 -690
  92. package/dist/generated/assets/cldr/es_CL.json +1721 -639
  93. package/dist/generated/assets/cldr/es_CO.json +1637 -554
  94. package/dist/generated/assets/cldr/es_MX.json +2050 -860
  95. package/dist/generated/assets/cldr/es_PE.json +1565 -591
  96. package/dist/generated/assets/cldr/es_UY.json +1593 -619
  97. package/dist/generated/assets/cldr/es_VE.json +1611 -637
  98. package/dist/generated/assets/cldr/et.json +1426 -368
  99. package/dist/generated/assets/cldr/fa.json +1548 -483
  100. package/dist/generated/assets/cldr/fi.json +1528 -343
  101. package/dist/generated/assets/cldr/fr.json +1435 -419
  102. package/dist/generated/assets/cldr/fr_BE.json +1432 -416
  103. package/dist/generated/assets/cldr/fr_CA.json +1571 -555
  104. package/dist/generated/assets/cldr/fr_CH.json +1385 -369
  105. package/dist/generated/assets/cldr/fr_LU.json +1435 -419
  106. package/dist/generated/assets/cldr/he.json +1697 -536
  107. package/dist/generated/assets/cldr/hi.json +1221 -193
  108. package/dist/generated/assets/cldr/hr.json +1760 -485
  109. package/dist/generated/assets/cldr/hu.json +1390 -303
  110. package/dist/generated/assets/cldr/id.json +1640 -570
  111. package/dist/generated/assets/cldr/it.json +1489 -455
  112. package/dist/generated/assets/cldr/it_CH.json +1489 -455
  113. package/dist/generated/assets/cldr/ja.json +1143 -86
  114. package/dist/generated/assets/cldr/kk.json +1782 -570
  115. package/dist/generated/assets/cldr/ko.json +1192 -162
  116. package/dist/generated/assets/cldr/lt.json +1383 -288
  117. package/dist/generated/assets/cldr/lv.json +1369 -369
  118. package/dist/generated/assets/cldr/mk.json +6045 -0
  119. package/dist/generated/assets/cldr/ms.json +1598 -551
  120. package/dist/generated/assets/cldr/nb.json +1265 -209
  121. package/dist/generated/assets/cldr/nl.json +1741 -425
  122. package/dist/generated/assets/cldr/nl_BE.json +1741 -425
  123. package/dist/generated/assets/cldr/pl.json +1903 -492
  124. package/dist/generated/assets/cldr/pt.json +1913 -605
  125. package/dist/generated/assets/cldr/pt_PT.json +1871 -633
  126. package/dist/generated/assets/cldr/ro.json +1590 -482
  127. package/dist/generated/assets/cldr/ru.json +1608 -514
  128. package/dist/generated/assets/cldr/ru_UA.json +1602 -508
  129. package/dist/generated/assets/cldr/sk.json +1629 -569
  130. package/dist/generated/assets/cldr/sl.json +1532 -430
  131. package/dist/generated/assets/cldr/sr.json +1459 -346
  132. package/dist/generated/assets/cldr/sr_Latn.json +2088 -991
  133. package/dist/generated/assets/cldr/sv.json +1508 -445
  134. package/dist/generated/assets/cldr/th.json +1313 -237
  135. package/dist/generated/assets/cldr/tr.json +1549 -436
  136. package/dist/generated/assets/cldr/uk.json +1619 -520
  137. package/dist/generated/assets/cldr/vi.json +1423 -429
  138. package/dist/generated/assets/cldr/zh_CN.json +1425 -342
  139. package/dist/generated/assets/cldr/zh_HK.json +1396 -312
  140. package/dist/generated/assets/cldr/zh_SG.json +1401 -317
  141. package/dist/generated/assets/cldr/zh_TW.json +1256 -193
  142. package/dist/generated/json-imports/LocaleData-fetch.d.ts +1 -0
  143. package/dist/generated/json-imports/LocaleData-fetch.js +93 -0
  144. package/dist/generated/json-imports/LocaleData-fetch.js.map +1 -0
  145. package/dist/generated/json-imports/LocaleData-node.d.ts +1 -0
  146. package/dist/generated/json-imports/LocaleData-node.js +93 -0
  147. package/dist/generated/json-imports/LocaleData-node.js.map +1 -0
  148. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  149. package/dist/generated/json-imports/LocaleData.js +89 -89
  150. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  151. package/dist/getCachedLocaleDataInstance.d.ts +4 -0
  152. package/dist/getCachedLocaleDataInstance.js +6 -9
  153. package/dist/getCachedLocaleDataInstance.js.map +1 -0
  154. package/dist/locale/getLocaleData.d.ts +11 -0
  155. package/dist/locale/getLocaleData.js +12 -16
  156. package/dist/locale/getLocaleData.js.map +1 -0
  157. package/dist/sap/base/Event.js +59 -0
  158. package/dist/sap/base/Eventing.js +146 -0
  159. package/dist/sap/base/Log.js +2 -240
  160. package/dist/sap/base/assert.js +31 -5
  161. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  162. package/dist/sap/base/config.js +17 -0
  163. package/dist/sap/base/i18n/Formatting.d.ts +8 -0
  164. package/dist/sap/base/i18n/Formatting.js +11 -0
  165. package/dist/sap/base/i18n/Formatting.js.map +1 -0
  166. package/dist/sap/base/i18n/LanguageTag.js +173 -0
  167. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  168. package/dist/sap/base/i18n/Localization.js +12 -0
  169. package/dist/sap/base/i18n/Localization.js.map +1 -0
  170. package/dist/sap/base/i18n/date/CalendarType.js +43 -0
  171. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
  172. package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
  173. package/dist/sap/base/strings/camelize.js +30 -0
  174. package/dist/sap/base/strings/formatMessage.js +88 -15
  175. package/dist/sap/base/util/LoaderExtensions.d.ts +4 -0
  176. package/dist/sap/base/util/LoaderExtensions.js +9 -12
  177. package/dist/sap/base/util/LoaderExtensions.js.map +1 -0
  178. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  179. package/dist/sap/base/util/ObjectPath.js +4 -33
  180. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  181. package/dist/sap/base/util/Version.js +157 -0
  182. package/dist/sap/base/util/_merge.js +83 -26
  183. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  184. package/dist/sap/base/util/deepClone.js +102 -0
  185. package/dist/sap/base/util/deepEqual.js +75 -51
  186. package/dist/sap/base/util/extend.js +58 -7
  187. package/dist/sap/base/util/isEmptyObject.js +34 -0
  188. package/dist/sap/base/util/isPlainObject.js +35 -1
  189. package/dist/sap/base/util/now.js +24 -3
  190. package/dist/sap/base/util/resolveReference.js +3 -0
  191. package/dist/sap/base/util/uid.js +27 -0
  192. package/dist/sap/ui/base/DataType.js +657 -0
  193. package/dist/sap/ui/base/Interface.js +47 -1
  194. package/dist/sap/ui/base/Metadata.js +435 -171
  195. package/dist/sap/ui/base/Object.js +284 -48
  196. package/dist/sap/ui/core/CalendarType.js +24 -8
  197. package/dist/sap/ui/core/Configuration.d.ts +17 -0
  198. package/dist/sap/ui/core/Configuration.js +23 -0
  199. package/dist/sap/ui/core/Configuration.js.map +1 -0
  200. package/dist/sap/ui/core/Core.d.ts +25 -0
  201. package/dist/sap/ui/core/Core.js +7 -34
  202. package/dist/sap/ui/core/Core.js.map +1 -0
  203. package/dist/sap/ui/core/FormatSettings.d.ts +9 -0
  204. package/dist/sap/ui/core/FormatSettings.js +12 -0
  205. package/dist/sap/ui/core/FormatSettings.js.map +1 -0
  206. package/dist/sap/ui/core/Locale.js +190 -152
  207. package/dist/sap/ui/core/LocaleData.js +2665 -1228
  208. package/dist/sap/ui/core/Supportability.js +5 -0
  209. package/dist/sap/ui/core/Theming.js +539 -0
  210. package/dist/sap/ui/core/date/Buddhist.js +162 -93
  211. package/dist/sap/ui/core/date/CalendarUtils.js +65 -0
  212. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -0
  213. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  214. package/dist/sap/ui/core/date/Islamic.js +298 -185
  215. package/dist/sap/ui/core/date/Japanese.js +212 -117
  216. package/dist/sap/ui/core/date/Persian.js +324 -195
  217. package/dist/sap/ui/core/date/UI5Date.js +991 -0
  218. package/dist/sap/ui/core/date/UniversalDate.js +1251 -217
  219. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  220. package/dist/sap/ui/core/format/DateFormat.js +3139 -1965
  221. package/dist/sap/ui/core/format/TimezoneUtil.js +24 -83
  222. package/package-scripts.cjs +28 -0
  223. package/package.json +14 -6
  224. package/tsconfig.json +24 -0
  225. package/used-modules.txt +27 -2
  226. package/dist/Assets-static.js +0 -2
  227. package/dist/dates/calculateWeekNumber.js +0 -51
  228. package/dist/generated/json-imports/LocaleData-static.js +0 -90
  229. package/dist/sap/ui/Device.js +0 -5
  230. package/package-scripts.js +0 -35
  231. package/src/Assets-static.js +0 -2
  232. package/src/Assets.js +0 -2
  233. package/src/DateFormat.js +0 -3
  234. package/src/LocaleData.js +0 -3
  235. package/src/dates/CalendarDate.js +0 -229
  236. package/src/dates/ExtremeDates.js +0 -39
  237. package/src/dates/calculateWeekNumber.js +0 -51
  238. package/src/dates/convertMonthNumbersToMonthNames.js +0 -33
  239. package/src/dates/getDaysInMonth.js +0 -11
  240. package/src/dates/getRoundedTimestamp.js +0 -14
  241. package/src/dates/getTodayUTCTimestamp.js +0 -9
  242. package/src/dates/modifyDateBy.js +0 -42
  243. package/src/dates/transformDateToSecondaryType.js +0 -20
  244. package/src/getCachedLocaleDataInstance.js +0 -13
  245. package/src/locale/getLocaleData.js +0 -27
  246. package/src/sap/base/util/LoaderExtensions.js +0 -17
  247. package/src/sap/ui/core/Core.js +0 -40
  248. /package/{config/.eslintrc.js → .eslintrc.cjs} +0 -0
  249. /package/{src/features/calendar/Buddhist.js → dist/features/calendar/Buddhist.d.ts} +0 -0
  250. /package/{src/features/calendar/Gregorian.js → dist/features/calendar/Gregorian.d.ts} +0 -0
  251. /package/{src/features/calendar/Islamic.js → dist/features/calendar/Islamic.d.ts} +0 -0
  252. /package/{src/features/calendar/Japanese.js → dist/features/calendar/Japanese.d.ts} +0 -0
  253. /package/{src/features/calendar/Persian.js → dist/features/calendar/Persian.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1774 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.13.5](https://github.com/SAP/ui5-webcomponents/compare/v2.13.4...v2.13.5) (2025-10-21)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-localization
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.13.4](https://github.com/SAP/ui5-webcomponents/compare/v2.13.3...v2.13.4) (2025-09-11)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-localization
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.13.3](https://github.com/SAP/ui5-webcomponents/compare/v2.13.2...v2.13.3) (2025-08-22)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-localization
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.13.2](https://github.com/SAP/ui5-webcomponents/compare/v2.13.1...v2.13.2) (2025-08-06)
31
+
32
+ **Note:** Version bump only for package @ui5/webcomponents-localization
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.13.1](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0...v2.13.1) (2025-08-05)
39
+
40
+ **Note:** Version bump only for package @ui5/webcomponents-localization
41
+
42
+
43
+
44
+
45
+
46
+ # [2.13.0](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0-rc.3...v2.13.0) (2025-08-04)
47
+
48
+ **Note:** Version bump only for package @ui5/webcomponents-localization
49
+
50
+
51
+
52
+
53
+
54
+ # [2.13.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0-rc.2...v2.13.0-rc.3) (2025-07-31)
55
+
56
+ **Note:** Version bump only for package @ui5/webcomponents-localization
57
+
58
+
59
+
60
+
61
+
62
+ # [2.13.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0-rc.1...v2.13.0-rc.2) (2025-07-24)
63
+
64
+ **Note:** Version bump only for package @ui5/webcomponents-localization
65
+
66
+
67
+
68
+
69
+
70
+ # [2.13.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0-rc.0...v2.13.0-rc.1) (2025-07-17)
71
+
72
+ **Note:** Version bump only for package @ui5/webcomponents-localization
73
+
74
+
75
+
76
+
77
+
78
+ # [2.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0...v2.13.0-rc.0) (2025-07-10)
79
+
80
+ **Note:** Version bump only for package @ui5/webcomponents-localization
81
+
82
+
83
+
84
+
85
+
86
+ # [2.12.0](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.3...v2.12.0) (2025-07-04)
87
+
88
+ **Note:** Version bump only for package @ui5/webcomponents-localization
89
+
90
+
91
+
92
+
93
+
94
+ # [2.12.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.2...v2.12.0-rc.3) (2025-07-03)
95
+
96
+ **Note:** Version bump only for package @ui5/webcomponents-localization
97
+
98
+
99
+
100
+
101
+
102
+ # [2.12.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.1...v2.12.0-rc.2) (2025-06-26)
103
+
104
+ **Note:** Version bump only for package @ui5/webcomponents-localization
105
+
106
+
107
+
108
+
109
+
110
+ # [2.12.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.0...v2.12.0-rc.1) (2025-06-19)
111
+
112
+ **Note:** Version bump only for package @ui5/webcomponents-localization
113
+
114
+
115
+
116
+
117
+
118
+ # [2.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0...v2.12.0-rc.0) (2025-06-12)
119
+
120
+ **Note:** Version bump only for package @ui5/webcomponents-localization
121
+
122
+
123
+
124
+
125
+
126
+ # [2.11.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.4...v2.11.0) (2025-06-05)
127
+
128
+ **Note:** Version bump only for package @ui5/webcomponents-localization
129
+
130
+
131
+
132
+
133
+
134
+ # [2.11.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.3...v2.11.0-rc.4) (2025-06-05)
135
+
136
+ **Note:** Version bump only for package @ui5/webcomponents-localization
137
+
138
+
139
+
140
+
141
+
142
+ # [2.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.2...v2.11.0-rc.3) (2025-05-29)
143
+
144
+
145
+ ### Features
146
+
147
+ * add `Assets-node` module for node/ssr env ([#11522](https://github.com/SAP/ui5-webcomponents/issues/11522)) ([4a874cc](https://github.com/SAP/ui5-webcomponents/commit/4a874cc1f88e440f8bce4f9f0757df1af2a04314))
148
+
149
+
150
+
151
+
152
+
153
+ # [2.11.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.1...v2.11.0-rc.2) (2025-05-22)
154
+
155
+ **Note:** Version bump only for package @ui5/webcomponents-localization
156
+
157
+
158
+
159
+
160
+
161
+ # [2.11.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.0...v2.11.0-rc.1) (2025-05-15)
162
+
163
+ **Note:** Version bump only for package @ui5/webcomponents-localization
164
+
165
+
166
+
167
+
168
+
169
+ # [2.11.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0...v2.11.0-rc.0) (2025-05-08)
170
+
171
+ **Note:** Version bump only for package @ui5/webcomponents-localization
172
+
173
+
174
+
175
+
176
+
177
+ # [2.10.0](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0-rc.3...v2.10.0) (2025-05-07)
178
+
179
+ **Note:** Version bump only for package @ui5/webcomponents-localization
180
+
181
+
182
+
183
+
184
+
185
+ # [2.10.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0-rc.2...v2.10.0-rc.3) (2025-05-01)
186
+
187
+ **Note:** Version bump only for package @ui5/webcomponents-localization
188
+
189
+
190
+
191
+
192
+
193
+ # [2.10.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0-rc.1...v2.10.0-rc.2) (2025-04-24)
194
+
195
+ **Note:** Version bump only for package @ui5/webcomponents-localization
196
+
197
+
198
+
199
+
200
+
201
+ # [2.10.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0-rc.0...v2.10.0-rc.1) (2025-04-17)
202
+
203
+ **Note:** Version bump only for package @ui5/webcomponents-localization
204
+
205
+
206
+
207
+
208
+
209
+ # [2.10.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.9.1-rc.0...v2.10.0-rc.0) (2025-04-14)
210
+
211
+ **Note:** Version bump only for package @ui5/webcomponents-localization
212
+
213
+
214
+
215
+
216
+
217
+ ## [2.9.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0...v2.9.1-rc.0) (2025-04-10)
218
+
219
+ **Note:** Version bump only for package @ui5/webcomponents-localization
220
+
221
+
222
+
223
+
224
+
225
+ # [2.9.0](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0-rc.3...v2.9.0) (2025-04-04)
226
+
227
+ **Note:** Version bump only for package @ui5/webcomponents-localization
228
+
229
+
230
+
231
+
232
+
233
+ # [2.9.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0-rc.2...v2.9.0-rc.3) (2025-04-03)
234
+
235
+ **Note:** Version bump only for package @ui5/webcomponents-localization
236
+
237
+
238
+
239
+
240
+
241
+ # [2.9.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0-rc.1...v2.9.0-rc.2) (2025-03-27)
242
+
243
+ **Note:** Version bump only for package @ui5/webcomponents-localization
244
+
245
+
246
+
247
+
248
+
249
+ # [2.9.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0-rc.0...v2.9.0-rc.1) (2025-03-20)
250
+
251
+ **Note:** Version bump only for package @ui5/webcomponents-localization
252
+
253
+
254
+
255
+
256
+
257
+ # [2.9.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.8.1-rc.0...v2.9.0-rc.0) (2025-03-13)
258
+
259
+ **Note:** Version bump only for package @ui5/webcomponents-localization
260
+
261
+
262
+
263
+
264
+
265
+ ## [2.8.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0...v2.8.1-rc.0) (2025-03-06)
266
+
267
+ **Note:** Version bump only for package @ui5/webcomponents-localization
268
+
269
+
270
+
271
+
272
+
273
+ # [2.8.0](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0-rc.3...v2.8.0) (2025-03-04)
274
+
275
+ **Note:** Version bump only for package @ui5/webcomponents-localization
276
+
277
+
278
+
279
+
280
+
281
+ # [2.8.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0-rc.2...v2.8.0-rc.3) (2025-02-27)
282
+
283
+ **Note:** Version bump only for package @ui5/webcomponents-localization
284
+
285
+
286
+
287
+
288
+
289
+ # [2.8.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0-rc.1...v2.8.0-rc.2) (2025-02-20)
290
+
291
+ **Note:** Version bump only for package @ui5/webcomponents-localization
292
+
293
+
294
+
295
+
296
+
297
+ # [2.8.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0-rc.0...v2.8.0-rc.1) (2025-02-13)
298
+
299
+ **Note:** Version bump only for package @ui5/webcomponents-localization
300
+
301
+
302
+
303
+
304
+
305
+ # [2.8.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0...v2.8.0-rc.0) (2025-02-06)
306
+
307
+ **Note:** Version bump only for package @ui5/webcomponents-localization
308
+
309
+
310
+
311
+
312
+
313
+ # [2.7.0](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0-rc.2...v2.7.0) (2025-02-03)
314
+
315
+ **Note:** Version bump only for package @ui5/webcomponents-localization
316
+
317
+
318
+
319
+
320
+
321
+ # [2.7.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0-rc.1...v2.7.0-rc.2) (2025-01-30)
322
+
323
+ **Note:** Version bump only for package @ui5/webcomponents-localization
324
+
325
+
326
+
327
+
328
+
329
+ # [2.7.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0-rc.0...v2.7.0-rc.1) (2025-01-23)
330
+
331
+ **Note:** Version bump only for package @ui5/webcomponents-localization
332
+
333
+
334
+
335
+
336
+
337
+ # [2.7.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.2...v2.7.0-rc.0) (2025-01-16)
338
+
339
+ **Note:** Version bump only for package @ui5/webcomponents-localization
340
+
341
+
342
+
343
+
344
+
345
+ ## [2.6.2](https://github.com/SAP/ui5-webcomponents/compare/v2.6.2-rc.0...v2.6.2) (2025-01-09)
346
+
347
+ **Note:** Version bump only for package @ui5/webcomponents-localization
348
+
349
+
350
+
351
+
352
+
353
+ ## [2.6.2-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.1...v2.6.2-rc.0) (2025-01-09)
354
+
355
+ **Note:** Version bump only for package @ui5/webcomponents-localization
356
+
357
+
358
+
359
+
360
+
361
+ ## [2.6.1](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0...v2.6.1) (2025-01-08)
362
+
363
+ **Note:** Version bump only for package @ui5/webcomponents-localization
364
+
365
+
366
+
367
+
368
+
369
+ # [2.6.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.5...v2.6.0) (2025-01-07)
370
+
371
+ **Note:** Version bump only for package @ui5/webcomponents-localization
372
+
373
+
374
+
375
+
376
+
377
+ # [2.6.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.4...v2.6.0-rc.5) (2025-01-07)
378
+
379
+ **Note:** Version bump only for package @ui5/webcomponents-localization
380
+
381
+
382
+
383
+
384
+
385
+ # [2.6.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.3...v2.6.0-rc.4) (2025-01-02)
386
+
387
+ **Note:** Version bump only for package @ui5/webcomponents-localization
388
+
389
+
390
+
391
+
392
+
393
+ # [2.6.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.2...v2.6.0-rc.3) (2024-12-26)
394
+
395
+ **Note:** Version bump only for package @ui5/webcomponents-localization
396
+
397
+
398
+
399
+
400
+
401
+ # [2.6.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.1...v2.6.0-rc.2) (2024-12-19)
402
+
403
+ **Note:** Version bump only for package @ui5/webcomponents-localization
404
+
405
+
406
+
407
+
408
+
409
+ # [2.6.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.0...v2.6.0-rc.1) (2024-12-16)
410
+
411
+ **Note:** Version bump only for package @ui5/webcomponents-localization
412
+
413
+
414
+
415
+
416
+
417
+ # [2.6.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0...v2.6.0-rc.0) (2024-12-12)
418
+
419
+ **Note:** Version bump only for package @ui5/webcomponents-localization
420
+
421
+
422
+
423
+
424
+
425
+ # [2.5.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.3...v2.5.0) (2024-12-05)
426
+
427
+ **Note:** Version bump only for package @ui5/webcomponents-localization
428
+
429
+
430
+
431
+
432
+
433
+ # [2.5.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.2...v2.5.0-rc.3) (2024-12-05)
434
+
435
+ **Note:** Version bump only for package @ui5/webcomponents-localization
436
+
437
+
438
+
439
+
440
+
441
+ # [2.5.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.1...v2.5.0-rc.2) (2024-11-28)
442
+
443
+ **Note:** Version bump only for package @ui5/webcomponents-localization
444
+
445
+
446
+
447
+
448
+
449
+ # [2.5.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.0...v2.5.0-rc.1) (2024-11-21)
450
+
451
+ **Note:** Version bump only for package @ui5/webcomponents-localization
452
+
453
+
454
+
455
+
456
+
457
+ # [2.5.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.1-rc.0...v2.5.0-rc.0) (2024-11-14)
458
+
459
+ **Note:** Version bump only for package @ui5/webcomponents-localization
460
+
461
+
462
+
463
+
464
+
465
+ ## [2.4.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0...v2.4.1-rc.0) (2024-11-07)
466
+
467
+ **Note:** Version bump only for package @ui5/webcomponents-localization
468
+
469
+
470
+
471
+
472
+
473
+ # [2.4.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.4...v2.4.0) (2024-11-03)
474
+
475
+ **Note:** Version bump only for package @ui5/webcomponents-localization
476
+
477
+
478
+
479
+
480
+
481
+ # [2.4.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.3...v2.4.0-rc.4) (2024-10-31)
482
+
483
+ **Note:** Version bump only for package @ui5/webcomponents-localization
484
+
485
+
486
+
487
+
488
+
489
+ # [2.4.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.2...v2.4.0-rc.3) (2024-10-28)
490
+
491
+ **Note:** Version bump only for package @ui5/webcomponents-localization
492
+
493
+
494
+
495
+
496
+
497
+ # [2.4.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.1...v2.4.0-rc.2) (2024-10-24)
498
+
499
+ **Note:** Version bump only for package @ui5/webcomponents-localization
500
+
501
+
502
+
503
+
504
+
505
+ # [2.4.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.0...v2.4.0-rc.1) (2024-10-17)
506
+
507
+
508
+ ### Bug Fixes
509
+
510
+ * **localization:** legacy date customization ([#10026](https://github.com/SAP/ui5-webcomponents/issues/10026)) ([273c015](https://github.com/SAP/ui5-webcomponents/commit/273c01597ae483fdfe1996dad733d32e4c9a13a9))
511
+ * **tools:** revert tsconfig moduleResolution to node ([#10014](https://github.com/SAP/ui5-webcomponents/issues/10014)) ([0724b92](https://github.com/SAP/ui5-webcomponents/commit/0724b9289ad04f88972d4978ed37e76f13abca13))
512
+
513
+
514
+
515
+
516
+
517
+ # [2.4.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.1-rc.0...v2.4.0-rc.0) (2024-10-10)
518
+
519
+ **Note:** Version bump only for package @ui5/webcomponents-localization
520
+
521
+
522
+
523
+
524
+
525
+ ## [2.3.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0...v2.3.1-rc.0) (2024-10-03)
526
+
527
+ **Note:** Version bump only for package @ui5/webcomponents-localization
528
+
529
+
530
+
531
+
532
+
533
+ # [2.3.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.3...v2.3.0) (2024-10-02)
534
+
535
+ **Note:** Version bump only for package @ui5/webcomponents-localization
536
+
537
+
538
+
539
+
540
+
541
+ # [2.3.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.2...v2.3.0-rc.3) (2024-09-26)
542
+
543
+ **Note:** Version bump only for package @ui5/webcomponents-localization
544
+
545
+
546
+
547
+
548
+
549
+ # [2.3.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.1...v2.3.0-rc.2) (2024-09-19)
550
+
551
+ **Note:** Version bump only for package @ui5/webcomponents-localization
552
+
553
+
554
+
555
+
556
+
557
+ # [2.3.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.0...v2.3.0-rc.1) (2024-09-12)
558
+
559
+ **Note:** Version bump only for package @ui5/webcomponents-localization
560
+
561
+
562
+
563
+
564
+
565
+ # [2.3.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0...v2.3.0-rc.0) (2024-09-05)
566
+
567
+ **Note:** Version bump only for package @ui5/webcomponents-localization
568
+
569
+
570
+
571
+
572
+
573
+ # [2.2.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.3...v2.2.0) (2024-09-03)
574
+
575
+ **Note:** Version bump only for package @ui5/webcomponents-localization
576
+
577
+
578
+
579
+
580
+
581
+ # [2.2.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2024-08-29)
582
+
583
+
584
+ ### Features
585
+
586
+ * **ui5-calendar:** implement calendar week numbering ([#9694](https://github.com/SAP/ui5-webcomponents/issues/9694)) ([efc8053](https://github.com/SAP/ui5-webcomponents/commit/efc8053e756156cca5e239f1886469c6b92c2cf7))
587
+
588
+
589
+
590
+
591
+
592
+ # [2.2.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2024-08-22)
593
+
594
+ **Note:** Version bump only for package @ui5/webcomponents-localization
595
+
596
+
597
+
598
+
599
+
600
+ # [2.2.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2024-08-15)
601
+
602
+ **Note:** Version bump only for package @ui5/webcomponents-localization
603
+
604
+
605
+
606
+
607
+
608
+ # [2.2.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.1...v2.2.0-rc.0) (2024-08-08)
609
+
610
+
611
+ ### Features
612
+
613
+ * **core:** add asset files with fetch URLs ([#9591](https://github.com/SAP/ui5-webcomponents/issues/9591)) ([f039cf6](https://github.com/SAP/ui5-webcomponents/commit/f039cf6e96e43fbc45e55e53871c91c9ee8e4179))
614
+
615
+
616
+
617
+
618
+
619
+ ## [2.1.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0...v2.1.1) (2024-08-02)
620
+
621
+ **Note:** Version bump only for package @ui5/webcomponents-localization
622
+
623
+
624
+
625
+
626
+
627
+ # [2.1.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.3...v2.1.0) (2024-08-02)
628
+
629
+ **Note:** Version bump only for package @ui5/webcomponents-localization
630
+
631
+
632
+
633
+
634
+
635
+ # [2.1.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.2...v2.1.0-rc.3) (2024-08-01)
636
+
637
+ **Note:** Version bump only for package @ui5/webcomponents-localization
638
+
639
+
640
+
641
+
642
+
643
+ # [2.1.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.1...v2.1.0-rc.2) (2024-07-25)
644
+
645
+ **Note:** Version bump only for package @ui5/webcomponents-localization
646
+
647
+
648
+
649
+
650
+
651
+ # [2.1.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2024-07-18)
652
+
653
+ **Note:** Version bump only for package @ui5/webcomponents-localization
654
+
655
+
656
+
657
+
658
+
659
+ # [2.1.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.1...v2.1.0-rc.0) (2024-07-11)
660
+
661
+ **Note:** Version bump only for package @ui5/webcomponents-localization
662
+
663
+
664
+
665
+
666
+
667
+ ## [2.0.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0...v2.0.1) (2024-07-05)
668
+
669
+ **Note:** Version bump only for package @ui5/webcomponents-localization
670
+
671
+
672
+
673
+
674
+
675
+ # [2.0.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.6...v2.0.0) (2024-07-03)
676
+
677
+ **Note:** Version bump only for package @ui5/webcomponents-localization
678
+
679
+
680
+
681
+
682
+
683
+ # [2.0.0-rc.6](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-06-17)
684
+
685
+ **Note:** Version bump only for package @ui5/webcomponents-localization
686
+
687
+
688
+
689
+
690
+
691
+ # [2.0.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-06-06)
692
+
693
+ **Note:** Version bump only for package @ui5/webcomponents-localization
694
+
695
+
696
+
697
+
698
+
699
+ # [2.0.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-05-29)
700
+
701
+
702
+ ### Bug Fixes
703
+
704
+ * **ui5-calendar:** respect component level calendarType in week calculation ([#8971](https://github.com/SAP/ui5-webcomponents/issues/8971)) ([69b8003](https://github.com/SAP/ui5-webcomponents/commit/69b8003c93ab724e722a841e1a25bb2236c44110))
705
+
706
+
707
+
708
+
709
+
710
+ # [2.0.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-05-10)
711
+
712
+ **Note:** Version bump only for package @ui5/webcomponents-localization
713
+
714
+
715
+
716
+
717
+
718
+ # [2.0.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-04-18)
719
+
720
+ **Note:** Version bump only for package @ui5/webcomponents-localization
721
+
722
+
723
+
724
+
725
+
726
+ # [2.0.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-04-11)
727
+
728
+ **Note:** Version bump only for package @ui5/webcomponents-localization
729
+
730
+
731
+
732
+
733
+
734
+ # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
735
+
736
+
737
+ ### chore
738
+
739
+ * bring release-2.0 to main ([#8651](https://github.com/SAP/ui5-webcomponents/issues/8651)) ([69271c9](https://github.com/SAP/ui5-webcomponents/commit/69271c9468c7dd54f90710fc4613ae0a79f85cef)), closes [#8494](https://github.com/SAP/ui5-webcomponents/issues/8494) [#8496](https://github.com/SAP/ui5-webcomponents/issues/8496) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8497](https://github.com/SAP/ui5-webcomponents/issues/8497) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8504](https://github.com/SAP/ui5-webcomponents/issues/8504) [#8509](https://github.com/SAP/ui5-webcomponents/issues/8509) [#8507](https://github.com/SAP/ui5-webcomponents/issues/8507) [#8511](https://github.com/SAP/ui5-webcomponents/issues/8511) [#8501](https://github.com/SAP/ui5-webcomponents/issues/8501) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8503](https://github.com/SAP/ui5-webcomponents/issues/8503) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8506](https://github.com/SAP/ui5-webcomponents/issues/8506) [#8502](https://github.com/SAP/ui5-webcomponents/issues/8502) [#8524](https://github.com/SAP/ui5-webcomponents/issues/8524) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8525](https://github.com/SAP/ui5-webcomponents/issues/8525) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8518](https://github.com/SAP/ui5-webcomponents/issues/8518) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8526](https://github.com/SAP/ui5-webcomponents/issues/8526) [#8529](https://github.com/SAP/ui5-webcomponents/issues/8529) [#8528](https://github.com/SAP/ui5-webcomponents/issues/8528) [#8531](https://github.com/SAP/ui5-webcomponents/issues/8531) [#8532](https://github.com/SAP/ui5-webcomponents/issues/8532) [#8534](https://github.com/SAP/ui5-webcomponents/issues/8534) [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163) [#8527](https://github.com/SAP/ui5-webcomponents/issues/8527) [#8538](https://github.com/SAP/ui5-webcomponents/issues/8538) [#8521](https://github.com/SAP/ui5-webcomponents/issues/8521) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8542](https://github.com/SAP/ui5-webcomponents/issues/8542) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8548](https://github.com/SAP/ui5-webcomponents/issues/8548) [#8555](https://github.com/SAP/ui5-webcomponents/issues/8555) [#8559](https://github.com/SAP/ui5-webcomponents/issues/8559) [#8565](https://github.com/SAP/ui5-webcomponents/issues/8565) [#8570](https://github.com/SAP/ui5-webcomponents/issues/8570) [#8558](https://github.com/SAP/ui5-webcomponents/issues/8558) [#8568](https://github.com/SAP/ui5-webcomponents/issues/8568) [#8596](https://github.com/SAP/ui5-webcomponents/issues/8596) [#8192](https://github.com/SAP/ui5-webcomponents/issues/8192) [#8606](https://github.com/SAP/ui5-webcomponents/issues/8606) [#8605](https://github.com/SAP/ui5-webcomponents/issues/8605) [#8600](https://github.com/SAP/ui5-webcomponents/issues/8600) [#8602](https://github.com/SAP/ui5-webcomponents/issues/8602) [#8593](https://github.com/SAP/ui5-webcomponents/issues/8593)
740
+
741
+
742
+ ### BREAKING CHANGES
743
+
744
+ * "Device#isIE" method has been removed and no longer available
745
+
746
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
747
+ * Removed the `CSP.js` module and the creation of `<style>` and `<link>` tags, as all browsers now support adoptedStyleSheets. The following APIs are not available any more and should not be used:
748
+ ```ts
749
+ import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
750
+ import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
751
+ import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
752
+ ```
753
+ * Removed the `ICardHeader` interface. If you previously used the interface
754
+ ```ts
755
+ import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
756
+ ```
757
+ Use the CardHeader type instead:
758
+ ```ts
759
+ import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
760
+ ```
761
+ * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
762
+ ```js
763
+ import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
764
+ ```
765
+ Use the `UploadCollectionItem` type instead:
766
+ ```js
767
+ import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
768
+ ```
769
+
770
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
771
+ * The `size` property now accepts different values. If you previously used it like:
772
+ ```html
773
+ <ui5-busy-indicator size="Small"></ui5-busy-indicator>
774
+ ```
775
+ Now use the new values instead:
776
+ ```html
777
+ <ui5-busy-indicator size="S"></ui5-busy-indicator>
778
+ ```
779
+
780
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
781
+ * The `status` property and its shadow part have been renamed. If you previously used them:
782
+ ```html
783
+ <style>
784
+ .cardHeader::part(status) { ... }
785
+ </style>
786
+ <ui5-card-header status="3 of 10"></ui5-popover>
787
+ ```
788
+ Now use `additionalText` instead:
789
+ ```html
790
+ <style>
791
+ .cardHeader::part(additional-text) { ... }
792
+ </style>
793
+ <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
794
+ ```
795
+
796
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
797
+ * The `pageIndicatorStyle` no longer exists. If you previously used it like:
798
+ ```html
799
+ <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
800
+ ```
801
+ Now you should use `pageIndicatorType` instead:
802
+ ```html
803
+ <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
804
+ ```
805
+
806
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
807
+ * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
808
+ ```js
809
+ class MyClass extends UI5Element {
810
+ static get render() {
811
+ return litRenderer;
812
+ }
813
+ }
814
+ ```
815
+ start using "renderer"
816
+ ```ts
817
+ class MyClass extends UI5Element {
818
+ static get renderer() {
819
+ return litRenderer;
820
+ }
821
+ }
822
+ ```
823
+ * Remove JavaScript template option from @ui5/create-webcomponents-package
824
+ Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
825
+ If you previously used `npm init @ui5/webcomponents-package --enable-typescript` to create TypeScript-based project, now it's by default, e.g `npm init @ui5/webcomponents-package` and `--enable-typescript` is removed.
826
+ * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
827
+ ```html
828
+ <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
829
+ ```
830
+ Now use `Start` or `End` instead:
831
+ ```html
832
+ <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
833
+ ```
834
+
835
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
836
+
837
+ * docs: deploy v2 preview
838
+ * Remove `soccor` icon. Use `soccer` instead.
839
+ * Remove `add-polygone` icon. Use `add-polygon` instead.
840
+ * The JSDoc plugin has been removed, and the generation of api.json has stopped. If you previously relied on the `ui5-package/dist/api.json file`, you can now use `ui5-package/dist/custom-elements.json`
841
+ * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
842
+ ```ts
843
+ import "@ui5/webcomponents/dist/Assets-static.js";
844
+ import "@ui5/webcomponents-icons/dist/Assets-static.js"
845
+ ```
846
+ use the dynamic equivalent of it:
847
+ ```ts
848
+ import "@ui5/webcomponents/dist/Assets.js";
849
+ import "@ui5/webcomponents-icons/dist/Assets.js"
850
+ ```
851
+
852
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
853
+ * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
854
+ `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
855
+ ```ts
856
+ myCalendar.addEventListener("selected-dates-change", () => {
857
+ const values = e.detail.values;
858
+ const dates = e.detail.dates;
859
+ })
860
+ ```
861
+ Now you have to use the new event name and details:
862
+ ```ts
863
+ myCalendar.addEventListener("selection-change", () => {
864
+ const values = event.detail.selectedValues;
865
+ const dates = event.detail.selectedDateValues;
866
+ })
867
+ ```
868
+
869
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
870
+ * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
871
+ ```html
872
+ <ui5-color-picker color="red"></ui5-color-picker>
873
+ ```
874
+ Now you have to use it like this:
875
+ ```html
876
+ <ui5-color-picker value="red"></ui5-color-picker>
877
+ ```
878
+
879
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
880
+ * JavaScript projects may not function properly with the tools package.
881
+ * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
882
+ ```js
883
+ button.addEventListener("click", function(event) {
884
+ colorPalettePopover.showAt(this);
885
+ });
886
+ ```
887
+ Now the declarative API should be used instead:
888
+ ```html
889
+ <ui5-button id="opener">Open</ui5-button>
890
+ <ui5-color-palette-popover opener="opener">
891
+ ```
892
+ ```js
893
+ button.addEventListener("click", function(event) {
894
+ colorPalettePopover.open = !colorPalettePopover.open;
895
+ });
896
+ ```
897
+ * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
898
+ ```ts
899
+ import "@ui5/webcomponents-fiori/dist/Bar.js;
900
+ ```
901
+ Now, import the `ui5-bar` from `main`:
902
+ ```ts
903
+ import "@ui5/webcomponents/dist/Bar.js";
904
+ ```
905
+
906
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
907
+ * If you have previously used:
908
+ ```html
909
+ <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
910
+ ```
911
+ Now use:
912
+ ```html
913
+ <ui5-tab id="nestedTab" slot="items"></ui5-tab>
914
+ ```
915
+
916
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
917
+ * If you have previously used:
918
+ ```html
919
+ <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
920
+ ```
921
+ Now use:
922
+ ```html
923
+ <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
924
+ ```
925
+
926
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
927
+ * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
928
+
929
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
930
+ * The showOverflow property is removed. If previously you have used:
931
+ ```html
932
+ <ui5-tabcontainer show-overflow></ui5-tabcontainer>
933
+ ```
934
+ now use the overflowButton slot:
935
+ ```html
936
+ <ui5-tabcontainer>
937
+ <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
938
+ <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
939
+ </ui5-tabcontainer>
940
+ ```
941
+
942
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
943
+ * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
944
+ If you have previously used the `placementType` property and the `PopoverPlacementType`
945
+ ```html
946
+ <ui5-popover placement-type="Bottom"></ui5-popover>
947
+ ```
948
+ ```js
949
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
950
+ ```
951
+ Now use `placement` instead:
952
+ ```html
953
+ <ui5-placement="Bottom"></ui5-popover>
954
+ ```
955
+ ```js
956
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
957
+ ```
958
+
959
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
960
+ * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
961
+ If you have previously used the `size` property:
962
+ ```html
963
+ <ui5-illustrated-message size="Dialog">
964
+ ```
965
+ Now use `design` instead:
966
+ ```html
967
+ <ui5-illustrated-message design="Dialog">
968
+
969
+ ```
970
+
971
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
972
+ * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
973
+ If you have previously used the `separator-style` property:
974
+ ```html
975
+ <ui5-breadcrumbs separator-style="Slash">
976
+ ```
977
+ Now use `separators` instead:
978
+ ```html
979
+ <ui5-breadcrumbs separators="Slash">
980
+ ```
981
+
982
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
983
+ * The `disabled` property of the `ui5-option` is removed.
984
+ If you have previously used the `disabled` property:
985
+ ```html
986
+ <ui5-option disabled>Option</ui5-option>
987
+ ```
988
+ it will no longer work for the component.
989
+
990
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
991
+ * You can no longer import and implement the `ITab` interface. TabContainer is designed to work only with Tab and TabSeparator classes, so the interface was obsolete.
992
+
993
+
994
+
995
+
996
+
997
+ # [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04)
998
+
999
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+ # [1.24.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.3...v1.24.0-rc.4) (2024-04-04)
1006
+
1007
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+ # [1.24.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.2...v1.24.0-rc.3) (2024-03-28)
1014
+
1015
+
1016
+ ### Features
1017
+
1018
+ * **framework:** support sr, mk, cnr locales ([#8534](https://github.com/SAP/ui5-webcomponents/issues/8534)) ([5b410d6](https://github.com/SAP/ui5-webcomponents/commit/5b410d65267e79d4420b1a6d6788db6495abc962)), closes [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163)
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+ # [1.24.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.1...v1.24.0-rc.2) (2024-03-21)
1025
+
1026
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+ # [1.24.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.0...v1.24.0-rc.1) (2024-03-15)
1033
+
1034
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+ # [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14)
1041
+
1042
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+ ## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08)
1049
+
1050
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+ ## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07)
1057
+
1058
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+ # [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06)
1065
+
1066
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+ # [1.23.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.4...v1.23.0-rc.5) (2024-02-29)
1073
+
1074
+
1075
+ ### Bug Fixes
1076
+
1077
+ * remove sap.ui.require call from unused openui5 module ([#8359](https://github.com/SAP/ui5-webcomponents/issues/8359)) ([50219ac](https://github.com/SAP/ui5-webcomponents/commit/50219ac23add7b86fe26d8ca51e2181f01404992))
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+ # [1.23.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.3...v1.23.0-rc.4) (2024-02-26)
1084
+
1085
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ # [1.23.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.2...v1.23.0-rc.3) (2024-02-22)
1092
+
1093
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+ # [1.23.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.1...v1.23.0-rc.2) (2024-02-20)
1100
+
1101
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ # [1.23.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.0...v1.23.0-rc.1) (2024-02-19)
1108
+
1109
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+ # [1.23.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.1-rc.0...v1.23.0-rc.0) (2024-02-15)
1116
+
1117
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+ ## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
1124
+
1125
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+ # [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
1132
+
1133
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+ # [1.22.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.2...v1.22.0-rc.3) (2024-02-01)
1140
+
1141
+
1142
+ ### Bug Fixes
1143
+
1144
+ * release build ([#8222](https://github.com/SAP/ui5-webcomponents/issues/8222)) ([27042ac](https://github.com/SAP/ui5-webcomponents/commit/27042ac90443dea8d5900d1c5bfa5bc93d365da0))
1145
+
1146
+
1147
+ ### Features
1148
+
1149
+ * add dom shim so importing components in SSR works ([#8184](https://github.com/SAP/ui5-webcomponents/issues/8184)) ([ca49674](https://github.com/SAP/ui5-webcomponents/commit/ca49674e046bd74842100245db2cea61d53e2df0))
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ # [1.22.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.1...v1.22.0-rc.2) (2024-01-25)
1156
+
1157
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+ # [1.22.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.0...v1.22.0-rc.1) (2024-01-18)
1164
+
1165
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
1172
+
1173
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
1180
+
1181
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+ # [1.21.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.4...v1.21.0-rc.5) (2024-01-04)
1188
+
1189
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+ # [1.21.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.3...v1.21.0-rc.4) (2023-12-28)
1196
+
1197
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ # [1.21.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.2...v1.21.0-rc.3) (2023-12-21)
1204
+
1205
+
1206
+ ### Features
1207
+
1208
+ * **tools:** Optimize build by switching css processing to esbuild ([#8008](https://github.com/SAP/ui5-webcomponents/issues/8008)) ([b4d411f](https://github.com/SAP/ui5-webcomponents/commit/b4d411f00f8d74ccecb2d02254126243faf53dfd))
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+ # [1.21.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.1...v1.21.0-rc.2) (2023-12-14)
1215
+
1216
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+ # [1.21.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.0...v1.21.0-rc.1) (2023-12-08)
1223
+
1224
+
1225
+ ### Bug Fixes
1226
+
1227
+ * **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
1234
+
1235
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
1242
+
1243
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+ # [1.20.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30)
1250
+
1251
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+ # [1.20.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.1...v1.20.0-rc.2) (2023-11-23)
1258
+
1259
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+ # [1.20.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.0...v1.20.0-rc.1) (2023-11-16)
1266
+
1267
+
1268
+ ### Bug Fixes
1269
+
1270
+ * declare webpackChunkName in generated dynamic imports for readable runtime bundle names ([#7835](https://github.com/SAP/ui5-webcomponents/issues/7835)) ([592a10b](https://github.com/SAP/ui5-webcomponents/commit/592a10b25a14da89885874c40c5c7a192b8b4d85))
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
1277
+
1278
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
1285
+
1286
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+ # [1.19.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.2...v1.19.0-rc.3) (2023-11-02)
1293
+
1294
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+ # [1.19.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.1...v1.19.0-rc.2) (2023-10-26)
1301
+
1302
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+ # [1.19.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.0...v1.19.0-rc.1) (2023-10-19)
1309
+
1310
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ # [1.19.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.1-rc.0...v1.19.0-rc.0) (2023-10-12)
1317
+
1318
+
1319
+ ### Bug Fixes
1320
+
1321
+ * **localization:** missing calendarWeekNumbering ([#7684](https://github.com/SAP/ui5-webcomponents/issues/7684)) ([01a9349](https://github.com/SAP/ui5-webcomponents/commit/01a9349c7ab5e3c046fa10034dc9aa99b840f3d0))
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+ ## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
1328
+
1329
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
1336
+
1337
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+ # [1.18.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.1...v1.18.0-rc.2) (2023-09-28)
1344
+
1345
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1346
+
1347
+
1348
+
1349
+
1350
+
1351
+ # [1.18.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21)
1352
+
1353
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+ # [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
1360
+
1361
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
1368
+
1369
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+ # [1.17.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.1...v1.17.0-rc.2) (2023-08-24)
1376
+
1377
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+ # [1.17.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.0...v1.17.0-rc.1) (2023-08-17)
1384
+
1385
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+ # [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
1392
+
1393
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+ # [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
1400
+
1401
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+ # [1.16.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.3...v1.16.0-rc.4) (2023-08-03)
1408
+
1409
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+ # [1.16.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.2...v1.16.0-rc.3) (2023-07-27)
1416
+
1417
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1418
+
1419
+
1420
+
1421
+
1422
+
1423
+ # [1.16.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.1...v1.16.0-rc.2) (2023-07-20)
1424
+
1425
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+ # [1.16.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.0...v1.16.0-rc.1) (2023-07-13)
1432
+
1433
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+ # [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
1440
+
1441
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+ # [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
1448
+
1449
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+ # [1.15.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.1...v1.15.0-rc.2) (2023-06-22)
1456
+
1457
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+ # [1.15.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.0...v1.15.0-rc.1) (2023-06-15)
1464
+
1465
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+ # [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
1476
+
1477
+
1478
+ ### Bug Fixes
1479
+
1480
+ * **ui5-calendar:** prevent focus loss during arrow navigation with mouse/touch ([#6957](https://github.com/SAP/ui5-webcomponents/issues/6957)) ([216f6a7](https://github.com/SAP/ui5-webcomponents/commit/216f6a7a476d18a0f6fdf7ff189f953085e30b47))
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+ # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
1487
+
1488
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ # [1.14.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2023-06-01)
1495
+
1496
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ # [1.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2023-05-25)
1503
+
1504
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+ # [1.14.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.13.2...v1.14.0-rc.0) (2023-05-18)
1511
+
1512
+
1513
+ ### Features
1514
+
1515
+ * **framework:** use `template literal notation` for enum types ([#6856](https://github.com/SAP/ui5-webcomponents/issues/6856)) ([0de21e8](https://github.com/SAP/ui5-webcomponents/commit/0de21e8ba37c6a75fd3d2a29a16cc82661619cb1)), closes [#6636](https://github.com/SAP/ui5-webcomponents/issues/6636)
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+ ## [1.13.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.1...v1.13.2) (2023-05-15)
1522
+
1523
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+ ## [1.13.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.5...v1.13.1) (2023-05-11)
1530
+
1531
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+ # [1.13.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.4...v1.13.0-rc.5) (2023-05-11)
1538
+
1539
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+ # [1.13.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.3...v1.13.0-rc.4) (2023-05-04)
1546
+
1547
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+ # [1.13.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.2...v1.13.0-rc.3) (2023-04-27)
1554
+
1555
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+ # [1.13.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.1...v1.13.0-rc.2) (2023-04-20)
1562
+
1563
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+ # [1.13.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.0...v1.13.0-rc.1) (2023-04-13)
1570
+
1571
+
1572
+ ### Features
1573
+
1574
+ * **localization:** add `timezone` support [experimental] ([#6857](https://github.com/SAP/ui5-webcomponents/issues/6857)) ([aa91fd1](https://github.com/SAP/ui5-webcomponents/commit/aa91fd136f8bff757d476b83444f963d4299d562))
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+ # [1.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0...v1.13.0-rc.0) (2023-04-06)
1581
+
1582
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+ # [1.12.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.3...v1.12.0) (2023-04-04)
1589
+
1590
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+ # [1.12.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.2...v1.12.0-rc.3) (2023-03-30)
1597
+
1598
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+ # [1.12.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.1...v1.12.0-rc.2) (2023-03-23)
1605
+
1606
+
1607
+ ### Bug Fixes
1608
+
1609
+ * fix eslint for JS 3rd party projects ([#6725](https://github.com/SAP/ui5-webcomponents/issues/6725)) ([215a888](https://github.com/SAP/ui5-webcomponents/commit/215a888b006e46d431edd6324812b9d39249aef4))
1610
+ * inline sources in the .map file so the src folder is not mandatory ([#6732](https://github.com/SAP/ui5-webcomponents/issues/6732)) ([16771a6](https://github.com/SAP/ui5-webcomponents/commit/16771a64d7b13f418af9afa1a03b224fe3762775))
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+ # [1.12.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.0...v1.12.0-rc.1) (2023-03-16)
1617
+
1618
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1619
+
1620
+
1621
+
1622
+
1623
+
1624
+ # [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
1625
+
1626
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+ # [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
1633
+
1634
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+ # [1.11.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.3...v1.11.0-rc.4) (2023-03-02)
1641
+
1642
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ # [1.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.2...v1.11.0-rc.3) (2023-02-23)
1649
+
1650
+
1651
+ ### Features
1652
+
1653
+ * **framework:** support legacy date calendar customizing ([#6462](https://github.com/SAP/ui5-webcomponents/issues/6462)) ([27df89b](https://github.com/SAP/ui5-webcomponents/commit/27df89bc62aaccbfbec5f4d36c520dbd762dab34))
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+ # [1.11.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.1...v1.11.0-rc.2) (2023-02-16)
1660
+
1661
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+ # [1.11.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.0...v1.11.0-rc.1) (2023-02-09)
1668
+
1669
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+ # [1.11.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.4-rc.0...v1.11.0-rc.0) (2023-02-02)
1676
+
1677
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
1684
+
1685
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
1692
+
1693
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
1700
+
1701
+ **Note:** Version bump only for package ui5-webcomponents
1702
+
1703
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
1704
+
1705
+
1706
+ ### Bug Fixes
1707
+
1708
+ * add openui5 types as a dependency ([#6346](https://github.com/SAP/ui5-webcomponents/issues/6346)) ([2f06c71](https://github.com/SAP/ui5-webcomponents/commit/2f06c71eefb455db179cdbb9bd4b293af5b5aa2b))
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
1715
+
1716
+
1717
+ ### Features
1718
+
1719
+ * add TS types for localization packages ([#6147](https://github.com/SAP/ui5-webcomponents/issues/6147)) ([39dcbfd](https://github.com/SAP/ui5-webcomponents/commit/39dcbfd91e6bc728f1c3feaff5e229ae3a359b06))
1720
+ * **ui5-button, ui5-date-picker, ui5-calendar:** migrate to TS ([#6173](https://github.com/SAP/ui5-webcomponents/issues/6173)) ([7232ca0](https://github.com/SAP/ui5-webcomponents/commit/7232ca08f286c5dde10080373fb62247f1acf7b7)), closes [#6080](https://github.com/SAP/ui5-webcomponents/issues/6080)
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
1727
+
1728
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+ ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
1735
+
1736
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+ # [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
1743
+
1744
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+ # [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
1751
+
1752
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+ ## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
1759
+
1760
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+ # [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
1767
+
1768
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1769
+
1770
+
1771
+
1772
+
1773
+
6
1774
  # [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
7
1775
 
8
1776