@ui5/webcomponents-localization 0.0.0-d010d8832 → 0.0.0-d473b9686

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 (166) hide show
  1. package/.eslintignore +2 -1
  2. package/CHANGELOG.md +843 -0
  3. package/README.md +2 -1
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/dates/CalendarDate.d.ts +2 -2
  6. package/dist/dates/CalendarDate.js.map +1 -1
  7. package/dist/dates/ExtremeDates.d.ts +2 -2
  8. package/dist/dates/ExtremeDates.js.map +1 -1
  9. package/dist/dates/UniversalDate.d.ts +1 -1
  10. package/dist/dates/UniversalDate.js.map +1 -1
  11. package/dist/dates/calculateWeekNumber.d.ts +2 -1
  12. package/dist/dates/calculateWeekNumber.js +6 -6
  13. package/dist/dates/calculateWeekNumber.js.map +1 -1
  14. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +1 -1
  15. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
  16. package/dist/dates/getTodayUTCTimestamp.d.ts +1 -1
  17. package/dist/dates/getTodayUTCTimestamp.js.map +1 -1
  18. package/dist/dates/modifyDateBy.d.ts +2 -1
  19. package/dist/dates/modifyDateBy.js +34 -19
  20. package/dist/dates/modifyDateBy.js.map +1 -1
  21. package/dist/dates/transformDateToSecondaryType.d.ts +1 -1
  22. package/dist/dates/transformDateToSecondaryType.js.map +1 -1
  23. package/dist/generated/assets/cldr/ar.json +2812 -57
  24. package/dist/generated/assets/cldr/ar_EG.json +2812 -57
  25. package/dist/generated/assets/cldr/ar_SA.json +2812 -57
  26. package/dist/generated/assets/cldr/bg.json +2057 -299
  27. package/dist/generated/assets/cldr/ca.json +2189 -391
  28. package/dist/generated/assets/cldr/cnr.json +4667 -0
  29. package/dist/generated/assets/cldr/cs.json +2673 -322
  30. package/dist/generated/assets/cldr/cy.json +2949 -267
  31. package/dist/generated/assets/cldr/da.json +2000 -226
  32. package/dist/generated/assets/cldr/de.json +2046 -240
  33. package/dist/generated/assets/cldr/de_AT.json +2047 -240
  34. package/dist/generated/assets/cldr/de_CH.json +2044 -239
  35. package/dist/generated/assets/cldr/el.json +1813 -99
  36. package/dist/generated/assets/cldr/el_CY.json +1813 -99
  37. package/dist/generated/assets/cldr/en.json +2246 -487
  38. package/dist/generated/assets/cldr/en_AU.json +2273 -483
  39. package/dist/generated/assets/cldr/en_GB.json +2205 -416
  40. package/dist/generated/assets/cldr/en_HK.json +2235 -446
  41. package/dist/generated/assets/cldr/en_IE.json +2201 -412
  42. package/dist/generated/assets/cldr/en_IN.json +2204 -414
  43. package/dist/generated/assets/cldr/en_NZ.json +2221 -432
  44. package/dist/generated/assets/cldr/en_PG.json +2222 -432
  45. package/dist/generated/assets/cldr/en_SG.json +2222 -432
  46. package/dist/generated/assets/cldr/en_ZA.json +2202 -412
  47. package/dist/generated/assets/cldr/es.json +2399 -455
  48. package/dist/generated/assets/cldr/es_AR.json +2351 -409
  49. package/dist/generated/assets/cldr/es_BO.json +2384 -443
  50. package/dist/generated/assets/cldr/es_CL.json +2231 -397
  51. package/dist/generated/assets/cldr/es_CO.json +2149 -314
  52. package/dist/generated/assets/cldr/es_MX.json +2377 -434
  53. package/dist/generated/assets/cldr/es_PE.json +2096 -371
  54. package/dist/generated/assets/cldr/es_UY.json +2098 -371
  55. package/dist/generated/assets/cldr/es_VE.json +2117 -391
  56. package/dist/generated/assets/cldr/et.json +2080 -306
  57. package/dist/generated/assets/cldr/fa.json +1829 -18
  58. package/dist/generated/assets/cldr/fi.json +2095 -307
  59. package/dist/generated/assets/cldr/fr.json +2096 -303
  60. package/dist/generated/assets/cldr/fr_BE.json +2096 -303
  61. package/dist/generated/assets/cldr/fr_CA.json +2150 -378
  62. package/dist/generated/assets/cldr/fr_CH.json +2050 -256
  63. package/dist/generated/assets/cldr/fr_LU.json +2096 -303
  64. package/dist/generated/assets/cldr/he.json +2286 -17
  65. package/dist/generated/assets/cldr/hi.json +1756 -13
  66. package/dist/generated/assets/cldr/hr.json +2397 -409
  67. package/dist/generated/assets/cldr/hu.json +2011 -194
  68. package/dist/generated/assets/cldr/id.json +1981 -393
  69. package/dist/generated/assets/cldr/it.json +2115 -350
  70. package/dist/generated/assets/cldr/it_CH.json +2115 -350
  71. package/dist/generated/assets/cldr/ja.json +1591 -3
  72. package/dist/generated/assets/cldr/kk.json +2240 -326
  73. package/dist/generated/assets/cldr/ko.json +1571 -2
  74. package/dist/generated/assets/cldr/lt.json +2449 -230
  75. package/dist/generated/assets/cldr/lv.json +2126 -119
  76. package/dist/generated/assets/cldr/mk.json +4408 -0
  77. package/dist/generated/assets/cldr/ms.json +1930 -375
  78. package/dist/generated/assets/cldr/nb.json +1872 -90
  79. package/dist/generated/assets/cldr/nl.json +2311 -370
  80. package/dist/generated/assets/cldr/nl_BE.json +2311 -370
  81. package/dist/generated/assets/cldr/pl.json +2533 -278
  82. package/dist/generated/assets/cldr/pt.json +2320 -330
  83. package/dist/generated/assets/cldr/pt_PT.json +2443 -453
  84. package/dist/generated/assets/cldr/ro.json +2321 -333
  85. package/dist/generated/assets/cldr/ru.json +2520 -277
  86. package/dist/generated/assets/cldr/ru_UA.json +2515 -272
  87. package/dist/generated/assets/cldr/sk.json +2666 -412
  88. package/dist/generated/assets/cldr/sl.json +2339 -79
  89. package/dist/generated/assets/cldr/sr.json +2215 -141
  90. package/dist/generated/assets/cldr/sr_Latn.json +2455 -399
  91. package/dist/generated/assets/cldr/sv.json +2070 -295
  92. package/dist/generated/assets/cldr/th.json +1622 -23
  93. package/dist/generated/assets/cldr/tr.json +2158 -319
  94. package/dist/generated/assets/cldr/uk.json +2495 -271
  95. package/dist/generated/assets/cldr/vi.json +1866 -327
  96. package/dist/generated/assets/cldr/zh_CN.json +1572 -3
  97. package/dist/generated/assets/cldr/zh_HK.json +1571 -2
  98. package/dist/generated/assets/cldr/zh_SG.json +1572 -2
  99. package/dist/generated/assets/cldr/zh_TW.json +1595 -27
  100. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  101. package/dist/generated/json-imports/LocaleData.js +89 -89
  102. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  103. package/dist/sap/base/Event.js +59 -0
  104. package/dist/sap/base/Eventing.js +146 -0
  105. package/dist/sap/base/Log.js +2 -239
  106. package/dist/sap/base/assert.js +28 -1
  107. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  108. package/dist/sap/base/config.js +17 -0
  109. package/dist/sap/base/i18n/Formatting.js +1130 -0
  110. package/dist/sap/base/i18n/LanguageTag.js +173 -0
  111. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  112. package/dist/sap/base/i18n/Localization.js +12 -0
  113. package/dist/sap/base/i18n/Localization.js.map +1 -0
  114. package/dist/sap/base/i18n/date/CalendarType.js +43 -0
  115. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
  116. package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
  117. package/dist/sap/base/strings/camelize.js +30 -0
  118. package/dist/sap/base/strings/formatMessage.js +88 -15
  119. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  120. package/dist/sap/base/util/ObjectPath.js +4 -33
  121. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  122. package/dist/sap/base/util/Version.js +157 -0
  123. package/dist/sap/base/util/_merge.js +83 -26
  124. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  125. package/dist/sap/base/util/deepClone.js +102 -0
  126. package/dist/sap/base/util/deepEqual.js +75 -51
  127. package/dist/sap/base/util/extend.js +58 -7
  128. package/dist/sap/base/util/isEmptyObject.js +34 -0
  129. package/dist/sap/base/util/isPlainObject.js +35 -1
  130. package/dist/sap/base/util/now.js +24 -3
  131. package/dist/sap/base/util/resolveReference.js +3 -0
  132. package/dist/sap/base/util/uid.js +27 -0
  133. package/dist/sap/ui/base/DataType.js +657 -0
  134. package/dist/sap/ui/base/Interface.js +47 -1
  135. package/dist/sap/ui/base/Metadata.js +435 -171
  136. package/dist/sap/ui/base/Object.js +284 -48
  137. package/dist/sap/ui/core/CalendarType.js +24 -8
  138. package/dist/sap/ui/core/Configuration.d.ts +1 -0
  139. package/dist/sap/ui/core/Configuration.js +2 -0
  140. package/dist/sap/ui/core/Configuration.js.map +1 -1
  141. package/dist/sap/ui/core/Core.d.ts +1 -0
  142. package/dist/sap/ui/core/Locale.js +190 -155
  143. package/dist/sap/ui/core/LocaleData.js +2659 -1351
  144. package/dist/sap/ui/core/Supportability.js +5 -0
  145. package/dist/sap/ui/core/Theming.js +539 -0
  146. package/dist/sap/ui/core/date/Buddhist.js +162 -87
  147. package/dist/sap/ui/core/date/CalendarUtils.js +61 -32
  148. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -7
  149. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  150. package/dist/sap/ui/core/date/Islamic.js +298 -185
  151. package/dist/sap/ui/core/date/Japanese.js +210 -115
  152. package/dist/sap/ui/core/date/Persian.js +324 -195
  153. package/dist/sap/ui/core/date/UI5Date.js +923 -237
  154. package/dist/sap/ui/core/date/UniversalDate.js +1238 -256
  155. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  156. package/dist/sap/ui/core/format/DateFormat.js +3171 -2111
  157. package/dist/sap/ui/core/format/TimezoneUtil.js +24 -89
  158. package/package-scripts.cjs +11 -20
  159. package/package.json +13 -7
  160. package/tsconfig.json +11 -1
  161. package/used-modules.txt +24 -1
  162. package/dist/Assets-static.d.ts +0 -1
  163. package/dist/Assets-static.js +0 -3
  164. package/dist/Assets-static.js.map +0 -1
  165. package/dist/generated/json-imports/LocaleData-static.js +0 -90
  166. package/dist/sap/ui/Device.js +0 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,849 @@
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
+
6
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)
7
850
 
8
851
  **Note:** Version bump only for package @ui5/webcomponents-localization