@ui5/webcomponents-localization 0.0.0-0fcda382e → 0.0.0-10f3c0dc7

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