@quartzds/core-vue 1.0.0-beta.12 → 1.0.0-beta.121

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1737 @@
1
+ <!--
2
+ SPDX-FileCopyrightText: © 2026 Schneider Electric
3
+
4
+ SPDX-License-Identifier: Apache-2.0
5
+ -->
6
+
7
+ # Change Log
8
+
9
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
10
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
11
+
12
+ > All notable changes to this project will be documented in this file
13
+
14
+ ## @quartzds/core-vue 1.0.0-beta.121 (2026-01-28)
15
+
16
+ * feat(qds-button)!: remove iconOnly property ([d6a6f0b](https://github.com/quartzds/core-foundations/commit/d6a6f0b))
17
+
18
+
19
+ ### BREAKING CHANGE
20
+
21
+ * The `iconOnly` property has been removed and replaced by the dedicated `qds-icon-button` component . Consumers should migrate to using `qds-icon-button` for icon-only buttons.
22
+
23
+
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@quartzds/core:** upgraded to 1.0.0-beta.118
29
+
30
+ ## @quartzds/core-vue 1.0.0-beta.120 (2026-01-15)
31
+
32
+ * feat(qds-textarea): add status property ([90bc438](https://github.com/quartzds/core-foundations/commit/90bc438))
33
+
34
+
35
+
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * **@quartzds/core:** upgraded to 1.0.0-beta.117
41
+
42
+ <!--
43
+ SPDX-FileCopyrightText: © 2025 Schneider Electric
44
+
45
+ SPDX-License-Identifier: Apache-2.0
46
+ -->
47
+
48
+ # Change Log
49
+
50
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
51
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
52
+
53
+ > All notable changes to this project will be documented in this file
54
+
55
+ ## @quartzds/core-vue 1.0.0-beta.119 (2025-12-30)
56
+
57
+
58
+
59
+
60
+
61
+
62
+ ### Dependencies
63
+
64
+ * **@quartzds/core:** upgraded to 1.0.0-beta.116
65
+
66
+ ## @quartzds/core-vue 1.0.0-beta.118 (2025-12-18)
67
+
68
+ * fix!: remove unused nav-list-item component from core package ([7b2e9e6](https://github.com/quartzds/core-foundations/commit/7b2e9e6))
69
+
70
+
71
+ ### BREAKING CHANGE
72
+
73
+ * qds-nav-list-item is not part of the core package anymore
74
+
75
+
76
+
77
+
78
+ ### Dependencies
79
+
80
+ * **@quartzds/core:** upgraded to 1.0.0-beta.115
81
+
82
+ ## @quartzds/core-vue 1.0.0-beta.117 (2025-12-03)
83
+
84
+ * feat: introduce `qds-avatar-media` ([1f792c3](https://github.com/quartzds/core-foundations/commit/1f792c3))
85
+
86
+
87
+
88
+
89
+
90
+ ### Dependencies
91
+
92
+ * **@quartzds/core:** upgraded to 1.0.0-beta.114
93
+
94
+ ## @quartzds/core-vue 1.0.0-beta.116 (2025-11-18)
95
+
96
+ * Merge pull request #1500 from quartzds/1407-a11y-radiocheckbox-group-keyboard-navigation-doesnt-work ([4e37eca](https://github.com/quartzds/core-foundations/commit/4e37eca)), closes [#1500](https://github.com/quartzds/core-foundations/issues/1500)
97
+ * Merge pull request #1512 from quartzds/keep-open-on-select ([8dde8f6](https://github.com/quartzds/core-foundations/commit/8dde8f6)), closes [#1512](https://github.com/quartzds/core-foundations/issues/1512)
98
+ * fix(qds-label): introduce tooltipTarget property to allow custom tooltip anchoring ([9644610](https://github.com/quartzds/core-foundations/commit/9644610))
99
+ * feat(qds-dropdown): add default `close on select` behavior and new `keep-open-on-select` property ([6db8565](https://github.com/quartzds/core-foundations/commit/6db8565))
100
+ * feat(qds-switch): add noIndicator property ([28ff21d](https://github.com/quartzds/core-foundations/commit/28ff21d))
101
+
102
+
103
+
104
+
105
+
106
+ ### Dependencies
107
+
108
+ * **@quartzds/core:** upgraded to 1.0.0-beta.113
109
+
110
+ ## @quartzds/core-vue 1.0.0-beta.115 (2025-11-04)
111
+
112
+ * feat(qds-loader): introduce `importance` prop and support for `hero` size ([e34032d](https://github.com/quartzds/core-foundations/commit/e34032d))
113
+
114
+
115
+
116
+
117
+
118
+ ### Dependencies
119
+
120
+ * **@quartzds/core:** upgraded to 1.0.0-beta.112
121
+
122
+ ## @quartzds/core-vue 1.0.0-beta.114 (2025-10-23)
123
+
124
+
125
+
126
+
127
+
128
+
129
+ ### Dependencies
130
+
131
+ * **@quartzds/core:** upgraded to 1.0.0-beta.111
132
+
133
+ ## @quartzds/core-vue 1.0.0-beta.113 (2025-10-09)
134
+
135
+ * feat(qds-button): add tooltipPlacement property ([4a67bf2](https://github.com/quartzds/core-foundations/commit/4a67bf2))
136
+
137
+
138
+
139
+
140
+
141
+ ### Dependencies
142
+
143
+ * **@quartzds/core:** upgraded to 1.0.0-beta.110
144
+
145
+ ## @quartzds/core-vue 1.0.0-beta.112 (2025-09-24)
146
+
147
+ * feat(qds-icon-button): add `qds-icon-button` component ([41fb2dc](https://github.com/quartzds/core-foundations/commit/41fb2dc))
148
+ * feat(qds-input): add `qdsSearch` event matching native search semantics ([9f5160b](https://github.com/quartzds/core-foundations/commit/9f5160b))
149
+ * Merge pull request #1315 from quartzds/qds-icon-button ([9772cf8](https://github.com/quartzds/core-foundations/commit/9772cf8)), closes [#1315](https://github.com/quartzds/core-foundations/issues/1315)
150
+
151
+
152
+
153
+
154
+
155
+ ### Dependencies
156
+
157
+ * **@quartzds/core:** upgraded to 1.0.0-beta.109
158
+
159
+ ## @quartzds/core-vue 1.0.0-beta.111 (2025-09-19)
160
+
161
+
162
+
163
+
164
+
165
+
166
+ ### Dependencies
167
+
168
+ * **@quartzds/core:** upgraded to 1.0.0-beta.108
169
+
170
+ ## @quartzds/core-vue 1.0.0-beta.110 (2025-09-12)
171
+
172
+ * Merge pull request #1277 from quartzds/label-update ([f480d1f](https://github.com/quartzds/core-foundations/commit/f480d1f)), closes [#1277](https://github.com/quartzds/core-foundations/issues/1277)
173
+ * fix(qds-label): add importance property ([f5f3ac2](https://github.com/quartzds/core-foundations/commit/f5f3ac2))
174
+
175
+
176
+
177
+
178
+
179
+ ### Dependencies
180
+
181
+ * **@quartzds/core:** upgraded to 1.0.0-beta.107
182
+
183
+ ## @quartzds/core-vue 1.0.0-beta.109 (2025-09-02)
184
+
185
+ * feat(qds-list-item): add avatar support ([7466fbb](https://github.com/quartzds/core-foundations/commit/7466fbb))
186
+ * feat(qds-list-item): add badge counter ([8788608](https://github.com/quartzds/core-foundations/commit/8788608))
187
+ * feat(qds-list-item): add item image support ([eaa197b](https://github.com/quartzds/core-foundations/commit/eaa197b))
188
+ * feat(qds-list-item): replace CSS divider with `qds-divider` ([25873ff](https://github.com/quartzds/core-foundations/commit/25873ff))
189
+ * feat(qds-list-item): support `radio` in `list-action` and enhance `reorder` behavior ([7d623fa](https://github.com/quartzds/core-foundations/commit/7d623fa))
190
+
191
+
192
+
193
+
194
+
195
+ ### Dependencies
196
+
197
+ * **@quartzds/core:** upgraded to 1.0.0-beta.106
198
+
199
+ ## @quartzds/core-vue 1.0.0-beta.108 (2025-08-29)
200
+
201
+ * feat: update vue bindings to latest ([3b073aa](https://github.com/quartzds/core-foundations/commit/3b073aa))
202
+ * fix!: remove `qds-table-head`/`qds-table-body` ([406b8a6](https://github.com/quartzds/core-foundations/commit/406b8a6))
203
+ * fix!(qds-table-head-cell): remove `abbr` attribute ([4c7000e](https://github.com/quartzds/core-foundations/commit/4c7000e))
204
+ * chore: update `@quartzds/prettier-config` ([8472376](https://github.com/quartzds/core-foundations/commit/8472376))
205
+
206
+
207
+ ### BREAKING CHANGE
208
+
209
+ * `<qds-table-head-cell>`'s `abbr` attribute is no longer
210
+ supported. Use attributes such as `aria-label` as needed instead.
211
+ * The `<qds-table-head>` and `<qds-table-body>` elements have
212
+ been removed. `<qds-table-row>` elements should be direct children of
213
+ `<qds-table>` elements instead.
214
+
215
+
216
+
217
+
218
+ ### Dependencies
219
+
220
+ * **@quartzds/core:** upgraded to 1.0.0-beta.105
221
+
222
+ ## @quartzds/core-vue 1.0.0-beta.107 (2025-08-15)
223
+
224
+ * Merge pull request #1050 from quartzds/feat/menu-item ([9745e76](https://github.com/quartzds/core-foundations/commit/9745e76)), closes [#1050](https://github.com/quartzds/core-foundations/issues/1050)
225
+ * Merge pull request #1268 from quartzds/breadcrumbs-item ([e6aa7dc](https://github.com/quartzds/core-foundations/commit/e6aa7dc)), closes [#1268](https://github.com/quartzds/core-foundations/issues/1268)
226
+ * feat(qds-breadcrumb-item): add `disabled ` property ([aa8cc39](https://github.com/quartzds/core-foundations/commit/aa8cc39))
227
+ * feat(qds-breadcrumb-item): add `icon-*` properties ([0ccc1b3](https://github.com/quartzds/core-foundations/commit/0ccc1b3))
228
+ * feat: create qds-menu-item ([adc236e](https://github.com/quartzds/core-foundations/commit/adc236e))
229
+
230
+
231
+
232
+
233
+
234
+ ### Dependencies
235
+
236
+ * **@quartzds/core:** upgraded to 1.0.0-beta.104
237
+
238
+ ## @quartzds/core-vue [1.0.0-beta.106](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.105...@quartzds/core-vue@1.0.0-beta.106) (2025-08-05)
239
+
240
+
241
+
242
+ ### Dependencies
243
+
244
+ * **@quartzds/core:** upgraded to 1.0.0-beta.103
245
+
246
+ ## @quartzds/core-vue [1.0.0-beta.105](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.104...@quartzds/core-vue@1.0.0-beta.105) (2025-07-31)
247
+
248
+
249
+
250
+ ### Dependencies
251
+
252
+ * **@quartzds/core:** upgraded to 1.0.0-beta.102
253
+
254
+ ## @quartzds/core-vue [1.0.0-beta.104](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.103...@quartzds/core-vue@1.0.0-beta.104) (2025-07-29)
255
+
256
+
257
+ ### ✨ Features
258
+
259
+ * **qds-tabbar:** add `showDivider` and `alignment` props, enable horizontal scrolling ([d148ec4](https://github.com/quartzds/core-foundations/commit/d148ec45688ca5c45c7d7c1dc93c95b82cc8acaa))
260
+
261
+
262
+
263
+ ### Dependencies
264
+
265
+ * **@quartzds/core:** upgraded to 1.0.0-beta.101
266
+
267
+ ## @quartzds/core-vue [1.0.0-beta.103](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.102...@quartzds/core-vue@1.0.0-beta.103) (2025-07-16)
268
+
269
+
270
+ ### ✨ Features
271
+
272
+ * **qds-dialog:** add `closable ` property ([d08879f](https://github.com/quartzds/core-foundations/commit/d08879fcedcb1f12ec977238f6505f278a9107cb))
273
+ * **qds-action-item:** add `qds-action-item` ([24c4a8c](https://github.com/quartzds/core-foundations/commit/24c4a8c1ea2d34e417ce2c94f8be0d377fc996e6))
274
+
275
+
276
+
277
+ ### Dependencies
278
+
279
+ * **@quartzds/core:** upgraded to 1.0.0-beta.100
280
+
281
+ ## @quartzds/core-vue [1.0.0-beta.102](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.101...@quartzds/core-vue@1.0.0-beta.102) (2025-07-15)
282
+
283
+
284
+
285
+ ### Dependencies
286
+
287
+ * **@quartzds/core:** upgraded to 1.0.0-beta.99
288
+
289
+ ## @quartzds/core-vue [1.0.0-beta.101](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.100...@quartzds/core-vue@1.0.0-beta.101) (2025-07-15)
290
+
291
+
292
+ ### ✨ Features
293
+
294
+ * **qds-mini-button:** add `qds-mini-button` ([26a43da](https://github.com/quartzds/core-foundations/commit/26a43da805a1f15c24be9dfd25127894358ccd38))
295
+
296
+
297
+
298
+ ### Dependencies
299
+
300
+ * **@quartzds/core:** upgraded to 1.0.0-beta.98
301
+
302
+ ## @quartzds/core-vue [1.0.0-beta.100](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.99...@quartzds/core-vue@1.0.0-beta.100) (2025-07-15)
303
+
304
+
305
+
306
+ ### Dependencies
307
+
308
+ * **@quartzds/core:** upgraded to 1.0.0-beta.97
309
+
310
+ ## @quartzds/core-vue [1.0.0-beta.99](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.98...@quartzds/core-vue@1.0.0-beta.99) (2025-06-18)
311
+
312
+
313
+
314
+ ### Dependencies
315
+
316
+ * **@quartzds/core:** upgraded to 1.0.0-beta.96
317
+
318
+ ## @quartzds/core-vue [1.0.0-beta.98](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.97...@quartzds/core-vue@1.0.0-beta.98) (2025-06-17)
319
+
320
+
321
+ ### ✨ Features
322
+
323
+ * export `CHANGELOG.md` ([927257c](https://github.com/quartzds/core-foundations/commit/927257cbf7644b4ddd864622d51964b2b602947b))
324
+
325
+
326
+
327
+ ### Dependencies
328
+
329
+ * **@quartzds/core:** upgraded to 1.0.0-beta.95
330
+
331
+ ## @quartzds/core-vue [1.0.0-beta.97](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.96...@quartzds/core-vue@1.0.0-beta.97) (2025-06-03)
332
+
333
+
334
+
335
+ ### Dependencies
336
+
337
+ * **@quartzds/core:** upgraded to 1.0.0-beta.94
338
+
339
+ ## @quartzds/core-vue [1.0.0-beta.96](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.95...@quartzds/core-vue@1.0.0-beta.96) (2025-05-27)
340
+
341
+
342
+
343
+ ### Dependencies
344
+
345
+ * **@quartzds/core:** upgraded to 1.0.0-beta.93
346
+
347
+ ## @quartzds/core-vue [1.0.0-beta.95](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.94...@quartzds/core-vue@1.0.0-beta.95) (2025-05-22)
348
+
349
+
350
+
351
+ ### Dependencies
352
+
353
+ * **@quartzds/core:** upgraded to 1.0.0-beta.92
354
+
355
+ ## @quartzds/core-vue [1.0.0-beta.94](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.93...@quartzds/core-vue@1.0.0-beta.94) (2025-04-30)
356
+
357
+
358
+ ### 🐛 Bug Fixes
359
+
360
+ * **a11y:** update checkbox accessibility for checkbox only use case ([53aae3b](https://github.com/quartzds/core-foundations/commit/53aae3b51a9e5d8e56efb2b59e14e97dc16987da))
361
+
362
+
363
+
364
+ ### Dependencies
365
+
366
+ * **@quartzds/core:** upgraded to 1.0.0-beta.91
367
+
368
+ ## @quartzds/core-vue [1.0.0-beta.93](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.92...@quartzds/core-vue@1.0.0-beta.93) (2025-04-24)
369
+
370
+
371
+ ### ✨ Features
372
+
373
+ * **qds-tag:** add `qds-badge-indicator` ([1a17be6](https://github.com/quartzds/core-foundations/commit/1a17be6f166428aa5384ef985bbea4048cf3c65e))
374
+
375
+
376
+
377
+ ### Dependencies
378
+
379
+ * **@quartzds/core:** upgraded to 1.0.0-beta.90
380
+
381
+ ## @quartzds/core-vue [1.0.0-beta.92](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.91...@quartzds/core-vue@1.0.0-beta.92) (2025-04-09)
382
+
383
+
384
+
385
+ ### Dependencies
386
+
387
+ * **@quartzds/core:** upgraded to 1.0.0-beta.89
388
+
389
+ ## @quartzds/core-vue [1.0.0-beta.91](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.90...@quartzds/core-vue@1.0.0-beta.91) (2025-03-28)
390
+
391
+
392
+
393
+ ### Dependencies
394
+
395
+ * **@quartzds/core:** upgraded to 1.0.0-beta.88
396
+
397
+ ## @quartzds/core-vue [1.0.0-beta.90](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.89...@quartzds/core-vue@1.0.0-beta.90) (2025-03-26)
398
+
399
+
400
+
401
+ ### Dependencies
402
+
403
+ * **@quartzds/core:** upgraded to 1.0.0-beta.87
404
+
405
+ ## @quartzds/core-vue [1.0.0-beta.89](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.88...@quartzds/core-vue@1.0.0-beta.89) (2025-03-24)
406
+
407
+
408
+
409
+ ### Dependencies
410
+
411
+ * **@quartzds/core:** upgraded to 1.0.0-beta.86
412
+
413
+ ## @quartzds/core-vue [1.0.0-beta.88](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.87...@quartzds/core-vue@1.0.0-beta.88) (2025-03-20)
414
+
415
+
416
+ ### ⚠ BREAKING CHANGES
417
+
418
+ * **qds-button:** The `popup-type` attribute has been removed. Use `aria-haspopup` instead.
419
+
420
+ ### 🐛 Bug Fixes
421
+
422
+ * **qds-button:** ignore `onclick` attribute when disabled ([6b64724](https://github.com/quartzds/core-foundations/commit/6b64724a9cc462e084a31f5bf928a8b83e34be72))
423
+
424
+
425
+
426
+ ### Dependencies
427
+
428
+ * **@quartzds/core:** upgraded to 1.0.0-beta.85
429
+
430
+ ## @quartzds/core-vue [1.0.0-beta.87](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.86...@quartzds/core-vue@1.0.0-beta.87) (2025-03-06)
431
+
432
+
433
+ ### ⚠ BREAKING CHANGES
434
+
435
+ * **qds-button:** `<qds-button>`'s `text` property is now required.
436
+
437
+ ### ✨ Features
438
+
439
+ * **qds-button:** add `iconOnly` property ([b909920](https://github.com/quartzds/core-foundations/commit/b909920e7a7541c16aed88c9821d2654defefe50))
440
+
441
+
442
+
443
+ ### Dependencies
444
+
445
+ * **@quartzds/core:** upgraded to 1.0.0-beta.84
446
+
447
+ ## @quartzds/core-vue [1.0.0-beta.86](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.85...@quartzds/core-vue@1.0.0-beta.86) (2025-03-06)
448
+
449
+
450
+
451
+ ### Dependencies
452
+
453
+ * **@quartzds/core:** upgraded to 1.0.0-beta.83
454
+
455
+ ## @quartzds/core-vue [1.0.0-beta.85](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.84...@quartzds/core-vue@1.0.0-beta.85) (2025-03-06)
456
+
457
+
458
+ ### ✨ Features
459
+
460
+ * copy `styles` from `@quartzds/core` ([00b3cd5](https://github.com/quartzds/core-foundations/commit/00b3cd5bbedb917fe8dd8efe42bfb7a2f3f757c1))
461
+
462
+
463
+
464
+ ### Dependencies
465
+
466
+ * **@quartzds/core:** upgraded to 1.0.0-beta.82
467
+
468
+ ## @quartzds/core-vue [1.0.0-beta.84](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.83...@quartzds/core-vue@1.0.0-beta.84) (2025-02-26)
469
+
470
+
471
+
472
+ ### Dependencies
473
+
474
+ * **@quartzds/core:** upgraded to 1.0.0-beta.81
475
+
476
+ ## @quartzds/core-vue [1.0.0-beta.83](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.82...@quartzds/core-vue@1.0.0-beta.83) (2025-02-20)
477
+
478
+
479
+
480
+ ### Dependencies
481
+
482
+ * **@quartzds/core:** upgraded to 1.0.0-beta.80
483
+
484
+ ## @quartzds/core-vue [1.0.0-beta.82](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.81...@quartzds/core-vue@1.0.0-beta.82) (2025-02-19)
485
+
486
+
487
+
488
+ ### Dependencies
489
+
490
+ * **@quartzds/core:** upgraded to 1.0.0-beta.79
491
+
492
+ ## @quartzds/core-vue [1.0.0-beta.81](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.80...@quartzds/core-vue@1.0.0-beta.81) (2025-02-19)
493
+
494
+
495
+
496
+ ### Dependencies
497
+
498
+ * **@quartzds/core:** upgraded to 1.0.0-beta.78
499
+
500
+ ## @quartzds/core-vue [1.0.0-beta.80](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.79...@quartzds/core-vue@1.0.0-beta.80) (2025-02-18)
501
+
502
+
503
+ ### ✨ Features
504
+
505
+ * add qds-tabbar ([d977542](https://github.com/quartzds/core-foundations/commit/d977542289c830a3ebd7f9c64a11597133b0d4ff))
506
+
507
+
508
+
509
+ ### Dependencies
510
+
511
+ * **@quartzds/core:** upgraded to 1.0.0-beta.77
512
+
513
+ ## @quartzds/core-vue [1.0.0-beta.79](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.78...@quartzds/core-vue@1.0.0-beta.79) (2025-02-17)
514
+
515
+
516
+
517
+ ### Dependencies
518
+
519
+ * **@quartzds/core:** upgraded to 1.0.0-beta.76
520
+
521
+ ## @quartzds/core-vue [1.0.0-beta.78](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.77...@quartzds/core-vue@1.0.0-beta.78) (2025-02-10)
522
+
523
+
524
+
525
+ ### Dependencies
526
+
527
+ * **@quartzds/core:** upgraded to 1.0.0-beta.75
528
+
529
+ ## @quartzds/core-vue [1.0.0-beta.77](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.76...@quartzds/core-vue@1.0.0-beta.77) (2025-01-30)
530
+
531
+
532
+ ### ✨ Features
533
+
534
+ * add qds-tab ([47c25ec](https://github.com/quartzds/core-foundations/commit/47c25ecd1e3490fc30d1d14ce4803bf6fedd72b3))
535
+
536
+
537
+
538
+ ### Dependencies
539
+
540
+ * **@quartzds/core:** upgraded to 1.0.0-beta.74
541
+
542
+ ## @quartzds/core-vue [1.0.0-beta.76](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.75...@quartzds/core-vue@1.0.0-beta.76) (2025-01-23)
543
+
544
+
545
+
546
+ ### Dependencies
547
+
548
+ * **@quartzds/core:** upgraded to 1.0.0-beta.73
549
+
550
+ ## @quartzds/core-vue [1.0.0-beta.75](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.74...@quartzds/core-vue@1.0.0-beta.75) (2025-01-23)
551
+
552
+
553
+
554
+ ### Dependencies
555
+
556
+ * **@quartzds/core:** upgraded to 1.0.0-beta.72
557
+
558
+ ## @quartzds/core-vue [1.0.0-beta.74](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.73...@quartzds/core-vue@1.0.0-beta.74) (2025-01-17)
559
+
560
+
561
+
562
+ ### Dependencies
563
+
564
+ * **@quartzds/core:** upgraded to 1.0.0-beta.71
565
+
566
+ ## @quartzds/core-vue [1.0.0-beta.73](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.72...@quartzds/core-vue@1.0.0-beta.73) (2025-01-10)
567
+
568
+
569
+
570
+ ### Dependencies
571
+
572
+ * **@quartzds/core:** upgraded to 1.0.0-beta.70
573
+
574
+ ## @quartzds/core-vue [1.0.0-beta.72](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.71...@quartzds/core-vue@1.0.0-beta.72) (2025-01-09)
575
+
576
+
577
+
578
+ ### Dependencies
579
+
580
+ * **@quartzds/core:** upgraded to 1.0.0-beta.69
581
+
582
+ ## @quartzds/core-vue [1.0.0-beta.71](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.70...@quartzds/core-vue@1.0.0-beta.71) (2025-01-09)
583
+
584
+
585
+ ### ✨ Features
586
+
587
+ * **qds-tooltip:** add `trigger` property ([2679b6f](https://github.com/quartzds/core-foundations/commit/2679b6fc919790ee73ed9d7488e20b1a969ee9fa))
588
+
589
+
590
+
591
+ ### Dependencies
592
+
593
+ * **@quartzds/core:** upgraded to 1.0.0-beta.68
594
+
595
+ <!--
596
+ SPDX-FileCopyrightText: © 2024 Schneider Electric
597
+
598
+ SPDX-License-Identifier: Apache-2.0
599
+ -->
600
+
601
+ # Change Log
602
+
603
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
604
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
605
+
606
+ > All notable changes to this project will be documented in this file
607
+
608
+ ## @quartzds/core-vue [1.0.0-beta.70](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.69...@quartzds/core-vue@1.0.0-beta.70) (2024-12-20)
609
+
610
+
611
+ ### ⚠ BREAKING CHANGES
612
+
613
+ * **qds-button:** rename `badgeIndicatorColor` to `badgeIndicatorStatus`
614
+
615
+ ### 🐛 Bug Fixes
616
+
617
+ * **qds-button:** rename `badgeIndicatorColor` to `badgeIndicatorStatus` ([a2bd3f1](https://github.com/quartzds/core-foundations/commit/a2bd3f1bae26489ce0082703cdca4e123b780ee7))
618
+
619
+
620
+
621
+ ### Dependencies
622
+
623
+ * **@quartzds/core:** upgraded to 1.0.0-beta.67
624
+
625
+ ## @quartzds/core-vue [1.0.0-beta.69](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.68...@quartzds/core-vue@1.0.0-beta.69) (2024-12-17)
626
+
627
+
628
+ ### ✨ Features
629
+
630
+ * add `<qds-loader>` component ([e2e46c1](https://github.com/quartzds/core-foundations/commit/e2e46c1dbc632b0d387e481612e8d9e53c5ee34d))
631
+ * add `<qds-progress-bar>` component ([24e32db](https://github.com/quartzds/core-foundations/commit/24e32db56a8b1e824e5f6a65cb268f5ef2e239ce))
632
+ * **qds-input:** add `type="file"` support ([77ec90d](https://github.com/quartzds/core-foundations/commit/77ec90de70c997fec51afc30ffff9621ab5f02e2))
633
+
634
+
635
+
636
+ ### Dependencies
637
+
638
+ * **@quartzds/core:** upgraded to 1.0.0-beta.66
639
+
640
+ ## @quartzds/core-vue [1.0.0-beta.68](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.67...@quartzds/core-vue@1.0.0-beta.68) (2024-12-16)
641
+
642
+
643
+ ### ⚠ BREAKING CHANGES
644
+
645
+ * **qds-tag:** rename `color` to `status`
646
+
647
+ ### 🐛 Bug Fixes
648
+
649
+ * **qds-tag:** rename `color` to `status` ([66fcdc5](https://github.com/quartzds/core-foundations/commit/66fcdc5ec4cd3aadc735759612403f624b96f5ae))
650
+
651
+
652
+ ### ✨ Features
653
+
654
+ * **qds-inline-link:** add `icon-name`/`icon-library` ([c0a4d20](https://github.com/quartzds/core-foundations/commit/c0a4d20b5bad733fcbeb61ec63292ea334a809e6))
655
+ * **qds-tag:** add `size` ([338826d](https://github.com/quartzds/core-foundations/commit/338826d0867cb87fd081a664c24fe373c0d80e3d))
656
+ * **qds-standalone-link:** add `visitable` ([6f75078](https://github.com/quartzds/core-foundations/commit/6f75078cf240c1a470fc29b9f2727ac473c99f17))
657
+
658
+
659
+
660
+ ### Dependencies
661
+
662
+ * **@quartzds/core:** upgraded to 1.0.0-beta.65
663
+
664
+ ## @quartzds/core-vue [1.0.0-beta.67](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.66...@quartzds/core-vue@1.0.0-beta.67) (2024-12-11)
665
+
666
+
667
+ ### ⚠ BREAKING CHANGES
668
+
669
+ * **qds-switch:** The following properties have been removed from
670
+ `<qds-switch>`:
671
+
672
+ - `icon-checked-library`
673
+ - `icon-checked-name`
674
+ - `icon-unchecked-library`
675
+ - `icon-unchecked-name`
676
+ - `text-checked`
677
+ - `text-unchecked`
678
+
679
+ To explicitly label a `<qds-switch>`, the following example markup can be used
680
+ instead:
681
+
682
+ ```html
683
+ <label for="switch">
684
+ <qds-label text="Switch label"></qds-label>
685
+ </label>
686
+ <qds-switch id="switch"></qds-switch>
687
+ ```
688
+
689
+ ### ✨ Features
690
+
691
+ * **button:** add indicator support ([7005e41](https://github.com/quartzds/core-foundations/commit/7005e41abb22e61eeb4824a43d740aa7a6f3120e))
692
+
693
+
694
+ ### 🐛 Bug Fixes
695
+
696
+ * **qds-switch:** remove internal labels ([b25e1c8](https://github.com/quartzds/core-foundations/commit/b25e1c8efdfcbe7311937b043f39cb49fcdc5c45))
697
+
698
+
699
+
700
+ ### Dependencies
701
+
702
+ * **@quartzds/core:** upgraded to 1.0.0-beta.64
703
+
704
+ ## @quartzds/core-vue [1.0.0-beta.66](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.65...@quartzds/core-vue@1.0.0-beta.66) (2024-12-03)
705
+
706
+
707
+
708
+ ### Dependencies
709
+
710
+ * **@quartzds/core:** upgraded to 1.0.0-beta.63
711
+
712
+ ## @quartzds/core-vue [1.0.0-beta.65](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.64...@quartzds/core-vue@1.0.0-beta.65) (2024-11-26)
713
+
714
+
715
+
716
+ ### Dependencies
717
+
718
+ * **@quartzds/core:** upgraded to 1.0.0-beta.62
719
+
720
+ ## @quartzds/core-vue [1.0.0-beta.64](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.63...@quartzds/core-vue@1.0.0-beta.64) (2024-11-26)
721
+
722
+
723
+ ### ⚠ BREAKING CHANGES
724
+
725
+ * **qds-button:** When using the `<qds-button>` element's `variant` property,
726
+ the `importance` and `size` properties must now to be used instead:
727
+
728
+ - `<qds-button variant="destructive">` -> `<qds-button importance="destructive">`
729
+ - `<qds-button variant="hero">` -> `<qds-button size="hero">`
730
+
731
+ ### 🐛 Bug Fixes
732
+
733
+ * **qds-button:** remove `variant` property ([15eecbc](https://github.com/quartzds/core-foundations/commit/15eecbcd736c359134f24189ba538961301ff388))
734
+
735
+
736
+
737
+ ### Dependencies
738
+
739
+ * **@quartzds/core:** upgraded to 1.0.0-beta.61
740
+
741
+ ## @quartzds/core-vue [1.0.0-beta.63](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.62...@quartzds/core-vue@1.0.0-beta.63) (2024-10-11)
742
+
743
+
744
+ ### ✨ Features
745
+
746
+ * **qds-input:** use custom icons ([40b24aa](https://github.com/quartzds/core-foundations/commit/40b24aa2f3ff5227e7e4ec73bed114e05e61eacc))
747
+
748
+
749
+
750
+ ### Dependencies
751
+
752
+ * **@quartzds/core:** upgraded to 1.0.0-beta.60
753
+
754
+ ## @quartzds/core-vue [1.0.0-beta.62](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.61...@quartzds/core-vue@1.0.0-beta.62) (2024-10-10)
755
+
756
+
757
+
758
+ ### Dependencies
759
+
760
+ * **@quartzds/core:** upgraded to 1.0.0-beta.59
761
+
762
+ ## @quartzds/core-vue [1.0.0-beta.61](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.60...@quartzds/core-vue@1.0.0-beta.61) (2024-10-09)
763
+
764
+
765
+ ### ✨ Features
766
+
767
+ * **qds-title:** add `alignment` property ([9185bd5](https://github.com/quartzds/core-foundations/commit/9185bd57d7ec93ea4b136015914881f436d7c8e4))
768
+
769
+
770
+
771
+ ### Dependencies
772
+
773
+ * **@quartzds/core:** upgraded to 1.0.0-beta.58
774
+
775
+ ## @quartzds/core-vue [1.0.0-beta.60](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.59...@quartzds/core-vue@1.0.0-beta.60) (2024-09-26)
776
+
777
+
778
+
779
+ ### Dependencies
780
+
781
+ * **@quartzds/core:** upgraded to 1.0.0-beta.57
782
+
783
+ ## @quartzds/core-vue [1.0.0-beta.59](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.58...@quartzds/core-vue@1.0.0-beta.59) (2024-09-17)
784
+
785
+
786
+ ### 🐛 Bug Fixes
787
+
788
+ * improve `package.json` `exports` compatibility ([498a862](https://github.com/quartzds/core-foundations/commit/498a8626846599065e32d1a197f784ce810ce263))
789
+
790
+
791
+
792
+ ### Dependencies
793
+
794
+ * **@quartzds/core:** upgraded to 1.0.0-beta.56
795
+
796
+ ## @quartzds/core-vue [1.0.0-beta.58](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.57...@quartzds/core-vue@1.0.0-beta.58) (2024-08-07)
797
+
798
+
799
+ ### ✨ Features
800
+
801
+ * add `qds-tag` ([51cc639](https://github.com/quartzds/core-foundations/commit/51cc639077780ec19887a71bb4ec8035720f55b7))
802
+
803
+
804
+ ### 🐛 Bug Fixes
805
+
806
+ * **a11y:** add aria attributes to improve `qds-button` accessibility ([6e8376c](https://github.com/quartzds/core-foundations/commit/6e8376c174622702761b01f348bdb9f9042bdaee))
807
+ * add missing `badgeDescription` proxy ([1cd4d37](https://github.com/quartzds/core-foundations/commit/1cd4d371a6985831adae018e2accba9666f13e18))
808
+
809
+ ## @quartzds/core-vue [1.0.0-beta.57](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.56...@quartzds/core-vue@1.0.0-beta.57) (2024-07-24)
810
+
811
+
812
+ ### 🐛 Bug Fixes
813
+
814
+ * **a11y:** add `statusDescription` property to improve `qds-form-message` accessibility ([e3eae13](https://github.com/quartzds/core-foundations/commit/e3eae133cffde21bfa851ea1d491f7a73be67fe5))
815
+
816
+
817
+
818
+ ### Dependencies
819
+
820
+ * **@quartzds/core:** upgraded to 1.0.0-beta.54
821
+
822
+ ## @quartzds/core-vue [1.0.0-beta.56](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.55...@quartzds/core-vue@1.0.0-beta.56) (2024-07-23)
823
+
824
+
825
+ ### 🐛 Bug Fixes
826
+
827
+ * **qds-switch:** support focus method ([9aea9d2](https://github.com/quartzds/core-foundations/commit/9aea9d2d36a1d2a107df89864994f8e641e466b0))
828
+
829
+
830
+
831
+ ### Dependencies
832
+
833
+ * **@quartzds/core:** upgraded to 1.0.0-beta.53
834
+
835
+ ## @quartzds/core-vue [1.0.0-beta.55](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.54...@quartzds/core-vue@1.0.0-beta.55) (2024-07-04)
836
+
837
+
838
+
839
+ ### Dependencies
840
+
841
+ * **@quartzds/core:** upgraded to 1.0.0-beta.52
842
+
843
+ ## @quartzds/core-vue [1.0.0-beta.54](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.53...@quartzds/core-vue@1.0.0-beta.54) (2024-06-20)
844
+
845
+
846
+ ### ⚠ BREAKING CHANGES
847
+
848
+ * TypeScript < 5.1 and Angular < 16.1.0 are no longer
849
+ supported.
850
+
851
+ ### 🐛 Bug Fixes
852
+
853
+ * update Stencil.js version ([5196e5c](https://github.com/quartzds/core-foundations/commit/5196e5cbae7b6e77520469334c78362a8bbee215))
854
+
855
+
856
+
857
+ ### Dependencies
858
+
859
+ * **@quartzds/core:** upgraded to 1.0.0-beta.51
860
+
861
+ ## @quartzds/core-vue [1.0.0-beta.53](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.52...@quartzds/core-vue@1.0.0-beta.53) (2024-05-30)
862
+
863
+
864
+ ### ✨ Features
865
+
866
+ * add breadcrumb-item ([b0ea93f](https://github.com/quartzds/core-foundations/commit/b0ea93fdd82130d9b7ec55355153222faf030aac))
867
+
868
+
869
+
870
+ ### Dependencies
871
+
872
+ * **@quartzds/core:** upgraded to 1.0.0-beta.50
873
+
874
+ ## @quartzds/core-vue [1.0.0-beta.52](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.51...@quartzds/core-vue@1.0.0-beta.52) (2024-05-29)
875
+
876
+
877
+
878
+ ### Dependencies
879
+
880
+ * **@quartzds/core:** upgraded to 1.0.0-beta.49
881
+
882
+ ## @quartzds/core-vue [1.0.0-beta.51](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.50...@quartzds/core-vue@1.0.0-beta.51) (2024-05-24)
883
+
884
+
885
+
886
+ ### Dependencies
887
+
888
+ * **@quartzds/core:** upgraded to 1.0.0-beta.48
889
+
890
+ ## @quartzds/core-vue [1.0.0-beta.50](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.49...@quartzds/core-vue@1.0.0-beta.50) (2024-05-24)
891
+
892
+
893
+
894
+ ### Dependencies
895
+
896
+ * **@quartzds/core:** upgraded to 1.0.0-beta.47
897
+
898
+ ## @quartzds/core-vue [1.0.0-beta.49](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.48...@quartzds/core-vue@1.0.0-beta.49) (2024-05-22)
899
+
900
+
901
+
902
+ ### Dependencies
903
+
904
+ * **@quartzds/core:** upgraded to 1.0.0-beta.46
905
+
906
+ ## @quartzds/core-vue [1.0.0-beta.48](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.47...@quartzds/core-vue@1.0.0-beta.48) (2024-05-22)
907
+
908
+
909
+ ### ⚠ BREAKING CHANGES
910
+
911
+ * the `draggable ` toggle no longer exists.
912
+ Replace it with `list-action='reorder'`.
913
+ * the `navigation` toggle no longer exist.
914
+ Replace it with `destination='navigation'`.
915
+
916
+ * feat!(list-item): replace `draggable` toggle with `list-action` property ([27fb23d](https://github.com/quartzds/core-foundations/commit/27fb23dc33c1cf65998f840d43eb28a909c5b052))
917
+ * feat!(list-item): replace `navigation` toggle with `destination` parameter ([ac7beab](https://github.com/quartzds/core-foundations/commit/ac7beab81ff7a8b662ddbfe836f7f9a5245e05c7))
918
+
919
+
920
+ ### ✨ Features
921
+
922
+ * **list-item:** add `divider` option to control divider styles ([5522fd3](https://github.com/quartzds/core-foundations/commit/5522fd3c8fdefd0b12fffd11812b1c0e8d1ed673))
923
+ * **list-item:** support `indeterminate` when `list-action="multiselect"` ([4d09794](https://github.com/quartzds/core-foundations/commit/4d0979416e07d5bdd7b66bf3759ff78480539092))
924
+ * support both `selected` and `checked` properties ([3e8c61b](https://github.com/quartzds/core-foundations/commit/3e8c61bab341133a3ef2e883908f05a6a9462665))
925
+
926
+
927
+
928
+ ### Dependencies
929
+
930
+ * **@quartzds/core:** upgraded to 1.0.0-beta.45
931
+
932
+ ## @quartzds/core-vue [1.0.0-beta.47](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.46...@quartzds/core-vue@1.0.0-beta.47) (2024-05-22)
933
+
934
+
935
+ ### ✨ Features
936
+
937
+ * add `qds-chip` ([d8e9866](https://github.com/quartzds/core-foundations/commit/d8e9866a6f534c16d2824ff2c54bf1bd2fca5ffb))
938
+
939
+
940
+
941
+ ### Dependencies
942
+
943
+ * **@quartzds/core:** upgraded to 1.0.0-beta.44
944
+
945
+ ## @quartzds/core-vue [1.0.0-beta.46](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.45...@quartzds/core-vue@1.0.0-beta.46) (2024-05-16)
946
+
947
+
948
+ ### ✨ Features
949
+
950
+ * **qds-title:** add `variant` property ([ea14384](https://github.com/quartzds/core-foundations/commit/ea143842bbd2c5e96a6ebed368a2ce66dab96b64))
951
+ * **qds-divider:** add `vertical` property ([a7e071b](https://github.com/quartzds/core-foundations/commit/a7e071bda24292f0bf5ac299b13ea8c8a3a66f59))
952
+
953
+
954
+
955
+ ### Dependencies
956
+
957
+ * **@quartzds/core:** upgraded to 1.0.0-beta.43
958
+
959
+ ## @quartzds/core-vue [1.0.0-beta.45](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.44...@quartzds/core-vue@1.0.0-beta.45) (2024-04-24)
960
+
961
+
962
+
963
+ ### Dependencies
964
+
965
+ * **@quartzds/core:** upgraded to 1.0.0-beta.42
966
+
967
+ ## @quartzds/core-vue [1.0.0-beta.44](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.43...@quartzds/core-vue@1.0.0-beta.44) (2024-04-16)
968
+
969
+
970
+
971
+ ### Dependencies
972
+
973
+ * **@quartzds/core:** upgraded to 1.0.0-beta.41
974
+
975
+ ## @quartzds/core-vue [1.0.0-beta.43](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.42...@quartzds/core-vue@1.0.0-beta.43) (2024-04-09)
976
+
977
+
978
+
979
+ ### Dependencies
980
+
981
+ * **@quartzds/core:** upgraded to 1.0.0-beta.40
982
+
983
+ ## @quartzds/core-vue [1.0.0-beta.42](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.41...@quartzds/core-vue@1.0.0-beta.42) (2024-04-04)
984
+
985
+
986
+
987
+ ### Dependencies
988
+
989
+ * **@quartzds/core:** upgraded to 1.0.0-beta.39
990
+
991
+ ## @quartzds/core-vue [1.0.0-beta.41](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.40...@quartzds/core-vue@1.0.0-beta.41) (2024-04-02)
992
+
993
+
994
+
995
+ ### Dependencies
996
+
997
+ * **@quartzds/core:** upgraded to 1.0.0-beta.38
998
+
999
+ ## @quartzds/core-vue [1.0.0-beta.40](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.39...@quartzds/core-vue@1.0.0-beta.40) (2024-04-02)
1000
+
1001
+
1002
+
1003
+ ### Dependencies
1004
+
1005
+ * **@quartzds/core:** upgraded to 1.0.0-beta.37
1006
+
1007
+ <!--
1008
+ SPDX-FileCopyrightText: © 2024 Schneider Electric
1009
+
1010
+ SPDX-License-Identifier: LGPL-2.1-only
1011
+ -->
1012
+
1013
+ # Change Log
1014
+
1015
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1016
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
1017
+
1018
+ > All notable changes to this project will be documented in this file
1019
+
1020
+ ## @quartzds/core-vue [1.0.0-beta.39](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.38...@quartzds/core-vue@1.0.0-beta.39) (2024-03-25)
1021
+
1022
+
1023
+
1024
+ ### Dependencies
1025
+
1026
+ * **@quartzds/core:** upgraded to 1.0.0-beta.36
1027
+
1028
+ ## @quartzds/core-vue [1.0.0-beta.38](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.37...@quartzds/core-vue@1.0.0-beta.38) (2024-03-15)
1029
+
1030
+
1031
+
1032
+ ### Dependencies
1033
+
1034
+ * **@quartzds/core:** upgraded to 1.0.0-beta.35
1035
+
1036
+ ## @quartzds/core-vue [1.0.0-beta.37](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.36...@quartzds/core-vue@1.0.0-beta.37) (2024-02-17)
1037
+
1038
+
1039
+ ### ✨ Features
1040
+
1041
+ * add `<qds-nav-list-item>` component ([642c774](https://github.com/quartzds/core-foundations/commit/642c774e6bf69603dbe1220fba5eb54d77b69ae1))
1042
+
1043
+
1044
+
1045
+ ### Dependencies
1046
+
1047
+ * **@quartzds/core:** upgraded to 1.0.0-beta.34
1048
+
1049
+ ## @quartzds/core-vue [1.0.0-beta.36](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.35...@quartzds/core-vue@1.0.0-beta.36) (2024-02-08)
1050
+
1051
+
1052
+
1053
+ ### Dependencies
1054
+
1055
+ * **@quartzds/core:** upgraded to 1.0.0-beta.33
1056
+
1057
+ ## @quartzds/core-vue [1.0.0-beta.35](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.34...@quartzds/core-vue@1.0.0-beta.35) (2024-02-06)
1058
+
1059
+
1060
+
1061
+ ### Dependencies
1062
+
1063
+ * **@quartzds/core:** upgraded to 1.0.0-beta.32
1064
+
1065
+ ## @quartzds/core-vue [1.0.0-beta.34](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.33...@quartzds/core-vue@1.0.0-beta.34) (2024-02-01)
1066
+
1067
+
1068
+ ### ✨ Features
1069
+
1070
+ * add `qds-list-item` ([a103a90](https://github.com/quartzds/core-foundations/commit/a103a907f96836f0f5db5ed0f6de890c7d142ddd))
1071
+
1072
+
1073
+
1074
+ ### Dependencies
1075
+
1076
+ * **@quartzds/core:** upgraded to 1.0.0-beta.31
1077
+
1078
+ ## @quartzds/core-vue [1.0.0-beta.33](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.32...@quartzds/core-vue@1.0.0-beta.33) (2024-01-23)
1079
+
1080
+
1081
+
1082
+ ### Dependencies
1083
+
1084
+ * **@quartzds/core:** upgraded to 1.0.0-beta.30
1085
+
1086
+ ## @quartzds/core-vue [1.0.0-beta.32](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.31...@quartzds/core-vue@1.0.0-beta.32) (2024-01-19)
1087
+
1088
+
1089
+ ### ✨ Features
1090
+
1091
+ * **qds-button:** add `badge` property ([3eaca57](https://github.com/quartzds/core-foundations/commit/3eaca57213fda99f5deb0f0a820b2ab9d94883d7))
1092
+
1093
+
1094
+
1095
+ ### Dependencies
1096
+
1097
+ * **@quartzds/core:** upgraded to 1.0.0-beta.29
1098
+
1099
+ ## @quartzds/core-vue [1.0.0-beta.31](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.30...@quartzds/core-vue@1.0.0-beta.31) (2024-01-17)
1100
+
1101
+
1102
+
1103
+ ### Dependencies
1104
+
1105
+ * **@quartzds/core:** upgraded to 1.0.0-beta.28
1106
+
1107
+ ## @quartzds/core-vue [1.0.0-beta.30](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.29...@quartzds/core-vue@1.0.0-beta.30) (2024-01-15)
1108
+
1109
+
1110
+ ### ✨ Features
1111
+
1112
+ * add qds-standalone-link component ([742589f](https://github.com/quartzds/core-foundations/commit/742589f8fa1341d62ccd173d352ce19b7d889a61))
1113
+
1114
+
1115
+
1116
+ ### Dependencies
1117
+
1118
+ * **@quartzds/core:** upgraded to 1.0.0-beta.27
1119
+
1120
+ ## @quartzds/core-vue [1.0.0-beta.29](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.28...@quartzds/core-vue@1.0.0-beta.29) (2024-01-12)
1121
+
1122
+
1123
+ ### ✨ Features
1124
+
1125
+ * **qds-button:** add `action` property ([966f583](https://github.com/quartzds/core-foundations/commit/966f58343beeb39b36492e9408e09f861dadfc07))
1126
+ * **qds-button:** add `variant` property ([658b89c](https://github.com/quartzds/core-foundations/commit/658b89c8c5c25bc7b8da1171e2dd1a41d2641a1b))
1127
+
1128
+
1129
+ ### 🐛 Bug Fixes
1130
+
1131
+ * make components compatible with latest tokens ([57ea9d7](https://github.com/quartzds/core-foundations/commit/57ea9d76ad6122ae901871ad3cf2b77acb20699f))
1132
+
1133
+
1134
+
1135
+ ### Dependencies
1136
+
1137
+ * **@quartzds/core:** upgraded to 1.0.0-beta.26
1138
+
1139
+ <!--
1140
+ SPDX-FileCopyrightText: © 2024 Schneider Electric
1141
+
1142
+ SPDX-License-Identifier: Apache-2.0
1143
+ -->
1144
+
1145
+ # Change Log
1146
+
1147
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1148
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
1149
+
1150
+ > All notable changes to this project will be documented in this file
1151
+
1152
+ ## @quartzds/core-vue [1.0.0-beta.28](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.27...@quartzds/core-vue@1.0.0-beta.28) (2023-12-15)
1153
+
1154
+
1155
+ ### ⚠ BREAKING CHANGES
1156
+
1157
+ * switch `qdsChange` two-way bindings to `qdsInput`
1158
+ * add form-associated support
1159
+
1160
+ ### ✨ Features
1161
+
1162
+ * add form-associated support ([c6fd67e](https://github.com/quartzds/core-foundations/commit/c6fd67e86c4f64fe6a450850fe88fc293e8eb241))
1163
+
1164
+
1165
+ ### 🐛 Bug Fixes
1166
+
1167
+ * switch `qdsChange` two-way bindings to `qdsInput` ([5d2c303](https://github.com/quartzds/core-foundations/commit/5d2c303521ebdfc5dc7dd52bfa03c64b7d64232e))
1168
+
1169
+
1170
+
1171
+ ### Dependencies
1172
+
1173
+ * **@quartzds/core:** upgraded to 1.0.0-beta.25
1174
+
1175
+ ## @quartzds/core-vue [1.0.0-beta.27](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.26...@quartzds/core-vue@1.0.0-beta.27) (2023-10-27)
1176
+
1177
+
1178
+
1179
+ ### Dependencies
1180
+
1181
+ * **@quartzds/core:** upgraded to 1.0.0-beta.24
1182
+
1183
+ ## @quartzds/core-vue [1.0.0-beta.26](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.25...@quartzds/core-vue@1.0.0-beta.26) (2023-10-27)
1184
+
1185
+
1186
+
1187
+ ### Dependencies
1188
+
1189
+ * **@quartzds/core:** upgraded to 1.0.0-beta.23
1190
+
1191
+ ## @quartzds/core-vue [1.0.0-beta.25](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.24...@quartzds/core-vue@1.0.0-beta.25) (2023-09-28)
1192
+
1193
+
1194
+
1195
+ ### Dependencies
1196
+
1197
+ * **@quartzds/core:** upgraded to 1.0.0-beta.22
1198
+
1199
+ ## @quartzds/core-vue [1.0.0-beta.24](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.23...@quartzds/core-vue@1.0.0-beta.24) (2023-09-16)
1200
+
1201
+
1202
+
1203
+ ### Dependencies
1204
+
1205
+ * **@quartzds/core:** upgraded to 1.0.0-beta.21
1206
+
1207
+ ## @quartzds/core-vue [1.0.0-beta.23](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.22...@quartzds/core-vue@1.0.0-beta.23) (2023-09-12)
1208
+
1209
+
1210
+
1211
+ ### Dependencies
1212
+
1213
+ * **@quartzds/core:** upgraded to 1.0.0-beta.20
1214
+
1215
+ ## @quartzds/core-vue [1.0.0-beta.22](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.21...@quartzds/core-vue@1.0.0-beta.22) (2023-09-11)
1216
+
1217
+
1218
+ ### ✨ Features
1219
+
1220
+ * implement select component ([a7276d2](https://github.com/quartzds/core-foundations/commit/a7276d2bd0027f3791dc4a8470a361f37ed73cbb))
1221
+
1222
+
1223
+
1224
+ ### Dependencies
1225
+
1226
+ * **@quartzds/core:** upgraded to 1.0.0-beta.19
1227
+
1228
+ ## @quartzds/core-vue [1.0.0-beta.21](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.20...@quartzds/core-vue@1.0.0-beta.21) (2023-09-07)
1229
+
1230
+
1231
+
1232
+ ### Dependencies
1233
+
1234
+ * **@quartzds/core:** upgraded to 1.0.0-beta.18
1235
+
1236
+ ## @quartzds/core-vue [1.0.0-beta.20](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.19...@quartzds/core-vue@1.0.0-beta.20) (2023-09-07)
1237
+
1238
+
1239
+ ### ✨ Features
1240
+
1241
+ * **qds-radio:** add bindings ([0417cd7](https://github.com/quartzds/core-foundations/commit/0417cd70ba83c2d6ccba2986f3cfa5052fab6dd7))
1242
+
1243
+
1244
+
1245
+ ### Dependencies
1246
+
1247
+ * **@quartzds/core:** upgraded to 1.0.0-beta.17
1248
+
1249
+ ## @quartzds/core-vue [1.0.0-beta.19](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.18...@quartzds/core-vue@1.0.0-beta.19) (2023-08-25)
1250
+
1251
+
1252
+ ### ✨ Features
1253
+
1254
+ * add table components ([cded020](https://github.com/quartzds/core-foundations/commit/cded020c5eb600e0b84d53c8371a10afffd8721c))
1255
+
1256
+
1257
+
1258
+ ### Dependencies
1259
+
1260
+ * **@quartzds/core:** upgraded to 1.0.0-beta.16
1261
+
1262
+ ## @quartzds/core-vue [1.0.0-beta.18](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.17...@quartzds/core-vue@1.0.0-beta.18) (2023-08-18)
1263
+
1264
+
1265
+
1266
+ ### Dependencies
1267
+
1268
+ * **@quartzds/core:** upgraded to 1.0.0-beta.15
1269
+
1270
+ ## @quartzds/core-vue [1.0.0-beta.17](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.16...@quartzds/core-vue@1.0.0-beta.17) (2023-08-04)
1271
+
1272
+
1273
+
1274
+ ### Dependencies
1275
+
1276
+ * **@quartzds/core:** upgraded to 1.0.0-beta.14
1277
+
1278
+ ## @quartzds/core-vue [1.0.0-beta.16](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.15...@quartzds/core-vue@1.0.0-beta.16) (2023-08-04)
1279
+
1280
+
1281
+
1282
+ ### Dependencies
1283
+
1284
+ * **@quartzds/core:** upgraded to 1.0.0-beta.13
1285
+
1286
+ ## @quartzds/core-vue [1.0.0-beta.15](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.14...@quartzds/core-vue@1.0.0-beta.15) (2023-07-31)
1287
+
1288
+
1289
+ ### ✨ Features
1290
+
1291
+ * implement dialog component ([1fd9794](https://github.com/quartzds/core-foundations/commit/1fd97946aaa73d6ef7694cda0518938ca1b7aa3e))
1292
+
1293
+
1294
+
1295
+ ### Dependencies
1296
+
1297
+ * **@quartzds/core:** upgraded to 1.0.0-beta.12
1298
+
1299
+ ## @quartzds/core-vue [1.0.0-beta.14](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.13...@quartzds/core-vue@1.0.0-beta.14) (2023-07-24)
1300
+
1301
+
1302
+
1303
+ ### Dependencies
1304
+
1305
+ * **@quartzds/core:** upgraded to 1.0.0-beta.11
1306
+
1307
+ ## @quartzds/core-vue [1.0.0-beta.13](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.12...@quartzds/core-vue@1.0.0-beta.13) (2023-07-21)
1308
+
1309
+
1310
+ ### ✨ Features
1311
+
1312
+ * implement form message component ([3921b46](https://github.com/quartzds/core-foundations/commit/3921b4609afc10f3736cb2335ec6172e390b8465))
1313
+
1314
+
1315
+
1316
+ ### Dependencies
1317
+
1318
+ * **@quartzds/core:** upgraded to 1.0.0-beta.10
1319
+
1320
+ ## @quartzds/core-vue [1.0.0-beta.12](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.11...@quartzds/core-vue@1.0.0-beta.12) (2023-07-18)
1321
+
1322
+
1323
+ ### ✨ Features
1324
+
1325
+ * implement divider component ([4266271](https://github.com/quartzds/core-foundations/commit/426627100aad2202786c2f515416b01688b4d78b))
1326
+
1327
+
1328
+
1329
+ ### Dependencies
1330
+
1331
+ * **@quartzds/core:** upgraded to 1.0.0-beta.9
1332
+
1333
+ ## @quartzds/core-vue [1.0.0-beta.11](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.10...@quartzds/core-vue@1.0.0-beta.11) (2023-07-16)
1334
+
1335
+
1336
+
1337
+ ### Dependencies
1338
+
1339
+ * **@quartzds/core:** upgraded to 1.0.0-beta.8
1340
+
1341
+ ## @quartzds/core-vue [1.0.0-beta.10](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.9...@quartzds/core-vue@1.0.0-beta.10) (2023-07-12)
1342
+
1343
+
1344
+ ### ✨ Features
1345
+
1346
+ * implement textarea component ([358af36](https://github.com/quartzds/core-foundations/commit/358af36009ba8428440a7e5b5d062047e26e3f1b))
1347
+
1348
+
1349
+
1350
+ ### Dependencies
1351
+
1352
+ * **@quartzds/core:** upgraded to 1.0.0-beta.7
1353
+
1354
+ ## @quartzds/core-vue [1.0.0-beta.9](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.8...@quartzds/core-vue@1.0.0-beta.9) (2023-07-06)
1355
+
1356
+
1357
+ ### ⚠ BREAKING CHANGES
1358
+
1359
+ * update to Stencil `v4.0.0`
1360
+
1361
+ ### ✨ Features
1362
+
1363
+ * update to Stencil `v4.0.0` ([075e6df](https://github.com/quartzds/core-foundations/commit/075e6dffd0c33b396ccb92e71c1768f7a03483f0))
1364
+
1365
+
1366
+
1367
+ ### Dependencies
1368
+
1369
+ * **@quartzds/core:** upgraded to 1.0.0-beta.6
1370
+
1371
+ ## @quartzds/core-vue [1.0.0-beta.8](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.7...@quartzds/core-vue@1.0.0-beta.8) (2023-07-04)
1372
+
1373
+
1374
+ ### 🐛 Bug Fixes
1375
+
1376
+ * republish packages to GHP ([e765a0f](https://github.com/quartzds/core-foundations/commit/e765a0fcf5d33c62211d5d744c604128305fc7dc))
1377
+
1378
+
1379
+
1380
+ ### Dependencies
1381
+
1382
+ * **@quartzds/core:** upgraded to 1.0.0-beta.5
1383
+
1384
+ ## @quartzds/core-vue [1.0.0-beta.7](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.6...@quartzds/core-vue@1.0.0-beta.7) (2023-07-03)
1385
+
1386
+
1387
+
1388
+ ### Dependencies
1389
+
1390
+ * **@quartzds/core:** upgraded to 1.0.0-beta.4
1391
+
1392
+ ## @quartzds/core-vue [1.0.0-beta.6](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.5...@quartzds/core-vue@1.0.0-beta.6) (2023-07-03)
1393
+
1394
+
1395
+
1396
+ ### Dependencies
1397
+
1398
+ * **@quartzds/core:** upgraded to 1.0.0-beta.3
1399
+
1400
+ ## @quartzds/core-vue [1.0.0-beta.5](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.4...@quartzds/core-vue@1.0.0-beta.5) (2023-07-03)
1401
+
1402
+
1403
+
1404
+ ### Dependencies
1405
+
1406
+ * **@quartzds/core:** upgraded to 1.0.0-beta.2
1407
+
1408
+ ## @quartzds/core-vue [1.0.0-beta.4](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.3...@quartzds/core-vue@1.0.0-beta.4) (2023-06-30)
1409
+
1410
+
1411
+
1412
+ ### Dependencies
1413
+
1414
+ * **@quartzds/core:** upgraded to 1.0.0-beta.2
1415
+
1416
+ ## @quartzds/core-vue [1.0.0-beta.3](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.2...@quartzds/core-vue@1.0.0-beta.3) (2023-06-30)
1417
+
1418
+
1419
+
1420
+ ### Dependencies
1421
+
1422
+ * **@quartzds/core:** upgraded to 1.0.0-beta.2
1423
+
1424
+ ## @quartzds/core-vue [1.0.0-beta.2](https://github.com/quartzds/core-foundations/compare/@quartzds/core-vue@1.0.0-beta.1...@quartzds/core-vue@1.0.0-beta.2) (2023-06-30)
1425
+
1426
+
1427
+
1428
+ ### Dependencies
1429
+
1430
+ * **@quartzds/core:** upgraded to 1.0.0-beta.2
1431
+
1432
+ ## @quartzds/core-vue 1.0.0-beta.1 (2023-06-29)
1433
+
1434
+ ### ✨ Features
1435
+
1436
+ * remove `open` prefix from package names ([1d57894](https://github.com/quartzds/core-foundations/commit/1d578946e0fc00946b5ff50afd3eda29d14eae81))
1437
+
1438
+ ## @quartzds/open-core-vue [1.0.0-beta.23](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.22...@quartzds/open-core-vue@1.0.0-beta.23) (2023-05-27)
1439
+
1440
+
1441
+ ### ⚠ BREAKING CHANGES
1442
+
1443
+ * match the case of `hrefLang` to native property
1444
+
1445
+ ### 🐛 Bug Fixes
1446
+
1447
+ * match the case of `hrefLang` to native property ([22fe35a](https://github.com/quartzds/core-foundations/commit/22fe35a65fa126fc126b9ea463b72eb244b0ca1a))
1448
+
1449
+
1450
+
1451
+ ### Dependencies
1452
+
1453
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.26
1454
+
1455
+ ## @quartzds/open-core-vue [1.0.0-beta.22](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.21...@quartzds/open-core-vue@1.0.0-beta.22) (2023-05-22)
1456
+
1457
+
1458
+ ### 🐛 Bug Fixes
1459
+
1460
+ * update vue bindings for v3.3 compatibility ([dcce18f](https://github.com/quartzds/core-foundations/commit/dcce18fd35a7009fdaf80d427ae96d5971fb0d79))
1461
+
1462
+ ## @quartzds/open-core-vue [1.0.0-beta.21](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.20...@quartzds/open-core-vue@1.0.0-beta.21) (2023-05-19)
1463
+
1464
+
1465
+
1466
+ ### Dependencies
1467
+
1468
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.25
1469
+
1470
+ ## @quartzds/open-core-vue [1.0.0-beta.20](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.19...@quartzds/open-core-vue@1.0.0-beta.20) (2023-04-25)
1471
+
1472
+
1473
+
1474
+ ### Dependencies
1475
+
1476
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.24
1477
+
1478
+ ## @quartzds/open-core-vue [1.0.0-beta.19](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.18...@quartzds/open-core-vue@1.0.0-beta.19) (2023-04-24)
1479
+
1480
+
1481
+ ### ✨ Features
1482
+
1483
+ * allow `package.json` to be imported ([9548c19](https://github.com/quartzds/core-foundations/commit/9548c191c0c1b4ca7f3c27ff4bc63a76e2a4f9f8))
1484
+
1485
+
1486
+
1487
+ ### Dependencies
1488
+
1489
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.23
1490
+
1491
+ ## @quartzds/open-core-vue [1.0.0-beta.18](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.17...@quartzds/open-core-vue@1.0.0-beta.18) (2023-04-12)
1492
+
1493
+
1494
+
1495
+ ### Dependencies
1496
+
1497
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.22
1498
+
1499
+ ## @quartzds/open-core-vue [1.0.0-beta.17](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.16...@quartzds/open-core-vue@1.0.0-beta.17) (2023-04-12)
1500
+
1501
+
1502
+
1503
+ ### Dependencies
1504
+
1505
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.21
1506
+
1507
+ ## @quartzds/open-core-vue [1.0.0-beta.16](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.15...@quartzds/open-core-vue@1.0.0-beta.16) (2023-04-11)
1508
+
1509
+
1510
+
1511
+ ### Dependencies
1512
+
1513
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.20
1514
+
1515
+ ## @quartzds/open-core-vue [1.0.0-beta.15](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.14...@quartzds/open-core-vue@1.0.0-beta.15) (2023-04-10)
1516
+
1517
+
1518
+ ### ⚠ BREAKING CHANGES
1519
+
1520
+ * **qds-switch:** rename `*-start`/`*-end` to `*-unchecked`/`*-checked`
1521
+
1522
+ ### 🐛 Bug Fixes
1523
+
1524
+ * **qds-switch:** rename `*-start`/`*-end` to `*-unchecked`/`*-checked` ([dc58493](https://github.com/quartzds/core-foundations/commit/dc584937164b0983f487dfc8dbd073a11ed2bf80))
1525
+
1526
+
1527
+ ### ✨ Features
1528
+
1529
+ * add the `inline` property for form controls ([e1d4851](https://github.com/quartzds/core-foundations/commit/e1d4851f8263c250b20e3f13d6f9c9026a6554b8))
1530
+
1531
+
1532
+
1533
+ ### Dependencies
1534
+
1535
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.19
1536
+
1537
+ ## @quartzds/open-core-vue [1.0.0-beta.14](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.13...@quartzds/open-core-vue@1.0.0-beta.14) (2023-03-31)
1538
+
1539
+
1540
+ ### ⚠ BREAKING CHANGES
1541
+
1542
+ * **qds-link:** rename to `qds-inline-link`
1543
+ * **qds-tooltip:** remove slots
1544
+
1545
+ ### ♻️ Refactoring
1546
+
1547
+ * **qds-tooltip:** remove slots ([1a609b2](https://github.com/quartzds/core-foundations/commit/1a609b2a2372e76c37192d0d82f0482de7ba6fd7))
1548
+
1549
+
1550
+ ### ✨ Features
1551
+
1552
+ * add theme/platform support ([f7f2a88](https://github.com/quartzds/core-foundations/commit/f7f2a88d40c8926e03d483e4a92eb8aed1329d3c)), closes [#176](https://github.com/quartzds/core-foundations/issues/176)
1553
+
1554
+
1555
+ ### 🐛 Bug Fixes
1556
+
1557
+ * **qds-link:** rename to `qds-inline-link` ([e79083d](https://github.com/quartzds/core-foundations/commit/e79083d12d2c82a1de1f63c06e60af7fa2192f18))
1558
+
1559
+
1560
+
1561
+ ### Dependencies
1562
+
1563
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.18
1564
+
1565
+ ## @quartzds/open-core-vue [1.0.0-beta.13](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.12...@quartzds/open-core-vue@1.0.0-beta.13) (2023-03-21)
1566
+
1567
+
1568
+ ### ⚠ BREAKING CHANGES
1569
+
1570
+ * Any code relying on blur/change/focus/input event
1571
+ propagation with different characteristics from the native events will
1572
+ need to be modified.
1573
+
1574
+ ### 🐛 Bug Fixes
1575
+
1576
+ * align event propagation with native events ([d7b3005](https://github.com/quartzds/core-foundations/commit/d7b300533ceabbec76468f4d2188b9c60e78b1a5))
1577
+
1578
+
1579
+ ### ✨ Features
1580
+
1581
+ * **qds-input:** add `size` property ([763c9ef](https://github.com/quartzds/core-foundations/commit/763c9ef3917488609c1521ce563dcc3bd2ca0015))
1582
+ * implement dropdown component ([3fd93a1](https://github.com/quartzds/core-foundations/commit/3fd93a176c9736741a431cc3b193e88ae71be606))
1583
+ * implement tooltip component ([a979589](https://github.com/quartzds/core-foundations/commit/a9795891102d4d658463771388df8b4d72a84fd0))
1584
+
1585
+
1586
+
1587
+ ### Dependencies
1588
+
1589
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.17
1590
+
1591
+ ## @quartzds/open-core-vue [1.0.0-beta.12](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.11...@quartzds/open-core-vue@1.0.0-beta.12) (2023-02-16)
1592
+
1593
+
1594
+ ### ⚠ BREAKING CHANGES
1595
+
1596
+ * rename `label` properties to `text`
1597
+
1598
+ ### 🐛 Bug Fixes
1599
+
1600
+ * rename `label` properties to `text` ([4db0d32](https://github.com/quartzds/core-foundations/commit/4db0d32a1bc5cf470a76910a25e56dfe0f1c92f1))
1601
+
1602
+
1603
+ ### ✨ Features
1604
+
1605
+ * implement switch component ([1658c45](https://github.com/quartzds/core-foundations/commit/1658c45b483a67ddf3fcf7cb09a894535609325b))
1606
+
1607
+
1608
+
1609
+ ### Dependencies
1610
+
1611
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.16
1612
+
1613
+ ## @quartzds/open-core-vue [1.0.0-beta.11](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.10...@quartzds/open-core-vue@1.0.0-beta.11) (2023-02-01)
1614
+
1615
+
1616
+
1617
+ ### Dependencies
1618
+
1619
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.15
1620
+
1621
+ ## @quartzds/open-core-vue [1.0.0-beta.10](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.9...@quartzds/open-core-vue@1.0.0-beta.10) (2023-01-31)
1622
+
1623
+
1624
+ ### ⚠ BREAKING CHANGES
1625
+
1626
+ * **qds-title:** remove `label` property
1627
+
1628
+ ### 🐛 Bug Fixes
1629
+
1630
+ * **qds-title:** remove `label` property ([9ca36ff](https://github.com/quartzds/core-foundations/commit/9ca36ff59243b5a8402daf7fa806f241e4983cfd))
1631
+
1632
+
1633
+ ### ✨ Features
1634
+
1635
+ * implement link component ([46b0769](https://github.com/quartzds/core-foundations/commit/46b07690f5d6faf2f7206664ba18ecb39464b1b6))
1636
+ * re-export `@quartzds/open-core` API to library wrappers ([ac6bdbe](https://github.com/quartzds/core-foundations/commit/ac6bdbef8692b0c3c79df11e664f5042edb5fff9))
1637
+
1638
+
1639
+
1640
+ ### Dependencies
1641
+
1642
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.14
1643
+
1644
+ ## @quartzds/open-core-vue [1.0.0-beta.9](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.8...@quartzds/open-core-vue@1.0.0-beta.9) (2023-01-25)
1645
+
1646
+
1647
+
1648
+ ### Dependencies
1649
+
1650
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.13
1651
+
1652
+ ## @quartzds/open-core-vue [1.0.0-beta.8](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.7...@quartzds/open-core-vue@1.0.0-beta.8) (2023-01-23)
1653
+
1654
+
1655
+ ### ✨ Features
1656
+
1657
+ * implement radio component ([b72261d](https://github.com/quartzds/core-foundations/commit/b72261d62eceec6986f51cbd7e3ceb4a334c94d6))
1658
+
1659
+
1660
+
1661
+ ### Dependencies
1662
+
1663
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.12
1664
+
1665
+ ## @quartzds/open-core-vue [1.0.0-beta.7](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.6...@quartzds/open-core-vue@1.0.0-beta.7) (2023-01-19)
1666
+
1667
+
1668
+
1669
+ ### Dependencies
1670
+
1671
+ * **@quartzds/open-core:** upgraded to 1.0.0-beta.11
1672
+
1673
+ ## @quartzds/open-core-vue [1.0.0-beta.6](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.5...@quartzds/open-core-vue@1.0.0-beta.6) (2023-01-12)
1674
+
1675
+ ### 🐛 Bug Fixes
1676
+
1677
+ - add missing `exports` to `package.json` ([77a08f6](https://github.com/quartzds/core-foundations/commit/77a08f6c816d5c198e65b35b21afb61c2edfc5ff))
1678
+
1679
+ ### Dependencies
1680
+
1681
+ - **@quartzds/open-core:** upgraded to 1.0.0-beta.10
1682
+
1683
+ ## @quartzds/open-core-vue [1.0.0-beta.5](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.4...@quartzds/open-core-vue@1.0.0-beta.5) (2023-01-10)
1684
+
1685
+ ### ✨ Features
1686
+
1687
+ - implement checkbox component ([49f2d69](https://github.com/quartzds/core-foundations/commit/49f2d6995381b9de6267c524f5a32c97839c3613))
1688
+
1689
+ ### 🐛 Bug Fixes
1690
+
1691
+ - remove `"type": "module"` from `package.json` ([e41d44a](https://github.com/quartzds/core-foundations/commit/e41d44a233791d4a99b8abff1a29a9fa0ca69c83))
1692
+
1693
+ <!--
1694
+ SPDX-FileCopyrightText: © 2022 Schneider Electric
1695
+
1696
+ SPDX-License-Identifier: Apache-2.0
1697
+ -->
1698
+
1699
+ # Change Log
1700
+
1701
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1702
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
1703
+
1704
+ > All notable changes to this project will be documented in this file
1705
+
1706
+ ## @quartzds/open-core-vue [1.0.0-beta.4](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.3...@quartzds/open-core-vue@1.0.0-beta.4) (2022-12-23)
1707
+
1708
+ ### ✨ Features
1709
+
1710
+ - add icon support ([3d9a3fd](https://github.com/quartzds/core-foundations/commit/3d9a3fd9004b8b391902e47fa3c1ab849f855d7f))
1711
+
1712
+ ## @quartzds/open-core-vue [1.0.0-beta.3](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.2...@quartzds/open-core-vue@1.0.0-beta.3) (2022-10-28)
1713
+
1714
+ ### ⚠ BREAKING CHANGES
1715
+
1716
+ - **qds-title:** rename `content` to `label` for consistency
1717
+
1718
+ ### 🐛 Bug Fixes
1719
+
1720
+ - **qds-title:** rename `content` to `label` for consistency ([7d3a76a](https://github.com/quartzds/core-foundations/commit/7d3a76ab7ef81964feb2d7cf002c604aa03390ca))
1721
+
1722
+ ## @quartzds/open-core-vue [1.0.0-beta.2](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core-vue@1.0.0-beta.1...@quartzds/open-core-vue@1.0.0-beta.2) (2022-10-26)
1723
+
1724
+ ### 🚀 Features
1725
+
1726
+ - implement more sensible input validity ([fd1b0af](https://github.com/quartzds/core-foundations/commit/fd1b0af909e91fcbd962880c73ad6c50bb5ec048))
1727
+
1728
+ ### 🐛 Bug Fixes
1729
+
1730
+ - pin deps to patch version ([4a4944e](https://github.com/quartzds/core-foundations/commit/4a4944ec13df7d348dbdc7103828823e880dd531))
1731
+ - use correct package.json `files` values ([a01201f](https://github.com/quartzds/core-foundations/commit/a01201f774af926fe5329f37edf38e3db86d8e9e))
1732
+
1733
+ ## @quartzds/open-core-vue 1.0.0-beta.1 (2022-10-18)
1734
+
1735
+ ### 🚀 Features
1736
+
1737
+ - initial commit ([3629a09](https://github.com/quartzds/core-foundations/commit/3629a09b78b881eeaa94c516c839cbbe75e20d7c))