@ui5/webcomponents-localization 0.0.0-d9933bd82 → 0.0.0-da0d3eb88

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