@ui5/webcomponents-localization 0.0.0-dff5837d7 → 0.0.0-e03cd01f3

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