@ui5/webcomponents-localization 0.0.0-aadaf0b2a → 0.0.0-acc6fea96

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