@quartzds/core 1.0.0-beta.94 → 1.0.0-beta.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1396 -0
- package/components/{p-fff94876.js → p-2456dfb8.js} +3 -3
- package/components/{p-fff94876.js.map → p-2456dfb8.js.map} +1 -1
- package/components/{p-95e5ad61.js → p-47564985.js} +2 -2
- package/components/{p-95e5ad61.js.map → p-47564985.js.map} +1 -1
- package/components/{p-3b3e9e52.js → p-b9c7713a.js} +3 -3
- package/components/{p-3b3e9e52.js.map → p-b9c7713a.js.map} +1 -1
- package/components/{p-251cd601.js → p-cf94dabc.js} +2 -2
- package/components/{p-251cd601.js.map → p-cf94dabc.js.map} +1 -1
- package/components/qds-button.js +1 -1
- package/components/qds-checkbox.js +1 -1
- package/components/qds-inline-link.js +2 -2
- package/components/qds-inline-link.js.map +1 -1
- package/components/qds-input.js +1 -1
- package/components/qds-label.js +1 -1
- package/components/qds-list-item.js +2 -2
- package/components/qds-nav-list-item.js +3 -3
- package/components/qds-progress-bar.js +1 -1
- package/components/qds-radio.js +4 -4
- package/components/qds-select.js +1 -1
- package/components/qds-standalone-link.js +2 -2
- package/components/qds-switch.js +3 -3
- package/components/qds-tab.js +1 -1
- package/components/qds-tabbar.js +1 -1
- package/components/qds-table-body.js +1 -1
- package/components/qds-table-cell.js +1 -1
- package/components/qds-table-head.js +1 -1
- package/components/qds-table-row.js +1 -1
- package/components/qds-table.js +1 -1
- package/components/qds-title.js +1 -1
- package/dist/cjs/qds-button.cjs.entry.js +1 -1
- package/dist/cjs/qds-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/qds-inline-link.cjs.entry.js +2 -2
- package/dist/cjs/qds-inline-link.cjs.entry.js.map +1 -1
- package/dist/cjs/qds-label.cjs.entry.js +2 -2
- package/dist/cjs/qds-nav-list-item.cjs.entry.js +3 -3
- package/dist/cjs/qds-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/qds-radio.cjs.entry.js +3 -3
- package/dist/cjs/qds-select.cjs.entry.js +1 -1
- package/dist/cjs/qds-standalone-link.cjs.entry.js +2 -2
- package/dist/cjs/qds-switch.cjs.entry.js +3 -3
- package/dist/cjs/qds-table-body.cjs.entry.js +1 -1
- package/dist/cjs/qds-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/qds-table-head.cjs.entry.js +1 -1
- package/dist/cjs/qds-table-row.cjs.entry.js +1 -1
- package/dist/cjs/qds-table.cjs.entry.js +1 -1
- package/dist/cjs/qds-tag_2.cjs.entry.js +1 -1
- package/dist/docs.json +1 -1
- package/dist/esm/qds-button.entry.js +1 -1
- package/dist/esm/qds-checkbox.entry.js +1 -1
- package/dist/esm/qds-inline-link.entry.js +2 -2
- package/dist/esm/qds-inline-link.entry.js.map +1 -1
- package/dist/esm/qds-label.entry.js +2 -2
- package/dist/esm/qds-nav-list-item.entry.js +3 -3
- package/dist/esm/qds-progress-bar.entry.js +1 -1
- package/dist/esm/qds-radio.entry.js +3 -3
- package/dist/esm/qds-select.entry.js +1 -1
- package/dist/esm/qds-standalone-link.entry.js +2 -2
- package/dist/esm/qds-switch.entry.js +3 -3
- package/dist/esm/qds-table-body.entry.js +1 -1
- package/dist/esm/qds-table-cell.entry.js +1 -1
- package/dist/esm/qds-table-head.entry.js +1 -1
- package/dist/esm/qds-table-row.entry.js +1 -1
- package/dist/esm/qds-table.entry.js +1 -1
- package/dist/esm/qds-tag_2.entry.js +1 -1
- package/hydrate/index.js +25 -25
- package/hydrate/index.mjs +25 -25
- package/package.json +5 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1396 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
SPDX-FileCopyrightText: © 2025 Schneider Electric
|
|
3
|
+
|
|
4
|
+
SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
-->
|
|
6
|
+
|
|
7
|
+
# Change Log
|
|
8
|
+
|
|
9
|
+
[](https://conventionalcommits.org)
|
|
10
|
+
[](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 [1.0.0-beta.95](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.94...@quartzds/core@1.0.0-beta.95) (2025-06-17)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### 🐛 Bug Fixes
|
|
18
|
+
|
|
19
|
+
* include `CHANGELOG.md` in `files` array ([10f5009](https://github.com/quartzds/core-foundations/commit/10f50093838c9a2c20a3bf5a4c4b4aeee2f68586))
|
|
20
|
+
* **qds-inline-link:** prevent text truncation ([a52834b](https://github.com/quartzds/core-foundations/commit/a52834bb46e3391171aff112ed8f4d9408a0f2bb))
|
|
21
|
+
|
|
22
|
+
## @quartzds/core [1.0.0-beta.94](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.93...@quartzds/core@1.0.0-beta.94) (2025-06-03)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### ✨ Features
|
|
26
|
+
|
|
27
|
+
* **qds-dialog:** refactor the content to have additional `slots` ([2722461](https://github.com/quartzds/core-foundations/commit/272246193bc88775756a82be56fa0bbe121d470a))
|
|
28
|
+
|
|
29
|
+
## @quartzds/core [1.0.0-beta.93](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.92...@quartzds/core@1.0.0-beta.93) (2025-05-27)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### 🐛 Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **qds-input:** allow clearing file inputs ([b84cbc2](https://github.com/quartzds/core-foundations/commit/b84cbc2467c6eebc26f83d0abfc831bd5ce30bb2))
|
|
35
|
+
|
|
36
|
+
## @quartzds/core [1.0.0-beta.92](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.91...@quartzds/core@1.0.0-beta.92) (2025-05-22)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### ⚡️ Performance Improvements
|
|
40
|
+
|
|
41
|
+
* wrap initial `isOverflowing` checks in `readTask` ([45e3a46](https://github.com/quartzds/core-foundations/commit/45e3a46a58256102ff136526c6b190eaab60050b))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### ✨ Features
|
|
45
|
+
|
|
46
|
+
* **qds-input:** add `hide/show` icon for `type=password ` ([51ef396](https://github.com/quartzds/core-foundations/commit/51ef39673ffcc52fe675583335ec0794b5853643))
|
|
47
|
+
* **docs:** add Angular storybook ([f91756a](https://github.com/quartzds/core-foundations/commit/f91756ae5c58c76a4c3bcc0c2928db299be69377))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### 🐛 Bug Fixes
|
|
51
|
+
|
|
52
|
+
* **qds-dialog:** add dialog border ([fb55e75](https://github.com/quartzds/core-foundations/commit/fb55e75ce97231716e3d0411a9b2d8eaea44c095))
|
|
53
|
+
* **button:** fix clickable disabled button issue ([d437578](https://github.com/quartzds/core-foundations/commit/d437578c3f28d22f3ceaeb4df2a8b851d887fb6f))
|
|
54
|
+
* **qds-tag:** remove `padding-inline` from the `subdued` tag ([61f1e4e](https://github.com/quartzds/core-foundations/commit/61f1e4e425c5f9ef616bd01e8735b7ba4190dd6d))
|
|
55
|
+
* **qds-tooltip:** replace SVG arrow with div-based implementation ([887325b](https://github.com/quartzds/core-foundations/commit/887325b877178d8ff36082aacb525a738d605377))
|
|
56
|
+
* **qds-checkbox, qds-radio, qds-label:** respect host element's width ([c587f4c](https://github.com/quartzds/core-foundations/commit/c587f4c8d393ef882336f4324283d84802f55588))
|
|
57
|
+
* **qds-switch:** update large width token ([8fa41b5](https://github.com/quartzds/core-foundations/commit/8fa41b540ee0e88eb5eb8feee32d4cb4435f80bd))
|
|
58
|
+
|
|
59
|
+
## @quartzds/core [1.0.0-beta.91](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.90...@quartzds/core@1.0.0-beta.91) (2025-04-30)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### 🐛 Bug Fixes
|
|
63
|
+
|
|
64
|
+
* **a11y:** update checkbox accessibility for checkbox only use case ([53aae3b](https://github.com/quartzds/core-foundations/commit/53aae3b51a9e5d8e56efb2b59e14e97dc16987da))
|
|
65
|
+
|
|
66
|
+
## @quartzds/core [1.0.0-beta.90](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.89...@quartzds/core@1.0.0-beta.90) (2025-04-24)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### ✨ Features
|
|
70
|
+
|
|
71
|
+
* **qds-tag:** add `qds-badge-indicator` ([1a17be6](https://github.com/quartzds/core-foundations/commit/1a17be6f166428aa5384ef985bbea4048cf3c65e))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### 🐛 Bug Fixes
|
|
75
|
+
|
|
76
|
+
* resolve responsive overflow on button ([a15c0d3](https://github.com/quartzds/core-foundations/commit/a15c0d39c993acfa5b8220f4365a661e2b4c9edf))
|
|
77
|
+
* resolve responsive overflow on chip ([337b4c0](https://github.com/quartzds/core-foundations/commit/337b4c066104039b7811af0a351f1f76f46db469))
|
|
78
|
+
* **qds-tabbar:** respect initial tab bar selection ([fe3851f](https://github.com/quartzds/core-foundations/commit/fe3851f3b766ec1ce0418bf8ac257d4199f8a953))
|
|
79
|
+
* **core:** responsive overflow ([1a205ef](https://github.com/quartzds/core-foundations/commit/1a205ef6ecef40f6d3486f8a49db431aad6605b8))
|
|
80
|
+
* **qds-tag:** update `success` status `tokens` ([7e6cb86](https://github.com/quartzds/core-foundations/commit/7e6cb8690f6380e2e2ab3b7aa2b9d2edabfefbe4))
|
|
81
|
+
* **qds-switch:** update `tokens` ([0d743d2](https://github.com/quartzds/core-foundations/commit/0d743d2a8b2cd1f15255622ec18277316b5e51e7))
|
|
82
|
+
* **qds-title:** update `web-promo` variant ([68df211](https://github.com/quartzds/core-foundations/commit/68df211eb3fdc63bf44ef465f66a64f31fffad01))
|
|
83
|
+
* **a11y:** update qds-tooltip accessibility for target element ([70b2924](https://github.com/quartzds/core-foundations/commit/70b292469d0723627c305a2cfa9c0c405c559349))
|
|
84
|
+
* **qds-chip:** update the `closable` chip icon ([e670d27](https://github.com/quartzds/core-foundations/commit/e670d27edf031528b72fe4b2dcb9600108bec5a6))
|
|
85
|
+
* **qds-chip:** update the `selectable` chip icon position ([3a8d258](https://github.com/quartzds/core-foundations/commit/3a8d258676f8314d90d540ebf4d9e55409872e44))
|
|
86
|
+
|
|
87
|
+
## @quartzds/core [1.0.0-beta.89](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.88...@quartzds/core@1.0.0-beta.89) (2025-04-09)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### 🐛 Bug Fixes
|
|
91
|
+
|
|
92
|
+
* **qds-divider:** `aria-hidden="true"` by default ([149c4a7](https://github.com/quartzds/core-foundations/commit/149c4a7b77e34c9f900fad579b4aeef14a66ecf0))
|
|
93
|
+
|
|
94
|
+
## @quartzds/core [1.0.0-beta.88](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.87...@quartzds/core@1.0.0-beta.88) (2025-03-28)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### 🐛 Bug Fixes
|
|
98
|
+
|
|
99
|
+
* **qds-title:** change `kicker` source order for a11y ([5819410](https://github.com/quartzds/core-foundations/commit/58194106abd4b4506b0bfb6d7a67566834b615bd))
|
|
100
|
+
|
|
101
|
+
## @quartzds/core [1.0.0-beta.87](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.86...@quartzds/core@1.0.0-beta.87) (2025-03-26)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### 🐛 Bug Fixes
|
|
105
|
+
|
|
106
|
+
* **qds-tabbar:** resolve arrow display on resize ([2321db1](https://github.com/quartzds/core-foundations/commit/2321db1437a070b0ea7e339f9c035e4efb13e365))
|
|
107
|
+
* resolve indicator position depending on tabbar layer and level ([8941166](https://github.com/quartzds/core-foundations/commit/89411661da1fb61b808d92f776a4c6a236f721ce))
|
|
108
|
+
* **qds-switch:** resolve knob position by updating tokens ([9c69d47](https://github.com/quartzds/core-foundations/commit/9c69d4713bea634b64e901acd2daf58078330dfa))
|
|
109
|
+
|
|
110
|
+
## @quartzds/core [1.0.0-beta.86](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.85...@quartzds/core@1.0.0-beta.86) (2025-03-24)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### ✨ Features
|
|
114
|
+
|
|
115
|
+
* add `defineCustomElements` function ([00db78a](https://github.com/quartzds/core-foundations/commit/00db78ab9e1e7edf1a8badc89b4dcfbeecc73753))
|
|
116
|
+
|
|
117
|
+
## @quartzds/core [1.0.0-beta.85](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.84...@quartzds/core@1.0.0-beta.85) (2025-03-20)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### ⚠ BREAKING CHANGES
|
|
121
|
+
|
|
122
|
+
* **qds-button:** The `popup-type` attribute has been removed. Use `aria-haspopup` instead.
|
|
123
|
+
|
|
124
|
+
### 🐛 Bug Fixes
|
|
125
|
+
|
|
126
|
+
* **qds-button:** clamp hero size to 2 lines ([ba2b392](https://github.com/quartzds/core-foundations/commit/ba2b392a70b97fbd4e6a7210b2aa34d8dfea3024))
|
|
127
|
+
* **qds-button:** ignore `onclick` attribute when disabled ([6b64724](https://github.com/quartzds/core-foundations/commit/6b64724a9cc462e084a31f5bf928a8b83e34be72))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### ✨ Features
|
|
131
|
+
|
|
132
|
+
* **qds-tooltip:** add `Escape` key handling ([9f8a232](https://github.com/quartzds/core-foundations/commit/9f8a2325aa678e39cd6f01f38c9847b4fa9cd4fa))
|
|
133
|
+
* **qds-label:** add overflow tooltip ([bfde8a3](https://github.com/quartzds/core-foundations/commit/bfde8a33af59cb0d0edc7469b56a21495102d407))
|
|
134
|
+
* **qds-inline-link:** add truncation support ([c1b1619](https://github.com/quartzds/core-foundations/commit/c1b1619b1da3f77974ad950f1f81b3eb30626561))
|
|
135
|
+
* **qds-select:** add truncation support ([ea75dbe](https://github.com/quartzds/core-foundations/commit/ea75dbea85869e7255762e9d59bd67c075115f07))
|
|
136
|
+
* **qds-standalone-link:** add truncation support ([7374794](https://github.com/quartzds/core-foundations/commit/7374794b95f778afa4e064378700b434894e0881))
|
|
137
|
+
* **qds-input:** respect `max-width` ([8c73c47](https://github.com/quartzds/core-foundations/commit/8c73c477feb476cee5e6767220b3bb3894e7752e))
|
|
138
|
+
* **qds-chip:** respect `min-width` and `max-width` ([6dd775a](https://github.com/quartzds/core-foundations/commit/6dd775ac8371379382fed3b81734ddf1ae846b0b))
|
|
139
|
+
|
|
140
|
+
## @quartzds/core [1.0.0-beta.84](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.83...@quartzds/core@1.0.0-beta.84) (2025-03-06)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### ⚠ BREAKING CHANGES
|
|
144
|
+
|
|
145
|
+
* **qds-button:** `<qds-button>`'s `text` property is now required.
|
|
146
|
+
|
|
147
|
+
### 🐛 Bug Fixes
|
|
148
|
+
|
|
149
|
+
* **qds-divider:** use `role="separator"` and `aria-orientation` ([c842230](https://github.com/quartzds/core-foundations/commit/c842230690eec3ee32c49873cf8d842174e32bbf))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### ✨ Features
|
|
153
|
+
|
|
154
|
+
* **qds-button:** add `iconOnly` property ([b909920](https://github.com/quartzds/core-foundations/commit/b909920e7a7541c16aed88c9821d2654defefe50))
|
|
155
|
+
* **qds-divider:** add `subdued` importance ([bbf646e](https://github.com/quartzds/core-foundations/commit/bbf646e8d4d613bd4f92739f206a8be0b78f6f34))
|
|
156
|
+
|
|
157
|
+
## @quartzds/core [1.0.0-beta.83](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.82...@quartzds/core@1.0.0-beta.83) (2025-03-06)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### ✨ Features
|
|
161
|
+
|
|
162
|
+
* **qds-switch:** add angular forms support ([d7a13f8](https://github.com/quartzds/core-foundations/commit/d7a13f826cf659d3b74834002dcd8924f2f6673b))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### 🐛 Bug Fixes
|
|
166
|
+
|
|
167
|
+
* **form controls:** show invalid state only after interaction ([ea9e70d](https://github.com/quartzds/core-foundations/commit/ea9e70d560832bcf4b0fa3d2a19ee4b6fa8e7e7a))
|
|
168
|
+
|
|
169
|
+
## @quartzds/core [1.0.0-beta.82](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.81...@quartzds/core@1.0.0-beta.82) (2025-03-06)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### 🐛 Bug Fixes
|
|
173
|
+
|
|
174
|
+
* add `aria-hidden` to overflow tooltips ([cadf29d](https://github.com/quartzds/core-foundations/commit/cadf29d9fb7e8b17394151531072bb31ad7e1773))
|
|
175
|
+
* **qds-chip:** calculate overflow correctly ([c4a13e8](https://github.com/quartzds/core-foundations/commit/c4a13e89235404e6baa5f8bc612b3df0a3e4396c))
|
|
176
|
+
* **qds-tooltip:** use `hidden` attribute ([8e53c60](https://github.com/quartzds/core-foundations/commit/8e53c60f338d2f144e46da5a9589e0e604ea1555))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### ✨ Features
|
|
180
|
+
|
|
181
|
+
* **qds-breadcrumb-item:** add overflow tooltip ([5a786b8](https://github.com/quartzds/core-foundations/commit/5a786b8140508c49e9eeba76498e69c80fda500e))
|
|
182
|
+
* **qds-tag:** add truncation support ([2569add](https://github.com/quartzds/core-foundations/commit/2569addafe16cb723ca9ec379739441b477afa93))
|
|
183
|
+
* copy `styles` from `@quartzds/core` ([00b3cd5](https://github.com/quartzds/core-foundations/commit/00b3cd5bbedb917fe8dd8efe42bfb7a2f3f757c1))
|
|
184
|
+
|
|
185
|
+
## @quartzds/core [1.0.0-beta.81](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.80...@quartzds/core@1.0.0-beta.81) (2025-02-26)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### ✨ Features
|
|
189
|
+
|
|
190
|
+
* convert angular components to standalone ([3ab979f](https://github.com/quartzds/core-foundations/commit/3ab979f30d081e39720704f7c6ba666de60a3a1e))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### 🐛 Bug Fixes
|
|
194
|
+
|
|
195
|
+
* prevent incorrect overflow detection with `line-height` reset ([e906eb7](https://github.com/quartzds/core-foundations/commit/e906eb70f97eb8e665af9c5ce1179f69c2a1d694))
|
|
196
|
+
|
|
197
|
+
## @quartzds/core [1.0.0-beta.80](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.79...@quartzds/core@1.0.0-beta.80) (2025-02-20)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
### 🐛 Bug Fixes
|
|
201
|
+
|
|
202
|
+
* add 1px tolerance when determining overflow ([3f6e63f](https://github.com/quartzds/core-foundations/commit/3f6e63f056f906a54ef6cd7dbda44dd9865cd64b))
|
|
203
|
+
|
|
204
|
+
## @quartzds/core [1.0.0-beta.79](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.78...@quartzds/core@1.0.0-beta.79) (2025-02-19)
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### 🐛 Bug Fixes
|
|
208
|
+
|
|
209
|
+
* revert `angular-output-target` to `0.7.1` ([5c64f97](https://github.com/quartzds/core-foundations/commit/5c64f978c631187b979d16532e797f657b2da21a))
|
|
210
|
+
|
|
211
|
+
## @quartzds/core [1.0.0-beta.78](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.77...@quartzds/core@1.0.0-beta.78) (2025-02-19)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### 🐛 Bug Fixes
|
|
215
|
+
|
|
216
|
+
* **qds-title:** move kicker tag for better a11y ([50cadfd](https://github.com/quartzds/core-foundations/commit/50cadfdf2b6f32407a5ebb9d0a190be4d70e5a85))
|
|
217
|
+
* **qds-title:** remove excess vertical space ([3df0afc](https://github.com/quartzds/core-foundations/commit/3df0afc56d59b3df251290c4ee3f4b0f8c7cfe5c))
|
|
218
|
+
|
|
219
|
+
## @quartzds/core [1.0.0-beta.77](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.76...@quartzds/core@1.0.0-beta.77) (2025-02-18)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### 🐛 Bug Fixes
|
|
223
|
+
|
|
224
|
+
* **qds-button:** center `<a>` tag like `<button>` tag ([53ee810](https://github.com/quartzds/core-foundations/commit/53ee8103a362c7b5c829c51d248abf0498ea85b5))
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### ✨ Features
|
|
228
|
+
|
|
229
|
+
* add qds-tabbar ([d977542](https://github.com/quartzds/core-foundations/commit/d977542289c830a3ebd7f9c64a11597133b0d4ff))
|
|
230
|
+
|
|
231
|
+
## @quartzds/core [1.0.0-beta.76](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.75...@quartzds/core@1.0.0-beta.76) (2025-02-17)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### 🐛 Bug Fixes
|
|
235
|
+
|
|
236
|
+
* add textarea to value accessor ([837b721](https://github.com/quartzds/core-foundations/commit/837b721e5f13f74cc8fa754dd61fc97e43d8add4))
|
|
237
|
+
|
|
238
|
+
## @quartzds/core [1.0.0-beta.75](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.74...@quartzds/core@1.0.0-beta.75) (2025-02-10)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### 🐛 Bug Fixes
|
|
242
|
+
|
|
243
|
+
* potential assertion failure in Input component ([71f55bd](https://github.com/quartzds/core-foundations/commit/71f55bdadeab5bd928169e4b66a06801ccf67432))
|
|
244
|
+
* remove `invariant()` from `disconnectedCallback()` ([506f5a7](https://github.com/quartzds/core-foundations/commit/506f5a70074541ea00994a47bdae060aaaf22307))
|
|
245
|
+
|
|
246
|
+
## @quartzds/core [1.0.0-beta.74](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.73...@quartzds/core@1.0.0-beta.74) (2025-01-30)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### ✨ Features
|
|
250
|
+
|
|
251
|
+
* **qds-dialog:** add CSS `width`/`height` support ([498fc1d](https://github.com/quartzds/core-foundations/commit/498fc1d28ca2dffaf61a52406306e681b0f0ec2e))
|
|
252
|
+
* add qds-tab ([47c25ec](https://github.com/quartzds/core-foundations/commit/47c25ecd1e3490fc30d1d14ce4803bf6fedd72b3))
|
|
253
|
+
|
|
254
|
+
## @quartzds/core [1.0.0-beta.73](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.72...@quartzds/core@1.0.0-beta.73) (2025-01-23)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### 🐛 Bug Fixes
|
|
258
|
+
|
|
259
|
+
* **qds-textarea:** use correct focus tokens ([16ecefe](https://github.com/quartzds/core-foundations/commit/16ecefeaf5d606e3e1022bbc591625fded68ecfd))
|
|
260
|
+
|
|
261
|
+
## @quartzds/core [1.0.0-beta.72](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.71...@quartzds/core@1.0.0-beta.72) (2025-01-23)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### 🐛 Bug Fixes
|
|
265
|
+
|
|
266
|
+
* **qds-button:** disconnect `ResizeObserver` for icon-only buttons ([0a43b6c](https://github.com/quartzds/core-foundations/commit/0a43b6cb720e8a6c8ee3083b20249a02e5112f4d))
|
|
267
|
+
* **qds-button:** restore hero size text wrapping ([dcc586d](https://github.com/quartzds/core-foundations/commit/dcc586dc028394e029375d86ce7cf0209eecddb4))
|
|
268
|
+
|
|
269
|
+
## @quartzds/core [1.0.0-beta.71](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.70...@quartzds/core@1.0.0-beta.71) (2025-01-17)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### ✨ Features
|
|
273
|
+
|
|
274
|
+
* **links:** add new href/target icons ([a723488](https://github.com/quartzds/core-foundations/commit/a723488870564539701f7c7e77e39d3c80ca147f))
|
|
275
|
+
|
|
276
|
+
## @quartzds/core [1.0.0-beta.70](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.69...@quartzds/core@1.0.0-beta.70) (2025-01-10)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### 🐛 Bug Fixes
|
|
280
|
+
|
|
281
|
+
* **qds-breadcrumb-item:** add correct a11y semantics ([ecd15b2](https://github.com/quartzds/core-foundations/commit/ecd15b20128974d4de649d23f95df0621f096b06))
|
|
282
|
+
|
|
283
|
+
## @quartzds/core [1.0.0-beta.69](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.68...@quartzds/core@1.0.0-beta.69) (2025-01-09)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### 🐛 Bug Fixes
|
|
287
|
+
|
|
288
|
+
* **qds-chip:** use correct tooltip triggers ([87e8b6f](https://github.com/quartzds/core-foundations/commit/87e8b6fd289799936aa07de706bb76a68b36f0bf))
|
|
289
|
+
|
|
290
|
+
## @quartzds/core [1.0.0-beta.68](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.67...@quartzds/core@1.0.0-beta.68) (2025-01-09)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### ✨ Features
|
|
294
|
+
|
|
295
|
+
* **qds-tooltip:** add `trigger` property ([2679b6f](https://github.com/quartzds/core-foundations/commit/2679b6fc919790ee73ed9d7488e20b1a969ee9fa))
|
|
296
|
+
* **qds-button:** add overflow tooltip ([cceb2a6](https://github.com/quartzds/core-foundations/commit/cceb2a6a495f6c18fa7451389b1c77a104533f99))
|
|
297
|
+
* **qds-chip:** add overflow tooltip ([6278f52](https://github.com/quartzds/core-foundations/commit/6278f5253a0111f98db06f3682c72b3ff617c6d6))
|
|
298
|
+
|
|
299
|
+
<!--
|
|
300
|
+
SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
301
|
+
|
|
302
|
+
SPDX-License-Identifier: Apache-2.0
|
|
303
|
+
-->
|
|
304
|
+
|
|
305
|
+
# Change Log
|
|
306
|
+
|
|
307
|
+
[](https://conventionalcommits.org)
|
|
308
|
+
[](https://semver.org/spec/v2.0.0)
|
|
309
|
+
|
|
310
|
+
> All notable changes to this project will be documented in this file
|
|
311
|
+
|
|
312
|
+
## @quartzds/core [1.0.0-beta.67](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.66...@quartzds/core@1.0.0-beta.67) (2024-12-20)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### ⚠ BREAKING CHANGES
|
|
316
|
+
|
|
317
|
+
* **qds-button:** rename `badgeIndicatorColor` to `badgeIndicatorStatus`
|
|
318
|
+
|
|
319
|
+
### 🐛 Bug Fixes
|
|
320
|
+
|
|
321
|
+
* **qds-button:** remove `hero` icon padding ([2bf9316](https://github.com/quartzds/core-foundations/commit/2bf93163371f41af68746a7a6f8c44cef3df1847))
|
|
322
|
+
* **qds-button:** remove `hero` icon-only inline padding ([35e0a72](https://github.com/quartzds/core-foundations/commit/35e0a7294c409330cf3f26a5e1277311a6e969f1))
|
|
323
|
+
* **qds-button:** rename `badgeIndicatorColor` to `badgeIndicatorStatus` ([a2bd3f1](https://github.com/quartzds/core-foundations/commit/a2bd3f1bae26489ce0082703cdca4e123b780ee7))
|
|
324
|
+
|
|
325
|
+
## @quartzds/core [1.0.0-beta.66](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.65...@quartzds/core@1.0.0-beta.66) (2024-12-17)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### ✨ Features
|
|
329
|
+
|
|
330
|
+
* add `<qds-loader>` component ([e2e46c1](https://github.com/quartzds/core-foundations/commit/e2e46c1dbc632b0d387e481612e8d9e53c5ee34d))
|
|
331
|
+
* add `<qds-progress-bar>` component ([24e32db](https://github.com/quartzds/core-foundations/commit/24e32db56a8b1e824e5f6a65cb268f5ef2e239ce))
|
|
332
|
+
* **qds-input:** add `type="file"` support ([77ec90d](https://github.com/quartzds/core-foundations/commit/77ec90de70c997fec51afc30ffff9621ab5f02e2))
|
|
333
|
+
|
|
334
|
+
## @quartzds/core [1.0.0-beta.65](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.64...@quartzds/core@1.0.0-beta.65) (2024-12-16)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### ⚠ BREAKING CHANGES
|
|
338
|
+
|
|
339
|
+
* **qds-tag:** rename `color` to `status`
|
|
340
|
+
* **links:** update tokens
|
|
341
|
+
|
|
342
|
+
### 🐛 Bug Fixes
|
|
343
|
+
|
|
344
|
+
* **qds-input:** dispatch `qdsInput` on search clear ([2350e35](https://github.com/quartzds/core-foundations/commit/2350e3583fa864483b39092d59fdb2458d3e20fb))
|
|
345
|
+
* **qds-tag:** rename `color` to `status` ([66fcdc5](https://github.com/quartzds/core-foundations/commit/66fcdc5ec4cd3aadc735759612403f624b96f5ae))
|
|
346
|
+
* **links:** update tokens ([4bff36f](https://github.com/quartzds/core-foundations/commit/4bff36f7de681928bb8858a648070b9266796f8d))
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### ✨ Features
|
|
350
|
+
|
|
351
|
+
* **qds-inline-link:** add `icon-name`/`icon-library` ([c0a4d20](https://github.com/quartzds/core-foundations/commit/c0a4d20b5bad733fcbeb61ec63292ea334a809e6))
|
|
352
|
+
* **qds-tag:** add `size` ([338826d](https://github.com/quartzds/core-foundations/commit/338826d0867cb87fd081a664c24fe373c0d80e3d))
|
|
353
|
+
* **qds-standalone-link:** add `visitable` ([6f75078](https://github.com/quartzds/core-foundations/commit/6f75078cf240c1a470fc29b9f2727ac473c99f17))
|
|
354
|
+
|
|
355
|
+
## @quartzds/core [1.0.0-beta.64](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.63...@quartzds/core@1.0.0-beta.64) (2024-12-11)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### ⚠ BREAKING CHANGES
|
|
359
|
+
|
|
360
|
+
* **qds-switch:** update to latest brand tokens
|
|
361
|
+
* **qds-switch:** The following properties have been removed from
|
|
362
|
+
`<qds-switch>`:
|
|
363
|
+
|
|
364
|
+
- `icon-checked-library`
|
|
365
|
+
- `icon-checked-name`
|
|
366
|
+
- `icon-unchecked-library`
|
|
367
|
+
- `icon-unchecked-name`
|
|
368
|
+
- `text-checked`
|
|
369
|
+
- `text-unchecked`
|
|
370
|
+
|
|
371
|
+
To explicitly label a `<qds-switch>`, the following example markup can be used
|
|
372
|
+
instead:
|
|
373
|
+
|
|
374
|
+
```html
|
|
375
|
+
<label for="switch">
|
|
376
|
+
<qds-label text="Switch label"></qds-label>
|
|
377
|
+
</label>
|
|
378
|
+
<qds-switch id="switch"></qds-switch>
|
|
379
|
+
```
|
|
380
|
+
* mark `components/p-*` exports as private
|
|
381
|
+
|
|
382
|
+
### ✨ Features
|
|
383
|
+
|
|
384
|
+
* **button:** add indicator support ([7005e41](https://github.com/quartzds/core-foundations/commit/7005e41abb22e61eeb4824a43d740aa7a6f3120e))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### 🐛 Bug Fixes
|
|
388
|
+
|
|
389
|
+
* **list-item:** correct focus ring style ([8ac87d4](https://github.com/quartzds/core-foundations/commit/8ac87d4885fd4364ab8c22806cef8ca610decac2))
|
|
390
|
+
* mark `components/p-*` exports as private ([443e7bd](https://github.com/quartzds/core-foundations/commit/443e7bd0de8eded41647f01a5f6ef27396a7d357))
|
|
391
|
+
* **qds-switch:** remove internal labels ([b25e1c8](https://github.com/quartzds/core-foundations/commit/b25e1c8efdfcbe7311937b043f39cb49fcdc5c45))
|
|
392
|
+
* update `@stencil/react-output-target` ([7697e78](https://github.com/quartzds/core-foundations/commit/7697e784bcda8465dc75941758e2e5d26e5d383f))
|
|
393
|
+
* **qds-switch:** update to latest brand tokens ([0117b56](https://github.com/quartzds/core-foundations/commit/0117b56fd5e0703a18ac603cfb0046df0f451f8b))
|
|
394
|
+
|
|
395
|
+
## @quartzds/core [1.0.0-beta.63](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.62...@quartzds/core@1.0.0-beta.63) (2024-12-03)
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### 🐛 Bug Fixes
|
|
399
|
+
|
|
400
|
+
* **qds-select:** always clone slot nodes to internal `<select>` ([e954cb2](https://github.com/quartzds/core-foundations/commit/e954cb21d482bda1362a84027715486fc7211e54))
|
|
401
|
+
|
|
402
|
+
## @quartzds/core [1.0.0-beta.62](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.61...@quartzds/core@1.0.0-beta.62) (2024-11-26)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### 🐛 Bug Fixes
|
|
406
|
+
|
|
407
|
+
* **qds-dropdown:** add rotation transition on reference element ([add4c91](https://github.com/quartzds/core-foundations/commit/add4c9125a6afb3d72192f36cfd48b8a7b20bebb))
|
|
408
|
+
|
|
409
|
+
## @quartzds/core [1.0.0-beta.61](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.60...@quartzds/core@1.0.0-beta.61) (2024-11-26)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### ⚠ BREAKING CHANGES
|
|
413
|
+
|
|
414
|
+
* **qds-button:** When using the `<qds-button>` element's `variant` property,
|
|
415
|
+
the `importance` and `size` properties must now to be used instead:
|
|
416
|
+
|
|
417
|
+
- `<qds-button variant="destructive">` -> `<qds-button importance="destructive">`
|
|
418
|
+
- `<qds-button variant="hero">` -> `<qds-button size="hero">`
|
|
419
|
+
|
|
420
|
+
### 🐛 Bug Fixes
|
|
421
|
+
|
|
422
|
+
* **qds-button:** remove `variant` property ([15eecbc](https://github.com/quartzds/core-foundations/commit/15eecbcd736c359134f24189ba538961301ff388))
|
|
423
|
+
* **qds-button:** update badge tokens ([2927964](https://github.com/quartzds/core-foundations/commit/2927964a71b33036263be412a8cd1f7d5613ce5a))
|
|
424
|
+
* use correct default icon library asset path ([c0e3a8e](https://github.com/quartzds/core-foundations/commit/c0e3a8e109e6741f69ef7ac4745984233356e609))
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### ✨ Features
|
|
428
|
+
|
|
429
|
+
* **qds-button:** add `subdued-destructive` importance ([3775cac](https://github.com/quartzds/core-foundations/commit/3775cacac99263affd6d4001c97ea03d6da3daf3))
|
|
430
|
+
* **qds-dropdown:** remove `experimental` classifier ([d370382](https://github.com/quartzds/core-foundations/commit/d37038275d095f02af8a4917ea5985ee93b8aec2))
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### ⚡️ Performance Improvements
|
|
434
|
+
|
|
435
|
+
* add `cssnano`/`cssnano-preset-advanced` ([5d307a3](https://github.com/quartzds/core-foundations/commit/5d307a30336d2f7a60c49cbd28e5a189164c97ee))
|
|
436
|
+
|
|
437
|
+
## @quartzds/core [1.0.0-beta.60](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.59...@quartzds/core@1.0.0-beta.60) (2024-10-11)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### ✨ Features
|
|
441
|
+
|
|
442
|
+
* **qds-input:** use custom icons ([40b24aa](https://github.com/quartzds/core-foundations/commit/40b24aa2f3ff5227e7e4ec73bed114e05e61eacc))
|
|
443
|
+
|
|
444
|
+
## @quartzds/core [1.0.0-beta.59](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.58...@quartzds/core@1.0.0-beta.59) (2024-10-10)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### 🐛 Bug Fixes
|
|
448
|
+
|
|
449
|
+
* generate correct react bindings code ([3564fe7](https://github.com/quartzds/core-foundations/commit/3564fe7cc44d1bd1df5fd070446c03ee642a9bed))
|
|
450
|
+
|
|
451
|
+
## @quartzds/core [1.0.0-beta.58](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.57...@quartzds/core@1.0.0-beta.58) (2024-10-09)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### 🐛 Bug Fixes
|
|
455
|
+
|
|
456
|
+
* **qds-button:** update button working as link to allow "rel" property overwrite ([256e11b](https://github.com/quartzds/core-foundations/commit/256e11b9c571e147adec507001a46b202bf529a6))
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### ✨ Features
|
|
460
|
+
|
|
461
|
+
* **qds-title:** add `alignment` property ([9185bd5](https://github.com/quartzds/core-foundations/commit/9185bd57d7ec93ea4b136015914881f436d7c8e4))
|
|
462
|
+
|
|
463
|
+
## @quartzds/core [1.0.0-beta.57](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.56...@quartzds/core@1.0.0-beta.57) (2024-09-26)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### ⚠ BREAKING CHANGES
|
|
467
|
+
|
|
468
|
+
* **qds-dialog:** change `show()`/`close()` to be sync
|
|
469
|
+
* this is a breaking change if using experimental or
|
|
470
|
+
private and undocumented properties and methods.
|
|
471
|
+
|
|
472
|
+
### 🐛 Bug Fixes
|
|
473
|
+
|
|
474
|
+
* **qds-dialog:** change `show()`/`close()` to be sync ([9a31bf0](https://github.com/quartzds/core-foundations/commit/9a31bf0ba49056bdd989135b5644d7629deb6767))
|
|
475
|
+
* use private properties where possible ([832834e](https://github.com/quartzds/core-foundations/commit/832834e56919fc92564360cd7b5a94d1a0c4d8fa))
|
|
476
|
+
|
|
477
|
+
## @quartzds/core [1.0.0-beta.56](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.55...@quartzds/core@1.0.0-beta.56) (2024-09-17)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### 🐛 Bug Fixes
|
|
481
|
+
|
|
482
|
+
* cache unresolved icon request promises ([d7bf087](https://github.com/quartzds/core-foundations/commit/d7bf0874c7fae7eddbf67032c8708f490dda13da))
|
|
483
|
+
* improve `package.json` `exports` compatibility ([6ab4fa4](https://github.com/quartzds/core-foundations/commit/6ab4fa48a33bb4c623177ee72041c24fb11a9a6a))
|
|
484
|
+
|
|
485
|
+
## @quartzds/core [1.0.0-beta.55](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.54...@quartzds/core@1.0.0-beta.55) (2024-08-07)
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### ✨ Features
|
|
489
|
+
|
|
490
|
+
* add `qds-tag` ([51cc639](https://github.com/quartzds/core-foundations/commit/51cc639077780ec19887a71bb4ec8035720f55b7))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### 🐛 Bug Fixes
|
|
494
|
+
|
|
495
|
+
* **a11y:** add aria attributes to improve `qds-button` accessibility ([6e8376c](https://github.com/quartzds/core-foundations/commit/6e8376c174622702761b01f348bdb9f9042bdaee))
|
|
496
|
+
* **qds-dropdown:** allow late target definition ([d2efb7a](https://github.com/quartzds/core-foundations/commit/d2efb7aedd848132296e99628aa5823f10a0dde6))
|
|
497
|
+
* **standalone-link:** correct icon mirroring when rel=external ([3e73985](https://github.com/quartzds/core-foundations/commit/3e7398539512c01209dece8f893ac1aedb59dfa8))
|
|
498
|
+
* **qds-standalone-link:** remove visited state ([fe2f0de](https://github.com/quartzds/core-foundations/commit/fe2f0ded3a427f530b8e0958a5d4b095d5fbc9ad))
|
|
499
|
+
|
|
500
|
+
## @quartzds/core [1.0.0-beta.54](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.53...@quartzds/core@1.0.0-beta.54) (2024-07-24)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### ⚠ BREAKING CHANGES
|
|
504
|
+
|
|
505
|
+
* **qds-button:** rename `badgeContext` property to `badgeDescription`
|
|
506
|
+
|
|
507
|
+
### 🐛 Bug Fixes
|
|
508
|
+
|
|
509
|
+
* **a11y:** add `statusDescription` property to improve `qds-form-message` accessibility ([e3eae13](https://github.com/quartzds/core-foundations/commit/e3eae133cffde21bfa851ea1d491f7a73be67fe5))
|
|
510
|
+
* **qds-button:** rename `badgeContext` property to `badgeDescription` ([c5c5116](https://github.com/quartzds/core-foundations/commit/c5c511609623586d326b852bc5bb42f7c3c41b0d))
|
|
511
|
+
* **qds-input:** respect host element's width ([3da9816](https://github.com/quartzds/core-foundations/commit/3da9816e7e2ad0db0c41ccea0a8201ea1c701006))
|
|
512
|
+
|
|
513
|
+
## @quartzds/core [1.0.0-beta.53](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.52...@quartzds/core@1.0.0-beta.53) (2024-07-23)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### 🐛 Bug Fixes
|
|
517
|
+
|
|
518
|
+
* **a11y:** add `badgeContext` property to improve `qds-button` accessibility ([c34cef7](https://github.com/quartzds/core-foundations/commit/c34cef7e598790a16e3b1137d6a7c8b735ccffb2))
|
|
519
|
+
* **qds-inline-link:** add focus border offset token ([bcc528c](https://github.com/quartzds/core-foundations/commit/bcc528c78d8390daf2e9863ce8a44ab6db1e246f))
|
|
520
|
+
* **qds-select:** reflect first-render `value` to internal select ([7381793](https://github.com/quartzds/core-foundations/commit/73817930f506a09a3fff0a88f84309e5a9f4a776))
|
|
521
|
+
* **qds-input:** reset Firefox `type="number"` appearance ([a49bd86](https://github.com/quartzds/core-foundations/commit/a49bd86c8988b6faf7fe53e7c6c0279cfc030119))
|
|
522
|
+
* **qds-select:** support focus method ([7943b54](https://github.com/quartzds/core-foundations/commit/7943b54ab86230420b364d679f742736eed9d96d))
|
|
523
|
+
* **qds-switch:** support focus method ([9aea9d2](https://github.com/quartzds/core-foundations/commit/9aea9d2d36a1d2a107df89864994f8e641e466b0))
|
|
524
|
+
* **qds-textarea:** support focus method ([df5b54c](https://github.com/quartzds/core-foundations/commit/df5b54c628126d6bd3a6ebd026898803cb0d721b))
|
|
525
|
+
* **qds-chip:** use correct `form`/`name` prop types ([b859e7d](https://github.com/quartzds/core-foundations/commit/b859e7d3dc725e58c15ee9859f9bd915a76df9c1))
|
|
526
|
+
|
|
527
|
+
## @quartzds/core [1.0.0-beta.52](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.51...@quartzds/core@1.0.0-beta.52) (2024-07-04)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### 🐛 Bug Fixes
|
|
531
|
+
|
|
532
|
+
* **qds-button:** correct `action="dropdown"` padding ([80354a8](https://github.com/quartzds/core-foundations/commit/80354a8f35d6c6f71364e1b759a087028016d938))
|
|
533
|
+
* **standalone-link:** remove extra margin and adjust the focus border ([1963b87](https://github.com/quartzds/core-foundations/commit/1963b874511b5163fbfa8fc479a6a1ff70b2bd99))
|
|
534
|
+
* **a11y:** render qds-title's kicker before subtitle ([9369e40](https://github.com/quartzds/core-foundations/commit/9369e401d475cd3cb3ae3808b9b870228cce0d69))
|
|
535
|
+
|
|
536
|
+
## @quartzds/core [1.0.0-beta.51](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.50...@quartzds/core@1.0.0-beta.51) (2024-06-20)
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### ⚠ BREAKING CHANGES
|
|
540
|
+
|
|
541
|
+
* TypeScript < 5.1 and Angular < 16.1.0 are no longer
|
|
542
|
+
supported.
|
|
543
|
+
|
|
544
|
+
### 🐛 Bug Fixes
|
|
545
|
+
|
|
546
|
+
* **a11y:** add `aria-current` to `qds-breadcrumb-item` ([3f1c5bb](https://github.com/quartzds/core-foundations/commit/3f1c5bb99280a25d286e448b74064b9db1ddfe27))
|
|
547
|
+
* **a11y:** hide qds-divider from screen readers ([4de6159](https://github.com/quartzds/core-foundations/commit/4de615951f1f00ba4cd602d14187dff8ffa344f4))
|
|
548
|
+
* **a11y:** improve accessibility for core components' icons ([30e32e9](https://github.com/quartzds/core-foundations/commit/30e32e9bb4588b5601f190bbc0f5e7f50c3de084))
|
|
549
|
+
* **a11y:** remove `<a>` role for non-download buttons ([cfd570d](https://github.com/quartzds/core-foundations/commit/cfd570d08ebaa203cb4383e2422cfa85f3cd0f17))
|
|
550
|
+
* **a11y:** remove redundant `tabindex` attributes ([549cf29](https://github.com/quartzds/core-foundations/commit/549cf2927927a8e84af496863803da09b1afc431))
|
|
551
|
+
* update Stencil.js version ([5196e5c](https://github.com/quartzds/core-foundations/commit/5196e5cbae7b6e77520469334c78362a8bbee215))
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### ⏪️ Reverts
|
|
555
|
+
|
|
556
|
+
* **qds-inline/standalone-link:** re-add `tabindex` ([0e84c2f](https://github.com/quartzds/core-foundations/commit/0e84c2fea0afd8450d91e569eb843bb47736bdd6))
|
|
557
|
+
|
|
558
|
+
## @quartzds/core [1.0.0-beta.50](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.49...@quartzds/core@1.0.0-beta.50) (2024-05-30)
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
### ✨ Features
|
|
562
|
+
|
|
563
|
+
* add breadcrumb-item ([b0ea93f](https://github.com/quartzds/core-foundations/commit/b0ea93fdd82130d9b7ec55355153222faf030aac))
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### 🐛 Bug Fixes
|
|
567
|
+
|
|
568
|
+
* **qds-input:** properly update `selection*` properties ([f246744](https://github.com/quartzds/core-foundations/commit/f24674418888701749a682711a90a0c792350115))
|
|
569
|
+
* **qds-textarea:** properly update `selection*` properties ([edcdbdb](https://github.com/quartzds/core-foundations/commit/edcdbdbc40589eb6010bf6859ab6e18bd5f8258d))
|
|
570
|
+
|
|
571
|
+
## @quartzds/core [1.0.0-beta.49](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.48...@quartzds/core@1.0.0-beta.49) (2024-05-29)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### 🐛 Bug Fixes
|
|
575
|
+
|
|
576
|
+
* **qds-chip:** ensure height matches Figma specs ([24f3cdc](https://github.com/quartzds/core-foundations/commit/24f3cdc6e543a4ccd79a4e436c3e16ba9359b8c6))
|
|
577
|
+
* **a11y:** refine `qds-chip` accessibility ([20f1420](https://github.com/quartzds/core-foundations/commit/20f1420a05525f0c54682c4d727c302d9cbe9099))
|
|
578
|
+
|
|
579
|
+
## @quartzds/core [1.0.0-beta.48](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.47...@quartzds/core@1.0.0-beta.48) (2024-05-24)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### ⚠ BREAKING CHANGES
|
|
583
|
+
|
|
584
|
+
* add breadcrumb-item
|
|
585
|
+
|
|
586
|
+
### ⏪️ Reverts
|
|
587
|
+
|
|
588
|
+
* add breadcrumb-item ([79d3167](https://github.com/quartzds/core-foundations/commit/79d316780a672ac943c72008d5b9b95feee57ea3))
|
|
589
|
+
|
|
590
|
+
## @quartzds/core [1.0.0-beta.47](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.46...@quartzds/core@1.0.0-beta.47) (2024-05-24)
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
### ✨ Features
|
|
594
|
+
|
|
595
|
+
* add breadcrumb-item ([660db63](https://github.com/quartzds/core-foundations/commit/660db639a62d22c9e047294dc6ee0c1b35c871f1))
|
|
596
|
+
|
|
597
|
+
## @quartzds/core [1.0.0-beta.46](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.45...@quartzds/core@1.0.0-beta.46) (2024-05-22)
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### 🐛 Bug Fixes
|
|
601
|
+
|
|
602
|
+
* **qds-chip:** change `checked` value when pressing space ([5b0949c](https://github.com/quartzds/core-foundations/commit/5b0949c4fd97999cde3edff907d8ec64a3e177e0))
|
|
603
|
+
* **qds-title:** correct `gap` tokens references ([488925c](https://github.com/quartzds/core-foundations/commit/488925c7f4e5e8e721ce2b6ba78bf5db8c09ed11))
|
|
604
|
+
|
|
605
|
+
## @quartzds/core [1.0.0-beta.45](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.44...@quartzds/core@1.0.0-beta.45) (2024-05-22)
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
### ⚠ BREAKING CHANGES
|
|
609
|
+
|
|
610
|
+
* the `draggable ` toggle no longer exists.
|
|
611
|
+
Replace it with `list-action='reorder'`.
|
|
612
|
+
* the `navigation` toggle no longer exist.
|
|
613
|
+
Replace it with `destination='navigation'`.
|
|
614
|
+
|
|
615
|
+
* feat!(list-item): replace `draggable` toggle with `list-action` property ([27fb23d](https://github.com/quartzds/core-foundations/commit/27fb23dc33c1cf65998f840d43eb28a909c5b052))
|
|
616
|
+
* feat!(list-item): replace `navigation` toggle with `destination` parameter ([ac7beab](https://github.com/quartzds/core-foundations/commit/ac7beab81ff7a8b662ddbfe836f7f9a5245e05c7))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### 🐛 Bug Fixes
|
|
620
|
+
|
|
621
|
+
* **list-item:** improve list item accessibility ([e3dca32](https://github.com/quartzds/core-foundations/commit/e3dca327d5c1ed72209ce30346ef9f4778a8512b))
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### ✨ Features
|
|
625
|
+
|
|
626
|
+
* **list-item:** add `divider` option to control divider styles ([5522fd3](https://github.com/quartzds/core-foundations/commit/5522fd3c8fdefd0b12fffd11812b1c0e8d1ed673))
|
|
627
|
+
* **list-item:** support `indeterminate` when `list-action="multiselect"` ([4d09794](https://github.com/quartzds/core-foundations/commit/4d0979416e07d5bdd7b66bf3759ff78480539092))
|
|
628
|
+
* **list-item:** support `multiselect` list action ([89bacf5](https://github.com/quartzds/core-foundations/commit/89bacf51ec63291850ed2f12d09ed8f3ed007eea))
|
|
629
|
+
* support both `selected` and `checked` properties ([3e8c61b](https://github.com/quartzds/core-foundations/commit/3e8c61bab341133a3ef2e883908f05a6a9462665))
|
|
630
|
+
|
|
631
|
+
## @quartzds/core [1.0.0-beta.44](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.43...@quartzds/core@1.0.0-beta.44) (2024-05-22)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### ✨ Features
|
|
635
|
+
|
|
636
|
+
* add `qds-chip` ([d8e9866](https://github.com/quartzds/core-foundations/commit/d8e9866a6f534c16d2824ff2c54bf1bd2fca5ffb))
|
|
637
|
+
|
|
638
|
+
## @quartzds/core [1.0.0-beta.43](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.42...@quartzds/core@1.0.0-beta.43) (2024-05-16)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
### 🐛 Bug Fixes
|
|
642
|
+
|
|
643
|
+
* **list-item:** remove round corners ([2914345](https://github.com/quartzds/core-foundations/commit/29143455c27d55a742e599bca50950397d53abe9))
|
|
644
|
+
* **nav-list-item:** remove round corners ([b9ca4c0](https://github.com/quartzds/core-foundations/commit/b9ca4c0d281942f8d283a52976e228028b9989a0))
|
|
645
|
+
* **qds-divider:** use `qds-control-border-width` token ([c7864d4](https://github.com/quartzds/core-foundations/commit/c7864d4d9c0694192c616192319ca04d3f52cdc8))
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
### ✨ Features
|
|
649
|
+
|
|
650
|
+
* **qds-title:** add `variant` property ([ea14384](https://github.com/quartzds/core-foundations/commit/ea143842bbd2c5e96a6ebed368a2ce66dab96b64))
|
|
651
|
+
* **qds-divider:** add `vertical` property ([a7e071b](https://github.com/quartzds/core-foundations/commit/a7e071bda24292f0bf5ac299b13ea8c8a3a66f59))
|
|
652
|
+
|
|
653
|
+
## @quartzds/core [1.0.0-beta.42](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.41...@quartzds/core@1.0.0-beta.42) (2024-04-24)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### ✨ Features
|
|
657
|
+
|
|
658
|
+
* add specific styles for dropdown Button ([6206458](https://github.com/quartzds/core-foundations/commit/6206458416be478a7450733db1c912da4898c588))
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
### 🐛 Bug Fixes
|
|
662
|
+
|
|
663
|
+
* **button:** maintain consistent font size for icons ([8725b0e](https://github.com/quartzds/core-foundations/commit/8725b0ed68f6728ac3aa2143f798bd177a392bb4))
|
|
664
|
+
* **qds-button:** only use `aria-disabled` on `<a>`s ([229214a](https://github.com/quartzds/core-foundations/commit/229214a46c677d52c3d02a7924fee3356c7c1048))
|
|
665
|
+
|
|
666
|
+
## @quartzds/core [1.0.0-beta.41](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.40...@quartzds/core@1.0.0-beta.41) (2024-04-16)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### 🐛 Bug Fixes
|
|
670
|
+
|
|
671
|
+
* **qds-title:** add `root` to permitted levels ([de44f80](https://github.com/quartzds/core-foundations/commit/de44f80cac679920c2a30bdd41a640fcaa3aa7d9))
|
|
672
|
+
|
|
673
|
+
## @quartzds/core [1.0.0-beta.40](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.39...@quartzds/core@1.0.0-beta.40) (2024-04-09)
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### ✨ Features
|
|
677
|
+
|
|
678
|
+
* support control groups utility through utility classes ([a411caa](https://github.com/quartzds/core-foundations/commit/a411caab39aac68f6f25e37693c45751157c4f6e))
|
|
679
|
+
* **button:** support control groups ([ab490dc](https://github.com/quartzds/core-foundations/commit/ab490dc3532c16c93f438dea6614031e74c1a2ff))
|
|
680
|
+
* **input:** support control groups ([30eac2f](https://github.com/quartzds/core-foundations/commit/30eac2fb7f7b472c26611fa45f82603fc6479003))
|
|
681
|
+
* **select:** support control groups ([e1ba706](https://github.com/quartzds/core-foundations/commit/e1ba706b705a983200947978580421642c901b2b))
|
|
682
|
+
* **button:** update focus ring style for control groups ([e924d43](https://github.com/quartzds/core-foundations/commit/e924d43446428f34068ee5aa8dfc6dd3eed696f3))
|
|
683
|
+
* **select:** update focus ring style for control groups ([73bb34a](https://github.com/quartzds/core-foundations/commit/73bb34aa570b868c5017a170a1a69df900b547b3))
|
|
684
|
+
* **input:** update focus ring style ([0e85e0c](https://github.com/quartzds/core-foundations/commit/0e85e0c8c630c0fb31440229e43a2906481c0cfa))
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### 🐛 Bug Fixes
|
|
688
|
+
|
|
689
|
+
* **button:** fix icon not displaying in icon-only hero button ([c437874](https://github.com/quartzds/core-foundations/commit/c4378741abc903e28c2f97e4fb0c5a7e669f2b06))
|
|
690
|
+
* **button:** fix incorrect height of icon-only hero button ([3e0f5a6](https://github.com/quartzds/core-foundations/commit/3e0f5a6bbf7745b6044befe129ab04e578ca9dd4))
|
|
691
|
+
* **button:** maintain consistent icon size ([8b70686](https://github.com/quartzds/core-foundations/commit/8b706869d8fa4fb80ff13a348be488e11109e2e3))
|
|
692
|
+
* **core.css:** raise `qds-subdued` specificity ([284ab6d](https://github.com/quartzds/core-foundations/commit/284ab6dd1ed2bbca7c1e503b888e8b070c7e2003))
|
|
693
|
+
* **qds-input:** support implicit submission validation ([adb3f6d](https://github.com/quartzds/core-foundations/commit/adb3f6d098d23731306a88551015b63d7192a986))
|
|
694
|
+
|
|
695
|
+
## @quartzds/core [1.0.0-beta.39](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.38...@quartzds/core@1.0.0-beta.39) (2024-04-04)
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
### 🐛 Bug Fixes
|
|
699
|
+
|
|
700
|
+
* **title.css:** add property to display correctly when stretched ([0df5a96](https://github.com/quartzds/core-foundations/commit/0df5a96c83f5d649a3c2eabeaab2fa80dee32721))
|
|
701
|
+
|
|
702
|
+
## @quartzds/core [1.0.0-beta.38](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.37...@quartzds/core@1.0.0-beta.38) (2024-04-02)
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
### 🐛 Bug Fixes
|
|
706
|
+
|
|
707
|
+
* **qds-tooltip:** correctly set default arrow viewbox ([3a6b635](https://github.com/quartzds/core-foundations/commit/3a6b635b5fbf97fb710ab6988a64623bcd53f858))
|
|
708
|
+
|
|
709
|
+
## @quartzds/core [1.0.0-beta.37](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.36...@quartzds/core@1.0.0-beta.37) (2024-04-02)
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### 🐛 Bug Fixes
|
|
713
|
+
|
|
714
|
+
* adjust .qds-icon color properties to match theme ([35052e5](https://github.com/quartzds/core-foundations/commit/35052e51ec40413d15baa0f1c50676c5a3f687ba))
|
|
715
|
+
|
|
716
|
+
<!--
|
|
717
|
+
SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
718
|
+
|
|
719
|
+
SPDX-License-Identifier: LGPL-2.1-only
|
|
720
|
+
-->
|
|
721
|
+
|
|
722
|
+
# Change Log
|
|
723
|
+
|
|
724
|
+
[](https://conventionalcommits.org)
|
|
725
|
+
[](https://semver.org/spec/v2.0.0)
|
|
726
|
+
|
|
727
|
+
> All notable changes to this project will be documented in this file
|
|
728
|
+
|
|
729
|
+
## @quartzds/core [1.0.0-beta.36](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.35...@quartzds/core@1.0.0-beta.36) (2024-03-25)
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
### 🐛 Bug Fixes
|
|
733
|
+
|
|
734
|
+
* **standalone-link:** hide chevron when not emphasized ([b9b7e76](https://github.com/quartzds/core-foundations/commit/b9b7e7620a1dfb9d8c23a2aea4c3138ce9892fa5))
|
|
735
|
+
* **button:** make the text multiline for hero variant ([61bf52b](https://github.com/quartzds/core-foundations/commit/61bf52b9cde3504f6c0840162b2de006532f5ac9))
|
|
736
|
+
* **standalone-link:** make text multiline ([a86a2f5](https://github.com/quartzds/core-foundations/commit/a86a2f5db2391e744ad77b5ef3a33ba3e68e459c))
|
|
737
|
+
|
|
738
|
+
## @quartzds/core [1.0.0-beta.35](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.34...@quartzds/core@1.0.0-beta.35) (2024-03-15)
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
### ✨ Features
|
|
742
|
+
|
|
743
|
+
* **core.css:** add `.qds-interactive` utility class ([10631a0](https://github.com/quartzds/core-foundations/commit/10631a046268fd6ba11b504b092775f9fe0c7532))
|
|
744
|
+
* **core.css:** add global icon mirroring ([ac7df25](https://github.com/quartzds/core-foundations/commit/ac7df2570bf464eada157e12350e118f9d46978f))
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### 🐛 Bug Fixes
|
|
748
|
+
|
|
749
|
+
* **core.css:** add `qds-` namespaces to global selectors ([2e9e2cd](https://github.com/quartzds/core-foundations/commit/2e9e2cd5f12548dd5fa76ba713281a55b9fcd591))
|
|
750
|
+
* **list-item:** add hover/active styles ([648a333](https://github.com/quartzds/core-foundations/commit/648a333777a011e89f117795676d6d3f898166f4))
|
|
751
|
+
* **button:** prevent subdued importance hover shifting ([f36f70c](https://github.com/quartzds/core-foundations/commit/f36f70c6e0cce3b35ef691b22e9f9d8ad64419ff))
|
|
752
|
+
|
|
753
|
+
## @quartzds/core [1.0.0-beta.34](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.33...@quartzds/core@1.0.0-beta.34) (2024-02-17)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
### 🐛 Bug Fixes
|
|
757
|
+
|
|
758
|
+
* **qds-tooltip:** `target` is now optional ([0140251](https://github.com/quartzds/core-foundations/commit/014025102453e6949c355f773eb279f2aedbedc2))
|
|
759
|
+
* **qds-input:** ignore clicks when `disabled` ([10d4a95](https://github.com/quartzds/core-foundations/commit/10d4a95b6408cd046f94f570c5783d1c7446c8e2))
|
|
760
|
+
* **qds-list-item:** ignore clicks when `disabled` ([5a4f262](https://github.com/quartzds/core-foundations/commit/5a4f262840270ebc4533b6642979dd668fd3591c))
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
### ✨ Features
|
|
764
|
+
|
|
765
|
+
* add `<qds-nav-list-item>` component ([642c774](https://github.com/quartzds/core-foundations/commit/642c774e6bf69603dbe1220fba5eb54d77b69ae1))
|
|
766
|
+
|
|
767
|
+
## @quartzds/core [1.0.0-beta.33](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.32...@quartzds/core@1.0.0-beta.33) (2024-02-08)
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
### ✨ Features
|
|
771
|
+
|
|
772
|
+
* **qds-button:** add `dropdown-close` action ([8ebe7a4](https://github.com/quartzds/core-foundations/commit/8ebe7a4956c3a244a57167c510566129e91fce49))
|
|
773
|
+
* add basic icon mirroring support ([2708cb1](https://github.com/quartzds/core-foundations/commit/2708cb104155a29ad9b63fed1fb3f37afc748b4e))
|
|
774
|
+
|
|
775
|
+
## @quartzds/core [1.0.0-beta.32](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.31...@quartzds/core@1.0.0-beta.32) (2024-02-06)
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### 🐛 Bug Fixes
|
|
779
|
+
|
|
780
|
+
* handle clicking `disabled` elements globally ([e81b3c8](https://github.com/quartzds/core-foundations/commit/e81b3c810ccf55f8aa7800cacbc6551214e84923)), closes [#527](https://github.com/quartzds/core-foundations/issues/527)
|
|
781
|
+
* move `generic-icons-core` to `devDependencies` ([b8d8a01](https://github.com/quartzds/core-foundations/commit/b8d8a01a38755984ed4cc472d468fcca8f5f0f76)), closes [#529](https://github.com/quartzds/core-foundations/issues/529)
|
|
782
|
+
|
|
783
|
+
## @quartzds/core [1.0.0-beta.31](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.30...@quartzds/core@1.0.0-beta.31) (2024-02-01)
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
### ✨ Features
|
|
787
|
+
|
|
788
|
+
* add `qds-list-item` ([a103a90](https://github.com/quartzds/core-foundations/commit/a103a907f96836f0f5db5ed0f6de890c7d142ddd))
|
|
789
|
+
|
|
790
|
+
## @quartzds/core [1.0.0-beta.30](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.29...@quartzds/core@1.0.0-beta.30) (2024-01-23)
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
### ⚠ BREAKING CHANGES
|
|
794
|
+
|
|
795
|
+
* **controls:** update internal gap tokens
|
|
796
|
+
|
|
797
|
+
### 🐛 Bug Fixes
|
|
798
|
+
|
|
799
|
+
* **controls:** update internal gap tokens ([584514f](https://github.com/quartzds/core-foundations/commit/584514f440d512e9cb45aa04d2b904189d66e46c))
|
|
800
|
+
|
|
801
|
+
## @quartzds/core [1.0.0-beta.29](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.28...@quartzds/core@1.0.0-beta.29) (2024-01-19)
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
### ✨ Features
|
|
805
|
+
|
|
806
|
+
* **qds-button:** add `badge` property ([3eaca57](https://github.com/quartzds/core-foundations/commit/3eaca57213fda99f5deb0f0a820b2ab9d94883d7))
|
|
807
|
+
|
|
808
|
+
## @quartzds/core [1.0.0-beta.28](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.27...@quartzds/core@1.0.0-beta.28) (2024-01-17)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### ⚠ BREAKING CHANGES
|
|
812
|
+
|
|
813
|
+
* **links:** change `target` default to `undefined`
|
|
814
|
+
|
|
815
|
+
### 🐛 Bug Fixes
|
|
816
|
+
|
|
817
|
+
* **links:** change `target` default to `undefined` ([e806993](https://github.com/quartzds/core-foundations/commit/e8069936f1a15528aa2be470889fee87b087ad83))
|
|
818
|
+
|
|
819
|
+
## @quartzds/core [1.0.0-beta.27](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.26...@quartzds/core@1.0.0-beta.27) (2024-01-15)
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
### ✨ Features
|
|
823
|
+
|
|
824
|
+
* add qds-standalone-link component ([742589f](https://github.com/quartzds/core-foundations/commit/742589f8fa1341d62ccd173d352ce19b7d889a61))
|
|
825
|
+
|
|
826
|
+
## @quartzds/core [1.0.0-beta.26](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.25...@quartzds/core@1.0.0-beta.26) (2024-01-12)
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
### ✨ Features
|
|
830
|
+
|
|
831
|
+
* **qds-button:** add `action` property ([966f583](https://github.com/quartzds/core-foundations/commit/966f58343beeb39b36492e9408e09f861dadfc07))
|
|
832
|
+
* **qds-button:** add `hero` size ([19b9f63](https://github.com/quartzds/core-foundations/commit/19b9f63f3477ef825c21f1e16e7c2cc9afa8e661))
|
|
833
|
+
* **qds-button:** add `variant` property ([658b89c](https://github.com/quartzds/core-foundations/commit/658b89c8c5c25bc7b8da1171e2dd1a41d2641a1b))
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### 🐛 Bug Fixes
|
|
837
|
+
|
|
838
|
+
* make components compatible with latest tokens ([57ea9d7](https://github.com/quartzds/core-foundations/commit/57ea9d76ad6122ae901871ad3cf2b77acb20699f))
|
|
839
|
+
* **qds-button:** use size-specific horizontal padding ([cf72a25](https://github.com/quartzds/core-foundations/commit/cf72a252904669da0c60462d35036b4b12ad6656))
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
### ⏪️ Reverts
|
|
843
|
+
|
|
844
|
+
* **qds-dialog:** add `reflect` option to `open` ([719b60a](https://github.com/quartzds/core-foundations/commit/719b60ae0f603294f99e632a3b8fe5ab34d10fbb))
|
|
845
|
+
|
|
846
|
+
<!--
|
|
847
|
+
SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
848
|
+
|
|
849
|
+
SPDX-License-Identifier: Apache-2.0
|
|
850
|
+
-->
|
|
851
|
+
|
|
852
|
+
# Change Log
|
|
853
|
+
|
|
854
|
+
[](https://conventionalcommits.org)
|
|
855
|
+
[](https://semver.org/spec/v2.0.0)
|
|
856
|
+
|
|
857
|
+
> All notable changes to this project will be documented in this file
|
|
858
|
+
|
|
859
|
+
## @quartzds/core [1.0.0-beta.25](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.24...@quartzds/core@1.0.0-beta.25) (2023-12-15)
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
### ⚠ BREAKING CHANGES
|
|
863
|
+
|
|
864
|
+
* switch `qdsChange` two-way bindings to `qdsInput`
|
|
865
|
+
* add form-associated support
|
|
866
|
+
|
|
867
|
+
### ✨ Features
|
|
868
|
+
|
|
869
|
+
* add form-associated support ([c6fd67e](https://github.com/quartzds/core-foundations/commit/c6fd67e86c4f64fe6a450850fe88fc293e8eb241))
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
### 🐛 Bug Fixes
|
|
873
|
+
|
|
874
|
+
* change `hydrate` export from `require` to `default` ([fd9f356](https://github.com/quartzds/core-foundations/commit/fd9f356d7605170558c41796d0f95c1d50aed019))
|
|
875
|
+
* ensure no hydration code is generated ([771857d](https://github.com/quartzds/core-foundations/commit/771857d7af14f7a58095ef0b4c6eafda85747773))
|
|
876
|
+
* stop reflecting properties ([b27e7b5](https://github.com/quartzds/core-foundations/commit/b27e7b5edbeb45f3ab2fb3b948f1a5ec6662add9))
|
|
877
|
+
* switch `qdsChange` two-way bindings to `qdsInput` ([5d2c303](https://github.com/quartzds/core-foundations/commit/5d2c303521ebdfc5dc7dd52bfa03c64b7d64232e))
|
|
878
|
+
* **qds-label:** use `--qds-text-icon-gap` custom property ([fe979ba](https://github.com/quartzds/core-foundations/commit/fe979baf2cacc31865480fa0c92e2426821ca9f0))
|
|
879
|
+
|
|
880
|
+
## @quartzds/core [1.0.0-beta.24](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.23...@quartzds/core@1.0.0-beta.24) (2023-10-27)
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
### 🐛 Bug Fixes
|
|
884
|
+
|
|
885
|
+
* **angular:** export value accessors from entry point ([d64238a](https://github.com/quartzds/core-foundations/commit/d64238a4d0876acea7250677990ceda5e58e35cf))
|
|
886
|
+
|
|
887
|
+
## @quartzds/core [1.0.0-beta.23](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.22...@quartzds/core@1.0.0-beta.23) (2023-10-27)
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
### 🐛 Bug Fixes
|
|
891
|
+
|
|
892
|
+
* coerce nullish property values to strings ([c4bd8af](https://github.com/quartzds/core-foundations/commit/c4bd8afa5da1d3dc029f301d3e92e688de98a7d4))
|
|
893
|
+
* **qds-button:** don't emit click events when disabled ([9cd7901](https://github.com/quartzds/core-foundations/commit/9cd7901ff3f909752354d7286c361d65741cd80e))
|
|
894
|
+
|
|
895
|
+
## @quartzds/core [1.0.0-beta.22](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.21...@quartzds/core@1.0.0-beta.22) (2023-09-28)
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
### 🐛 Bug Fixes
|
|
899
|
+
|
|
900
|
+
* relax required typescript version to >=4.7 ([f69e896](https://github.com/quartzds/core-foundations/commit/f69e8960b6b11165dbe7c8b36d1c35b1befcbdd7))
|
|
901
|
+
|
|
902
|
+
## @quartzds/core [1.0.0-beta.21](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.20...@quartzds/core@1.0.0-beta.21) (2023-09-16)
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### 🐛 Bug Fixes
|
|
906
|
+
|
|
907
|
+
* **qds-select:** add `outline-offset` declaration ([f4d6b0e](https://github.com/quartzds/core-foundations/commit/f4d6b0e3df0e70bd23bf1aab29133895e389b240))
|
|
908
|
+
|
|
909
|
+
## @quartzds/core [1.0.0-beta.20](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.19...@quartzds/core@1.0.0-beta.20) (2023-09-12)
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
### 🐛 Bug Fixes
|
|
913
|
+
|
|
914
|
+
* remove host element `box-sizing` declarations ([1a7d7e6](https://github.com/quartzds/core-foundations/commit/1a7d7e679ca8e31c3b1ee331329db7c888135240))
|
|
915
|
+
|
|
916
|
+
## @quartzds/core [1.0.0-beta.19](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.18...@quartzds/core@1.0.0-beta.19) (2023-09-11)
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
### ✨ Features
|
|
920
|
+
|
|
921
|
+
* implement select component ([a7276d2](https://github.com/quartzds/core-foundations/commit/a7276d2bd0027f3791dc4a8470a361f37ed73cbb))
|
|
922
|
+
|
|
923
|
+
## @quartzds/core [1.0.0-beta.18](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.17...@quartzds/core@1.0.0-beta.18) (2023-09-07)
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
### 🐛 Bug Fixes
|
|
927
|
+
|
|
928
|
+
* remove internal package dependencies ([e7157f8](https://github.com/quartzds/core-foundations/commit/e7157f864ef563188241f7fb6c956571b19a612a))
|
|
929
|
+
|
|
930
|
+
## @quartzds/core [1.0.0-beta.17](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.16...@quartzds/core@1.0.0-beta.17) (2023-09-07)
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
### ✨ Features
|
|
934
|
+
|
|
935
|
+
* **qds-radio:** add bindings ([0417cd7](https://github.com/quartzds/core-foundations/commit/0417cd70ba83c2d6ccba2986f3cfa5052fab6dd7))
|
|
936
|
+
* **qds-textarea:** add default slot support ([0218fb3](https://github.com/quartzds/core-foundations/commit/0218fb339529c42a3d2bf6ac22d6aedf6b9c00dc))
|
|
937
|
+
|
|
938
|
+
## @quartzds/core [1.0.0-beta.16](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.15...@quartzds/core@1.0.0-beta.16) (2023-08-25)
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
### ✨ Features
|
|
942
|
+
|
|
943
|
+
* add table components ([cded020](https://github.com/quartzds/core-foundations/commit/cded020c5eb600e0b84d53c8371a10afffd8721c))
|
|
944
|
+
|
|
945
|
+
## @quartzds/core [1.0.0-beta.15](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.14...@quartzds/core@1.0.0-beta.15) (2023-08-18)
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
### 🐛 Bug Fixes
|
|
949
|
+
|
|
950
|
+
* prefix all CSS classes ([e85283a](https://github.com/quartzds/core-foundations/commit/e85283ad7271daee1be7922a8a17536c4e14b498))
|
|
951
|
+
|
|
952
|
+
## @quartzds/core [1.0.0-beta.14](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.13...@quartzds/core@1.0.0-beta.14) (2023-08-04)
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
### 🐛 Bug Fixes
|
|
956
|
+
|
|
957
|
+
* **divider:** set divider height to host's height ([f34b3b3](https://github.com/quartzds/core-foundations/commit/f34b3b33a179595f6ca60e753b96740beb905e30))
|
|
958
|
+
|
|
959
|
+
## @quartzds/core [1.0.0-beta.13](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.12...@quartzds/core@1.0.0-beta.13) (2023-08-04)
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
### 🐛 Bug Fixes
|
|
963
|
+
|
|
964
|
+
* **dialog:** make host element behave more predictably ([90778ad](https://github.com/quartzds/core-foundations/commit/90778ad11831097332e30e5940cc553d5c5f6d36))
|
|
965
|
+
|
|
966
|
+
## @quartzds/core [1.0.0-beta.12](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.11...@quartzds/core@1.0.0-beta.12) (2023-07-31)
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
### ✨ Features
|
|
970
|
+
|
|
971
|
+
* implement dialog component ([1fd9794](https://github.com/quartzds/core-foundations/commit/1fd97946aaa73d6ef7694cda0518938ca1b7aa3e))
|
|
972
|
+
|
|
973
|
+
## @quartzds/core [1.0.0-beta.11](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.10...@quartzds/core@1.0.0-beta.11) (2023-07-24)
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
### 🐛 Bug Fixes
|
|
977
|
+
|
|
978
|
+
* **deps:** update dependency type-fest to v4 ([2ac1584](https://github.com/quartzds/core-foundations/commit/2ac15843e2f1828ed6db6a4aaac953ec2dc4e6d5))
|
|
979
|
+
|
|
980
|
+
## @quartzds/core [1.0.0-beta.10](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.9...@quartzds/core@1.0.0-beta.10) (2023-07-21)
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
### ✨ Features
|
|
984
|
+
|
|
985
|
+
* implement form message component ([3921b46](https://github.com/quartzds/core-foundations/commit/3921b4609afc10f3736cb2335ec6172e390b8465))
|
|
986
|
+
* **tooltip:** remove "experimental" marker ([4ac0bce](https://github.com/quartzds/core-foundations/commit/4ac0bcea3f40d59ffb1deda66489dab81115e2f3))
|
|
987
|
+
|
|
988
|
+
## @quartzds/core [1.0.0-beta.9](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.8...@quartzds/core@1.0.0-beta.9) (2023-07-18)
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
### ✨ Features
|
|
992
|
+
|
|
993
|
+
* implement divider component ([4266271](https://github.com/quartzds/core-foundations/commit/426627100aad2202786c2f515416b01688b4d78b))
|
|
994
|
+
|
|
995
|
+
## @quartzds/core [1.0.0-beta.8](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.7...@quartzds/core@1.0.0-beta.8) (2023-07-16)
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
### ⚠ BREAKING CHANGES
|
|
999
|
+
|
|
1000
|
+
* rename `core` icons keys
|
|
1001
|
+
|
|
1002
|
+
### ♻️ Refactoring
|
|
1003
|
+
|
|
1004
|
+
* rename `core` icons keys ([77235e8](https://github.com/quartzds/core-foundations/commit/77235e881a31adede6f4e80f62b0aa8d4e1b6a60))
|
|
1005
|
+
|
|
1006
|
+
## @quartzds/core [1.0.0-beta.7](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.6...@quartzds/core@1.0.0-beta.7) (2023-07-12)
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
### ✨ Features
|
|
1010
|
+
|
|
1011
|
+
* implement textarea component ([358af36](https://github.com/quartzds/core-foundations/commit/358af36009ba8428440a7e5b5d062047e26e3f1b))
|
|
1012
|
+
|
|
1013
|
+
## @quartzds/core [1.0.0-beta.6](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.5...@quartzds/core@1.0.0-beta.6) (2023-07-06)
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
### ⚠ BREAKING CHANGES
|
|
1017
|
+
|
|
1018
|
+
* update to Stencil `v4.0.0`
|
|
1019
|
+
|
|
1020
|
+
### ✨ Features
|
|
1021
|
+
|
|
1022
|
+
* update to Stencil `v4.0.0` ([075e6df](https://github.com/quartzds/core-foundations/commit/075e6dffd0c33b396ccb92e71c1768f7a03483f0))
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
### Dependencies
|
|
1027
|
+
|
|
1028
|
+
* **@quartzds/tailwind-preset:** upgraded to 1.0.0-beta.5
|
|
1029
|
+
|
|
1030
|
+
## @quartzds/core [1.0.0-beta.5](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.4...@quartzds/core@1.0.0-beta.5) (2023-07-04)
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
### 🐛 Bug Fixes
|
|
1034
|
+
|
|
1035
|
+
* republish packages to GHP ([e765a0f](https://github.com/quartzds/core-foundations/commit/e765a0fcf5d33c62211d5d744c604128305fc7dc))
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
### Dependencies
|
|
1040
|
+
|
|
1041
|
+
* **@quartzds/tailwind-preset:** upgraded to 1.0.0-beta.4
|
|
1042
|
+
|
|
1043
|
+
## @quartzds/core [1.0.0-beta.4](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.3...@quartzds/core@1.0.0-beta.4) (2023-07-03)
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
### 🐛 Bug Fixes
|
|
1047
|
+
|
|
1048
|
+
* republish angular package ([bd3a5a8](https://github.com/quartzds/core-foundations/commit/bd3a5a88cadf9805e29d6a187c58e3698de24360))
|
|
1049
|
+
|
|
1050
|
+
## @quartzds/core [1.0.0-beta.3](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.2...@quartzds/core@1.0.0-beta.3) (2023-07-03)
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
### 🐛 Bug Fixes
|
|
1054
|
+
|
|
1055
|
+
* republish react package ([fc345f7](https://github.com/quartzds/core-foundations/commit/fc345f78861ad129f7d456da32f1d25d9f5d1ae5))
|
|
1056
|
+
|
|
1057
|
+
## @quartzds/core [1.0.0-beta.2](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.1...@quartzds/core@1.0.0-beta.2) (2023-07-03)
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
### ⚠ BREAKING CHANGES
|
|
1061
|
+
|
|
1062
|
+
* **icon-library:** rename `system` to `core`
|
|
1063
|
+
|
|
1064
|
+
### 🐛 Bug Fixes
|
|
1065
|
+
|
|
1066
|
+
* **icon-library:** rename `system` to `core` ([48b24e9](https://github.com/quartzds/core-foundations/commit/48b24e9b7561e624f5c6ae34e9172a7b35161e20))
|
|
1067
|
+
|
|
1068
|
+
## @quartzds/core 1.0.0-beta.1 (2023-06-29)
|
|
1069
|
+
|
|
1070
|
+
### 🐛 Bug Fixes
|
|
1071
|
+
|
|
1072
|
+
* **qds-label:** set `inline-block` display for `inline` prop ([684fce9](https://github.com/quartzds/core-foundations/commit/684fce94e438c7479ac31514fcc87b3435ad7f1d))
|
|
1073
|
+
* use generic tokens and icons ([4f8c7c1](https://github.com/quartzds/core-foundations/commit/4f8c7c14d2af092cff0b71291a6136af4ca45c36))
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
### ✨ Features
|
|
1077
|
+
|
|
1078
|
+
* remove `open` prefix from package names ([1d57894](https://github.com/quartzds/core-foundations/commit/1d578946e0fc00946b5ff50afd3eda29d14eae81))
|
|
1079
|
+
|
|
1080
|
+
## @quartzds/open-core [1.0.0-beta.26](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.25...@quartzds/open-core@1.0.0-beta.26) (2023-05-27)
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
### ⚠ BREAKING CHANGES
|
|
1084
|
+
|
|
1085
|
+
* disable hydration side effects
|
|
1086
|
+
* match the case of `hrefLang` to native property
|
|
1087
|
+
|
|
1088
|
+
### 🐛 Bug Fixes
|
|
1089
|
+
|
|
1090
|
+
* disable hydration side effects ([d41f37c](https://github.com/quartzds/core-foundations/commit/d41f37ca601cb032968af612e60f81e4197d1113))
|
|
1091
|
+
* match the case of `hrefLang` to native property ([22fe35a](https://github.com/quartzds/core-foundations/commit/22fe35a65fa126fc126b9ea463b72eb244b0ca1a))
|
|
1092
|
+
|
|
1093
|
+
## @quartzds/open-core [1.0.0-beta.25](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.24...@quartzds/open-core@1.0.0-beta.25) (2023-05-19)
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
### 🐛 Bug Fixes
|
|
1097
|
+
|
|
1098
|
+
* add `align-items: flex-start` to utility classes ([5790a72](https://github.com/quartzds/core-foundations/commit/5790a723a4192d88926ccf7c0d1fbaa0b880f431))
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
### Dependencies
|
|
1103
|
+
|
|
1104
|
+
* **@quartzds/tailwind-preset:** upgraded to 1.0.0-beta.3
|
|
1105
|
+
|
|
1106
|
+
## @quartzds/open-core [1.0.0-beta.24](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.23...@quartzds/open-core@1.0.0-beta.24) (2023-04-25)
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
### ⚠ BREAKING CHANGES
|
|
1110
|
+
|
|
1111
|
+
* `qds-block` and `qds-inline` utility classes are no
|
|
1112
|
+
longer provided by `styles/core.css`. Use `@quartzds/tailwind-preset`
|
|
1113
|
+
or create the utility classes manually to restore `flex-direction`
|
|
1114
|
+
functionality.
|
|
1115
|
+
|
|
1116
|
+
### ♻️ Refactoring
|
|
1117
|
+
|
|
1118
|
+
* switch to `@quartzds/tailwind-preset` ([448424f](https://github.com/quartzds/core-foundations/commit/448424f60b2aa238fd4cae6b6819ce8fd5af7de4))
|
|
1119
|
+
|
|
1120
|
+
## @quartzds/open-core [1.0.0-beta.23](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.22...@quartzds/open-core@1.0.0-beta.23) (2023-04-24)
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
### ✨ Features
|
|
1124
|
+
|
|
1125
|
+
* allow `package.json` to be imported ([9548c19](https://github.com/quartzds/core-foundations/commit/9548c191c0c1b4ca7f3c27ff4bc63a76e2a4f9f8))
|
|
1126
|
+
|
|
1127
|
+
## @quartzds/open-core [1.0.0-beta.22](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.21...@quartzds/open-core@1.0.0-beta.22) (2023-04-12)
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
### 🐛 Bug Fixes
|
|
1131
|
+
|
|
1132
|
+
* **core.css:** tweak direction selector specificity ([f803c23](https://github.com/quartzds/core-foundations/commit/f803c23c99b59ca448bf0b77a03cd0c8db6614d5))
|
|
1133
|
+
|
|
1134
|
+
## @quartzds/open-core [1.0.0-beta.21](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.20...@quartzds/open-core@1.0.0-beta.21) (2023-04-12)
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
### 🐛 Bug Fixes
|
|
1138
|
+
|
|
1139
|
+
* **core.css:** reorder popup styles before accessory ([ba02079](https://github.com/quartzds/core-foundations/commit/ba0207919cd88776eec2267c58a9226bd759accd))
|
|
1140
|
+
* **utilities:** return platform/theme class without prefix ([34cf02b](https://github.com/quartzds/core-foundations/commit/34cf02bce320b91cab9df1bfc8d835270550eaa4))
|
|
1141
|
+
* **utilities:** statically forbid empty platforms/themes ([f7d6047](https://github.com/quartzds/core-foundations/commit/f7d60474df17fc2d74618d22db4289268168d992))
|
|
1142
|
+
|
|
1143
|
+
## @quartzds/open-core [1.0.0-beta.20](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.19...@quartzds/open-core@1.0.0-beta.20) (2023-04-11)
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
### 🐛 Bug Fixes
|
|
1147
|
+
|
|
1148
|
+
* **core.css:** add correct related spacing to `qds-main` ([715a8de](https://github.com/quartzds/core-foundations/commit/715a8def1d471dafb2f2606173f985ea2d659b7b))
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
### ✨ Features
|
|
1152
|
+
|
|
1153
|
+
* **utilities:** allow platform/theme to target an element ([99784f6](https://github.com/quartzds/core-foundations/commit/99784f6f638c56cbc0fd4e970dfff164dde82907))
|
|
1154
|
+
|
|
1155
|
+
## @quartzds/open-core [1.0.0-beta.19](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.18...@quartzds/open-core@1.0.0-beta.19) (2023-04-10)
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
### ⚠ BREAKING CHANGES
|
|
1159
|
+
|
|
1160
|
+
* **qds-switch:** rename `*-start`/`*-end` to `*-unchecked`/`*-checked`
|
|
1161
|
+
* `qds-block`, `qds-inline`, and `qds-related` classes
|
|
1162
|
+
were added to replace the `qds-<layer>-<level>-inline` and
|
|
1163
|
+
`qds-<layer>-<level>-related` utilities so that the utilities are more
|
|
1164
|
+
composable.
|
|
1165
|
+
|
|
1166
|
+
### ✨ Features
|
|
1167
|
+
|
|
1168
|
+
* `utilities.css` -> `core.css` ([9e75e65](https://github.com/quartzds/core-foundations/commit/9e75e65329cc7e74b7fedc1df9a9d1344efa956a))
|
|
1169
|
+
* add the `inline` property for form controls ([e1d4851](https://github.com/quartzds/core-foundations/commit/e1d4851f8263c250b20e3f13d6f9c9026a6554b8))
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
### 🐛 Bug Fixes
|
|
1173
|
+
|
|
1174
|
+
* **qds-switch:** align style to figma design ([9c93f24](https://github.com/quartzds/core-foundations/commit/9c93f245d10e9dae4d65b54dca9e2ffcb770b5dd))
|
|
1175
|
+
* **qds-switch:** apply color token to icons ([9d4654d](https://github.com/quartzds/core-foundations/commit/9d4654d0632fbed4897046c6f336f4628b39ab24))
|
|
1176
|
+
* **qds-checkbox:** handle check toggling correctly ([e8680dd](https://github.com/quartzds/core-foundations/commit/e8680ddb08cb3e63d2e64cf2a99dfed4de670f4f))
|
|
1177
|
+
* make border transparent for checked/indeterminate states ([b4daf9d](https://github.com/quartzds/core-foundations/commit/b4daf9d203e0ee5f3422791747a4297343bd8371))
|
|
1178
|
+
* **qds-label:** place required asterisk at start ([c261baa](https://github.com/quartzds/core-foundations/commit/c261baaa9d92edf10f08446828c13648c87f2fb7))
|
|
1179
|
+
* **qds-switch:** rename `*-start`/`*-end` to `*-unchecked`/`*-checked` ([dc58493](https://github.com/quartzds/core-foundations/commit/dc584937164b0983f487dfc8dbd073a11ed2bf80))
|
|
1180
|
+
|
|
1181
|
+
## @quartzds/open-core [1.0.0-beta.18](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.17...@quartzds/open-core@1.0.0-beta.18) (2023-03-31)
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
### ⚠ BREAKING CHANGES
|
|
1185
|
+
|
|
1186
|
+
* **qds-link:** rename to `qds-inline-link`
|
|
1187
|
+
* **qds-tooltip:** remove slots
|
|
1188
|
+
|
|
1189
|
+
### ♻️ Refactoring
|
|
1190
|
+
|
|
1191
|
+
* **qds-tooltip:** remove slots ([1a609b2](https://github.com/quartzds/core-foundations/commit/1a609b2a2372e76c37192d0d82f0482de7ba6fd7))
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
### ✨ Features
|
|
1195
|
+
|
|
1196
|
+
* add custom element manifest v1 support ([6a6edc1](https://github.com/quartzds/core-foundations/commit/6a6edc1ab333c5dbcb234bb7fe71962f19758ead))
|
|
1197
|
+
* add theme/platform support ([f7f2a88](https://github.com/quartzds/core-foundations/commit/f7f2a88d40c8926e03d483e4a92eb8aed1329d3c)), closes [#176](https://github.com/quartzds/core-foundations/issues/176)
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
### 🐛 Bug Fixes
|
|
1201
|
+
|
|
1202
|
+
* **qds-button:** align subdued styles with Figma ([9c9e62e](https://github.com/quartzds/core-foundations/commit/9c9e62ecd085bff65ec51991f99307b87494b453)), closes [#233](https://github.com/quartzds/core-foundations/issues/233)
|
|
1203
|
+
* **qds-link:** always show text underline ([2308304](https://github.com/quartzds/core-foundations/commit/2308304407084d16aff1197fcaa12ab2f8722be1)), closes [#234](https://github.com/quartzds/core-foundations/issues/234)
|
|
1204
|
+
* **qds-checkbox:** handle programmatic checked/indeterminate edge cases ([b475597](https://github.com/quartzds/core-foundations/commit/b475597527d4747686921a3e4771842c7912fe74))
|
|
1205
|
+
* **qds-icon:** make `qdsLoad`/`qdsError` non-cancellable ([0803b9d](https://github.com/quartzds/core-foundations/commit/0803b9d2065c35ff0add95f2ddd4e3cbb1ca4aab))
|
|
1206
|
+
* **qds-link:** rename to `qds-inline-link` ([e79083d](https://github.com/quartzds/core-foundations/commit/e79083d12d2c82a1de1f63c06e60af7fa2192f18))
|
|
1207
|
+
|
|
1208
|
+
## @quartzds/open-core [1.0.0-beta.17](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.16...@quartzds/open-core@1.0.0-beta.17) (2023-03-21)
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
### ⚠ BREAKING CHANGES
|
|
1212
|
+
|
|
1213
|
+
* stop inheriting `title` attribute in components
|
|
1214
|
+
* Any code relying on blur/change/focus/input event
|
|
1215
|
+
propagation with different characteristics from the native events will
|
|
1216
|
+
need to be modified.
|
|
1217
|
+
|
|
1218
|
+
### ✨ Features
|
|
1219
|
+
|
|
1220
|
+
* **qds-input:** add `size` property ([763c9ef](https://github.com/quartzds/core-foundations/commit/763c9ef3917488609c1521ce563dcc3bd2ca0015))
|
|
1221
|
+
* implement dropdown component ([3fd93a1](https://github.com/quartzds/core-foundations/commit/3fd93a176c9736741a431cc3b193e88ae71be606))
|
|
1222
|
+
* implement tooltip component ([a979589](https://github.com/quartzds/core-foundations/commit/a9795891102d4d658463771388df8b4d72a84fd0))
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
### 🐛 Bug Fixes
|
|
1226
|
+
|
|
1227
|
+
* add `delegateFocus` to interactive elements ([54e5213](https://github.com/quartzds/core-foundations/commit/54e5213a817a406898228de8813c969fa1c01da3))
|
|
1228
|
+
* **qds-switch:** add missing focus event details ([6561e96](https://github.com/quartzds/core-foundations/commit/6561e967b1a3831bc79b0c57781804146ad40ea3))
|
|
1229
|
+
* **qds-title:** add needed custom property fallback values ([2182123](https://github.com/quartzds/core-foundations/commit/2182123bcbe62eaafc1d5af70a6f8dcd254b7f83))
|
|
1230
|
+
* align event propagation with native events ([d7b3005](https://github.com/quartzds/core-foundations/commit/d7b300533ceabbec76468f4d2188b9c60e78b1a5))
|
|
1231
|
+
* **rtl:** position checkbox/radio check properly ([98fe662](https://github.com/quartzds/core-foundations/commit/98fe662301ec401722a3a8d9f35cf2dfc54110e8))
|
|
1232
|
+
* remove `unrelated` suffix from `qds-controls-*` utility classes ([29287e9](https://github.com/quartzds/core-foundations/commit/29287e93116514a4bed50bba3d7b27fd2b27fc1b))
|
|
1233
|
+
* stop inheriting `title` attribute in components ([6e7aeb6](https://github.com/quartzds/core-foundations/commit/6e7aeb63c7d4998f76b89612d965056f26f911d3))
|
|
1234
|
+
|
|
1235
|
+
## @quartzds/open-core [1.0.0-beta.16](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.15...@quartzds/open-core@1.0.0-beta.16) (2023-02-16)
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
### ⚠ BREAKING CHANGES
|
|
1239
|
+
|
|
1240
|
+
* switch to `@quartzds/open-design-tokens`
|
|
1241
|
+
* **qds-input:** remove `range` input type
|
|
1242
|
+
* rename `label` properties to `text`
|
|
1243
|
+
|
|
1244
|
+
### 🐛 Bug Fixes
|
|
1245
|
+
|
|
1246
|
+
* add `print-color-adjust` CSS declarations ([50e1daf](https://github.com/quartzds/core-foundations/commit/50e1daf07776fae33145b1157cdd6adb2900331e))
|
|
1247
|
+
* rename `label` properties to `text` ([4db0d32](https://github.com/quartzds/core-foundations/commit/4db0d32a1bc5cf470a76910a25e56dfe0f1c92f1))
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
### ♻️ Refactoring
|
|
1251
|
+
|
|
1252
|
+
* **qds-input:** remove `range` input type ([0a64029](https://github.com/quartzds/core-foundations/commit/0a640299db661fd36866c470c2ceb734fa227f89))
|
|
1253
|
+
* switch to `@quartzds/open-design-tokens` ([8b2dee6](https://github.com/quartzds/core-foundations/commit/8b2dee6f9d6f287ebbeebe471aab8e6ca745dddf))
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
### ✨ Features
|
|
1257
|
+
|
|
1258
|
+
* implement switch component ([1658c45](https://github.com/quartzds/core-foundations/commit/1658c45b483a67ddf3fcf7cb09a894535609325b))
|
|
1259
|
+
* include focus/input event details ([61bac26](https://github.com/quartzds/core-foundations/commit/61bac2655a35a48cf445e43c6e85c6d03a8ec552))
|
|
1260
|
+
|
|
1261
|
+
## @quartzds/open-core [1.0.0-beta.15](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.14...@quartzds/open-core@1.0.0-beta.15) (2023-02-01)
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
### 🐛 Bug Fixes
|
|
1265
|
+
|
|
1266
|
+
* **qds-link:** adjust external icon size/alignment ([a108a96](https://github.com/quartzds/core-foundations/commit/a108a96196ea40ba9d46fe4cae1263046209c3bf))
|
|
1267
|
+
* **css:** disable logical properties PostCSS processing ([0940ae1](https://github.com/quartzds/core-foundations/commit/0940ae1eaa526d06041eb209d3586bcfcdb99a4f))
|
|
1268
|
+
|
|
1269
|
+
## @quartzds/open-core [1.0.0-beta.14](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.13...@quartzds/open-core@1.0.0-beta.14) (2023-01-31)
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
### ⚠ BREAKING CHANGES
|
|
1273
|
+
|
|
1274
|
+
* **qds-title:** remove `label` property
|
|
1275
|
+
|
|
1276
|
+
### 🐛 Bug Fixes
|
|
1277
|
+
|
|
1278
|
+
* **qds-title:** remove `label` property ([9ca36ff](https://github.com/quartzds/core-foundations/commit/9ca36ff59243b5a8402daf7fa806f241e4983cfd))
|
|
1279
|
+
* **qds-title:** wrap title in div for block display ([620fcca](https://github.com/quartzds/core-foundations/commit/620fccab9e542ae2de739a83f4aabed0ba2ae831))
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
### ✨ Features
|
|
1283
|
+
|
|
1284
|
+
* implement link component ([46b0769](https://github.com/quartzds/core-foundations/commit/46b07690f5d6faf2f7206664ba18ecb39464b1b6))
|
|
1285
|
+
* re-export `@quartzds/open-core` API to library wrappers ([ac6bdbe](https://github.com/quartzds/core-foundations/commit/ac6bdbef8692b0c3c79df11e664f5042edb5fff9))
|
|
1286
|
+
|
|
1287
|
+
## @quartzds/open-core [1.0.0-beta.13](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.12...@quartzds/open-core@1.0.0-beta.13) (2023-01-25)
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
### 🐛 Bug Fixes
|
|
1291
|
+
|
|
1292
|
+
* **qds-button:** add `box-sizing: border-box;` declaration ([6237600](https://github.com/quartzds/core-foundations/commit/623760025d02bfe6d64bf6fb2761a89937a449e6)), closes [#159](https://github.com/quartzds/core-foundations/issues/159)
|
|
1293
|
+
* define `docs.json` export as module system independent ([323b16a](https://github.com/quartzds/core-foundations/commit/323b16a90083cc59e864ae6b3fffa9b600eee461)), closes [#165](https://github.com/quartzds/core-foundations/issues/165)
|
|
1294
|
+
|
|
1295
|
+
## @quartzds/open-core [1.0.0-beta.12](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.11...@quartzds/open-core@1.0.0-beta.12) (2023-01-23)
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
### ✨ Features
|
|
1299
|
+
|
|
1300
|
+
* implement radio component ([b72261d](https://github.com/quartzds/core-foundations/commit/b72261d62eceec6986f51cbd7e3ceb4a334c94d6))
|
|
1301
|
+
|
|
1302
|
+
## @quartzds/open-core [1.0.0-beta.11](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.10...@quartzds/open-core@1.0.0-beta.11) (2023-01-19)
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
### ✨ Features
|
|
1306
|
+
|
|
1307
|
+
* support the `hidden` attribute ([f5ffc7e](https://github.com/quartzds/core-foundations/commit/f5ffc7eb4fe6a33bb18c48963787036c472429ee))
|
|
1308
|
+
|
|
1309
|
+
## @quartzds/open-core [1.0.0-beta.10](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.9...@quartzds/open-core@1.0.0-beta.10) (2023-01-12)
|
|
1310
|
+
|
|
1311
|
+
### 🐛 Bug Fixes
|
|
1312
|
+
|
|
1313
|
+
- add missing `exports` to `package.json` ([77a08f6](https://github.com/quartzds/core-foundations/commit/77a08f6c816d5c198e65b35b21afb61c2edfc5ff))
|
|
1314
|
+
- **qds-checkbox:** change to scoped component for form participation ([7964626](https://github.com/quartzds/core-foundations/commit/79646269c015700f08240cc3817b1618b31ae561))
|
|
1315
|
+
- **qds-checkbox:** display label only if text is present ([eb7d90f](https://github.com/quartzds/core-foundations/commit/eb7d90fae87ae36a04e514e6a9e22bee126ab473))
|
|
1316
|
+
|
|
1317
|
+
## @quartzds/open-core [1.0.0-beta.9](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.8...@quartzds/open-core@1.0.0-beta.9) (2023-01-10)
|
|
1318
|
+
|
|
1319
|
+
### ✨ Features
|
|
1320
|
+
|
|
1321
|
+
- implement checkbox component ([49f2d69](https://github.com/quartzds/core-foundations/commit/49f2d6995381b9de6267c524f5a32c97839c3613))
|
|
1322
|
+
|
|
1323
|
+
## @quartzds/open-core [1.0.0-beta.8](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.7...@quartzds/open-core@1.0.0-beta.8) (2023-01-06)
|
|
1324
|
+
|
|
1325
|
+
### 🐛 Bug Fixes
|
|
1326
|
+
|
|
1327
|
+
- use `:host` selectors for predictable styling ([db23ee0](https://github.com/quartzds/core-foundations/commit/db23ee0b18bd101f5125e879a3be4c5427e26d04))
|
|
1328
|
+
|
|
1329
|
+
<!--
|
|
1330
|
+
SPDX-FileCopyrightText: © 2022 Schneider Electric
|
|
1331
|
+
|
|
1332
|
+
SPDX-License-Identifier: Apache-2.0
|
|
1333
|
+
-->
|
|
1334
|
+
|
|
1335
|
+
# Change Log
|
|
1336
|
+
|
|
1337
|
+
[](https://conventionalcommits.org)
|
|
1338
|
+
[](https://semver.org/spec/v2.0.0)
|
|
1339
|
+
|
|
1340
|
+
> All notable changes to this project will be documented in this file
|
|
1341
|
+
|
|
1342
|
+
## @quartzds/open-core [1.0.0-beta.7](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.6...@quartzds/open-core@1.0.0-beta.7) (2022-12-24)
|
|
1343
|
+
|
|
1344
|
+
### 🐛 Bug Fixes
|
|
1345
|
+
|
|
1346
|
+
- match subdued icon-only button styles with Figma ([8c69c5f](https://github.com/quartzds/core-foundations/commit/8c69c5fc358c27a63c497d5da56e8ba6e424af03))
|
|
1347
|
+
|
|
1348
|
+
## @quartzds/open-core [1.0.0-beta.6](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.5...@quartzds/open-core@1.0.0-beta.6) (2022-12-23)
|
|
1349
|
+
|
|
1350
|
+
### ✨ Features
|
|
1351
|
+
|
|
1352
|
+
- add icon support ([3d9a3fd](https://github.com/quartzds/core-foundations/commit/3d9a3fd9004b8b391902e47fa3c1ab849f855d7f))
|
|
1353
|
+
|
|
1354
|
+
## @quartzds/open-core [1.0.0-beta.5](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.4...@quartzds/open-core@1.0.0-beta.5) (2022-11-30)
|
|
1355
|
+
|
|
1356
|
+
### 🐛 Bug Fixes
|
|
1357
|
+
|
|
1358
|
+
- align prop defaults with native attributes ([edd2b45](https://github.com/quartzds/core-foundations/commit/edd2b45f2db744acd854d7bb19cb63f2f3d61e67))
|
|
1359
|
+
|
|
1360
|
+
## @quartzds/open-core [1.0.0-beta.4](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.3...@quartzds/open-core@1.0.0-beta.4) (2022-10-27)
|
|
1361
|
+
|
|
1362
|
+
### ⚠ BREAKING CHANGES
|
|
1363
|
+
|
|
1364
|
+
- **qds-title:** rename `content` to `label` for consistency
|
|
1365
|
+
|
|
1366
|
+
### 🐛 Bug Fixes
|
|
1367
|
+
|
|
1368
|
+
- **qds-button:** add `white-space: nowrap;` declaration ([26a48bf](https://github.com/quartzds/core-foundations/commit/26a48bfe1fbfdbe661dacb88ee31605c75262338))
|
|
1369
|
+
- **qds-title:** rename `content` to `label` for consistency ([7d3a76a](https://github.com/quartzds/core-foundations/commit/7d3a76ab7ef81964feb2d7cf002c604aa03390ca))
|
|
1370
|
+
|
|
1371
|
+
## @quartzds/open-core [1.0.0-beta.3](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.2...@quartzds/open-core@1.0.0-beta.3) (2022-10-25)
|
|
1372
|
+
|
|
1373
|
+
### 🐛 Bug Fixes
|
|
1374
|
+
|
|
1375
|
+
- use correct package.json `files` values ([a01201f](https://github.com/quartzds/core-foundations/commit/a01201f774af926fe5329f37edf38e3db86d8e9e))
|
|
1376
|
+
|
|
1377
|
+
### 🚀 Features
|
|
1378
|
+
|
|
1379
|
+
- implement more sensible input validity ([fd1b0af](https://github.com/quartzds/core-foundations/commit/fd1b0af909e91fcbd962880c73ad6c50bb5ec048))
|
|
1380
|
+
|
|
1381
|
+
## @quartzds/open-core [1.0.0-beta.2](https://github.com/quartzds/core-foundations/compare/@quartzds/open-core@1.0.0-beta.1...@quartzds/open-core@1.0.0-beta.2) (2022-10-21)
|
|
1382
|
+
|
|
1383
|
+
### 🐛 Bug Fixes
|
|
1384
|
+
|
|
1385
|
+
- **css-utils:** prefer `:is` pseudo-selector to nesting ([d2fd2f6](https://github.com/quartzds/core-foundations/commit/d2fd2f622870d8840f04123790871e80ab6588de))
|
|
1386
|
+
|
|
1387
|
+
### 🚀 Features
|
|
1388
|
+
|
|
1389
|
+
- **css-utils:** add `qds-controls-*` classes ([5e60e68](https://github.com/quartzds/core-foundations/commit/5e60e68f44c0817f9751ddb9b3d1798855e38a40))
|
|
1390
|
+
- **css-utils:** add `qds-subdued` class ([c8219e6](https://github.com/quartzds/core-foundations/commit/c8219e6dbbcf58c75ec06ad671cdaf5c9b9ace26))
|
|
1391
|
+
|
|
1392
|
+
## @quartzds/open-core 1.0.0-beta.1 (2022-10-18)
|
|
1393
|
+
|
|
1394
|
+
### 🚀 Features
|
|
1395
|
+
|
|
1396
|
+
- initial commit ([3629a09](https://github.com/quartzds/core-foundations/commit/3629a09b78b881eeaa94c516c839cbbe75e20d7c))
|