@ui5/webcomponents-localization 0.0.0-bad80d0d6 → 0.0.0-bf8366eb6

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 (235) hide show
  1. package/.eslintignore +2 -1
  2. package/.npsrc.json +3 -0
  3. package/CHANGELOG.md +1231 -0
  4. package/README.md +37 -6
  5. package/dist/.tsbuildinfo +1 -0
  6. package/dist/Assets.d.ts +1 -0
  7. package/dist/Assets.js +1 -0
  8. package/dist/Assets.js.map +1 -0
  9. package/dist/DateFormat.d.ts +6 -0
  10. package/dist/DateFormat.js +6 -2
  11. package/dist/DateFormat.js.map +1 -0
  12. package/dist/LocaleData.d.ts +6 -0
  13. package/dist/LocaleData.js +6 -2
  14. package/dist/LocaleData.js.map +1 -0
  15. package/dist/dates/CalendarDate.d.ts +43 -0
  16. package/dist/dates/CalendarDate.js +171 -201
  17. package/dist/dates/CalendarDate.js.map +1 -0
  18. package/dist/dates/ExtremeDates.d.ts +5 -0
  19. package/dist/dates/ExtremeDates.js +25 -35
  20. package/dist/dates/ExtremeDates.js.map +1 -0
  21. package/dist/dates/UI5Date.d.ts +6 -0
  22. package/dist/dates/UI5Date.js +7 -0
  23. package/dist/dates/UI5Date.js.map +1 -0
  24. package/dist/dates/UniversalDate.d.ts +47 -0
  25. package/dist/dates/UniversalDate.js +5 -0
  26. package/dist/dates/UniversalDate.js.map +1 -0
  27. package/dist/dates/calculateWeekNumber.d.ts +6 -0
  28. package/dist/dates/calculateWeekNumber.js +43 -49
  29. package/dist/dates/calculateWeekNumber.js.map +1 -0
  30. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +16 -0
  31. package/dist/dates/convertMonthNumbersToMonthNames.js +30 -0
  32. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -0
  33. package/dist/dates/getDaysInMonth.d.ts +3 -0
  34. package/dist/dates/getDaysInMonth.js +10 -0
  35. package/dist/dates/getDaysInMonth.js.map +1 -0
  36. package/dist/dates/getRoundedTimestamp.d.ts +7 -0
  37. package/dist/dates/getRoundedTimestamp.js +10 -9
  38. package/dist/dates/getRoundedTimestamp.js.map +1 -0
  39. package/dist/dates/getTodayUTCTimestamp.d.ts +7 -0
  40. package/dist/dates/getTodayUTCTimestamp.js +3 -3
  41. package/dist/dates/getTodayUTCTimestamp.js.map +1 -0
  42. package/dist/dates/modifyDateBy.d.ts +14 -0
  43. package/dist/dates/modifyDateBy.js +42 -29
  44. package/dist/dates/modifyDateBy.js.map +1 -0
  45. package/dist/dates/transformDateToSecondaryType.d.ts +7 -0
  46. package/dist/dates/transformDateToSecondaryType.js +18 -0
  47. package/dist/dates/transformDateToSecondaryType.js.map +1 -0
  48. package/dist/features/calendar/Buddhist.js +1 -0
  49. package/dist/features/calendar/Buddhist.js.map +1 -0
  50. package/dist/features/calendar/Gregorian.js +1 -0
  51. package/dist/features/calendar/Gregorian.js.map +1 -0
  52. package/dist/features/calendar/Islamic.js +1 -0
  53. package/dist/features/calendar/Islamic.js.map +1 -0
  54. package/dist/features/calendar/Japanese.js +1 -0
  55. package/dist/features/calendar/Japanese.js.map +1 -0
  56. package/dist/features/calendar/Persian.js +1 -0
  57. package/dist/features/calendar/Persian.js.map +1 -0
  58. package/dist/generated/assets/cldr/ar.json +5571 -5906
  59. package/dist/generated/assets/cldr/ar_EG.json +5571 -5906
  60. package/dist/generated/assets/cldr/ar_SA.json +5570 -5906
  61. package/dist/generated/assets/cldr/bg.json +4491 -4979
  62. package/dist/generated/assets/cldr/ca.json +4478 -4996
  63. package/dist/generated/assets/cldr/cnr.json +4667 -0
  64. package/dist/generated/assets/cldr/cs.json +5067 -5498
  65. package/dist/generated/assets/cldr/cy.json +5479 -5884
  66. package/dist/generated/assets/cldr/da.json +4371 -4888
  67. package/dist/generated/assets/cldr/de.json +4420 -4916
  68. package/dist/generated/assets/cldr/de_AT.json +4421 -4917
  69. package/dist/generated/assets/cldr/de_CH.json +4419 -4915
  70. package/dist/generated/assets/cldr/el.json +4309 -4883
  71. package/dist/generated/assets/cldr/el_CY.json +4309 -4883
  72. package/dist/generated/assets/cldr/en.json +4342 -4970
  73. package/dist/generated/assets/cldr/en_AU.json +4382 -4962
  74. package/dist/generated/assets/cldr/en_GB.json +4373 -4971
  75. package/dist/generated/assets/cldr/en_HK.json +4382 -4977
  76. package/dist/generated/assets/cldr/en_IE.json +4373 -4971
  77. package/dist/generated/assets/cldr/en_IN.json +4378 -4972
  78. package/dist/generated/assets/cldr/en_NZ.json +4373 -4971
  79. package/dist/generated/assets/cldr/en_PG.json +4374 -4972
  80. package/dist/generated/assets/cldr/en_SG.json +4378 -4973
  81. package/dist/generated/assets/cldr/en_ZA.json +4374 -4972
  82. package/dist/generated/assets/cldr/es.json +4584 -4912
  83. package/dist/generated/assets/cldr/es_AR.json +4587 -4914
  84. package/dist/generated/assets/cldr/es_BO.json +4586 -4913
  85. package/dist/generated/assets/cldr/es_CL.json +4479 -4914
  86. package/dist/generated/assets/cldr/es_CO.json +4479 -4913
  87. package/dist/generated/assets/cldr/es_MX.json +4588 -4915
  88. package/dist/generated/assets/cldr/es_PE.json +4370 -4913
  89. package/dist/generated/assets/cldr/es_UY.json +4372 -4915
  90. package/dist/generated/assets/cldr/es_VE.json +4371 -4914
  91. package/dist/generated/assets/cldr/et.json +4373 -4967
  92. package/dist/generated/assets/cldr/fa.json +4429 -4883
  93. package/dist/generated/assets/cldr/fi.json +4514 -5008
  94. package/dist/generated/assets/cldr/fr.json +4383 -4979
  95. package/dist/generated/assets/cldr/fr_BE.json +4383 -4979
  96. package/dist/generated/assets/cldr/fr_CA.json +4377 -4973
  97. package/dist/generated/assets/cldr/fr_CH.json +4401 -4997
  98. package/dist/generated/assets/cldr/fr_LU.json +4383 -4979
  99. package/dist/generated/assets/cldr/he.json +4980 -5378
  100. package/dist/generated/assets/cldr/hi.json +4345 -4829
  101. package/dist/generated/assets/cldr/hr.json +4640 -4919
  102. package/dist/generated/assets/cldr/hu.json +4415 -4856
  103. package/dist/generated/assets/cldr/id.json +4132 -4658
  104. package/dist/generated/assets/cldr/it.json +4355 -4950
  105. package/dist/generated/assets/cldr/it_CH.json +4355 -4950
  106. package/dist/generated/assets/cldr/ja.json +4251 -4830
  107. package/dist/generated/assets/cldr/kk.json +4503 -4725
  108. package/dist/generated/assets/cldr/ko.json +4210 -4738
  109. package/dist/generated/assets/cldr/lt.json +4939 -5481
  110. package/dist/generated/assets/cldr/lv.json +4651 -5112
  111. package/dist/generated/assets/cldr/mk.json +4408 -0
  112. package/dist/generated/assets/cldr/ms.json +4093 -4515
  113. package/dist/generated/assets/cldr/nb.json +4403 -4977
  114. package/dist/generated/assets/cldr/nl.json +4542 -4884
  115. package/dist/generated/assets/cldr/nl_BE.json +4542 -4884
  116. package/dist/generated/assets/cldr/pl.json +4978 -5176
  117. package/dist/generated/assets/cldr/pt.json +4597 -4805
  118. package/dist/generated/assets/cldr/pt_PT.json +4648 -4940
  119. package/dist/generated/assets/cldr/ro.json +4633 -5090
  120. package/dist/generated/assets/cldr/ru.json +4947 -5407
  121. package/dist/generated/assets/cldr/ru_UA.json +4947 -5407
  122. package/dist/generated/assets/cldr/sk.json +4980 -5370
  123. package/dist/generated/assets/cldr/sl.json +4948 -5340
  124. package/dist/generated/assets/cldr/sr.json +4737 -5126
  125. package/dist/generated/assets/cldr/sr_Latn.json +4722 -5127
  126. package/dist/generated/assets/cldr/sv.json +4406 -5011
  127. package/dist/generated/assets/cldr/th.json +4234 -4797
  128. package/dist/generated/assets/cldr/tr.json +4451 -4979
  129. package/dist/generated/assets/cldr/uk.json +4908 -5353
  130. package/dist/generated/assets/cldr/vi.json +4094 -4673
  131. package/dist/generated/assets/cldr/zh_CN.json +4124 -4632
  132. package/dist/generated/assets/cldr/zh_HK.json +4132 -4640
  133. package/dist/generated/assets/cldr/zh_SG.json +4132 -4640
  134. package/dist/generated/assets/cldr/zh_TW.json +4155 -4728
  135. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  136. package/dist/generated/json-imports/LocaleData.js +89 -88
  137. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  138. package/dist/getCachedLocaleDataInstance.d.ts +4 -0
  139. package/dist/getCachedLocaleDataInstance.js +6 -9
  140. package/dist/getCachedLocaleDataInstance.js.map +1 -0
  141. package/dist/locale/getLocaleData.d.ts +11 -0
  142. package/dist/locale/getLocaleData.js +13 -17
  143. package/dist/locale/getLocaleData.js.map +1 -0
  144. package/dist/sap/base/Event.js +59 -0
  145. package/dist/sap/base/Eventing.js +146 -0
  146. package/dist/sap/base/Log.js +2 -248
  147. package/dist/sap/base/assert.js +31 -9
  148. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  149. package/dist/sap/base/config.js +17 -0
  150. package/dist/sap/base/i18n/Formatting.js +1130 -0
  151. package/dist/sap/base/i18n/LanguageTag.js +173 -0
  152. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  153. package/dist/sap/base/i18n/Localization.js +12 -0
  154. package/dist/sap/base/i18n/Localization.js.map +1 -0
  155. package/dist/sap/base/i18n/date/CalendarType.js +43 -0
  156. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
  157. package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
  158. package/dist/sap/base/strings/camelize.js +30 -0
  159. package/dist/sap/base/strings/formatMessage.js +88 -15
  160. package/dist/sap/base/util/LoaderExtensions.d.ts +4 -0
  161. package/dist/sap/base/util/LoaderExtensions.js +9 -12
  162. package/dist/sap/base/util/LoaderExtensions.js.map +1 -0
  163. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  164. package/dist/sap/base/util/ObjectPath.js +4 -33
  165. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  166. package/dist/sap/base/util/Version.js +157 -0
  167. package/dist/sap/base/util/_merge.js +83 -26
  168. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  169. package/dist/sap/base/util/deepClone.js +102 -0
  170. package/dist/sap/base/util/deepEqual.js +75 -55
  171. package/dist/sap/base/util/extend.js +58 -7
  172. package/dist/sap/base/util/isEmptyObject.js +34 -0
  173. package/dist/sap/base/util/isPlainObject.js +35 -1
  174. package/dist/sap/base/util/now.js +24 -3
  175. package/dist/sap/base/util/resolveReference.js +3 -0
  176. package/dist/sap/base/util/uid.js +27 -0
  177. package/dist/sap/ui/base/DataType.js +657 -0
  178. package/dist/sap/ui/base/Interface.js +47 -1
  179. package/dist/sap/ui/base/Metadata.js +435 -171
  180. package/dist/sap/ui/base/Object.js +287 -27
  181. package/dist/sap/ui/core/CalendarType.js +24 -8
  182. package/dist/sap/ui/core/Configuration.d.ts +18 -0
  183. package/dist/sap/ui/core/Configuration.js +23 -0
  184. package/dist/sap/ui/core/Configuration.js.map +1 -0
  185. package/dist/sap/ui/core/Core.d.ts +27 -0
  186. package/dist/sap/ui/core/Core.js +7 -32
  187. package/dist/sap/ui/core/Core.js.map +1 -0
  188. package/dist/sap/ui/core/FormatSettings.d.ts +10 -0
  189. package/dist/sap/ui/core/FormatSettings.js +14 -0
  190. package/dist/sap/ui/core/FormatSettings.js.map +1 -0
  191. package/dist/sap/ui/core/Locale.js +190 -140
  192. package/dist/sap/ui/core/LocaleData.js +2667 -2699
  193. package/dist/sap/ui/core/Supportability.js +5 -0
  194. package/dist/sap/ui/core/Theming.js +539 -0
  195. package/dist/sap/ui/core/date/Buddhist.js +162 -93
  196. package/dist/sap/ui/core/date/CalendarUtils.js +65 -0
  197. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -0
  198. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  199. package/dist/sap/ui/core/date/Islamic.js +298 -185
  200. package/dist/sap/ui/core/date/Japanese.js +212 -117
  201. package/dist/sap/ui/core/date/Persian.js +324 -195
  202. package/dist/sap/ui/core/date/UI5Date.js +991 -0
  203. package/dist/sap/ui/core/date/UniversalDate.js +1251 -211
  204. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  205. package/dist/sap/ui/core/format/DateFormat.js +3163 -1790
  206. package/dist/sap/ui/core/format/TimezoneUtil.js +24 -0
  207. package/package-scripts.cjs +28 -0
  208. package/package.json +20 -15
  209. package/tsconfig.json +24 -0
  210. package/used-modules.txt +29 -2
  211. package/dist/Assets-static.js +0 -2
  212. package/dist/generated/json-imports/LocaleData-static.js +0 -89
  213. package/dist/sap/ui/Device.js +0 -5
  214. package/hash.txt +0 -1
  215. package/package-scripts.js +0 -37
  216. package/src/Assets-static.js +0 -2
  217. package/src/Assets.js +0 -2
  218. package/src/DateFormat.js +0 -3
  219. package/src/LocaleData.js +0 -3
  220. package/src/dates/CalendarDate.js +0 -223
  221. package/src/dates/ExtremeDates.js +0 -39
  222. package/src/dates/calculateWeekNumber.js +0 -51
  223. package/src/dates/getRoundedTimestamp.js +0 -14
  224. package/src/dates/getTodayUTCTimestamp.js +0 -9
  225. package/src/dates/modifyDateBy.js +0 -42
  226. package/src/getCachedLocaleDataInstance.js +0 -13
  227. package/src/locale/getLocaleData.js +0 -27
  228. package/src/sap/base/util/LoaderExtensions.js +0 -17
  229. package/src/sap/ui/core/Core.js +0 -38
  230. /package/{config/.eslintrc.js → .eslintrc.cjs} +0 -0
  231. /package/{src/features/calendar/Buddhist.js → dist/features/calendar/Buddhist.d.ts} +0 -0
  232. /package/{src/features/calendar/Gregorian.js → dist/features/calendar/Gregorian.d.ts} +0 -0
  233. /package/{src/features/calendar/Islamic.js → dist/features/calendar/Islamic.d.ts} +0 -0
  234. /package/{src/features/calendar/Japanese.js → dist/features/calendar/Japanese.d.ts} +0 -0
  235. /package/{src/features/calendar/Persian.js → dist/features/calendar/Persian.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1237 @@
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
+ # [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+ **Note:** Version bump only for package @ui5/webcomponents-localization
20
+
21
+
22
+
23
+
24
+
25
+ # [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)
26
+
27
+ **Note:** Version bump only for package @ui5/webcomponents-localization
28
+
29
+
30
+
31
+
32
+
33
+ # [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)
34
+
35
+ **Note:** Version bump only for package @ui5/webcomponents-localization
36
+
37
+
38
+
39
+
40
+
41
+ # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
42
+
43
+
44
+ ### chore
45
+
46
+ * 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)
47
+
48
+
49
+ ### BREAKING CHANGES
50
+
51
+ * "Device#isIE" method has been removed and no longer available
52
+
53
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
54
+ * 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:
55
+ ```ts
56
+ import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
57
+ import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
58
+ import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
59
+ ```
60
+ * Removed the `ICardHeader` interface. If you previously used the interface
61
+ ```ts
62
+ import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
63
+ ```
64
+ Use the CardHeader type instead:
65
+ ```ts
66
+ import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
67
+ ```
68
+ * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
69
+ ```js
70
+ import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
71
+ ```
72
+ Use the `UploadCollectionItem` type instead:
73
+ ```js
74
+ import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
75
+ ```
76
+
77
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
78
+ * The `size` property now accepts different values. If you previously used it like:
79
+ ```html
80
+ <ui5-busy-indicator size="Small"></ui5-busy-indicator>
81
+ ```
82
+ Now use the new values instead:
83
+ ```html
84
+ <ui5-busy-indicator size="S"></ui5-busy-indicator>
85
+ ```
86
+
87
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
88
+ * The `status` property and its shadow part have been renamed. If you previously used them:
89
+ ```html
90
+ <style>
91
+ .cardHeader::part(status) { ... }
92
+ </style>
93
+ <ui5-card-header status="3 of 10"></ui5-popover>
94
+ ```
95
+ Now use `additionalText` instead:
96
+ ```html
97
+ <style>
98
+ .cardHeader::part(additional-text) { ... }
99
+ </style>
100
+ <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
101
+ ```
102
+
103
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
104
+ * The `pageIndicatorStyle` no longer exists. If you previously used it like:
105
+ ```html
106
+ <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
107
+ ```
108
+ Now you should use `pageIndicatorType` instead:
109
+ ```html
110
+ <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
111
+ ```
112
+
113
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
114
+ * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
115
+ ```js
116
+ class MyClass extends UI5Element {
117
+ static get render() {
118
+ return litRenderer;
119
+ }
120
+ }
121
+ ```
122
+ start using "renderer"
123
+ ```ts
124
+ class MyClass extends UI5Element {
125
+ static get renderer() {
126
+ return litRenderer;
127
+ }
128
+ }
129
+ ```
130
+ * Remove JavaScript template option from @ui5/create-webcomponents-package
131
+ Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
132
+ 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.
133
+ * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
134
+ ```html
135
+ <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
136
+ ```
137
+ Now use `Start` or `End` instead:
138
+ ```html
139
+ <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
140
+ ```
141
+
142
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
143
+
144
+ * docs: deploy v2 preview
145
+ * Remove `soccor` icon. Use `soccer` instead.
146
+ * Remove `add-polygone` icon. Use `add-polygon` instead.
147
+ * 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`
148
+ * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
149
+ ```ts
150
+ import "@ui5/webcomponents/dist/Assets-static.js";
151
+ import "@ui5/webcomponents-icons/dist/Assets-static.js"
152
+ ```
153
+ use the dynamic equivalent of it:
154
+ ```ts
155
+ import "@ui5/webcomponents/dist/Assets.js";
156
+ import "@ui5/webcomponents-icons/dist/Assets.js"
157
+ ```
158
+
159
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
160
+ * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
161
+ `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
162
+ ```ts
163
+ myCalendar.addEventListener("selected-dates-change", () => {
164
+ const values = e.detail.values;
165
+ const dates = e.detail.dates;
166
+ })
167
+ ```
168
+ Now you have to use the new event name and details:
169
+ ```ts
170
+ myCalendar.addEventListener("selection-change", () => {
171
+ const values = event.detail.selectedValues;
172
+ const dates = event.detail.selectedDateValues;
173
+ })
174
+ ```
175
+
176
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
177
+ * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
178
+ ```html
179
+ <ui5-color-picker color="red"></ui5-color-picker>
180
+ ```
181
+ Now you have to use it like this:
182
+ ```html
183
+ <ui5-color-picker value="red"></ui5-color-picker>
184
+ ```
185
+
186
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
187
+ * JavaScript projects may not function properly with the tools package.
188
+ * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
189
+ ```js
190
+ button.addEventListener("click", function(event) {
191
+ colorPalettePopover.showAt(this);
192
+ });
193
+ ```
194
+ Now the declarative API should be used instead:
195
+ ```html
196
+ <ui5-button id="opener">Open</ui5-button>
197
+ <ui5-color-palette-popover opener="opener">
198
+ ```
199
+ ```js
200
+ button.addEventListener("click", function(event) {
201
+ colorPalettePopover.open = !colorPalettePopover.open;
202
+ });
203
+ ```
204
+ * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
205
+ ```ts
206
+ import "@ui5/webcomponents-fiori/dist/Bar.js;
207
+ ```
208
+ Now, import the `ui5-bar` from `main`:
209
+ ```ts
210
+ import "@ui5/webcomponents/dist/Bar.js";
211
+ ```
212
+
213
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
214
+ * If you have previously used:
215
+ ```html
216
+ <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
217
+ ```
218
+ Now use:
219
+ ```html
220
+ <ui5-tab id="nestedTab" slot="items"></ui5-tab>
221
+ ```
222
+
223
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
224
+ * If you have previously used:
225
+ ```html
226
+ <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
227
+ ```
228
+ Now use:
229
+ ```html
230
+ <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
231
+ ```
232
+
233
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
234
+ * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
235
+
236
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
237
+ * The showOverflow property is removed. If previously you have used:
238
+ ```html
239
+ <ui5-tabcontainer show-overflow></ui5-tabcontainer>
240
+ ```
241
+ now use the overflowButton slot:
242
+ ```html
243
+ <ui5-tabcontainer>
244
+ <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
245
+ <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
246
+ </ui5-tabcontainer>
247
+ ```
248
+
249
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
250
+ * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
251
+ If you have previously used the `placementType` property and the `PopoverPlacementType`
252
+ ```html
253
+ <ui5-popover placement-type="Bottom"></ui5-popover>
254
+ ```
255
+ ```js
256
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
257
+ ```
258
+ Now use `placement` instead:
259
+ ```html
260
+ <ui5-placement="Bottom"></ui5-popover>
261
+ ```
262
+ ```js
263
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
264
+ ```
265
+
266
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
267
+ * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
268
+ If you have previously used the `size` property:
269
+ ```html
270
+ <ui5-illustrated-message size="Dialog">
271
+ ```
272
+ Now use `design` instead:
273
+ ```html
274
+ <ui5-illustrated-message design="Dialog">
275
+
276
+ ```
277
+
278
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
279
+ * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
280
+ If you have previously used the `separator-style` property:
281
+ ```html
282
+ <ui5-breadcrumbs separator-style="Slash">
283
+ ```
284
+ Now use `separators` instead:
285
+ ```html
286
+ <ui5-breadcrumbs separators="Slash">
287
+ ```
288
+
289
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
290
+ * The `disabled` property of the `ui5-option` is removed.
291
+ If you have previously used the `disabled` property:
292
+ ```html
293
+ <ui5-option disabled>Option</ui5-option>
294
+ ```
295
+ it will no longer work for the component.
296
+
297
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
298
+ * 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.
299
+
300
+
301
+
302
+
303
+
304
+ # [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04)
305
+
306
+ **Note:** Version bump only for package @ui5/webcomponents-localization
307
+
308
+
309
+
310
+
311
+
312
+ # [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)
313
+
314
+ **Note:** Version bump only for package @ui5/webcomponents-localization
315
+
316
+
317
+
318
+
319
+
320
+ # [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)
321
+
322
+
323
+ ### Features
324
+
325
+ * **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)
326
+
327
+
328
+
329
+
330
+
331
+ # [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)
332
+
333
+ **Note:** Version bump only for package @ui5/webcomponents-localization
334
+
335
+
336
+
337
+
338
+
339
+ # [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)
340
+
341
+ **Note:** Version bump only for package @ui5/webcomponents-localization
342
+
343
+
344
+
345
+
346
+
347
+ # [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14)
348
+
349
+ **Note:** Version bump only for package @ui5/webcomponents-localization
350
+
351
+
352
+
353
+
354
+
355
+ ## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08)
356
+
357
+ **Note:** Version bump only for package @ui5/webcomponents-localization
358
+
359
+
360
+
361
+
362
+
363
+ ## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07)
364
+
365
+ **Note:** Version bump only for package @ui5/webcomponents-localization
366
+
367
+
368
+
369
+
370
+
371
+ # [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06)
372
+
373
+ **Note:** Version bump only for package @ui5/webcomponents-localization
374
+
375
+
376
+
377
+
378
+
379
+ # [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)
380
+
381
+
382
+ ### Bug Fixes
383
+
384
+ * 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))
385
+
386
+
387
+
388
+
389
+
390
+ # [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)
391
+
392
+ **Note:** Version bump only for package @ui5/webcomponents-localization
393
+
394
+
395
+
396
+
397
+
398
+ # [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)
399
+
400
+ **Note:** Version bump only for package @ui5/webcomponents-localization
401
+
402
+
403
+
404
+
405
+
406
+ # [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)
407
+
408
+ **Note:** Version bump only for package @ui5/webcomponents-localization
409
+
410
+
411
+
412
+
413
+
414
+ # [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)
415
+
416
+ **Note:** Version bump only for package @ui5/webcomponents-localization
417
+
418
+
419
+
420
+
421
+
422
+ # [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)
423
+
424
+ **Note:** Version bump only for package @ui5/webcomponents-localization
425
+
426
+
427
+
428
+
429
+
430
+ ## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
431
+
432
+ **Note:** Version bump only for package @ui5/webcomponents-localization
433
+
434
+
435
+
436
+
437
+
438
+ # [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
439
+
440
+ **Note:** Version bump only for package @ui5/webcomponents-localization
441
+
442
+
443
+
444
+
445
+
446
+ # [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)
447
+
448
+
449
+ ### Bug Fixes
450
+
451
+ * release build ([#8222](https://github.com/SAP/ui5-webcomponents/issues/8222)) ([27042ac](https://github.com/SAP/ui5-webcomponents/commit/27042ac90443dea8d5900d1c5bfa5bc93d365da0))
452
+
453
+
454
+ ### Features
455
+
456
+ * 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))
457
+
458
+
459
+
460
+
461
+
462
+ # [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)
463
+
464
+ **Note:** Version bump only for package @ui5/webcomponents-localization
465
+
466
+
467
+
468
+
469
+
470
+ # [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)
471
+
472
+ **Note:** Version bump only for package @ui5/webcomponents-localization
473
+
474
+
475
+
476
+
477
+
478
+ # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
479
+
480
+ **Note:** Version bump only for package @ui5/webcomponents-localization
481
+
482
+
483
+
484
+
485
+
486
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
487
+
488
+ **Note:** Version bump only for package @ui5/webcomponents-localization
489
+
490
+
491
+
492
+
493
+
494
+ # [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)
495
+
496
+ **Note:** Version bump only for package @ui5/webcomponents-localization
497
+
498
+
499
+
500
+
501
+
502
+ # [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)
503
+
504
+ **Note:** Version bump only for package @ui5/webcomponents-localization
505
+
506
+
507
+
508
+
509
+
510
+ # [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)
511
+
512
+
513
+ ### Features
514
+
515
+ * **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))
516
+
517
+
518
+
519
+
520
+
521
+ # [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)
522
+
523
+ **Note:** Version bump only for package @ui5/webcomponents-localization
524
+
525
+
526
+
527
+
528
+
529
+ # [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)
530
+
531
+
532
+ ### Bug Fixes
533
+
534
+ * **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
535
+
536
+
537
+
538
+
539
+
540
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
541
+
542
+ **Note:** Version bump only for package @ui5/webcomponents-localization
543
+
544
+
545
+
546
+
547
+
548
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
549
+
550
+ **Note:** Version bump only for package @ui5/webcomponents-localization
551
+
552
+
553
+
554
+
555
+
556
+ # [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)
557
+
558
+ **Note:** Version bump only for package @ui5/webcomponents-localization
559
+
560
+
561
+
562
+
563
+
564
+ # [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)
565
+
566
+ **Note:** Version bump only for package @ui5/webcomponents-localization
567
+
568
+
569
+
570
+
571
+
572
+ # [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)
573
+
574
+
575
+ ### Bug Fixes
576
+
577
+ * 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))
578
+
579
+
580
+
581
+
582
+
583
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
584
+
585
+ **Note:** Version bump only for package @ui5/webcomponents-localization
586
+
587
+
588
+
589
+
590
+
591
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
592
+
593
+ **Note:** Version bump only for package @ui5/webcomponents-localization
594
+
595
+
596
+
597
+
598
+
599
+ # [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)
600
+
601
+ **Note:** Version bump only for package @ui5/webcomponents-localization
602
+
603
+
604
+
605
+
606
+
607
+ # [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)
608
+
609
+ **Note:** Version bump only for package @ui5/webcomponents-localization
610
+
611
+
612
+
613
+
614
+
615
+ # [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)
616
+
617
+ **Note:** Version bump only for package @ui5/webcomponents-localization
618
+
619
+
620
+
621
+
622
+
623
+ # [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)
624
+
625
+
626
+ ### Bug Fixes
627
+
628
+ * **localization:** missing calendarWeekNumbering ([#7684](https://github.com/SAP/ui5-webcomponents/issues/7684)) ([01a9349](https://github.com/SAP/ui5-webcomponents/commit/01a9349c7ab5e3c046fa10034dc9aa99b840f3d0))
629
+
630
+
631
+
632
+
633
+
634
+ ## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
635
+
636
+ **Note:** Version bump only for package @ui5/webcomponents-localization
637
+
638
+
639
+
640
+
641
+
642
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
643
+
644
+ **Note:** Version bump only for package @ui5/webcomponents-localization
645
+
646
+
647
+
648
+
649
+
650
+ # [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)
651
+
652
+ **Note:** Version bump only for package @ui5/webcomponents-localization
653
+
654
+
655
+
656
+
657
+
658
+ # [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)
659
+
660
+ **Note:** Version bump only for package @ui5/webcomponents-localization
661
+
662
+
663
+
664
+
665
+
666
+ # [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
667
+
668
+ **Note:** Version bump only for package @ui5/webcomponents-localization
669
+
670
+
671
+
672
+
673
+
674
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
675
+
676
+ **Note:** Version bump only for package @ui5/webcomponents-localization
677
+
678
+
679
+
680
+
681
+
682
+ # [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)
683
+
684
+ **Note:** Version bump only for package @ui5/webcomponents-localization
685
+
686
+
687
+
688
+
689
+
690
+ # [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)
691
+
692
+ **Note:** Version bump only for package @ui5/webcomponents-localization
693
+
694
+
695
+
696
+
697
+
698
+ # [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
699
+
700
+ **Note:** Version bump only for package @ui5/webcomponents-localization
701
+
702
+
703
+
704
+
705
+
706
+ # [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
707
+
708
+ **Note:** Version bump only for package @ui5/webcomponents-localization
709
+
710
+
711
+
712
+
713
+
714
+ # [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)
715
+
716
+ **Note:** Version bump only for package @ui5/webcomponents-localization
717
+
718
+
719
+
720
+
721
+
722
+ # [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)
723
+
724
+ **Note:** Version bump only for package @ui5/webcomponents-localization
725
+
726
+
727
+
728
+
729
+
730
+ # [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)
731
+
732
+ **Note:** Version bump only for package @ui5/webcomponents-localization
733
+
734
+
735
+
736
+
737
+
738
+ # [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)
739
+
740
+ **Note:** Version bump only for package @ui5/webcomponents-localization
741
+
742
+
743
+
744
+
745
+
746
+ # [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
747
+
748
+ **Note:** Version bump only for package @ui5/webcomponents-localization
749
+
750
+
751
+
752
+
753
+
754
+ # [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
755
+
756
+ **Note:** Version bump only for package @ui5/webcomponents-localization
757
+
758
+
759
+
760
+
761
+
762
+ # [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)
763
+
764
+ **Note:** Version bump only for package @ui5/webcomponents-localization
765
+
766
+
767
+
768
+
769
+
770
+ # [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)
771
+
772
+ **Note:** Version bump only for package @ui5/webcomponents-localization
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+ # [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
783
+
784
+
785
+ ### Bug Fixes
786
+
787
+ * **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))
788
+
789
+
790
+
791
+
792
+
793
+ # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
794
+
795
+ **Note:** Version bump only for package @ui5/webcomponents-localization
796
+
797
+
798
+
799
+
800
+
801
+ # [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)
802
+
803
+ **Note:** Version bump only for package @ui5/webcomponents-localization
804
+
805
+
806
+
807
+
808
+
809
+ # [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)
810
+
811
+ **Note:** Version bump only for package @ui5/webcomponents-localization
812
+
813
+
814
+
815
+
816
+
817
+ # [1.14.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.13.2...v1.14.0-rc.0) (2023-05-18)
818
+
819
+
820
+ ### Features
821
+
822
+ * **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)
823
+
824
+
825
+
826
+
827
+
828
+ ## [1.13.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.1...v1.13.2) (2023-05-15)
829
+
830
+ **Note:** Version bump only for package @ui5/webcomponents-localization
831
+
832
+
833
+
834
+
835
+
836
+ ## [1.13.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.5...v1.13.1) (2023-05-11)
837
+
838
+ **Note:** Version bump only for package @ui5/webcomponents-localization
839
+
840
+
841
+
842
+
843
+
844
+ # [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)
845
+
846
+ **Note:** Version bump only for package @ui5/webcomponents-localization
847
+
848
+
849
+
850
+
851
+
852
+ # [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)
853
+
854
+ **Note:** Version bump only for package @ui5/webcomponents-localization
855
+
856
+
857
+
858
+
859
+
860
+ # [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)
861
+
862
+ **Note:** Version bump only for package @ui5/webcomponents-localization
863
+
864
+
865
+
866
+
867
+
868
+ # [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)
869
+
870
+ **Note:** Version bump only for package @ui5/webcomponents-localization
871
+
872
+
873
+
874
+
875
+
876
+ # [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)
877
+
878
+
879
+ ### Features
880
+
881
+ * **localization:** add `timezone` support [experimental] ([#6857](https://github.com/SAP/ui5-webcomponents/issues/6857)) ([aa91fd1](https://github.com/SAP/ui5-webcomponents/commit/aa91fd136f8bff757d476b83444f963d4299d562))
882
+
883
+
884
+
885
+
886
+
887
+ # [1.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0...v1.13.0-rc.0) (2023-04-06)
888
+
889
+ **Note:** Version bump only for package @ui5/webcomponents-localization
890
+
891
+
892
+
893
+
894
+
895
+ # [1.12.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.3...v1.12.0) (2023-04-04)
896
+
897
+ **Note:** Version bump only for package @ui5/webcomponents-localization
898
+
899
+
900
+
901
+
902
+
903
+ # [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)
904
+
905
+ **Note:** Version bump only for package @ui5/webcomponents-localization
906
+
907
+
908
+
909
+
910
+
911
+ # [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)
912
+
913
+
914
+ ### Bug Fixes
915
+
916
+ * 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))
917
+ * 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))
918
+
919
+
920
+
921
+
922
+
923
+ # [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)
924
+
925
+ **Note:** Version bump only for package @ui5/webcomponents-localization
926
+
927
+
928
+
929
+
930
+
931
+ # [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
932
+
933
+ **Note:** Version bump only for package @ui5/webcomponents-localization
934
+
935
+
936
+
937
+
938
+
939
+ # [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
940
+
941
+ **Note:** Version bump only for package @ui5/webcomponents-localization
942
+
943
+
944
+
945
+
946
+
947
+ # [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)
948
+
949
+ **Note:** Version bump only for package @ui5/webcomponents-localization
950
+
951
+
952
+
953
+
954
+
955
+ # [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)
956
+
957
+
958
+ ### Features
959
+
960
+ * **framework:** support legacy date calendar customizing ([#6462](https://github.com/SAP/ui5-webcomponents/issues/6462)) ([27df89b](https://github.com/SAP/ui5-webcomponents/commit/27df89bc62aaccbfbec5f4d36c520dbd762dab34))
961
+
962
+
963
+
964
+
965
+
966
+ # [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)
967
+
968
+ **Note:** Version bump only for package @ui5/webcomponents-localization
969
+
970
+
971
+
972
+
973
+
974
+ # [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)
975
+
976
+ **Note:** Version bump only for package @ui5/webcomponents-localization
977
+
978
+
979
+
980
+
981
+
982
+ # [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)
983
+
984
+ **Note:** Version bump only for package @ui5/webcomponents-localization
985
+
986
+
987
+
988
+
989
+
990
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
991
+
992
+ **Note:** Version bump only for package @ui5/webcomponents-localization
993
+
994
+
995
+
996
+
997
+
998
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
999
+
1000
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
1007
+
1008
+ **Note:** Version bump only for package ui5-webcomponents
1009
+
1010
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
1011
+
1012
+
1013
+ ### Bug Fixes
1014
+
1015
+ * add openui5 types as a dependency ([#6346](https://github.com/SAP/ui5-webcomponents/issues/6346)) ([2f06c71](https://github.com/SAP/ui5-webcomponents/commit/2f06c71eefb455db179cdbb9bd4b293af5b5aa2b))
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
1022
+
1023
+
1024
+ ### Features
1025
+
1026
+ * add TS types for localization packages ([#6147](https://github.com/SAP/ui5-webcomponents/issues/6147)) ([39dcbfd](https://github.com/SAP/ui5-webcomponents/commit/39dcbfd91e6bc728f1c3feaff5e229ae3a359b06))
1027
+ * **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)
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
1034
+
1035
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+ ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
1042
+
1043
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+ # [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
1050
+
1051
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+ # [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
1058
+
1059
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+ ## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
1066
+
1067
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+ # [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
1074
+
1075
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+ # [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
1082
+
1083
+
1084
+ ### Features
1085
+
1086
+ * **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))
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+ # [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03)
1093
+
1094
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+ # [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25)
1101
+
1102
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ ## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
1109
+
1110
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+ # [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
1117
+
1118
+
1119
+ ### Bug Fixes
1120
+
1121
+ * **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)
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+ ## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
1128
+
1129
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+ ## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
1136
+
1137
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+ ## [1.2.2](https://github.com/SAP/ui5-webcomponents/compare/v1.2.1...v1.2.2) (2022-03-22)
1144
+
1145
+
1146
+ ### Bug Fixes
1147
+
1148
+ * **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)
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ ## [1.2.1](https://github.com/SAP/ui5-webcomponents/compare/v1.2.0...v1.2.1) (2022-03-02)
1156
+
1157
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+ # [1.2.0](https://github.com/SAP/ui5-webcomponents/compare/v1.1.2...v1.2.0) (2022-02-28)
1164
+
1165
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ ## [1.1.2](https://github.com/SAP/ui5-webcomponents/compare/v1.1.1...v1.1.2) (2022-01-26)
1172
+
1173
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ ## [1.1.1](https://github.com/SAP/ui5-webcomponents/compare/v1.1.0...v1.1.1) (2022-01-24)
1180
+
1181
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+ # [1.1.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.2...v1.1.0) (2022-01-21)
1188
+
1189
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+ ## [1.0.2](https://github.com/SAP/ui5-webcomponents/compare/v1.0.1...v1.0.2) (2021-11-29)
1196
+
1197
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ ## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
1204
+
1205
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+ # [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
1212
+
1213
+
1214
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+ # [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)
1221
+
1222
+
1223
+ **Note:** Version bump only for package @ui5/webcomponents-localization
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+ # [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)
1230
+
1231
+
1232
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
1233
+
1234
+
1235
+
1236
+
6
1237
  # [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)
7
1238
 
8
1239