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