@ui5/create-webcomponents-package 0.0.0-c41f1b293 → 0.0.0-c42896b6b

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 (43) hide show
  1. package/CHANGELOG.md +1456 -0
  2. package/README.md +9 -14
  3. package/create-package.js +190 -209
  4. package/package.json +3 -1
  5. package/template/.eslintignore +3 -2
  6. package/template/.npsrc.json +3 -0
  7. package/template/cypress/component/MyFirstComponent.cy.tsx +13 -0
  8. package/template/cypress/fixtures/example.json +5 -0
  9. package/template/cypress/support/commands.ts +37 -0
  10. package/template/cypress/support/component-index.html +12 -0
  11. package/template/cypress/support/component.ts +36 -0
  12. package/template/cypress/tsconfig.template.json +19 -0
  13. package/template/cypress.config.ts +10 -0
  14. package/template/env +1 -0
  15. package/template/gitignore +2 -2
  16. package/template/{package-scripts.js → package-scripts.cjs} +0 -1
  17. package/template/package.json +35 -0
  18. package/template/src/Assets.ts +1 -1
  19. package/template/src/MyFirstComponent.ts +21 -27
  20. package/template/src/MyFirstComponentTemplate.tsx +9 -0
  21. package/template/{bundle.esm.js → src/bundle.esm.ts} +4 -5
  22. package/template/src/i18n/messagebundle.properties +1 -1
  23. package/template/src/i18n/messagebundle_de.properties +1 -1
  24. package/template/src/i18n/messagebundle_en.properties +1 -1
  25. package/template/src/i18n/messagebundle_es.properties +1 -1
  26. package/template/src/i18n/messagebundle_fr.properties +1 -1
  27. package/template/src/themes/MyFirstComponent.css +6 -1
  28. package/template/test/pages/css/index.css +66 -13
  29. package/template/test/pages/img/logo.png +0 -0
  30. package/template/test/pages/index.html +35 -39
  31. package/template/tsconfig.template.json +14 -0
  32. package/template/vite.config.js +14 -0
  33. package/template/config/postcss.components/postcss.config.js +0 -1
  34. package/template/config/postcss.themes/postcss.config.js +0 -1
  35. package/template/config/vite.config.js +0 -4
  36. package/template/config/wdio.conf.js +0 -1
  37. package/template/src/Assets.js +0 -5
  38. package/template/src/MyFirstComponent.hbs +0 -1
  39. package/template/src/MyFirstComponent.js +0 -80
  40. package/template/src/themes/sap_fiori_3/parameters-bundle.css +0 -3
  41. package/template/test/specs/Demo.spec.js +0 -13
  42. package/template/tsconfig.json +0 -15
  43. /package/template/{.eslintrc.js → .eslintrc.cjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1462 @@
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.13.1](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0...v2.13.1) (2025-08-05)
7
+
8
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
9
+
10
+
11
+
12
+
13
+
14
+ # [2.13.0](https://github.com/SAP/ui5-webcomponents/compare/v2.13.0-rc.3...v2.13.0) (2025-08-04)
15
+
16
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
17
+
18
+
19
+
20
+
21
+
22
+ # [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)
23
+
24
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
25
+
26
+
27
+
28
+
29
+
30
+ # [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)
31
+
32
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
33
+
34
+
35
+
36
+
37
+
38
+ # [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)
39
+
40
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
41
+
42
+
43
+
44
+
45
+
46
+ # [2.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0...v2.13.0-rc.0) (2025-07-10)
47
+
48
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
49
+
50
+
51
+
52
+
53
+
54
+ # [2.12.0](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.3...v2.12.0) (2025-07-04)
55
+
56
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
57
+
58
+
59
+
60
+
61
+
62
+ # [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)
63
+
64
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
65
+
66
+
67
+
68
+
69
+
70
+ # [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)
71
+
72
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
73
+
74
+
75
+
76
+
77
+
78
+ # [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)
79
+
80
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
81
+
82
+
83
+
84
+
85
+
86
+ # [2.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0...v2.12.0-rc.0) (2025-06-12)
87
+
88
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
89
+
90
+
91
+
92
+
93
+
94
+ # [2.11.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.4...v2.11.0) (2025-06-05)
95
+
96
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
97
+
98
+
99
+
100
+
101
+
102
+ # [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)
103
+
104
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
105
+
106
+
107
+
108
+
109
+
110
+ # [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)
111
+
112
+
113
+ ### Bug Fixes
114
+
115
+ * create new package script on windows ([#11555](https://github.com/SAP/ui5-webcomponents/issues/11555)) ([2a60bc0](https://github.com/SAP/ui5-webcomponents/commit/2a60bc09d76d08a6d168ae2041d8c472d38e7cc1))
116
+
117
+
118
+
119
+
120
+
121
+ # [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)
122
+
123
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
124
+
125
+
126
+
127
+
128
+
129
+ # [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)
130
+
131
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
132
+
133
+
134
+
135
+
136
+
137
+ # [2.11.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0...v2.11.0-rc.0) (2025-05-08)
138
+
139
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
140
+
141
+
142
+
143
+
144
+
145
+ # [2.10.0](https://github.com/SAP/ui5-webcomponents/compare/v2.10.0-rc.3...v2.10.0) (2025-05-07)
146
+
147
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
148
+
149
+
150
+
151
+
152
+
153
+ # [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)
154
+
155
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
156
+
157
+
158
+
159
+
160
+
161
+ # [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)
162
+
163
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
164
+
165
+
166
+
167
+
168
+
169
+ # [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)
170
+
171
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
172
+
173
+
174
+
175
+
176
+
177
+ # [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)
178
+
179
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
180
+
181
+
182
+
183
+
184
+
185
+ ## [2.9.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0...v2.9.1-rc.0) (2025-04-10)
186
+
187
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
188
+
189
+
190
+
191
+
192
+
193
+ # [2.9.0](https://github.com/SAP/ui5-webcomponents/compare/v2.9.0-rc.3...v2.9.0) (2025-04-04)
194
+
195
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
196
+
197
+
198
+
199
+
200
+
201
+ # [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)
202
+
203
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
204
+
205
+
206
+
207
+
208
+
209
+ # [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)
210
+
211
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
212
+
213
+
214
+
215
+
216
+
217
+ # [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)
218
+
219
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
220
+
221
+
222
+
223
+
224
+
225
+ # [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)
226
+
227
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
228
+
229
+
230
+
231
+
232
+
233
+ ## [2.8.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0...v2.8.1-rc.0) (2025-03-06)
234
+
235
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
236
+
237
+
238
+
239
+
240
+
241
+ # [2.8.0](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0-rc.3...v2.8.0) (2025-03-04)
242
+
243
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
244
+
245
+
246
+
247
+
248
+
249
+ # [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)
250
+
251
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
252
+
253
+
254
+
255
+
256
+
257
+ # [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)
258
+
259
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
260
+
261
+
262
+
263
+
264
+
265
+ # [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)
266
+
267
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
268
+
269
+
270
+
271
+
272
+
273
+ # [2.8.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0...v2.8.0-rc.0) (2025-02-06)
274
+
275
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
276
+
277
+
278
+
279
+
280
+
281
+ # [2.7.0](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0-rc.2...v2.7.0) (2025-02-03)
282
+
283
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
284
+
285
+
286
+
287
+
288
+
289
+ # [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)
290
+
291
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
292
+
293
+
294
+
295
+
296
+
297
+ # [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)
298
+
299
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
300
+
301
+
302
+
303
+
304
+
305
+ # [2.7.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.2...v2.7.0-rc.0) (2025-01-16)
306
+
307
+
308
+ ### Features
309
+
310
+ * **create-package:** generate jsx component template ([#10531](https://github.com/SAP/ui5-webcomponents/issues/10531)) ([dd2d45d](https://github.com/SAP/ui5-webcomponents/commit/dd2d45d4c3947f52773272f6a77be294f240d28f))
311
+
312
+
313
+
314
+
315
+
316
+ ## [2.6.2](https://github.com/SAP/ui5-webcomponents/compare/v2.6.2-rc.0...v2.6.2) (2025-01-09)
317
+
318
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
319
+
320
+
321
+
322
+
323
+
324
+ ## [2.6.2-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.1...v2.6.2-rc.0) (2025-01-09)
325
+
326
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
327
+
328
+
329
+
330
+
331
+
332
+ ## [2.6.1](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0...v2.6.1) (2025-01-08)
333
+
334
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
335
+
336
+
337
+
338
+
339
+
340
+ # [2.6.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.5...v2.6.0) (2025-01-07)
341
+
342
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
343
+
344
+
345
+
346
+
347
+
348
+ # [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)
349
+
350
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
351
+
352
+
353
+
354
+
355
+
356
+ # [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)
357
+
358
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
359
+
360
+
361
+
362
+
363
+
364
+ # [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)
365
+
366
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
367
+
368
+
369
+
370
+
371
+
372
+ # [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)
373
+
374
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
375
+
376
+
377
+
378
+
379
+
380
+ # [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)
381
+
382
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
383
+
384
+
385
+
386
+
387
+
388
+ # [2.6.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0...v2.6.0-rc.0) (2024-12-12)
389
+
390
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
391
+
392
+
393
+
394
+
395
+
396
+ # [2.5.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.3...v2.5.0) (2024-12-05)
397
+
398
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
399
+
400
+
401
+
402
+
403
+
404
+ # [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)
405
+
406
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
407
+
408
+
409
+
410
+
411
+
412
+ # [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)
413
+
414
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
415
+
416
+
417
+
418
+
419
+
420
+ # [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)
421
+
422
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
423
+
424
+
425
+
426
+
427
+
428
+ # [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)
429
+
430
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
431
+
432
+
433
+
434
+
435
+
436
+ ## [2.4.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0...v2.4.1-rc.0) (2024-11-07)
437
+
438
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
439
+
440
+
441
+
442
+
443
+
444
+ # [2.4.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.4...v2.4.0) (2024-11-03)
445
+
446
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
447
+
448
+
449
+
450
+
451
+
452
+ # [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)
453
+
454
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
455
+
456
+
457
+
458
+
459
+
460
+ # [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)
461
+
462
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
463
+
464
+
465
+
466
+
467
+
468
+ # [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)
469
+
470
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
471
+
472
+
473
+
474
+
475
+
476
+ # [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)
477
+
478
+
479
+ ### Features
480
+
481
+ * **create-package:** produce packages of type="module" ([#9993](https://github.com/SAP/ui5-webcomponents/issues/9993)) ([b161f60](https://github.com/SAP/ui5-webcomponents/commit/b161f601253b966fc0bb7a01213165c0963c85ca))
482
+
483
+
484
+
485
+
486
+
487
+ # [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)
488
+
489
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
490
+
491
+
492
+
493
+
494
+
495
+ ## [2.3.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0...v2.3.1-rc.0) (2024-10-03)
496
+
497
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
498
+
499
+
500
+
501
+
502
+
503
+ # [2.3.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.3...v2.3.0) (2024-10-02)
504
+
505
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
506
+
507
+
508
+
509
+
510
+
511
+ # [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)
512
+
513
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
514
+
515
+
516
+
517
+
518
+
519
+ # [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)
520
+
521
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
522
+
523
+
524
+
525
+
526
+
527
+ # [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)
528
+
529
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
530
+
531
+
532
+
533
+
534
+
535
+ # [2.3.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0...v2.3.0-rc.0) (2024-09-05)
536
+
537
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
538
+
539
+
540
+
541
+
542
+
543
+ # [2.2.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.3...v2.2.0) (2024-09-03)
544
+
545
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
546
+
547
+
548
+
549
+
550
+
551
+ # [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)
552
+
553
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
554
+
555
+
556
+
557
+
558
+
559
+ # [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)
560
+
561
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
562
+
563
+
564
+
565
+
566
+
567
+ # [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)
568
+
569
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
570
+
571
+
572
+
573
+
574
+
575
+ # [2.2.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.1...v2.2.0-rc.0) (2024-08-08)
576
+
577
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
578
+
579
+
580
+
581
+
582
+
583
+ ## [2.1.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0...v2.1.1) (2024-08-02)
584
+
585
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
586
+
587
+
588
+
589
+
590
+
591
+ # [2.1.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.3...v2.1.0) (2024-08-02)
592
+
593
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
594
+
595
+
596
+
597
+
598
+
599
+ # [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)
600
+
601
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
602
+
603
+
604
+
605
+
606
+
607
+ # [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)
608
+
609
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
610
+
611
+
612
+
613
+
614
+
615
+ # [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)
616
+
617
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
618
+
619
+
620
+
621
+
622
+
623
+ # [2.1.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.1...v2.1.0-rc.0) (2024-07-11)
624
+
625
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
626
+
627
+
628
+
629
+
630
+
631
+ ## [2.0.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0...v2.0.1) (2024-07-05)
632
+
633
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
634
+
635
+
636
+
637
+
638
+
639
+ # [2.0.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.6...v2.0.0) (2024-07-03)
640
+
641
+
642
+ ### Features
643
+
644
+ * add property initializers ([#8846](https://github.com/SAP/ui5-webcomponents/issues/8846)) ([eef0cc9](https://github.com/SAP/ui5-webcomponents/commit/eef0cc9b663fda6268b98e516ed46439435fa2b0))
645
+
646
+
647
+ ### BREAKING CHANGES
648
+
649
+ * @property decorator must be adapted according to new type parameter
650
+
651
+
652
+
653
+
654
+
655
+ # [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)
656
+
657
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
658
+
659
+
660
+
661
+
662
+
663
+ # [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)
664
+
665
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
666
+
667
+
668
+
669
+
670
+
671
+ # [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)
672
+
673
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
674
+
675
+
676
+
677
+
678
+
679
+ # [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)
680
+
681
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
682
+
683
+
684
+
685
+
686
+
687
+ # [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)
688
+
689
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
690
+
691
+
692
+
693
+
694
+
695
+ # [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)
696
+
697
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
698
+
699
+
700
+
701
+
702
+
703
+ # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
704
+
705
+
706
+ ### chore
707
+
708
+ * 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)
709
+
710
+
711
+ ### BREAKING CHANGES
712
+
713
+ * "Device#isIE" method has been removed and no longer available
714
+
715
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
716
+ * 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:
717
+ ```ts
718
+ import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
719
+ import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
720
+ import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
721
+ ```
722
+ * Removed the `ICardHeader` interface. If you previously used the interface
723
+ ```ts
724
+ import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
725
+ ```
726
+ Use the CardHeader type instead:
727
+ ```ts
728
+ import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
729
+ ```
730
+ * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
731
+ ```js
732
+ import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
733
+ ```
734
+ Use the `UploadCollectionItem` type instead:
735
+ ```js
736
+ import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
737
+ ```
738
+
739
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
740
+ * The `size` property now accepts different values. If you previously used it like:
741
+ ```html
742
+ <ui5-busy-indicator size="Small"></ui5-busy-indicator>
743
+ ```
744
+ Now use the new values instead:
745
+ ```html
746
+ <ui5-busy-indicator size="S"></ui5-busy-indicator>
747
+ ```
748
+
749
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
750
+ * The `status` property and its shadow part have been renamed. If you previously used them:
751
+ ```html
752
+ <style>
753
+ .cardHeader::part(status) { ... }
754
+ </style>
755
+ <ui5-card-header status="3 of 10"></ui5-popover>
756
+ ```
757
+ Now use `additionalText` instead:
758
+ ```html
759
+ <style>
760
+ .cardHeader::part(additional-text) { ... }
761
+ </style>
762
+ <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
763
+ ```
764
+
765
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
766
+ * The `pageIndicatorStyle` no longer exists. If you previously used it like:
767
+ ```html
768
+ <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
769
+ ```
770
+ Now you should use `pageIndicatorType` instead:
771
+ ```html
772
+ <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
773
+ ```
774
+
775
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
776
+ * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
777
+ ```js
778
+ class MyClass extends UI5Element {
779
+ static get render() {
780
+ return litRenderer;
781
+ }
782
+ }
783
+ ```
784
+ start using "renderer"
785
+ ```ts
786
+ class MyClass extends UI5Element {
787
+ static get renderer() {
788
+ return litRenderer;
789
+ }
790
+ }
791
+ ```
792
+ * Remove JavaScript template option from @ui5/create-webcomponents-package
793
+ Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
794
+ 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.
795
+ * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
796
+ ```html
797
+ <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
798
+ ```
799
+ Now use `Start` or `End` instead:
800
+ ```html
801
+ <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
802
+ ```
803
+
804
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
805
+
806
+ * docs: deploy v2 preview
807
+ * Remove `soccor` icon. Use `soccer` instead.
808
+ * Remove `add-polygone` icon. Use `add-polygon` instead.
809
+ * 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`
810
+ * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
811
+ ```ts
812
+ import "@ui5/webcomponents/dist/Assets-static.js";
813
+ import "@ui5/webcomponents-icons/dist/Assets-static.js"
814
+ ```
815
+ use the dynamic equivalent of it:
816
+ ```ts
817
+ import "@ui5/webcomponents/dist/Assets.js";
818
+ import "@ui5/webcomponents-icons/dist/Assets.js"
819
+ ```
820
+
821
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
822
+ * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
823
+ `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
824
+ ```ts
825
+ myCalendar.addEventListener("selected-dates-change", () => {
826
+ const values = e.detail.values;
827
+ const dates = e.detail.dates;
828
+ })
829
+ ```
830
+ Now you have to use the new event name and details:
831
+ ```ts
832
+ myCalendar.addEventListener("selection-change", () => {
833
+ const values = event.detail.selectedValues;
834
+ const dates = event.detail.selectedDateValues;
835
+ })
836
+ ```
837
+
838
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
839
+ * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
840
+ ```html
841
+ <ui5-color-picker color="red"></ui5-color-picker>
842
+ ```
843
+ Now you have to use it like this:
844
+ ```html
845
+ <ui5-color-picker value="red"></ui5-color-picker>
846
+ ```
847
+
848
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
849
+ * JavaScript projects may not function properly with the tools package.
850
+ * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
851
+ ```js
852
+ button.addEventListener("click", function(event) {
853
+ colorPalettePopover.showAt(this);
854
+ });
855
+ ```
856
+ Now the declarative API should be used instead:
857
+ ```html
858
+ <ui5-button id="opener">Open</ui5-button>
859
+ <ui5-color-palette-popover opener="opener">
860
+ ```
861
+ ```js
862
+ button.addEventListener("click", function(event) {
863
+ colorPalettePopover.open = !colorPalettePopover.open;
864
+ });
865
+ ```
866
+ * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
867
+ ```ts
868
+ import "@ui5/webcomponents-fiori/dist/Bar.js;
869
+ ```
870
+ Now, import the `ui5-bar` from `main`:
871
+ ```ts
872
+ import "@ui5/webcomponents/dist/Bar.js";
873
+ ```
874
+
875
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
876
+ * If you have previously used:
877
+ ```html
878
+ <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
879
+ ```
880
+ Now use:
881
+ ```html
882
+ <ui5-tab id="nestedTab" slot="items"></ui5-tab>
883
+ ```
884
+
885
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
886
+ * If you have previously used:
887
+ ```html
888
+ <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
889
+ ```
890
+ Now use:
891
+ ```html
892
+ <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
893
+ ```
894
+
895
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
896
+ * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
897
+
898
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
899
+ * The showOverflow property is removed. If previously you have used:
900
+ ```html
901
+ <ui5-tabcontainer show-overflow></ui5-tabcontainer>
902
+ ```
903
+ now use the overflowButton slot:
904
+ ```html
905
+ <ui5-tabcontainer>
906
+ <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
907
+ <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
908
+ </ui5-tabcontainer>
909
+ ```
910
+
911
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
912
+ * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
913
+ If you have previously used the `placementType` property and the `PopoverPlacementType`
914
+ ```html
915
+ <ui5-popover placement-type="Bottom"></ui5-popover>
916
+ ```
917
+ ```js
918
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
919
+ ```
920
+ Now use `placement` instead:
921
+ ```html
922
+ <ui5-placement="Bottom"></ui5-popover>
923
+ ```
924
+ ```js
925
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
926
+ ```
927
+
928
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
929
+ * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
930
+ If you have previously used the `size` property:
931
+ ```html
932
+ <ui5-illustrated-message size="Dialog">
933
+ ```
934
+ Now use `design` instead:
935
+ ```html
936
+ <ui5-illustrated-message design="Dialog">
937
+
938
+ ```
939
+
940
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
941
+ * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
942
+ If you have previously used the `separator-style` property:
943
+ ```html
944
+ <ui5-breadcrumbs separator-style="Slash">
945
+ ```
946
+ Now use `separators` instead:
947
+ ```html
948
+ <ui5-breadcrumbs separators="Slash">
949
+ ```
950
+
951
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
952
+ * The `disabled` property of the `ui5-option` is removed.
953
+ If you have previously used the `disabled` property:
954
+ ```html
955
+ <ui5-option disabled>Option</ui5-option>
956
+ ```
957
+ it will no longer work for the component.
958
+
959
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
960
+ * 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.
961
+
962
+
963
+
964
+
965
+
966
+ # [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04)
967
+
968
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
969
+
970
+
971
+
972
+
973
+
974
+ # [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)
975
+
976
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
977
+
978
+
979
+
980
+
981
+
982
+ # [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)
983
+
984
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
985
+
986
+
987
+
988
+
989
+
990
+ # [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)
991
+
992
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
993
+
994
+
995
+
996
+
997
+
998
+ # [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)
999
+
1000
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+ # [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14)
1007
+
1008
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ ## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08)
1015
+
1016
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ ## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07)
1023
+
1024
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ # [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06)
1031
+
1032
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ # [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)
1039
+
1040
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ # [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)
1047
+
1048
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ # [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)
1055
+
1056
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ # [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)
1063
+
1064
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ # [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)
1071
+
1072
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ # [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)
1079
+
1080
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+ ## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
1087
+
1088
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ # [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
1095
+
1096
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+ # [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)
1103
+
1104
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+ # [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)
1111
+
1112
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+ # [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)
1119
+
1120
+
1121
+ ### Bug Fixes
1122
+
1123
+ * broken test page ([#8097](https://github.com/SAP/ui5-webcomponents/issues/8097)) ([6903367](https://github.com/SAP/ui5-webcomponents/commit/6903367c290b84490c74a6ef56b074aa0a2fc729))
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+ # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
1130
+
1131
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
1138
+
1139
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ # [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)
1146
+
1147
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ # [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)
1154
+
1155
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+ # [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)
1162
+
1163
+
1164
+ ### Features
1165
+
1166
+ * **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))
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+ # [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)
1173
+
1174
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+ # [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)
1181
+
1182
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
1189
+
1190
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
1197
+
1198
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+ # [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)
1205
+
1206
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+ # [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)
1213
+
1214
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+ # [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)
1221
+
1222
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
1229
+
1230
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
1237
+
1238
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+ # [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)
1245
+
1246
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+ # [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)
1253
+
1254
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+ # [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)
1261
+
1262
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+ # [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)
1269
+
1270
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+ ## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
1277
+
1278
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
1285
+
1286
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+ # [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)
1293
+
1294
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+ # [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)
1301
+
1302
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+ # [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
1309
+
1310
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
1317
+
1318
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+ # [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)
1325
+
1326
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+ # [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)
1333
+
1334
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ # [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
1341
+
1342
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ # [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
1349
+
1350
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+ # [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)
1357
+
1358
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+ # [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)
1365
+
1366
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+ # [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)
1373
+
1374
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+ # [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)
1381
+
1382
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+ # [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
1389
+
1390
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+ ## [1.15.1](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0...v1.15.1) (2023-06-30)
1397
+
1398
+
1399
+ ### Bug Fixes
1400
+
1401
+ * **framework:** fix links in starting page of new pkg [ci skip] ([475fed5](https://github.com/SAP/ui5-webcomponents/commit/475fed55504f4a15e8b26aaf3c9e4d73b55976ec))
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+ # [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
1408
+
1409
+
1410
+ ### Bug Fixes
1411
+
1412
+ * fix image in `create-webcomponent-package` ([#7253](https://github.com/SAP/ui5-webcomponents/issues/7253)) ([3317e64](https://github.com/SAP/ui5-webcomponents/commit/3317e64b911f992abf34b88a48e6003a723f7b9e))
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+ # [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)
1419
+
1420
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1421
+
1422
+
1423
+
1424
+
1425
+
1426
+ # [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)
1427
+
1428
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+ # [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
1439
+
1440
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+ # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
1447
+
1448
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+ # [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)
1455
+
1456
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
1457
+
1458
+
1459
+
1460
+
1461
+
6
1462
  # [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)
7
1463
 
8
1464
  **Note:** Version bump only for package @ui5/create-webcomponents-package