@ui5/webcomponents-localization 0.0.0-39bd3067f → 0.0.0-4034de059

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