@ui5/webcomponents-localization 0.0.0-b0b835975 → 0.0.0-b3a4f8020

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 (188) hide show
  1. package/.eslintignore +2 -1
  2. package/CHANGELOG.md +1642 -0
  3. package/LICENSE.txt +201 -0
  4. package/README.md +7 -9
  5. package/dist/.tsbuildinfo +1 -0
  6. package/dist/Assets-fetch.d.ts +1 -0
  7. package/dist/Assets-fetch.js +3 -0
  8. package/dist/Assets-fetch.js.map +1 -0
  9. package/dist/Assets-node.d.ts +11 -0
  10. package/dist/Assets-node.js +12 -0
  11. package/dist/Assets-node.js.map +1 -0
  12. package/dist/CalendarUtils.d.ts +3 -0
  13. package/dist/CalendarUtils.js +6 -0
  14. package/dist/CalendarUtils.js.map +1 -0
  15. package/dist/DateFormat.d.ts +0 -1
  16. package/dist/LocaleData.d.ts +0 -1
  17. package/dist/NumberFormat.d.ts +5 -0
  18. package/dist/NumberFormat.js +7 -0
  19. package/dist/NumberFormat.js.map +1 -0
  20. package/dist/dates/CalendarDate.d.ts +0 -1
  21. package/dist/dates/CalendarDate.js.map +1 -1
  22. package/dist/dates/ExtremeDates.d.ts +1 -1
  23. package/dist/dates/ExtremeDates.js.map +1 -1
  24. package/dist/dates/UI5Date.d.ts +0 -1
  25. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
  26. package/dist/dates/getRoundedTimestamp.js.map +1 -1
  27. package/dist/dates/modifyDateBy.js.map +1 -1
  28. package/dist/dates/transformDateToSecondaryType.js.map +1 -1
  29. package/dist/generated/assets/cldr/Unicode-Data-Files-LICENSE.txt +27 -0
  30. package/dist/generated/assets/cldr/ar.json +7085 -5531
  31. package/dist/generated/assets/cldr/ar_EG.json +7085 -5531
  32. package/dist/generated/assets/cldr/ar_SA.json +7084 -5530
  33. package/dist/generated/assets/cldr/bg.json +5979 -4452
  34. package/dist/generated/assets/cldr/ca.json +6081 -4440
  35. package/dist/generated/assets/cldr/cnr.json +6169 -0
  36. package/dist/generated/assets/cldr/cs.json +6707 -4960
  37. package/dist/generated/assets/cldr/cy.json +6930 -5211
  38. package/dist/generated/assets/cldr/da.json +5925 -4308
  39. package/dist/generated/assets/cldr/de.json +6046 -4313
  40. package/dist/generated/assets/cldr/de_AT.json +6047 -4314
  41. package/dist/generated/assets/cldr/de_CH.json +6045 -4312
  42. package/dist/generated/assets/cldr/el.json +5830 -4281
  43. package/dist/generated/assets/cldr/el_CY.json +5830 -4281
  44. package/dist/generated/assets/cldr/en.json +6042 -4316
  45. package/dist/generated/assets/cldr/en_AU.json +6082 -4319
  46. package/dist/generated/assets/cldr/en_GB.json +6073 -4329
  47. package/dist/generated/assets/cldr/en_HK.json +6082 -4337
  48. package/dist/generated/assets/cldr/en_IE.json +6073 -4328
  49. package/dist/generated/assets/cldr/en_IN.json +6078 -4333
  50. package/dist/generated/assets/cldr/en_NZ.json +6073 -4328
  51. package/dist/generated/assets/cldr/en_PG.json +6074 -4329
  52. package/dist/generated/assets/cldr/en_SG.json +6078 -4333
  53. package/dist/generated/assets/cldr/en_ZA.json +6074 -4329
  54. package/dist/generated/assets/cldr/es.json +6101 -4331
  55. package/dist/generated/assets/cldr/es_AR.json +6104 -4334
  56. package/dist/generated/assets/cldr/es_BO.json +6103 -4333
  57. package/dist/generated/assets/cldr/es_CL.json +5996 -4334
  58. package/dist/generated/assets/cldr/es_CO.json +5996 -4333
  59. package/dist/generated/assets/cldr/es_MX.json +6105 -4335
  60. package/dist/generated/assets/cldr/es_PE.json +5887 -4333
  61. package/dist/generated/assets/cldr/es_UY.json +5889 -4335
  62. package/dist/generated/assets/cldr/es_VE.json +5888 -4334
  63. package/dist/generated/assets/cldr/et.json +6025 -4340
  64. package/dist/generated/assets/cldr/fa.json +5948 -4367
  65. package/dist/generated/assets/cldr/fi.json +6193 -4463
  66. package/dist/generated/assets/cldr/fr.json +5995 -4357
  67. package/dist/generated/assets/cldr/fr_BE.json +5995 -4357
  68. package/dist/generated/assets/cldr/fr_CA.json +5989 -4351
  69. package/dist/generated/assets/cldr/fr_CH.json +6013 -4375
  70. package/dist/generated/assets/cldr/fr_LU.json +5995 -4357
  71. package/dist/generated/assets/cldr/he.json +6539 -4869
  72. package/dist/generated/assets/cldr/hi.json +5857 -4295
  73. package/dist/generated/assets/cldr/hr.json +6194 -4583
  74. package/dist/generated/assets/cldr/hu.json +5943 -4364
  75. package/dist/generated/assets/cldr/id.json +5728 -4060
  76. package/dist/generated/assets/cldr/it.json +5984 -4299
  77. package/dist/generated/assets/cldr/it_CH.json +5984 -4299
  78. package/dist/generated/assets/cldr/ja.json +5887 -4211
  79. package/dist/generated/assets/cldr/kk.json +5937 -4339
  80. package/dist/generated/assets/cldr/ko.json +5768 -4189
  81. package/dist/generated/assets/cldr/lt.json +6576 -4850
  82. package/dist/generated/assets/cldr/lv.json +6112 -4587
  83. package/dist/generated/assets/cldr/mk.json +6045 -0
  84. package/dist/generated/assets/cldr/ms.json +5562 -4021
  85. package/dist/generated/assets/cldr/nb.json +6033 -4335
  86. package/dist/generated/assets/cldr/nl.json +6200 -4294
  87. package/dist/generated/assets/cldr/nl_BE.json +6200 -4294
  88. package/dist/generated/assets/cldr/pl.json +6587 -4667
  89. package/dist/generated/assets/cldr/pt.json +6113 -4235
  90. package/dist/generated/assets/cldr/pt_PT.json +6178 -4372
  91. package/dist/generated/assets/cldr/ro.json +6198 -4563
  92. package/dist/generated/assets/cldr/ru.json +6501 -4909
  93. package/dist/generated/assets/cldr/ru_UA.json +6501 -4909
  94. package/dist/generated/assets/cldr/sk.json +6430 -4939
  95. package/dist/generated/assets/cldr/sl.json +6442 -4910
  96. package/dist/generated/assets/cldr/sr.json +6239 -4585
  97. package/dist/generated/assets/cldr/sr_Latn.json +6224 -4574
  98. package/dist/generated/assets/cldr/sv.json +6074 -4362
  99. package/dist/generated/assets/cldr/th.json +5873 -4214
  100. package/dist/generated/assets/cldr/tr.json +6092 -4400
  101. package/dist/generated/assets/cldr/uk.json +6452 -4858
  102. package/dist/generated/assets/cldr/vi.json +5667 -4070
  103. package/dist/generated/assets/cldr/zh_CN.json +5715 -4100
  104. package/dist/generated/assets/cldr/zh_HK.json +5724 -4108
  105. package/dist/generated/assets/cldr/zh_SG.json +5724 -4108
  106. package/dist/generated/assets/cldr/zh_TW.json +5791 -4131
  107. package/dist/generated/json-imports/LocaleData-fetch.d.ts +1 -0
  108. package/dist/generated/json-imports/LocaleData-fetch.js +93 -0
  109. package/dist/generated/json-imports/LocaleData-fetch.js.map +1 -0
  110. package/dist/generated/json-imports/LocaleData-node.d.ts +1 -0
  111. package/dist/generated/json-imports/LocaleData-node.js +93 -0
  112. package/dist/generated/json-imports/LocaleData-node.js.map +1 -0
  113. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  114. package/dist/generated/json-imports/LocaleData.js +89 -89
  115. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  116. package/dist/getCachedLocaleDataInstance.js.map +1 -1
  117. package/dist/locale/getLocaleData.js.map +1 -1
  118. package/dist/sap/base/Event.js +59 -0
  119. package/dist/sap/base/Eventing.js +146 -0
  120. package/dist/sap/base/Log.js +2 -239
  121. package/dist/sap/base/assert.js +28 -1
  122. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  123. package/dist/sap/base/config.js +17 -0
  124. package/dist/sap/base/i18n/Formatting.d.ts +8 -0
  125. package/dist/sap/base/i18n/Formatting.js +11 -0
  126. package/dist/sap/base/i18n/Formatting.js.map +1 -0
  127. package/dist/sap/base/i18n/LanguageTag.js +168 -30
  128. package/dist/sap/base/i18n/date/CalendarType.js +36 -1
  129. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +76 -1
  130. package/dist/sap/base/i18n/date/TimezoneUtils.js +242 -12
  131. package/dist/sap/base/strings/camelize.js +30 -0
  132. package/dist/sap/base/strings/formatMessage.js +88 -15
  133. package/dist/sap/base/util/LoaderExtensions.js.map +1 -1
  134. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  135. package/dist/sap/base/util/ObjectPath.js +4 -33
  136. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  137. package/dist/sap/base/util/Version.js +157 -0
  138. package/dist/sap/base/util/_merge.js +83 -26
  139. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  140. package/dist/sap/base/util/deepClone.js +102 -0
  141. package/dist/sap/base/util/deepEqual.js +75 -51
  142. package/dist/sap/base/util/extend.js +58 -7
  143. package/dist/sap/base/util/isEmptyObject.js +34 -0
  144. package/dist/sap/base/util/isPlainObject.js +35 -1
  145. package/dist/sap/base/util/now.js +24 -3
  146. package/dist/sap/base/util/resolveReference.js +3 -0
  147. package/dist/sap/base/util/uid.js +27 -0
  148. package/dist/sap/ui/base/DataType.js +657 -0
  149. package/dist/sap/ui/base/Interface.js +47 -1
  150. package/dist/sap/ui/base/Metadata.js +433 -180
  151. package/dist/sap/ui/base/Object.js +284 -48
  152. package/dist/sap/ui/core/CalendarType.js +23 -1
  153. package/dist/sap/ui/core/Configuration.d.ts +2 -2
  154. package/dist/sap/ui/core/Configuration.js +2 -0
  155. package/dist/sap/ui/core/Configuration.js.map +1 -1
  156. package/dist/sap/ui/core/Core.d.ts +3 -4
  157. package/dist/sap/ui/core/FormatSettings.d.ts +1 -2
  158. package/dist/sap/ui/core/FormatSettings.js +0 -2
  159. package/dist/sap/ui/core/FormatSettings.js.map +1 -1
  160. package/dist/sap/ui/core/Locale.js +189 -57
  161. package/dist/sap/ui/core/LocaleData.js +2670 -1380
  162. package/dist/sap/ui/core/Supportability.js +5 -0
  163. package/dist/sap/ui/core/Theming.js +539 -0
  164. package/dist/sap/ui/core/date/Buddhist.js +162 -87
  165. package/dist/sap/ui/core/date/CalendarUtils.js +61 -21
  166. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +29 -1
  167. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  168. package/dist/sap/ui/core/date/Islamic.js +298 -185
  169. package/dist/sap/ui/core/date/Japanese.js +210 -115
  170. package/dist/sap/ui/core/date/Persian.js +324 -195
  171. package/dist/sap/ui/core/date/UI5Date.js +923 -237
  172. package/dist/sap/ui/core/date/UniversalDate.js +1238 -245
  173. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  174. package/dist/sap/ui/core/format/DateFormat.js +3163 -2145
  175. package/dist/sap/ui/core/format/NumberFormat.js +2835 -0
  176. package/dist/sap/ui/core/format/TimezoneUtil.js +23 -1
  177. package/package-scripts.cjs +22 -24
  178. package/package.json +19 -14
  179. package/tsconfig.json +20 -10
  180. package/used-modules.txt +21 -2
  181. package/dist/Assets-static.d.ts +0 -1
  182. package/dist/Assets-static.js +0 -3
  183. package/dist/Assets-static.js.map +0 -1
  184. package/dist/dates/calculateWeekNumber.d.ts +0 -5
  185. package/dist/dates/calculateWeekNumber.js +0 -45
  186. package/dist/dates/calculateWeekNumber.js.map +0 -1
  187. package/dist/generated/json-imports/LocaleData-static.js +0 -90
  188. package/dist/sap/ui/Device.js +0 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1648 @@
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-b3a4f8020](https://github.com/UI5/webcomponents/compare/v2.20.0-rc.2...v0.0.0-b3a4f8020) (2026-03-02)
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
+
6
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)
7
1649
 
8
1650
  **Note:** Version bump only for package @ui5/webcomponents-localization