@ui5/webcomponents-localization 0.0.0-037d08c67

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