@ui5/webcomponents-tools 0.0.0-f24ff9019 → 0.0.0-f42e7c18c

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 (62) hide show
  1. package/CHANGELOG.md +955 -0
  2. package/README.md +3 -6
  3. package/assets-meta.js +5 -3
  4. package/components-package/cypress/support/commands.js +39 -0
  5. package/components-package/cypress/support/component-index.html +17 -0
  6. package/components-package/cypress/support/component.d.ts +23 -0
  7. package/components-package/cypress/support/component.js +34 -0
  8. package/components-package/cypress.config.js +19 -0
  9. package/components-package/eslint.js +90 -28
  10. package/components-package/nps.js +53 -45
  11. package/components-package/postcss.components.js +1 -24
  12. package/components-package/postcss.themes.js +1 -30
  13. package/components-package/wdio.js +415 -405
  14. package/icons-collection/nps.js +7 -5
  15. package/lib/amd-to-es6/index.js +102 -0
  16. package/lib/amd-to-es6/no-remaining-require.js +33 -0
  17. package/lib/cem/custom-elements-manifest.config.mjs +527 -0
  18. package/lib/cem/event.mjs +168 -0
  19. package/lib/cem/schema-internal.json +1413 -0
  20. package/lib/cem/schema.json +1098 -0
  21. package/lib/cem/types-internal.d.ts +808 -0
  22. package/lib/cem/types.d.ts +736 -0
  23. package/lib/cem/utils.mjs +408 -0
  24. package/lib/cem/validate.js +70 -0
  25. package/lib/create-icons/index.js +8 -6
  26. package/lib/create-illustrations/index.js +40 -33
  27. package/lib/create-new-component/index.js +4 -13
  28. package/lib/create-new-component/tsFileContentTemplate.js +4 -13
  29. package/lib/css-processors/css-processor-components.mjs +77 -0
  30. package/lib/css-processors/css-processor-themes.mjs +79 -0
  31. package/lib/css-processors/scope-variables.mjs +49 -0
  32. package/lib/{postcss-css-to-esm/index.js → css-processors/shared.mjs} +36 -50
  33. package/lib/dev-server/custom-hot-update-plugin.js +4 -4
  34. package/lib/dev-server/{dev-server.js → dev-server.mjs} +4 -4
  35. package/lib/generate-js-imports/illustrations.js +17 -14
  36. package/lib/generate-json-imports/i18n.js +45 -61
  37. package/lib/generate-json-imports/themes.js +16 -33
  38. package/lib/hbs2ui5/RenderTemplates/LitRenderer.js +12 -7
  39. package/lib/hbs2ui5/index.js +3 -3
  40. package/lib/i18n/defaults.js +3 -2
  41. package/lib/postcss-combine-duplicated-selectors/index.js +12 -5
  42. package/lib/remove-dev-mode/remove-dev-mode.mjs +37 -0
  43. package/lib/scoping/get-all-tags.js +10 -3
  44. package/lib/scoping/lint-src.js +8 -7
  45. package/lib/scoping/scope-test-pages.js +2 -1
  46. package/package.json +19 -11
  47. package/tsconfig.json +16 -0
  48. package/types/index.d.ts +1 -0
  49. package/components-package/wdio.sync.js +0 -368
  50. package/lib/create-new-component/jsFileContentTemplate.js +0 -73
  51. package/lib/esm-abs-to-rel/index.js +0 -58
  52. package/lib/generate-custom-elements-manifest/index.js +0 -327
  53. package/lib/jsdoc/config.json +0 -29
  54. package/lib/jsdoc/configTypescript.json +0 -29
  55. package/lib/jsdoc/plugin.js +0 -2468
  56. package/lib/jsdoc/preprocess.js +0 -146
  57. package/lib/jsdoc/template/publish.js +0 -4120
  58. package/lib/postcss-css-to-json/index.js +0 -47
  59. package/lib/postcss-new-files/index.js +0 -36
  60. package/lib/postcss-p/postcss-p.mjs +0 -14
  61. package/lib/postcss-scope-vars/index.js +0 -24
  62. package/lib/replace-global-core/index.js +0 -25
package/CHANGELOG.md CHANGED
@@ -3,6 +3,961 @@
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.5.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.3...v2.5.0) (2024-12-05)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Features
18
+
19
+ * **framework:** add strict event type checking ([#10235](https://github.com/SAP/ui5-webcomponents/issues/10235)) ([4ff8ab7](https://github.com/SAP/ui5-webcomponents/commit/4ff8ab7c34db5058b92511767be1b96c69a91cb5))
20
+
21
+
22
+
23
+
24
+
25
+ # [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)
26
+
27
+ **Note:** Version bump only for package @ui5/webcomponents-tools
28
+
29
+
30
+
31
+
32
+
33
+ # [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)
34
+
35
+ **Note:** Version bump only for package @ui5/webcomponents-tools
36
+
37
+
38
+
39
+
40
+
41
+ # [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)
42
+
43
+ **Note:** Version bump only for package @ui5/webcomponents-tools
44
+
45
+
46
+
47
+
48
+
49
+ ## [2.4.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0...v2.4.1-rc.0) (2024-11-07)
50
+
51
+ **Note:** Version bump only for package @ui5/webcomponents-tools
52
+
53
+
54
+
55
+
56
+
57
+ # [2.4.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.4...v2.4.0) (2024-11-03)
58
+
59
+ **Note:** Version bump only for package @ui5/webcomponents-tools
60
+
61
+
62
+
63
+
64
+
65
+ # [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)
66
+
67
+ **Note:** Version bump only for package @ui5/webcomponents-tools
68
+
69
+
70
+
71
+
72
+
73
+ # [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)
74
+
75
+
76
+ ### Bug Fixes
77
+
78
+ * dev-server correctly imports yargs ([#10048](https://github.com/SAP/ui5-webcomponents/issues/10048)) ([7b5aa5e](https://github.com/SAP/ui5-webcomponents/commit/7b5aa5ebdddbbc0493f4699c1a74db497e22368b))
79
+
80
+
81
+
82
+
83
+
84
+ # [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)
85
+
86
+ **Note:** Version bump only for package @ui5/webcomponents-tools
87
+
88
+
89
+
90
+
91
+
92
+ # [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)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * scoping issues and document how scoping is used correctly ([#10023](https://github.com/SAP/ui5-webcomponents/issues/10023)) ([ee808c3](https://github.com/SAP/ui5-webcomponents/commit/ee808c309f316fe145b05d292c92328396c655ab))
98
+ * **tools:** revert tsconfig moduleResolution to node ([#10014](https://github.com/SAP/ui5-webcomponents/issues/10014)) ([0724b92](https://github.com/SAP/ui5-webcomponents/commit/0724b9289ad04f88972d4978ed37e76f13abca13))
99
+
100
+
101
+
102
+
103
+
104
+ # [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)
105
+
106
+
107
+ ### Bug Fixes
108
+
109
+ * require handlebar file names processed by hbs2ui5 tool to end with the '.hbs' extension ([#9992](https://github.com/SAP/ui5-webcomponents/issues/9992)) ([1b23f3d](https://github.com/SAP/ui5-webcomponents/commit/1b23f3d2b02829844cb8c0cd4a4adefd628b7f4f))
110
+
111
+
112
+ ### Features
113
+
114
+ * enhance `[@event](https://github.com/event)` decorator ([#9944](https://github.com/SAP/ui5-webcomponents/issues/9944)) ([fe1d816](https://github.com/SAP/ui5-webcomponents/commit/fe1d816f512400b839fd4ce1b9af1506d0cb4c9a))
115
+
116
+
117
+
118
+
119
+
120
+ ## [2.3.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0...v2.3.1-rc.0) (2024-10-03)
121
+
122
+ **Note:** Version bump only for package @ui5/webcomponents-tools
123
+
124
+
125
+
126
+
127
+
128
+ # [2.3.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.3...v2.3.0) (2024-10-02)
129
+
130
+ **Note:** Version bump only for package @ui5/webcomponents-tools
131
+
132
+
133
+
134
+
135
+
136
+ # [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)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * nps.js works with the JS flow ([#9942](https://github.com/SAP/ui5-webcomponents/issues/9942)) ([b42ef95](https://github.com/SAP/ui5-webcomponents/commit/b42ef9567bcbd187a5f8d183e7d5014492ee845a))
142
+
143
+
144
+
145
+
146
+
147
+ # [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)
148
+
149
+ **Note:** Version bump only for package @ui5/webcomponents-tools
150
+
151
+
152
+
153
+
154
+
155
+ # [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)
156
+
157
+ **Note:** Version bump only for package @ui5/webcomponents-tools
158
+
159
+
160
+
161
+
162
+
163
+ # [2.3.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0...v2.3.0-rc.0) (2024-09-05)
164
+
165
+ **Note:** Version bump only for package @ui5/webcomponents-tools
166
+
167
+
168
+
169
+
170
+
171
+ # [2.2.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.3...v2.2.0) (2024-09-03)
172
+
173
+ **Note:** Version bump only for package @ui5/webcomponents-tools
174
+
175
+
176
+
177
+
178
+
179
+ # [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)
180
+
181
+ **Note:** Version bump only for package @ui5/webcomponents-tools
182
+
183
+
184
+
185
+
186
+
187
+ # [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)
188
+
189
+ **Note:** Version bump only for package @ui5/webcomponents-tools
190
+
191
+
192
+
193
+
194
+
195
+ # [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)
196
+
197
+ **Note:** Version bump only for package @ui5/webcomponents-tools
198
+
199
+
200
+
201
+
202
+
203
+ # [2.2.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.1...v2.2.0-rc.0) (2024-08-08)
204
+
205
+
206
+ ### Features
207
+
208
+ * **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))
209
+
210
+
211
+
212
+
213
+
214
+ ## [2.1.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0...v2.1.1) (2024-08-02)
215
+
216
+ **Note:** Version bump only for package @ui5/webcomponents-tools
217
+
218
+
219
+
220
+
221
+
222
+ # [2.1.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.3...v2.1.0) (2024-08-02)
223
+
224
+ **Note:** Version bump only for package @ui5/webcomponents-tools
225
+
226
+
227
+
228
+
229
+
230
+ # [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)
231
+
232
+ **Note:** Version bump only for package @ui5/webcomponents-tools
233
+
234
+
235
+
236
+
237
+
238
+ # [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)
239
+
240
+ **Note:** Version bump only for package @ui5/webcomponents-tools
241
+
242
+
243
+
244
+
245
+
246
+ # [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)
247
+
248
+ **Note:** Version bump only for package @ui5/webcomponents-tools
249
+
250
+
251
+
252
+
253
+
254
+ # [2.1.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.1...v2.1.0-rc.0) (2024-07-11)
255
+
256
+ **Note:** Version bump only for package @ui5/webcomponents-tools
257
+
258
+
259
+
260
+
261
+
262
+ ## [2.0.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0...v2.0.1) (2024-07-05)
263
+
264
+ **Note:** Version bump only for package @ui5/webcomponents-tools
265
+
266
+
267
+
268
+
269
+
270
+ # [2.0.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.6...v2.0.0) (2024-07-03)
271
+
272
+
273
+ ### Bug Fixes
274
+
275
+ * template result comparison ([#9279](https://github.com/SAP/ui5-webcomponents/issues/9279)) ([3a02e3e](https://github.com/SAP/ui5-webcomponents/commit/3a02e3ec51ade59a9bdd27784a7be5a1229ef24f))
276
+
277
+
278
+ ### Features
279
+
280
+ * add property initializers ([#8846](https://github.com/SAP/ui5-webcomponents/issues/8846)) ([eef0cc9](https://github.com/SAP/ui5-webcomponents/commit/eef0cc9b663fda6268b98e516ed46439435fa2b0))
281
+
282
+
283
+ ### BREAKING CHANGES
284
+
285
+ * @property decorator must be adapted according to new type parameter
286
+
287
+
288
+
289
+
290
+
291
+ # [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)
292
+
293
+ **Note:** Version bump only for package @ui5/webcomponents-tools
294
+
295
+
296
+
297
+
298
+
299
+ # [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)
300
+
301
+ **Note:** Version bump only for package @ui5/webcomponents-tools
302
+
303
+
304
+
305
+
306
+
307
+ # [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)
308
+
309
+
310
+ ### Features
311
+
312
+ * **ui5-input:** allow custom icon styling ([#8881](https://github.com/SAP/ui5-webcomponents/issues/8881)) ([cf9f1c2](https://github.com/SAP/ui5-webcomponents/commit/cf9f1c28c93b9fa6c8663ce24d3c5e6d1ff4cc4e)), closes [#8182](https://github.com/SAP/ui5-webcomponents/issues/8182) [#6132](https://github.com/SAP/ui5-webcomponents/issues/6132)
313
+
314
+
315
+
316
+
317
+
318
+ # [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)
319
+
320
+
321
+ ### chore
322
+
323
+ * **Icons:** make pathData async ([#8785](https://github.com/SAP/ui5-webcomponents/issues/8785)) ([0549dc9](https://github.com/SAP/ui5-webcomponents/commit/0549dc95edae139f7a4f9efbbc7170922b3ab6cb))
324
+
325
+
326
+ ### Code Refactoring
327
+
328
+ * **theming:** remove Belize theme ([#8519](https://github.com/SAP/ui5-webcomponents/issues/8519)) ([990313f](https://github.com/SAP/ui5-webcomponents/commit/990313fc8e429a491f4d6e67306d3df2703e54fe)), closes [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461)
329
+
330
+
331
+ ### BREAKING CHANGES
332
+
333
+ * **theming:** Remove SAP Belize theme
334
+ * **Icons:** UI5 Web Components Icons now export `getPathData` (function) instead of `pathData` (string)
335
+
336
+ If you used icons like this:
337
+
338
+ ```js
339
+ import "@ui5/webcomponents-icons/dist/accept.js";
340
+ ```
341
+
342
+ or like this:
343
+
344
+ ```js
345
+ import accept from "@ui5/webcomponents-icons/dist/accept.js";
346
+ ```
347
+
348
+ **there is no change and no adaptations are required**.
349
+
350
+ In the rare case you imported `pathData` from icons, for example:
351
+
352
+ ```js
353
+ import { pathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
354
+ console.log(pathData); // String containing the SVG path
355
+ ```
356
+
357
+ you must change your code to, for example:
358
+
359
+ ```js
360
+ import { getPathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
361
+ getPathData().then(pathData => {
362
+ console.log(pathData); // String containing the SVG path
363
+ });
364
+ ```
365
+
366
+
367
+
368
+
369
+
370
+ # [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)
371
+
372
+ **Note:** Version bump only for package @ui5/webcomponents-tools
373
+
374
+
375
+
376
+
377
+
378
+ # [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)
379
+
380
+ **Note:** Version bump only for package @ui5/webcomponents-tools
381
+
382
+
383
+
384
+
385
+
386
+ # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
387
+
388
+
389
+ ### chore
390
+
391
+ * 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)
392
+
393
+
394
+ ### BREAKING CHANGES
395
+
396
+ * "Device#isIE" method has been removed and no longer available
397
+
398
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
399
+ * 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:
400
+ ```ts
401
+ import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
402
+ import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
403
+ import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
404
+ ```
405
+ * Removed the `ICardHeader` interface. If you previously used the interface
406
+ ```ts
407
+ import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
408
+ ```
409
+ Use the CardHeader type instead:
410
+ ```ts
411
+ import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
412
+ ```
413
+ * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
414
+ ```js
415
+ import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
416
+ ```
417
+ Use the `UploadCollectionItem` type instead:
418
+ ```js
419
+ import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
420
+ ```
421
+
422
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
423
+ * The `size` property now accepts different values. If you previously used it like:
424
+ ```html
425
+ <ui5-busy-indicator size="Small"></ui5-busy-indicator>
426
+ ```
427
+ Now use the new values instead:
428
+ ```html
429
+ <ui5-busy-indicator size="S"></ui5-busy-indicator>
430
+ ```
431
+
432
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
433
+ * The `status` property and its shadow part have been renamed. If you previously used them:
434
+ ```html
435
+ <style>
436
+ .cardHeader::part(status) { ... }
437
+ </style>
438
+ <ui5-card-header status="3 of 10"></ui5-popover>
439
+ ```
440
+ Now use `additionalText` instead:
441
+ ```html
442
+ <style>
443
+ .cardHeader::part(additional-text) { ... }
444
+ </style>
445
+ <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
446
+ ```
447
+
448
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
449
+ * The `pageIndicatorStyle` no longer exists. If you previously used it like:
450
+ ```html
451
+ <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
452
+ ```
453
+ Now you should use `pageIndicatorType` instead:
454
+ ```html
455
+ <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
456
+ ```
457
+
458
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
459
+ * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
460
+ ```js
461
+ class MyClass extends UI5Element {
462
+ static get render() {
463
+ return litRenderer;
464
+ }
465
+ }
466
+ ```
467
+ start using "renderer"
468
+ ```ts
469
+ class MyClass extends UI5Element {
470
+ static get renderer() {
471
+ return litRenderer;
472
+ }
473
+ }
474
+ ```
475
+ * Remove JavaScript template option from @ui5/create-webcomponents-package
476
+ Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
477
+ 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.
478
+ * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
479
+ ```html
480
+ <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
481
+ ```
482
+ Now use `Start` or `End` instead:
483
+ ```html
484
+ <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
485
+ ```
486
+
487
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
488
+
489
+ * docs: deploy v2 preview
490
+ * Remove `soccor` icon. Use `soccer` instead.
491
+ * Remove `add-polygone` icon. Use `add-polygon` instead.
492
+ * 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`
493
+ * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
494
+ ```ts
495
+ import "@ui5/webcomponents/dist/Assets-static.js";
496
+ import "@ui5/webcomponents-icons/dist/Assets-static.js"
497
+ ```
498
+ use the dynamic equivalent of it:
499
+ ```ts
500
+ import "@ui5/webcomponents/dist/Assets.js";
501
+ import "@ui5/webcomponents-icons/dist/Assets.js"
502
+ ```
503
+
504
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
505
+ * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
506
+ `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
507
+ ```ts
508
+ myCalendar.addEventListener("selected-dates-change", () => {
509
+ const values = e.detail.values;
510
+ const dates = e.detail.dates;
511
+ })
512
+ ```
513
+ Now you have to use the new event name and details:
514
+ ```ts
515
+ myCalendar.addEventListener("selection-change", () => {
516
+ const values = event.detail.selectedValues;
517
+ const dates = event.detail.selectedDateValues;
518
+ })
519
+ ```
520
+
521
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
522
+ * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
523
+ ```html
524
+ <ui5-color-picker color="red"></ui5-color-picker>
525
+ ```
526
+ Now you have to use it like this:
527
+ ```html
528
+ <ui5-color-picker value="red"></ui5-color-picker>
529
+ ```
530
+
531
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
532
+ * JavaScript projects may not function properly with the tools package.
533
+ * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
534
+ ```js
535
+ button.addEventListener("click", function(event) {
536
+ colorPalettePopover.showAt(this);
537
+ });
538
+ ```
539
+ Now the declarative API should be used instead:
540
+ ```html
541
+ <ui5-button id="opener">Open</ui5-button>
542
+ <ui5-color-palette-popover opener="opener">
543
+ ```
544
+ ```js
545
+ button.addEventListener("click", function(event) {
546
+ colorPalettePopover.open = !colorPalettePopover.open;
547
+ });
548
+ ```
549
+ * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
550
+ ```ts
551
+ import "@ui5/webcomponents-fiori/dist/Bar.js;
552
+ ```
553
+ Now, import the `ui5-bar` from `main`:
554
+ ```ts
555
+ import "@ui5/webcomponents/dist/Bar.js";
556
+ ```
557
+
558
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
559
+ * If you have previously used:
560
+ ```html
561
+ <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
562
+ ```
563
+ Now use:
564
+ ```html
565
+ <ui5-tab id="nestedTab" slot="items"></ui5-tab>
566
+ ```
567
+
568
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
569
+ * If you have previously used:
570
+ ```html
571
+ <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
572
+ ```
573
+ Now use:
574
+ ```html
575
+ <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
576
+ ```
577
+
578
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
579
+ * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
580
+
581
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
582
+ * The showOverflow property is removed. If previously you have used:
583
+ ```html
584
+ <ui5-tabcontainer show-overflow></ui5-tabcontainer>
585
+ ```
586
+ now use the overflowButton slot:
587
+ ```html
588
+ <ui5-tabcontainer>
589
+ <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
590
+ <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
591
+ </ui5-tabcontainer>
592
+ ```
593
+
594
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
595
+ * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
596
+ If you have previously used the `placementType` property and the `PopoverPlacementType`
597
+ ```html
598
+ <ui5-popover placement-type="Bottom"></ui5-popover>
599
+ ```
600
+ ```js
601
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
602
+ ```
603
+ Now use `placement` instead:
604
+ ```html
605
+ <ui5-placement="Bottom"></ui5-popover>
606
+ ```
607
+ ```js
608
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
609
+ ```
610
+
611
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
612
+ * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
613
+ If you have previously used the `size` property:
614
+ ```html
615
+ <ui5-illustrated-message size="Dialog">
616
+ ```
617
+ Now use `design` instead:
618
+ ```html
619
+ <ui5-illustrated-message design="Dialog">
620
+
621
+ ```
622
+
623
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
624
+ * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
625
+ If you have previously used the `separator-style` property:
626
+ ```html
627
+ <ui5-breadcrumbs separator-style="Slash">
628
+ ```
629
+ Now use `separators` instead:
630
+ ```html
631
+ <ui5-breadcrumbs separators="Slash">
632
+ ```
633
+
634
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
635
+ * The `disabled` property of the `ui5-option` is removed.
636
+ If you have previously used the `disabled` property:
637
+ ```html
638
+ <ui5-option disabled>Option</ui5-option>
639
+ ```
640
+ it will no longer work for the component.
641
+
642
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
643
+ * 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.
644
+
645
+
646
+
647
+
648
+
649
+ # [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04)
650
+
651
+ **Note:** Version bump only for package @ui5/webcomponents-tools
652
+
653
+
654
+
655
+
656
+
657
+ # [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)
658
+
659
+ **Note:** Version bump only for package @ui5/webcomponents-tools
660
+
661
+
662
+
663
+
664
+
665
+ # [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)
666
+
667
+
668
+ ### Features
669
+
670
+ * **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)
671
+
672
+
673
+
674
+
675
+
676
+ # [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)
677
+
678
+ **Note:** Version bump only for package @ui5/webcomponents-tools
679
+
680
+
681
+
682
+
683
+
684
+ # [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)
685
+
686
+ **Note:** Version bump only for package @ui5/webcomponents-tools
687
+
688
+
689
+
690
+
691
+
692
+ # [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14)
693
+
694
+ **Note:** Version bump only for package @ui5/webcomponents-tools
695
+
696
+
697
+
698
+
699
+
700
+ ## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08)
701
+
702
+ **Note:** Version bump only for package @ui5/webcomponents-tools
703
+
704
+
705
+
706
+
707
+
708
+ ## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07)
709
+
710
+ **Note:** Version bump only for package @ui5/webcomponents-tools
711
+
712
+
713
+
714
+
715
+
716
+ # [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06)
717
+
718
+
719
+ ### Features
720
+
721
+ * **ui5-illustrated-message:** introduced "Dot" size ([#8343](https://github.com/SAP/ui5-webcomponents/issues/8343)) ([9c88f36](https://github.com/SAP/ui5-webcomponents/commit/9c88f36112888c1a766875611eb2a0aecbbc6f23)), closes [#8328](https://github.com/SAP/ui5-webcomponents/issues/8328)
722
+
723
+
724
+
725
+
726
+
727
+ # [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)
728
+
729
+
730
+ ### Bug Fixes
731
+
732
+ * 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))
733
+
734
+
735
+
736
+
737
+
738
+ # [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)
739
+
740
+ **Note:** Version bump only for package @ui5/webcomponents-tools
741
+
742
+
743
+
744
+
745
+
746
+ # [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)
747
+
748
+ **Note:** Version bump only for package @ui5/webcomponents-tools
749
+
750
+
751
+
752
+
753
+
754
+ # [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)
755
+
756
+ **Note:** Version bump only for package @ui5/webcomponents-tools
757
+
758
+
759
+
760
+
761
+
762
+ # [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)
763
+
764
+
765
+ ### Bug Fixes
766
+
767
+ * **tools:** fix usage of require in mjs ([#8258](https://github.com/SAP/ui5-webcomponents/issues/8258)) ([cbca059](https://github.com/SAP/ui5-webcomponents/commit/cbca059b926a8a5473d1f13690b6670239aafb8e))
768
+
769
+
770
+
771
+
772
+
773
+ # [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)
774
+
775
+ **Note:** Version bump only for package @ui5/webcomponents-tools
776
+
777
+
778
+
779
+
780
+
781
+ ## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
782
+
783
+ **Note:** Version bump only for package @ui5/webcomponents-tools
784
+
785
+
786
+
787
+
788
+
789
+ # [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
790
+
791
+ **Note:** Version bump only for package @ui5/webcomponents-tools
792
+
793
+
794
+
795
+
796
+
797
+ # [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)
798
+
799
+ **Note:** Version bump only for package @ui5/webcomponents-tools
800
+
801
+
802
+
803
+
804
+
805
+ # [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)
806
+
807
+ **Note:** Version bump only for package @ui5/webcomponents-tools
808
+
809
+
810
+
811
+
812
+
813
+ # [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)
814
+
815
+
816
+ ### Features
817
+
818
+ * **illustration:** use illustration name as default module export ([#8074](https://github.com/SAP/ui5-webcomponents/issues/8074)) ([a9c0705](https://github.com/SAP/ui5-webcomponents/commit/a9c07055d4e06e4d1f69b7a2a48b36eb77fae4aa))
819
+
820
+
821
+
822
+
823
+
824
+ # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
825
+
826
+ **Note:** Version bump only for package @ui5/webcomponents-tools
827
+
828
+
829
+
830
+
831
+
832
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
833
+
834
+ **Note:** Version bump only for package @ui5/webcomponents-tools
835
+
836
+
837
+
838
+
839
+
840
+ # [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)
841
+
842
+ **Note:** Version bump only for package @ui5/webcomponents-tools
843
+
844
+
845
+
846
+
847
+
848
+ # [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)
849
+
850
+ **Note:** Version bump only for package @ui5/webcomponents-tools
851
+
852
+
853
+
854
+
855
+
856
+ # [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)
857
+
858
+
859
+ ### Bug Fixes
860
+
861
+ * declare webpackChunkName in more generated dynamic imports ([#8029](https://github.com/SAP/ui5-webcomponents/issues/8029)) ([c85fa23](https://github.com/SAP/ui5-webcomponents/commit/c85fa23bd32574434f537df95c7507a7f1a48b5e))
862
+
863
+
864
+ ### Features
865
+
866
+ * **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))
867
+
868
+
869
+
870
+
871
+
872
+ # [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)
873
+
874
+ **Note:** Version bump only for package @ui5/webcomponents-tools
875
+
876
+
877
+
878
+
879
+
880
+ # [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)
881
+
882
+ **Note:** Version bump only for package @ui5/webcomponents-tools
883
+
884
+
885
+
886
+
887
+
888
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
889
+
890
+ **Note:** Version bump only for package @ui5/webcomponents-tools
891
+
892
+
893
+
894
+
895
+
896
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
897
+
898
+ **Note:** Version bump only for package @ui5/webcomponents-tools
899
+
900
+
901
+
902
+
903
+
904
+ # [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)
905
+
906
+
907
+ ### Features
908
+
909
+ * register custom theme properties ([#7750](https://github.com/SAP/ui5-webcomponents/issues/7750)) ([c6c04c6](https://github.com/SAP/ui5-webcomponents/commit/c6c04c609d82a7442bdf79ef5bba46a406859a27))
910
+
911
+
912
+
913
+
914
+
915
+ # [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)
916
+
917
+ **Note:** Version bump only for package @ui5/webcomponents-tools
918
+
919
+
920
+
921
+
922
+
923
+ # [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)
924
+
925
+
926
+ ### Bug Fixes
927
+
928
+ * 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))
929
+
930
+
931
+
932
+
933
+
934
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
935
+
936
+ **Note:** Version bump only for package @ui5/webcomponents-tools
937
+
938
+
939
+
940
+
941
+
942
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
943
+
944
+ **Note:** Version bump only for package @ui5/webcomponents-tools
945
+
946
+
947
+
948
+
949
+
950
+ # [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)
951
+
952
+
953
+ ### Features
954
+
955
+ * **framework:** switch default theme from Quartz Light to Morning Ho… ([#7749](https://github.com/SAP/ui5-webcomponents/issues/7749)) ([10dadd7](https://github.com/SAP/ui5-webcomponents/commit/10dadd79e3a93daf29baaed3a5bcebd8c66a0940))
956
+
957
+
958
+
959
+
960
+
6
961
  # [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)
7
962
 
8
963
  **Note:** Version bump only for package @ui5/webcomponents-tools