@ui5/webcomponents-localization 0.0.0-a7032d86e → 0.0.0-a8a75c830

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