@quartzds/core-angular 1.0.0-beta.12 → 1.0.0-beta.120

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