@ui5/webcomponents-localization 0.0.0-6cb3eb0db → 0.0.0-6daff23a5

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