@quartzds/core 1.0.0-beta.13 → 1.0.0-beta.130
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 +2145 -0
- package/README.md +23 -23
- package/components/index.d.ts +52 -0
- package/components/index.js +63 -28
- package/components/index.js.map +1 -1
- package/components/p-B9xuNEzc.js +438 -0
- package/components/p-B9xuNEzc.js.map +1 -0
- package/components/p-BHBodFuD.js +200 -0
- package/components/p-BHBodFuD.js.map +1 -0
- package/components/p-BLA62eFO.js +513 -0
- package/components/p-BLA62eFO.js.map +1 -0
- package/components/p-Bn9o5Um2.js +91 -0
- package/components/p-Bn9o5Um2.js.map +1 -0
- package/components/{floating-ui.dom.esm.js → p-Bv2vPjgL.js} +557 -345
- package/components/p-Bv2vPjgL.js.map +1 -0
- package/components/p-C-pZcrGt.js +357 -0
- package/components/p-C-pZcrGt.js.map +1 -0
- package/components/p-CZRW1LV_.js +28 -0
- package/components/p-CZRW1LV_.js.map +1 -0
- package/components/p-Cb4tcewD.js +281 -0
- package/components/p-Cb4tcewD.js.map +1 -0
- package/components/p-Cb5Tgh-o.js +102 -0
- package/components/p-Cb5Tgh-o.js.map +1 -0
- package/components/p-D2489VzR.js +2133 -0
- package/components/p-D2489VzR.js.map +1 -0
- package/components/p-D2BuSQre.js +160 -0
- package/components/p-D2BuSQre.js.map +1 -0
- package/components/p-DL21f4D7.js +149 -0
- package/components/p-DL21f4D7.js.map +1 -0
- package/components/p-DOqfdgQA.js +124 -0
- package/components/p-DOqfdgQA.js.map +1 -0
- package/components/p-Do46q_Gd.js +135 -0
- package/components/p-Do46q_Gd.js.map +1 -0
- package/components/p-XP2CY_fo.js +105 -0
- package/components/p-XP2CY_fo.js.map +1 -0
- package/components/p-eUDNu0SE.js +3561 -0
- package/components/p-eUDNu0SE.js.map +1 -0
- package/components/p-fKK7EmM2.js +256 -0
- package/components/p-fKK7EmM2.js.map +1 -0
- package/components/qds-action-item.d.ts +11 -0
- package/components/qds-action-item.js +204 -0
- package/components/qds-action-item.js.map +1 -0
- package/components/qds-avatar-media.d.ts +11 -0
- package/components/qds-avatar-media.js +14 -0
- package/components/qds-avatar-media.js.map +1 -0
- package/components/qds-avatar.d.ts +11 -0
- package/components/qds-avatar.js +120 -0
- package/components/qds-avatar.js.map +1 -0
- package/components/qds-badge-counter.d.ts +11 -0
- package/components/qds-badge-counter.js +14 -0
- package/components/qds-badge-counter.js.map +1 -0
- package/components/qds-badge-indicator.d.ts +11 -0
- package/components/qds-badge-indicator.js +14 -0
- package/components/qds-badge-indicator.js.map +1 -0
- package/components/qds-breadcrumb-item.d.ts +11 -0
- package/components/qds-breadcrumb-item.js +174 -0
- package/components/qds-breadcrumb-item.js.map +1 -0
- package/components/qds-button.d.ts +2 -2
- package/components/qds-button.js +475 -129
- package/components/qds-button.js.map +1 -1
- package/components/qds-checkbox.d.ts +2 -2
- package/components/qds-checkbox.js +4 -146
- package/components/qds-checkbox.js.map +1 -1
- package/components/qds-chip.d.ts +11 -0
- package/components/qds-chip.js +337 -0
- package/components/qds-chip.js.map +1 -0
- package/components/qds-dialog.d.ts +2 -2
- package/components/qds-dialog.js +179 -93
- package/components/qds-dialog.js.map +1 -1
- package/components/qds-divider.d.ts +2 -2
- package/components/qds-divider.js +4 -39
- package/components/qds-divider.js.map +1 -1
- package/components/qds-dropdown.d.ts +2 -2
- package/components/qds-dropdown.js +4 -249
- package/components/qds-dropdown.js.map +1 -1
- package/components/qds-form-message.d.ts +2 -2
- package/components/qds-form-message.js +106 -50
- package/components/qds-form-message.js.map +1 -1
- package/components/qds-icon-button.d.ts +11 -0
- package/components/qds-icon-button.js +14 -0
- package/components/qds-icon-button.js.map +1 -0
- package/components/qds-icon-tab.d.ts +11 -0
- package/components/qds-icon-tab.js +312 -0
- package/components/qds-icon-tab.js.map +1 -0
- package/components/qds-icon.d.ts +2 -2
- package/components/qds-icon.js +4 -3
- package/components/qds-inline-link.d.ts +2 -2
- package/components/qds-inline-link.js +173 -74
- package/components/qds-inline-link.js.map +1 -1
- package/components/qds-input.d.ts +2 -2
- package/components/qds-input.js +579 -230
- package/components/qds-input.js.map +1 -1
- package/components/qds-label.d.ts +2 -2
- package/components/qds-label.js +156 -3
- package/components/qds-label.js.map +1 -1
- package/components/qds-list-item.d.ts +11 -0
- package/components/qds-list-item.js +430 -0
- package/components/qds-list-item.js.map +1 -0
- package/components/qds-loader.d.ts +11 -0
- package/components/qds-loader.js +152 -0
- package/components/qds-loader.js.map +1 -0
- package/components/qds-menu-item.d.ts +11 -0
- package/components/qds-menu-item.js +263 -0
- package/components/qds-menu-item.js.map +1 -0
- package/components/qds-mini-button.d.ts +11 -0
- package/components/qds-mini-button.js +14 -0
- package/components/qds-mini-button.js.map +1 -0
- package/components/qds-progress-bar.d.ts +11 -0
- package/components/qds-progress-bar.js +155 -0
- package/components/qds-progress-bar.js.map +1 -0
- package/components/qds-radio.d.ts +2 -2
- package/components/qds-radio.js +4 -99
- package/components/qds-radio.js.map +1 -1
- package/components/qds-select.d.ts +11 -0
- package/components/qds-select.js +377 -0
- package/components/qds-select.js.map +1 -0
- package/components/qds-standalone-link.d.ts +11 -0
- package/components/qds-standalone-link.js +210 -0
- package/components/qds-standalone-link.js.map +1 -0
- package/components/qds-switch.d.ts +2 -2
- package/components/qds-switch.js +257 -105
- package/components/qds-switch.js.map +1 -1
- package/components/qds-tab.d.ts +11 -0
- package/components/qds-tab.js +354 -0
- package/components/qds-tab.js.map +1 -0
- package/components/qds-tabbar.d.ts +11 -0
- package/components/qds-tabbar.js +599 -0
- package/components/qds-tabbar.js.map +1 -0
- package/components/qds-table-cell.d.ts +11 -0
- package/components/qds-table-cell.js +109 -0
- package/components/qds-table-cell.js.map +1 -0
- package/components/qds-table-head-cell.d.ts +11 -0
- package/components/qds-table-head-cell.js +115 -0
- package/components/qds-table-head-cell.js.map +1 -0
- package/components/qds-table-row.d.ts +11 -0
- package/components/qds-table-row.js +48 -0
- package/components/qds-table-row.js.map +1 -0
- package/components/qds-table.d.ts +11 -0
- package/components/qds-table.js +48 -0
- package/components/qds-table.js.map +1 -0
- package/components/qds-tag.d.ts +11 -0
- package/components/qds-tag.js +14 -0
- package/components/qds-tag.js.map +1 -0
- package/components/qds-textarea.d.ts +2 -2
- package/components/qds-textarea.js +352 -193
- package/components/qds-textarea.js.map +1 -1
- package/components/qds-title.d.ts +2 -2
- package/components/qds-title.js +4 -84
- package/components/qds-title.js.map +1 -1
- package/components/qds-tooltip.d.ts +2 -2
- package/components/qds-tooltip.js +4 -315
- package/components/qds-tooltip.js.map +1 -1
- package/dist/cjs/app-globals-CLoao1by.js +13 -0
- package/dist/cjs/app-globals-CLoao1by.js.map +1 -0
- package/dist/cjs/controls-DKGeNyr5.js +32 -0
- package/dist/cjs/controls-DKGeNyr5.js.map +1 -0
- package/dist/cjs/{floating-ui.dom.esm-7f1cac3e.js → floating-ui.dom-Bvzubd50.js} +557 -345
- package/dist/cjs/floating-ui.dom-Bvzubd50.js.map +1 -0
- package/dist/cjs/helpers-D6srVOLt.js +3584 -0
- package/dist/cjs/helpers-D6srVOLt.js.map +1 -0
- package/dist/cjs/index-DIY7gpXM.js +2376 -0
- package/dist/cjs/index-DIY7gpXM.js.map +1 -0
- package/dist/cjs/index.cjs.js +40 -31
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/library-CeKRI2f2.js +142 -0
- package/dist/cjs/library-CeKRI2f2.js.map +1 -0
- package/dist/cjs/loader.cjs.js +9 -10
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/qds-action-item.cjs.entry.js +165 -0
- package/dist/cjs/qds-action-item.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-avatar-media.cjs.entry.js +105 -0
- package/dist/cjs/qds-avatar-media.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-avatar.cjs.entry.js +70 -0
- package/dist/cjs/qds-avatar.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-badge-counter.qds-badge-indicator.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-badge-counter_2.cjs.entry.js +168 -0
- package/dist/cjs/qds-breadcrumb-item.cjs.entry.js +134 -0
- package/dist/cjs/qds-breadcrumb-item.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-button.cjs.entry.js +402 -93
- package/dist/cjs/qds-button.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-checkbox.qds-radio.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-checkbox_2.cjs.entry.js +456 -0
- package/dist/cjs/qds-chip.cjs.entry.js +285 -0
- package/dist/cjs/qds-chip.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-dialog.cjs.entry.js +124 -77
- package/dist/cjs/qds-dialog.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-divider.qds-icon-button.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-divider_2.cjs.entry.js +291 -0
- package/dist/cjs/qds-dropdown.cjs.entry.js +461 -213
- package/dist/cjs/qds-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-form-message.cjs.entry.js +80 -27
- package/dist/cjs/qds-form-message.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-icon-tab.cjs.entry.js +244 -0
- package/dist/cjs/qds-icon-tab.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-icon.cjs.entry.js +92 -93
- package/dist/cjs/qds-icon.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-inline-link.cjs.entry.js +139 -49
- package/dist/cjs/qds-inline-link.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-input.cjs.entry.js +503 -188
- package/dist/cjs/qds-input.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-label.cjs.entry.js +118 -27
- package/dist/cjs/qds-label.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-list-item.cjs.entry.js +328 -0
- package/dist/cjs/qds-list-item.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-loader.cjs.entry.js +126 -0
- package/dist/cjs/qds-loader.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-menu-item.cjs.entry.js +214 -0
- package/dist/cjs/qds-menu-item.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-mini-button.cjs.entry.js +130 -0
- package/dist/cjs/qds-mini-button.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-progress-bar.cjs.entry.js +131 -0
- package/dist/cjs/qds-progress-bar.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-select.cjs.entry.js +331 -0
- package/dist/cjs/qds-select.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-standalone-link.cjs.entry.js +171 -0
- package/dist/cjs/qds-standalone-link.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-switch.cjs.entry.js +221 -67
- package/dist/cjs/qds-switch.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-tab.cjs.entry.js +280 -0
- package/dist/cjs/qds-tab.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-tabbar.cjs.entry.js +528 -0
- package/dist/cjs/qds-tabbar.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-table-cell.cjs.entry.js +88 -0
- package/dist/cjs/qds-table-cell.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-table-head-cell.cjs.entry.js +92 -0
- package/dist/cjs/qds-table-head-cell.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-table-row.cjs.entry.js +34 -0
- package/dist/cjs/qds-table-row.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-table.cjs.entry.js +34 -0
- package/dist/cjs/qds-table.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-tag.cjs.entry.js +110 -0
- package/dist/cjs/qds-tag.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-textarea.cjs.entry.js +303 -156
- package/dist/cjs/qds-textarea.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-title.cjs.entry.js +61 -52
- package/dist/cjs/qds-title.entry.cjs.js.map +1 -0
- package/dist/cjs/qds-tooltip.cjs.entry.js +380 -264
- package/dist/cjs/qds-tooltip.entry.cjs.js.map +1 -0
- package/dist/cjs/qds.cjs.js +18 -17
- package/dist/cjs/qds.cjs.js.map +1 -1
- package/dist/custom-elements.json +13254 -2143
- package/dist/docs.d.ts +344 -240
- package/dist/docs.json +13958 -3308
- package/dist/esm/app-globals-WylVyaRG.js +11 -0
- package/dist/esm/app-globals-WylVyaRG.js.map +1 -0
- package/dist/esm/controls-CZRW1LV_.js +28 -0
- package/dist/esm/controls-CZRW1LV_.js.map +1 -0
- package/dist/esm/{floating-ui.dom.esm-c2f3e549.js → floating-ui.dom-Bv2vPjgL.js} +557 -345
- package/dist/esm/floating-ui.dom-Bv2vPjgL.js.map +1 -0
- package/dist/esm/helpers-BIo9VDPx.js +3561 -0
- package/dist/esm/helpers-BIo9VDPx.js.map +1 -0
- package/dist/esm/index-Hg1Liloy.js +2364 -0
- package/dist/esm/index-Hg1Liloy.js.map +1 -0
- package/dist/esm/index.js +40 -30
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/library-CBfntPWH.js +138 -0
- package/dist/esm/library-CBfntPWH.js.map +1 -0
- package/dist/esm/loader.js +10 -9
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/qds-action-item.entry.js +163 -0
- package/dist/esm/qds-action-item.entry.js.map +1 -0
- package/dist/esm/qds-avatar-media.entry.js +103 -0
- package/dist/esm/qds-avatar-media.entry.js.map +1 -0
- package/dist/esm/qds-avatar.entry.js +68 -0
- package/dist/esm/qds-avatar.entry.js.map +1 -0
- package/dist/esm/qds-badge-counter.qds-badge-indicator.entry.js.map +1 -0
- package/dist/esm/qds-badge-counter_2.entry.js +165 -0
- package/dist/esm/qds-breadcrumb-item.entry.js +132 -0
- package/dist/esm/qds-breadcrumb-item.entry.js.map +1 -0
- package/dist/esm/qds-button.entry.js +402 -91
- package/dist/esm/qds-button.entry.js.map +1 -1
- package/dist/esm/qds-checkbox.qds-radio.entry.js.map +1 -0
- package/dist/esm/qds-checkbox_2.entry.js +453 -0
- package/dist/esm/qds-chip.entry.js +283 -0
- package/dist/esm/qds-chip.entry.js.map +1 -0
- package/dist/esm/qds-dialog.entry.js +124 -75
- package/dist/esm/qds-dialog.entry.js.map +1 -1
- package/dist/esm/qds-divider.qds-icon-button.entry.js.map +1 -0
- package/dist/esm/qds-divider_2.entry.js +288 -0
- package/dist/esm/qds-dropdown.entry.js +461 -211
- package/dist/esm/qds-dropdown.entry.js.map +1 -1
- package/dist/esm/qds-form-message.entry.js +80 -25
- package/dist/esm/qds-form-message.entry.js.map +1 -1
- package/dist/esm/qds-icon-tab.entry.js +242 -0
- package/dist/esm/qds-icon-tab.entry.js.map +1 -0
- package/dist/esm/qds-icon.entry.js +92 -91
- package/dist/esm/qds-icon.entry.js.map +1 -1
- package/dist/esm/qds-inline-link.entry.js +139 -47
- package/dist/esm/qds-inline-link.entry.js.map +1 -1
- package/dist/esm/qds-input.entry.js +503 -186
- package/dist/esm/qds-input.entry.js.map +1 -1
- package/dist/esm/qds-label.entry.js +118 -25
- package/dist/esm/qds-label.entry.js.map +1 -1
- package/dist/esm/qds-list-item.entry.js +326 -0
- package/dist/esm/qds-list-item.entry.js.map +1 -0
- package/dist/esm/qds-loader.entry.js +124 -0
- package/dist/esm/qds-loader.entry.js.map +1 -0
- package/dist/esm/qds-menu-item.entry.js +212 -0
- package/dist/esm/qds-menu-item.entry.js.map +1 -0
- package/dist/esm/qds-mini-button.entry.js +128 -0
- package/dist/esm/qds-mini-button.entry.js.map +1 -0
- package/dist/esm/qds-progress-bar.entry.js +129 -0
- package/dist/esm/qds-progress-bar.entry.js.map +1 -0
- package/dist/esm/qds-select.entry.js +329 -0
- package/dist/esm/qds-select.entry.js.map +1 -0
- package/dist/esm/qds-standalone-link.entry.js +169 -0
- package/dist/esm/qds-standalone-link.entry.js.map +1 -0
- package/dist/esm/qds-switch.entry.js +221 -65
- package/dist/esm/qds-switch.entry.js.map +1 -1
- package/dist/esm/qds-tab.entry.js +278 -0
- package/dist/esm/qds-tab.entry.js.map +1 -0
- package/dist/esm/qds-tabbar.entry.js +526 -0
- package/dist/esm/qds-tabbar.entry.js.map +1 -0
- package/dist/esm/qds-table-cell.entry.js +86 -0
- package/dist/esm/qds-table-cell.entry.js.map +1 -0
- package/dist/esm/qds-table-head-cell.entry.js +90 -0
- package/dist/esm/qds-table-head-cell.entry.js.map +1 -0
- package/dist/esm/qds-table-row.entry.js +32 -0
- package/dist/esm/qds-table-row.entry.js.map +1 -0
- package/dist/esm/qds-table.entry.js +32 -0
- package/dist/esm/qds-table.entry.js.map +1 -0
- package/dist/esm/qds-tag.entry.js +108 -0
- package/dist/esm/qds-tag.entry.js.map +1 -0
- package/dist/esm/qds-textarea.entry.js +303 -154
- package/dist/esm/qds-textarea.entry.js.map +1 -1
- package/dist/esm/qds-title.entry.js +61 -50
- package/dist/esm/qds-title.entry.js.map +1 -1
- package/dist/esm/qds-tooltip.entry.js +380 -262
- package/dist/esm/qds-tooltip.entry.js.map +1 -1
- package/dist/esm/qds.js +18 -16
- package/dist/esm/qds.js.map +1 -1
- package/dist/types/components/action-item/action-item.d.ts +70 -0
- package/dist/types/components/avatar/avatar.d.ts +61 -0
- package/dist/types/components/avatar-media/avatar-media.d.ts +47 -0
- package/dist/types/components/badge-counter/badge-counter.d.ts +40 -0
- package/dist/types/components/badge-indicator/badge-indicator.d.ts +36 -0
- package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +178 -0
- package/dist/types/components/button/button.d.ts +283 -198
- package/dist/types/components/checkbox/checkbox.d.ts +142 -124
- package/dist/types/components/chip/chip.d.ts +111 -0
- package/dist/types/components/controls.d.ts +4 -1
- package/dist/types/components/dialog/dialog.d.ts +32 -41
- package/dist/types/components/divider/divider.d.ts +14 -9
- package/dist/types/components/dropdown/dropdown.d.ts +117 -125
- package/dist/types/components/form-message/form-message.d.ts +35 -25
- package/dist/types/components/icon/icon.d.ts +23 -24
- package/dist/types/components/icon/library.d.ts +3 -3
- package/dist/types/components/icon/request.d.ts +5 -9
- package/dist/types/components/icon-button/icon-button.d.ts +122 -0
- package/dist/types/components/icon-tab/icon-tab.d.ts +112 -0
- package/dist/types/components/inline-link/inline-link.d.ts +209 -191
- package/dist/types/components/input/input.d.ts +441 -368
- package/dist/types/components/label/label.d.ts +37 -24
- package/dist/types/components/list-item/list-item.d.ts +122 -0
- package/dist/types/components/loader/loader.d.ts +32 -0
- package/dist/types/components/menu-item/menu-item.d.ts +75 -0
- package/dist/types/components/mini-button/mini-button.d.ts +82 -0
- package/dist/types/components/progress-bar/progress-bar.d.ts +60 -0
- package/dist/types/components/radio/radio.d.ts +94 -95
- package/dist/types/components/select/select.d.ts +209 -0
- package/dist/types/components/shared.d.ts +6 -0
- package/dist/types/components/standalone-link/standalone-link.d.ts +234 -0
- package/dist/types/components/switch/switch.d.ts +122 -107
- package/dist/types/components/tab/tab.d.ts +157 -0
- package/dist/types/components/tabbar/tabbar.d.ts +91 -0
- package/dist/types/components/table/table.d.ts +14 -0
- package/dist/types/components/table-cell/table-cell.d.ts +39 -0
- package/dist/types/components/table-head-cell/table-head-cell.d.ts +56 -0
- package/dist/types/components/table-row/table-row.d.ts +14 -0
- package/dist/types/components/tag/tag.d.ts +55 -0
- package/dist/types/components/textarea/textarea.d.ts +295 -300
- package/dist/types/components/title/title.d.ts +39 -32
- package/dist/types/components/tooltip/tooltip.d.ts +111 -136
- package/dist/types/components.d.ts +4590 -929
- package/dist/types/helpers.d.ts +46 -19
- package/dist/types/index.d.ts +2 -1
- package/dist/types/interface-overrides.d.ts +215 -0
- package/dist/types/qds-test.d.ts +22 -11
- package/dist/types/stencil-public-runtime.d.ts +109 -17
- package/dist/types/utils.d.ts +11 -4
- package/dist/vscode.html-custom-data.json +2543 -426
- package/hydrate/index.d.ts +73 -18
- package/hydrate/index.js +32000 -9062
- package/hydrate/index.mjs +33081 -0
- package/hydrate/package.json +7 -1
- package/loader/cdn.js +3 -4
- package/loader/index.cjs.js +3 -4
- package/loader/index.d.ts +4 -1
- package/loader/index.es2017.js +3 -4
- package/loader/index.js +3 -4
- package/package.json +23 -180
- package/styles/core.css +156 -38
- package/components/floating-ui.dom.esm.js.map +0 -1
- package/components/helpers.js +0 -175
- package/components/helpers.js.map +0 -1
- package/components/icon.js +0 -185
- package/components/icon.js.map +0 -1
- package/components/label.js +0 -55
- package/components/label.js.map +0 -1
- package/dist/cjs/floating-ui.dom.esm-7f1cac3e.js.map +0 -1
- package/dist/cjs/helpers-452256e8.js +0 -185
- package/dist/cjs/helpers-452256e8.js.map +0 -1
- package/dist/cjs/index-d181f952.js +0 -2039
- package/dist/cjs/index-d181f952.js.map +0 -1
- package/dist/cjs/library-ad8d9466.js +0 -72
- package/dist/cjs/library-ad8d9466.js.map +0 -1
- package/dist/cjs/qds-button.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-checkbox.cjs.entry.js +0 -116
- package/dist/cjs/qds-checkbox.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-dialog.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-divider.cjs.entry.js +0 -33
- package/dist/cjs/qds-divider.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-dropdown.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-form-message.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-icon.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-inline-link.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-input.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-label.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-radio.cjs.entry.js +0 -74
- package/dist/cjs/qds-radio.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-switch.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-textarea.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-title.cjs.entry.js.map +0 -1
- package/dist/cjs/qds-tooltip.cjs.entry.js.map +0 -1
- package/dist/esm/floating-ui.dom.esm-c2f3e549.js.map +0 -1
- package/dist/esm/helpers-76b84f45.js +0 -175
- package/dist/esm/helpers-76b84f45.js.map +0 -1
- package/dist/esm/index-d7183092.js +0 -2009
- package/dist/esm/index-d7183092.js.map +0 -1
- package/dist/esm/library-f36d7d09.js +0 -68
- package/dist/esm/library-f36d7d09.js.map +0 -1
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/qds-checkbox.entry.js +0 -112
- package/dist/esm/qds-checkbox.entry.js.map +0 -1
- package/dist/esm/qds-divider.entry.js +0 -29
- package/dist/esm/qds-divider.entry.js.map +0 -1
- package/dist/esm/qds-radio.entry.js +0 -70
- package/dist/esm/qds-radio.entry.js.map +0 -1
- package/dist/types/components/create-story.d.ts +0 -5
- package/loader/package.json +0 -11
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2145 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
SPDX-FileCopyrightText: © 2026 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.130 (2026-07-29)
|
|
15
|
+
|
|
16
|
+
* fix(qds-button, qds-icon-button): activate buttons with enter key in NVDA ([57b9f17](https://github.com/quartzds/core-foundations/commit/57b9f17))
|
|
17
|
+
* fix(qds-inline-link, qds-standalone-link): activate links with enter key in NVDA ([f51d1e4](https://github.com/quartzds/core-foundations/commit/f51d1e4))
|
|
18
|
+
* Merge pull request #1375 from quartzds/renovate/vue-monorepo ([f38b0f4](https://github.com/quartzds/core-foundations/commit/f38b0f4)), closes [#1375](https://github.com/quartzds/core-foundations/issues/1375)
|
|
19
|
+
* Merge pull request #2050 from quartzds/fix-tooltip-inner-esc-key-behavior ([fc67272](https://github.com/quartzds/core-foundations/commit/fc67272)), closes [#2050](https://github.com/quartzds/core-foundations/issues/2050)
|
|
20
|
+
* Merge pull request #2052 from quartzds/resolve-inline-link-not-activated-by-enter-key-in-NVDA ([5c1f410](https://github.com/quartzds/core-foundations/commit/5c1f410)), closes [#2052](https://github.com/quartzds/core-foundations/issues/2052)
|
|
21
|
+
* Merge pull request #2060 from quartzds/2027-a11y---badge-is-not-added-to-aria-label-for-list-item ([9b6546f](https://github.com/quartzds/core-foundations/commit/9b6546f)), closes [#2060](https://github.com/quartzds/core-foundations/issues/2060)
|
|
22
|
+
* Merge pull request #2061 from quartzds/2025-a11y---list-item-loss-of-focus-after-pressing-esc-key-on ([a8a454e](https://github.com/quartzds/core-foundations/commit/a8a454e)), closes [#2061](https://github.com/quartzds/core-foundations/issues/2061)
|
|
23
|
+
* Merge pull request #2063 from quartzds/fix-click-target-to-close-dropdown ([94d816e](https://github.com/quartzds/core-foundations/commit/94d816e)), closes [#2063](https://github.com/quartzds/core-foundations/issues/2063)
|
|
24
|
+
* Merge pull request #2064 from quartzds/2049-a11y---tooltip-is-not-shown-on-focus-for-truncated-items ([3c5552c](https://github.com/quartzds/core-foundations/commit/3c5552c)), closes [#2064](https://github.com/quartzds/core-foundations/issues/2064)
|
|
25
|
+
* Merge pull request #2076 from quartzds/1790-bug-the-disabled-items-are-focusable-in-react ([ab0bd86](https://github.com/quartzds/core-foundations/commit/ab0bd86)), closes [#2076](https://github.com/quartzds/core-foundations/issues/2076)
|
|
26
|
+
* Merge pull request #2078 from quartzds/avatar-bug ([6c94d11](https://github.com/quartzds/core-foundations/commit/6c94d11)), closes [#2078](https://github.com/quartzds/core-foundations/issues/2078)
|
|
27
|
+
* Merge pull request #2084 from quartzds/fix-dropdown-unique-id ([f9d7df3](https://github.com/quartzds/core-foundations/commit/f9d7df3)), closes [#2084](https://github.com/quartzds/core-foundations/issues/2084)
|
|
28
|
+
* fix(qds-tooltip): allow nested tooltip to be escaped without closing parent ones ([d682012](https://github.com/quartzds/core-foundations/commit/d682012))
|
|
29
|
+
* fix(qds-avatar): center wrapped label text in vertical layout ([7676309](https://github.com/quartzds/core-foundations/commit/7676309))
|
|
30
|
+
* fix(qds-list-item): enhance accessibility by updating aria-label and role handling ([d22d8ee](https://github.com/quartzds/core-foundations/commit/d22d8ee))
|
|
31
|
+
* fix(qds-dropdown): enhance click target handling to close dropdown correctly ([d08972b](https://github.com/quartzds/core-foundations/commit/d08972b))
|
|
32
|
+
* fix(qds-dropdown): ensure dropdown has a unique id ([c7ff5ef](https://github.com/quartzds/core-foundations/commit/c7ff5ef))
|
|
33
|
+
* fix(core): fix `utility classes` padding tokens ([c7c0ab2](https://github.com/quartzds/core-foundations/commit/c7c0ab2))
|
|
34
|
+
* fix(qds-dropdown): improve keyboard navigation focus handling in dropdown tests ([ea63605](https://github.com/quartzds/core-foundations/commit/ea63605))
|
|
35
|
+
* fix(qds-action-item): reflect disabled prop to HTML attribute ([20e8a15](https://github.com/quartzds/core-foundations/commit/20e8a15))
|
|
36
|
+
* fix(qds-menu-item): reflect disabled prop to HTML attribute ([f56cfce](https://github.com/quartzds/core-foundations/commit/f56cfce))
|
|
37
|
+
* fix(qds-list-item): reflect listAction prop to HTML attribute ([1498b84](https://github.com/quartzds/core-foundations/commit/1498b84))
|
|
38
|
+
* fix(qds-avatar): remove height from standard size avatar ([871a5fe](https://github.com/quartzds/core-foundations/commit/871a5fe))
|
|
39
|
+
* fix(qds-dropdown): restore focus to trigger Esc key ([7ffdd48](https://github.com/quartzds/core-foundations/commit/7ffdd48))
|
|
40
|
+
* fix(qds-action-item): show tooltip on focus for truncated items in dropdown ([85382ff](https://github.com/quartzds/core-foundations/commit/85382ff))
|
|
41
|
+
* fix(core): update navigation elevation token ([a1f838c](https://github.com/quartzds/core-foundations/commit/a1f838c))
|
|
42
|
+
* docs(qds-list-item): add ListItemInList story with badge support for accessibility ([65eb5e5](https://github.com/quartzds/core-foundations/commit/65eb5e5))
|
|
43
|
+
* refactor(core): remove emphasized subsection `utility classes` ([4bdc08d](https://github.com/quartzds/core-foundations/commit/4bdc08d))
|
|
44
|
+
* chore(deps): update dependency @quartzds/stylelint-config to v2.1.3 ([8e62817](https://github.com/quartzds/core-foundations/commit/8e62817))
|
|
45
|
+
* chore(deps): update react monorepo ([d5d8795](https://github.com/quartzds/core-foundations/commit/d5d8795))
|
|
46
|
+
* chore(deps): update vue monorepo to v3.5.35 ([ed73cc8](https://github.com/quartzds/core-foundations/commit/ed73cc8))
|
|
47
|
+
|
|
48
|
+
## @quartzds/core 1.0.0-beta.129 (2026-07-02)
|
|
49
|
+
|
|
50
|
+
* fix(qds-tab, qds-icon-tab): set `role="tab"` on anchor when tab contains a link ([69fadad](https://github.com/quartzds/core-foundations/commit/69fadad))
|
|
51
|
+
* Merge pull request #1942 from quartzds/resolveTraget-fix ([7cb4014](https://github.com/quartzds/core-foundations/commit/7cb4014)), closes [#1942](https://github.com/quartzds/core-foundations/issues/1942)
|
|
52
|
+
* Merge pull request #1966 from quartzds/fix-disabled-selector-for-selectable-chip ([90383ab](https://github.com/quartzds/core-foundations/commit/90383ab)), closes [#1966](https://github.com/quartzds/core-foundations/issues/1966)
|
|
53
|
+
* Merge pull request #2009 from quartzds/1911-a11y---tooltip-is-not-dismissable-from-keyboard ([2c285fe](https://github.com/quartzds/core-foundations/commit/2c285fe)), closes [#2009](https://github.com/quartzds/core-foundations/issues/2009)
|
|
54
|
+
* Merge pull request #2022 from quartzds/1959-a11y---text-spacing-is-not-applied-to-expandable-tab ([95f7d58](https://github.com/quartzds/core-foundations/commit/95f7d58)), closes [#2022](https://github.com/quartzds/core-foundations/issues/2022)
|
|
55
|
+
* Merge pull request #2040 from quartzds/generate-readme-file ([526bd52](https://github.com/quartzds/core-foundations/commit/526bd52)), closes [#2040](https://github.com/quartzds/core-foundations/issues/2040)
|
|
56
|
+
* fix(qds-tabbar): add focus management for scroll buttons ([97e5f05](https://github.com/quartzds/core-foundations/commit/97e5f05))
|
|
57
|
+
* fix(qds-tabbar): add screen reader feedback announcement for tab scrolling ([d19a6ce](https://github.com/quartzds/core-foundations/commit/d19a6ce))
|
|
58
|
+
* fix(qds-tab): apply inherited letter-spacing and word-spacing ([388a0f5](https://github.com/quartzds/core-foundations/commit/388a0f5))
|
|
59
|
+
* fix(qds-tab): ensure `tabindex` is correctly set for selected state ([de297aa](https://github.com/quartzds/core-foundations/commit/de297aa))
|
|
60
|
+
* fix(qds-chip): ensure disabled state is applied correctly to selectable chips ([47224c5](https://github.com/quartzds/core-foundations/commit/47224c5))
|
|
61
|
+
* fix(qds-input): fix placeholder color contrast ([2942cee](https://github.com/quartzds/core-foundations/commit/2942cee))
|
|
62
|
+
* fix(qds-textarea): fix placeholder color contrast ([e8cd51e](https://github.com/quartzds/core-foundations/commit/e8cd51e))
|
|
63
|
+
* fix(qds-tabbar): invoke `#onViewportCrop` after updating tabs ([3884d91](https://github.com/quartzds/core-foundations/commit/3884d91))
|
|
64
|
+
* fix(qds-icon-tab): replace aria-current with aria-selected ([c5a27b6](https://github.com/quartzds/core-foundations/commit/c5a27b6))
|
|
65
|
+
* fix(qds-tab): replace aria-current with aria-selected ([c8b9c9e](https://github.com/quartzds/core-foundations/commit/c8b9c9e))
|
|
66
|
+
* fix(qds-tabbar): resolve tabbar issue when tab is selected programmatically ([bc213c2](https://github.com/quartzds/core-foundations/commit/bc213c2))
|
|
67
|
+
* fix(qds-icon-button): update tooltip target to use host element ([7cb9515](https://github.com/quartzds/core-foundations/commit/7cb9515))
|
|
68
|
+
* fix(qds-icon-tab): update tooltip target to use host element ([c6b754b](https://github.com/quartzds/core-foundations/commit/c6b754b))
|
|
69
|
+
* fix: warn instead of throwing when target selector cannot be resolved ([74ef527](https://github.com/quartzds/core-foundations/commit/74ef527))
|
|
70
|
+
* chore: add Stencil generated files ([232e3d8](https://github.com/quartzds/core-foundations/commit/232e3d8))
|
|
71
|
+
|
|
72
|
+
## @quartzds/core 1.0.0-beta.128 (2026-06-17)
|
|
73
|
+
|
|
74
|
+
* fix(button, checkbox, chip, icon-button, radio): replace control-border by control-border-default ([c7df556](https://github.com/quartzds/core-foundations/commit/c7df556))
|
|
75
|
+
* Merge branch 'fix-menu-item-a11y' into fix-a11y-dropdown ([c813532](https://github.com/quartzds/core-foundations/commit/c813532))
|
|
76
|
+
* Merge pull request #1920 from quartzds/fix-avatar-alignment ([003312e](https://github.com/quartzds/core-foundations/commit/003312e)), closes [#1920](https://github.com/quartzds/core-foundations/issues/1920)
|
|
77
|
+
* Merge pull request #1939 from quartzds/fix-breadcrumb-focus ([2cbff1b](https://github.com/quartzds/core-foundations/commit/2cbff1b)), closes [#1939](https://github.com/quartzds/core-foundations/issues/1939)
|
|
78
|
+
* Merge pull request #1940 from quartzds/1904-a11y---chip-information-is-announced-separately-by-scree ([844e7e9](https://github.com/quartzds/core-foundations/commit/844e7e9)), closes [#1940](https://github.com/quartzds/core-foundations/issues/1940)
|
|
79
|
+
* Merge pull request #1941 from quartzds/dropdown-click ([21ab683](https://github.com/quartzds/core-foundations/commit/21ab683)), closes [#1941](https://github.com/quartzds/core-foundations/issues/1941)
|
|
80
|
+
* Merge pull request #1946 from quartzds/1934-qds-inline-link-inlinelink-text-is-splitted-into-3-colum ([4a3ab18](https://github.com/quartzds/core-foundations/commit/4a3ab18)), closes [#1946](https://github.com/quartzds/core-foundations/issues/1946)
|
|
81
|
+
* Merge pull request #1948 from quartzds/fix-a11y-dropdown ([d2a5eeb](https://github.com/quartzds/core-foundations/commit/d2a5eeb)), closes [#1948](https://github.com/quartzds/core-foundations/issues/1948)
|
|
82
|
+
* Merge pull request #1949 from quartzds/1914-a11y---icon-tab-doesnt-have-accessible-name ([bc057da](https://github.com/quartzds/core-foundations/commit/bc057da)), closes [#1949](https://github.com/quartzds/core-foundations/issues/1949)
|
|
83
|
+
* Merge pull request #1958 from quartzds/fix/1950-menu-item-aria-label-not-take-shortcut-into-account ([6185740](https://github.com/quartzds/core-foundations/commit/6185740)), closes [#1958](https://github.com/quartzds/core-foundations/issues/1958)
|
|
84
|
+
* Merge pull request #1962 from quartzds/1922-design-ready-badge-indicator---fix ([ddb04ef](https://github.com/quartzds/core-foundations/commit/ddb04ef)), closes [#1962](https://github.com/quartzds/core-foundations/issues/1962)
|
|
85
|
+
* fix(qds-menu-item): add accessible name to the host element ([9cda7fb](https://github.com/quartzds/core-foundations/commit/9cda7fb))
|
|
86
|
+
* fix(qds-menu-item): add shortcut to aria-label ([47c8adf](https://github.com/quartzds/core-foundations/commit/47c8adf))
|
|
87
|
+
* fix(qds-avatar): correct avatar component alignment ([b87ba1b](https://github.com/quartzds/core-foundations/commit/b87ba1b))
|
|
88
|
+
* fix(a11y): enhance accessibility by updating aria attributes and badge descriptions in IconTab ([f33df65](https://github.com/quartzds/core-foundations/commit/f33df65))
|
|
89
|
+
* fix(qds-chip): enhance accessibility with `ElementInternals` API ([a194566](https://github.com/quartzds/core-foundations/commit/a194566))
|
|
90
|
+
* fix(qds-dropdown): enhance focus handling and item visibility in dropdown ([d8a2883](https://github.com/quartzds/core-foundations/commit/d8a2883))
|
|
91
|
+
* fix(a11y): improve accessibility by refactoring badge aria labels in Button, IconButton, and IconTab ([6cc866b](https://github.com/quartzds/core-foundations/commit/6cc866b))
|
|
92
|
+
* fix(qds-dropdown): improve focus handling for dropdown descendant items ([ed4f454](https://github.com/quartzds/core-foundations/commit/ed4f454))
|
|
93
|
+
* fix(qds-dropdown): remove click listener from reference element on disconnect ([b3020ee](https://github.com/quartzds/core-foundations/commit/b3020ee))
|
|
94
|
+
* fix(qds-avatar-media): replace font token ([107b109](https://github.com/quartzds/core-foundations/commit/107b109))
|
|
95
|
+
* fix(qds-checkbox): replace theme token ([378401d](https://github.com/quartzds/core-foundations/commit/378401d))
|
|
96
|
+
* fix(qds-chip): replace theme tokens ([ab9509f](https://github.com/quartzds/core-foundations/commit/ab9509f))
|
|
97
|
+
* fix(qds-breadcrumb-item): resolve focus on items with href property ([e4726a8](https://github.com/quartzds/core-foundations/commit/e4726a8))
|
|
98
|
+
* fix(qds-dropdown): resolve how dropdown is announced by trigger elements ([fa20b6d](https://github.com/quartzds/core-foundations/commit/fa20b6d))
|
|
99
|
+
* fix(qds-menu-item): resolve menu-item role when it has a submenu ([524eac7](https://github.com/quartzds/core-foundations/commit/524eac7))
|
|
100
|
+
* fix(qds-button): standardize paddings ([94322dc](https://github.com/quartzds/core-foundations/commit/94322dc))
|
|
101
|
+
* fix(qds-badge-indicator): update icon for 'unavailable' status ([77d183c](https://github.com/quartzds/core-foundations/commit/77d183c))
|
|
102
|
+
* fix(qds-inline-link): wrap slot in a span for improved structure ([2d8c49f](https://github.com/quartzds/core-foundations/commit/2d8c49f))
|
|
103
|
+
|
|
104
|
+
## @quartzds/core 1.0.0-beta.127 (2026-06-03)
|
|
105
|
+
|
|
106
|
+
* Merge pull request #1917 from quartzds/1901-design-ready-badge-indicator---fix ([5d61936](https://github.com/quartzds/core-foundations/commit/5d61936)), closes [#1917](https://github.com/quartzds/core-foundations/issues/1917)
|
|
107
|
+
* Merge pull request #1921 from quartzds/fix-required-checkbox ([ab271de](https://github.com/quartzds/core-foundations/commit/ab271de)), closes [#1921](https://github.com/quartzds/core-foundations/issues/1921)
|
|
108
|
+
* Merge pull request #1933 from quartzds/678-a11y-accessibility-issue-with-text-spacing ([423b5f0](https://github.com/quartzds/core-foundations/commit/423b5f0)), closes [#1933](https://github.com/quartzds/core-foundations/issues/1933)
|
|
109
|
+
* feat(qds-badge-indicator): add `unavailable` status and update related styles ([655c888](https://github.com/quartzds/core-foundations/commit/655c888))
|
|
110
|
+
* feat(qds-badge-indicator): implement badge indicator component with icons and update styles ([4ffc3ac](https://github.com/quartzds/core-foundations/commit/4ffc3ac))
|
|
111
|
+
* fix(qds-checkbox): add aria required to resolve checkbox state ([5f29cd6](https://github.com/quartzds/core-foundations/commit/5f29cd6))
|
|
112
|
+
* fix(qds-button): add aria-expanded handling for action dropdown states ([d9396dd](https://github.com/quartzds/core-foundations/commit/d9396dd))
|
|
113
|
+
* fix(a11y): inherit letter-spacing and word-spacing in button, input, select, and textarea ([281f202](https://github.com/quartzds/core-foundations/commit/281f202))
|
|
114
|
+
|
|
115
|
+
## @quartzds/core 1.0.0-beta.126 (2026-05-21)
|
|
116
|
+
|
|
117
|
+
* Merge pull request #1673 from quartzds/build/improve-brand-coupling ([72f048f](https://github.com/quartzds/core-foundations/commit/72f048f)), closes [#1673](https://github.com/quartzds/core-foundations/issues/1673)
|
|
118
|
+
* Merge pull request #1881 from quartzds/#1876 ([8297610](https://github.com/quartzds/core-foundations/commit/8297610)), closes [#1881](https://github.com/quartzds/core-foundations/issues/1881) [quartzds/#1876](https://github.com/quartzds/core-foundations/issues/1876)
|
|
119
|
+
* Merge pull request #1888 from quartzds/fix-activestate-submenuitems ([30eb951](https://github.com/quartzds/core-foundations/commit/30eb951)), closes [#1888](https://github.com/quartzds/core-foundations/issues/1888)
|
|
120
|
+
* Merge pull request #1889 from quartzds/1537-qds-select-problem-setting-selected-item-in-html ([1cb018d](https://github.com/quartzds/core-foundations/commit/1cb018d)), closes [#1889](https://github.com/quartzds/core-foundations/issues/1889)
|
|
121
|
+
* fix(qds-icon-button): include `badge` value in `aria-label` when used instead of `text` ([4f7273b](https://github.com/quartzds/core-foundations/commit/4f7273b))
|
|
122
|
+
* fix(qds-button): include badge value in aria-label when no badge description is provided ([3052f9d](https://github.com/quartzds/core-foundations/commit/3052f9d))
|
|
123
|
+
* fix(qds-menu-item): prevents child clicks from applying active styles to the parent menu-item ([c5e2c91](https://github.com/quartzds/core-foundations/commit/c5e2c91))
|
|
124
|
+
* fix(qds-dropdown): remove focus ring on first item when opening on click ([ba4c1d2](https://github.com/quartzds/core-foundations/commit/ba4c1d2))
|
|
125
|
+
* fix(qds-avatar-media): set role img for icon ([6a31f28](https://github.com/quartzds/core-foundations/commit/6a31f28))
|
|
126
|
+
* fix(qds-select): update value property type and enhance initial render selected behavior ([cfb2ba8](https://github.com/quartzds/core-foundations/commit/cfb2ba8))
|
|
127
|
+
* build: soften the clean of `node_modules` ([23259fc](https://github.com/quartzds/core-foundations/commit/23259fc))
|
|
128
|
+
* test(qds-dropdown): replace aria-label selector with scoped component locator ([3f037b8](https://github.com/quartzds/core-foundations/commit/3f037b8))
|
|
129
|
+
* feat(qds-avatar): create `qds-avatar` component ([46ada7d](https://github.com/quartzds/core-foundations/commit/46ada7d))
|
|
130
|
+
|
|
131
|
+
## @quartzds/core 1.0.0-beta.125 (2026-05-06)
|
|
132
|
+
|
|
133
|
+
* Merge pull request #1875 from quartzds/fix-background ([d6db32b](https://github.com/quartzds/core-foundations/commit/d6db32b)), closes [#1875](https://github.com/quartzds/core-foundations/issues/1875)
|
|
134
|
+
* Merge pull request #1879 from quartzds/remove-tooltip ([8398ecf](https://github.com/quartzds/core-foundations/commit/8398ecf)), closes [#1879](https://github.com/quartzds/core-foundations/issues/1879)
|
|
135
|
+
* Merge pull request #1880 from quartzds/fix-ellipsis-tooltip-issue ([0de5691](https://github.com/quartzds/core-foundations/commit/0de5691)), closes [#1880](https://github.com/quartzds/core-foundations/issues/1880)
|
|
136
|
+
* Merge pull request #1887 from quartzds/fix-menu-item-truncation ([93aea12](https://github.com/quartzds/core-foundations/commit/93aea12)), closes [#1887](https://github.com/quartzds/core-foundations/issues/1887)
|
|
137
|
+
* fix(qds-menu-item): fix text truncation ([63e5563](https://github.com/quartzds/core-foundations/commit/63e5563))
|
|
138
|
+
* fix(qds-checkbox): replace background-contrast by background-default-contrast ([1d8f10e](https://github.com/quartzds/core-foundations/commit/1d8f10e))
|
|
139
|
+
* fix(qds-radio): replace background-contrat by background-default-contrast ([42a000e](https://github.com/quartzds/core-foundations/commit/42a000e))
|
|
140
|
+
* fix(qds-dialog): replace closable button text with aria-label ([0f829e8](https://github.com/quartzds/core-foundations/commit/0f829e8))
|
|
141
|
+
* fix(qds-tabbar): replace navigation button text with aria-label ([e4d865d](https://github.com/quartzds/core-foundations/commit/e4d865d))
|
|
142
|
+
* fix(qds-switch): update background token ([8d32dbf](https://github.com/quartzds/core-foundations/commit/8d32dbf))
|
|
143
|
+
* fix(qds-chip): update selectable chip state styles ([60b20e0](https://github.com/quartzds/core-foundations/commit/60b20e0))
|
|
144
|
+
* feat: add @chenglou/pretext dependency and enhance ellipsis handling in helpers ([09f1e1a](https://github.com/quartzds/core-foundations/commit/09f1e1a))
|
|
145
|
+
|
|
146
|
+
## @quartzds/core 1.0.0-beta.124 (2026-04-28)
|
|
147
|
+
|
|
148
|
+
* test(qds-tabbar): add end-to-end tests for icon tab selection behavior ([d80e93f](https://github.com/quartzds/core-foundations/commit/d80e93f))
|
|
149
|
+
* test(qds-dropdown): add test assertions ([17b6742](https://github.com/quartzds/core-foundations/commit/17b6742))
|
|
150
|
+
* test(qds-list-item): ensure `qdsChange` event is emitted once for multiselect and radio use cases ([e7ee322](https://github.com/quartzds/core-foundations/commit/e7ee322))
|
|
151
|
+
* fix(qds-list-item): ensure `qdsChange` event is emitted once per click for checkbox ([bd62af4](https://github.com/quartzds/core-foundations/commit/bd62af4))
|
|
152
|
+
* fix(qds-tabbar): ensure divider visibility is correctly handled for end and bottom placements ([b6fc912](https://github.com/quartzds/core-foundations/commit/b6fc912))
|
|
153
|
+
* fix(qds-tabbar): hide scrollbar in tabbar ([2dc523c](https://github.com/quartzds/core-foundations/commit/2dc523c))
|
|
154
|
+
* fix(qds-inline-link): mirror icon in RTL ([e434852](https://github.com/quartzds/core-foundations/commit/e434852))
|
|
155
|
+
* fix(qds-divider): resolve divider display for both orientations ([bb20ffd](https://github.com/quartzds/core-foundations/commit/bb20ffd))
|
|
156
|
+
* fix(menu-item): set role to `menu` when submenu slot exists ([2be68ed](https://github.com/quartzds/core-foundations/commit/2be68ed))
|
|
157
|
+
* fix(qds-tabbar): unify tab item handling with TabItemElement type including icon-tab ([6606ac2](https://github.com/quartzds/core-foundations/commit/6606ac2))
|
|
158
|
+
* feat(qds-menu-item, qds-dropdown): add submenu keyboard navigation and RTL support ([845d16a](https://github.com/quartzds/core-foundations/commit/845d16a))
|
|
159
|
+
* Merge pull request #1827 from quartzds/feat/checkbox-elementinternals ([94e18d7](https://github.com/quartzds/core-foundations/commit/94e18d7)), closes [#1827](https://github.com/quartzds/core-foundations/issues/1827)
|
|
160
|
+
* Merge pull request #1843 from quartzds/dropdown-submenus ([fba67a9](https://github.com/quartzds/core-foundations/commit/fba67a9)), closes [#1843](https://github.com/quartzds/core-foundations/issues/1843)
|
|
161
|
+
* Merge pull request #1853 from quartzds/fix-vertical-divider ([63b9323](https://github.com/quartzds/core-foundations/commit/63b9323)), closes [#1853](https://github.com/quartzds/core-foundations/issues/1853)
|
|
162
|
+
* Merge pull request #1854 from quartzds/1850-create-storybook-for-icon-tab-only-use-case ([793d7b1](https://github.com/quartzds/core-foundations/commit/793d7b1)), closes [#1854](https://github.com/quartzds/core-foundations/issues/1854)
|
|
163
|
+
* Merge pull request #1856 from quartzds/1849-bug-tabbardivider-is-not-always-sticky-to-selected-under ([99d5426](https://github.com/quartzds/core-foundations/commit/99d5426)), closes [#1856](https://github.com/quartzds/core-foundations/issues/1856)
|
|
164
|
+
* Merge pull request #1859 from quartzds/1858-remove-visible-scrollbar-for-qds-tabbar ([c37fc1a](https://github.com/quartzds/core-foundations/commit/c37fc1a)), closes [#1859](https://github.com/quartzds/core-foundations/issues/1859)
|
|
165
|
+
* Merge pull request #1862 from quartzds/inline-link-rtl ([23df5a8](https://github.com/quartzds/core-foundations/commit/23df5a8)), closes [#1862](https://github.com/quartzds/core-foundations/issues/1862)
|
|
166
|
+
* Merge pull request #1868 from quartzds/feat/dialog-elementinternals ([f8df9bd](https://github.com/quartzds/core-foundations/commit/f8df9bd)), closes [#1868](https://github.com/quartzds/core-foundations/issues/1868)
|
|
167
|
+
* Merge pull request #1869 from quartzds/feat/breadcrumb-item-elementinternals ([0f4c624](https://github.com/quartzds/core-foundations/commit/0f4c624)), closes [#1869](https://github.com/quartzds/core-foundations/issues/1869)
|
|
168
|
+
* feat(qds-tabbar): enhance accessibility by utilizing ElementInternals for ARIA attributes ([26689d6](https://github.com/quartzds/core-foundations/commit/26689d6))
|
|
169
|
+
* feat(qds-checkbox): implement complete `ElementInternals` support ([55b2b2d](https://github.com/quartzds/core-foundations/commit/55b2b2d))
|
|
170
|
+
* feat(qds-form-message): implement complete `ElementInternals` support ([18268a6](https://github.com/quartzds/core-foundations/commit/18268a6))
|
|
171
|
+
* feat(qds-breadcrumb-item): implement complete ElementInternals support ([166aa1b](https://github.com/quartzds/core-foundations/commit/166aa1b))
|
|
172
|
+
* feat(qds-dialog): improve accessibility tree ([08fa8dc](https://github.com/quartzds/core-foundations/commit/08fa8dc))
|
|
173
|
+
|
|
174
|
+
## @quartzds/core 1.0.0-beta.123 (2026-04-08)
|
|
175
|
+
|
|
176
|
+
* fix(qds-select, qds-textarea): update text color to active state for better visibility ([7796d58](https://github.com/quartzds/core-foundations/commit/7796d58))
|
|
177
|
+
* Merge pull request #1824 from quartzds/a11y-dropdown-fix-role ([6f75cac](https://github.com/quartzds/core-foundations/commit/6f75cac)), closes [#1824](https://github.com/quartzds/core-foundations/issues/1824)
|
|
178
|
+
* Merge pull request #1825 from quartzds/1707-qds-mini-button-focus-behavior ([cae7790](https://github.com/quartzds/core-foundations/commit/cae7790)), closes [#1825](https://github.com/quartzds/core-foundations/issues/1825)
|
|
179
|
+
* Merge pull request #1826 from quartzds/1794-token-ready-form-components---fix ([cf38736](https://github.com/quartzds/core-foundations/commit/cf38736)), closes [#1826](https://github.com/quartzds/core-foundations/issues/1826)
|
|
180
|
+
* Merge pull request #1828 from quartzds/avatar-media-review ([1df9ff7](https://github.com/quartzds/core-foundations/commit/1df9ff7)), closes [#1828](https://github.com/quartzds/core-foundations/issues/1828)
|
|
181
|
+
* Merge pull request #1831 from quartzds/1799-token-ready-title---fix ([b2ea817](https://github.com/quartzds/core-foundations/commit/b2ea817)), closes [#1831](https://github.com/quartzds/core-foundations/issues/1831)
|
|
182
|
+
* Merge pull request #1837 from quartzds/1748-token-ready-read-only-state---fix ([3e814f0](https://github.com/quartzds/core-foundations/commit/3e814f0)), closes [#1837](https://github.com/quartzds/core-foundations/issues/1837)
|
|
183
|
+
* Merge pull request #1840 from quartzds/tooltip-event ([01a8737](https://github.com/quartzds/core-foundations/commit/01a8737)), closes [#1840](https://github.com/quartzds/core-foundations/issues/1840)
|
|
184
|
+
* feat(qds-title): enhance title component styles and add new snapshots for main and navigation roots ([ca0596d](https://github.com/quartzds/core-foundations/commit/ca0596d))
|
|
185
|
+
* fix(qds-list-item): change dropdown role to `menu` for submenu use case ([2f73462](https://github.com/quartzds/core-foundations/commit/2f73462))
|
|
186
|
+
* fix(qds-mini-button): improve focus behavior and simplify disabled state logic ([e6327af](https://github.com/quartzds/core-foundations/commit/e6327af))
|
|
187
|
+
* fix(qds-tooltip): prevert `qdsClose` event from leaking across shadow DOM ([cae4296](https://github.com/quartzds/core-foundations/commit/cae4296))
|
|
188
|
+
* fix(qds-tab): remove unnecessary aria-disabled attribute from `Tag` ([b681086](https://github.com/quartzds/core-foundations/commit/b681086))
|
|
189
|
+
* fix(qds-switch): update background color for knob and indicator to match theme ([6bbb29a](https://github.com/quartzds/core-foundations/commit/6bbb29a))
|
|
190
|
+
* fix(qds-chip): update padding variable names for closable chips ([16ab19c](https://github.com/quartzds/core-foundations/commit/16ab19c))
|
|
191
|
+
* fix(qds-textarea): update read-only background color token ([dd908b6](https://github.com/quartzds/core-foundations/commit/dd908b6))
|
|
192
|
+
* fix(qds-avatar-media): update sizes of the component ([0f2d37d](https://github.com/quartzds/core-foundations/commit/0f2d37d))
|
|
193
|
+
* chore: disable lint check for `core-library.ts` ([babc8f3](https://github.com/quartzds/core-foundations/commit/babc8f3))
|
|
194
|
+
* chore: move `generic-icons-core` to devDependencies ([50a0786](https://github.com/quartzds/core-foundations/commit/50a0786))
|
|
195
|
+
|
|
196
|
+
## @quartzds/core 1.0.0-beta.122 (2026-03-26)
|
|
197
|
+
|
|
198
|
+
* chore(qds-avatar-media): improve a11y semantics ([35306c2](https://github.com/quartzds/core-foundations/commit/35306c2))
|
|
199
|
+
* chore: update badge-counter, icon-tab and tab snapshots ([ad6b1b5](https://github.com/quartzds/core-foundations/commit/ad6b1b5))
|
|
200
|
+
* feat(qds-tabbar)!: rename alignment property values ([c279aa0](https://github.com/quartzds/core-foundations/commit/c279aa0))
|
|
201
|
+
* fix(qds-button, qds-icon-button): resolve badge position ([b37d095](https://github.com/quartzds/core-foundations/commit/b37d095))
|
|
202
|
+
* fix(qds-radio, qds-checkbox): use right token for icon size ([ccb41c3](https://github.com/quartzds/core-foundations/commit/ccb41c3))
|
|
203
|
+
* Merge pull request #1574 from quartzds/feat/table-size ([e09fd9c](https://github.com/quartzds/core-foundations/commit/e09fd9c)), closes [#1574](https://github.com/quartzds/core-foundations/issues/1574)
|
|
204
|
+
* Merge pull request #1666 from quartzds/refactor/icon-presentation ([f650042](https://github.com/quartzds/core-foundations/commit/f650042)), closes [#1666](https://github.com/quartzds/core-foundations/issues/1666)
|
|
205
|
+
* Merge pull request #1770 from quartzds/update-design-tokens-buttons ([d0a6f72](https://github.com/quartzds/core-foundations/commit/d0a6f72)), closes [#1770](https://github.com/quartzds/core-foundations/issues/1770)
|
|
206
|
+
* Merge pull request #1772 from quartzds/chore/avatar-merdia-a11y ([0594733](https://github.com/quartzds/core-foundations/commit/0594733)), closes [#1772](https://github.com/quartzds/core-foundations/issues/1772)
|
|
207
|
+
* Merge pull request #1776 from quartzds/1758-token-ready-multiple-components---fixes ([a693f5e](https://github.com/quartzds/core-foundations/commit/a693f5e)), closes [#1776](https://github.com/quartzds/core-foundations/issues/1776)
|
|
208
|
+
* Merge pull request #1784 from quartzds/use-list-item-in-dropdown ([64798cf](https://github.com/quartzds/core-foundations/commit/64798cf)), closes [#1784](https://github.com/quartzds/core-foundations/issues/1784)
|
|
209
|
+
* Merge pull request #1785 from quartzds/fix-list-item-focus-ring-style ([12bdc4f](https://github.com/quartzds/core-foundations/commit/12bdc4f)), closes [#1785](https://github.com/quartzds/core-foundations/issues/1785)
|
|
210
|
+
* Merge pull request #1787 from quartzds/dropdown-enhancement ([13e8f5d](https://github.com/quartzds/core-foundations/commit/13e8f5d)), closes [#1787](https://github.com/quartzds/core-foundations/issues/1787)
|
|
211
|
+
* Merge pull request #1789 from quartzds/input-a11y ([d9bd308](https://github.com/quartzds/core-foundations/commit/d9bd308)), closes [#1789](https://github.com/quartzds/core-foundations/issues/1789)
|
|
212
|
+
* Merge pull request #1791 from quartzds/tabbar-enhancements-and-deprecations ([a8223da](https://github.com/quartzds/core-foundations/commit/a8223da)), closes [#1791](https://github.com/quartzds/core-foundations/issues/1791)
|
|
213
|
+
* Merge pull request #1793 from quartzds/1777-rename-token-name-for-utility-classes-for-consistency ([9feca0b](https://github.com/quartzds/core-foundations/commit/9feca0b)), closes [#1793](https://github.com/quartzds/core-foundations/issues/1793)
|
|
214
|
+
* Merge pull request #1798 from quartzds/fix/control-label-wrapping ([8aa5461](https://github.com/quartzds/core-foundations/commit/8aa5461)), closes [#1798](https://github.com/quartzds/core-foundations/issues/1798)
|
|
215
|
+
* Merge pull request #1804 from quartzds/standalone-underline ([4f3b1e4](https://github.com/quartzds/core-foundations/commit/4f3b1e4)), closes [#1804](https://github.com/quartzds/core-foundations/issues/1804)
|
|
216
|
+
* Merge pull request #1805 from quartzds/update-min-width-badge ([0c83d7c](https://github.com/quartzds/core-foundations/commit/0c83d7c)), closes [#1805](https://github.com/quartzds/core-foundations/issues/1805)
|
|
217
|
+
* fix(button): add horizontal padding for dropdown actions ([cb9dfe8](https://github.com/quartzds/core-foundations/commit/cb9dfe8))
|
|
218
|
+
* fix(qds-badge-counter): add missing min-width to badge counter ([73a33fc](https://github.com/quartzds/core-foundations/commit/73a33fc))
|
|
219
|
+
* fix(qds-list-item): correct focus handling when item is disabled ([e86c5a5](https://github.com/quartzds/core-foundations/commit/e86c5a5))
|
|
220
|
+
* fix(qds-standalone-link): correct underline behavior for subdued and visitable states ([4711c40](https://github.com/quartzds/core-foundations/commit/4711c40))
|
|
221
|
+
* fix(qds-list-item): fix focus ring style ([0c26cb5](https://github.com/quartzds/core-foundations/commit/0c26cb5))
|
|
222
|
+
* fix: restore form control label wrapping ([7f0228c](https://github.com/quartzds/core-foundations/commit/7f0228c))
|
|
223
|
+
* fix(a11y): restore keyboard accessibility on mini-buttons used within the input ([1b7b95f](https://github.com/quartzds/core-foundations/commit/1b7b95f))
|
|
224
|
+
* fix(dropdown): support `Enter` keyboard navigation for submenu dropdowns ([3e040b9](https://github.com/quartzds/core-foundations/commit/3e040b9))
|
|
225
|
+
* fix: update `qds-popup utility class` ([ddce74f](https://github.com/quartzds/core-foundations/commit/ddce74f))
|
|
226
|
+
* fix(qds-input): use `innerText` for aria-label to preserve whitespace between label child elements ([34316e2](https://github.com/quartzds/core-foundations/commit/34316e2))
|
|
227
|
+
* feat(qds-table-*): add `size` property ([65d7167](https://github.com/quartzds/core-foundations/commit/65d7167))
|
|
228
|
+
* feat(qds-tabbar): add importance property ([0df215a](https://github.com/quartzds/core-foundations/commit/0df215a))
|
|
229
|
+
* feat(qds-tabbar): add placement property ([c3e1c77](https://github.com/quartzds/core-foundations/commit/c3e1c77))
|
|
230
|
+
* feat(qds-tabbar): add size property ([bd28acc](https://github.com/quartzds/core-foundations/commit/bd28acc))
|
|
231
|
+
* refactor: rename utility class token value by replacing `control` to `form-input` ([6e47e4a](https://github.com/quartzds/core-foundations/commit/6e47e4a))
|
|
232
|
+
* refactor(qds-icon): set default `presentation` role ([d5921ff](https://github.com/quartzds/core-foundations/commit/d5921ff))
|
|
233
|
+
* docs(qds-input): update missing docs ([4e6040d](https://github.com/quartzds/core-foundations/commit/4e6040d))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### BREAKING CHANGE
|
|
237
|
+
|
|
238
|
+
* `alignment` values are renamed. `left` becomes `start`, `centered` becomes `center`
|
|
239
|
+
|
|
240
|
+
## @quartzds/core 1.0.0-beta.121 (2026-03-11)
|
|
241
|
+
|
|
242
|
+
* Merge pull request #1631 from quartzds/input-secondaryAction ([53e0ca3](https://github.com/quartzds/core-foundations/commit/53e0ca3)), closes [#1631](https://github.com/quartzds/core-foundations/issues/1631)
|
|
243
|
+
* Merge pull request #1751 from quartzds/chip-padding ([e287bbf](https://github.com/quartzds/core-foundations/commit/e287bbf)), closes [#1751](https://github.com/quartzds/core-foundations/issues/1751)
|
|
244
|
+
* Merge pull request #1752 from quartzds/breadcrumb-bug ([8c01176](https://github.com/quartzds/core-foundations/commit/8c01176)), closes [#1752](https://github.com/quartzds/core-foundations/issues/1752)
|
|
245
|
+
* Merge pull request #1754 from quartzds/experimental-css-variables ([b3124bc](https://github.com/quartzds/core-foundations/commit/b3124bc)), closes [#1754](https://github.com/quartzds/core-foundations/issues/1754)
|
|
246
|
+
* Merge pull request #1755 from quartzds/chip-gap-fix ([d0b045f](https://github.com/quartzds/core-foundations/commit/d0b045f)), closes [#1755](https://github.com/quartzds/core-foundations/issues/1755)
|
|
247
|
+
* Merge pull request #1763 from quartzds/select-enhancement ([d4a5e63](https://github.com/quartzds/core-foundations/commit/d4a5e63)), closes [#1763](https://github.com/quartzds/core-foundations/issues/1763)
|
|
248
|
+
* Merge pull request #1764 from quartzds/refacto-isCurrentPage ([270484b](https://github.com/quartzds/core-foundations/commit/270484b)), closes [#1764](https://github.com/quartzds/core-foundations/issues/1764)
|
|
249
|
+
* Merge pull request #1765 from quartzds/border-width ([1279315](https://github.com/quartzds/core-foundations/commit/1279315)), closes [#1765](https://github.com/quartzds/core-foundations/issues/1765)
|
|
250
|
+
* Merge pull request #1769 from quartzds/fix-dialog-content-height ([18569a0](https://github.com/quartzds/core-foundations/commit/18569a0)), closes [#1769](https://github.com/quartzds/core-foundations/issues/1769)
|
|
251
|
+
* feat(qds-input): add `clearable` property ([8d55300](https://github.com/quartzds/core-foundations/commit/8d55300))
|
|
252
|
+
* feat(qds-select): add `hover` and `active` states ([d788355](https://github.com/quartzds/core-foundations/commit/d788355))
|
|
253
|
+
* feat(qds-select): add `status` property ([aa9fd82](https://github.com/quartzds/core-foundations/commit/aa9fd82))
|
|
254
|
+
* feat(qds-action-item): add `vertical padding` ([05538d6](https://github.com/quartzds/core-foundations/commit/05538d6))
|
|
255
|
+
* fix(breadcrumb-item): change font tokens for items as links ([b310c65](https://github.com/quartzds/core-foundations/commit/b310c65))
|
|
256
|
+
* fix: handle URL parsing errors in isCurrentPage function ([13ff134](https://github.com/quartzds/core-foundations/commit/13ff134))
|
|
257
|
+
* fix(qds-breadcrumb-item): remove explicit `line-height` to inherit parent value ([18fb1f4](https://github.com/quartzds/core-foundations/commit/18fb1f4))
|
|
258
|
+
* fix(qds-chip): replace `gap` design token ([f567e00](https://github.com/quartzds/core-foundations/commit/f567e00))
|
|
259
|
+
* fix(qds-dialog): resolve content height overflow ([f7d958a](https://github.com/quartzds/core-foundations/commit/f7d958a))
|
|
260
|
+
* fix: update `border-width` for `qds-input` and `qds-textarea` ([acf1fd3](https://github.com/quartzds/core-foundations/commit/acf1fd3))
|
|
261
|
+
* fix(qds-select): update `tokens` ([676dc17](https://github.com/quartzds/core-foundations/commit/676dc17))
|
|
262
|
+
* chore: clean experimental CSS variables ([cbff9a1](https://github.com/quartzds/core-foundations/commit/cbff9a1))
|
|
263
|
+
|
|
264
|
+
## @quartzds/core 1.0.0-beta.120 (2026-02-25)
|
|
265
|
+
|
|
266
|
+
* feat(qds-tab)!: remove `iconOnly` property ([81fa5a2](https://github.com/quartzds/core-foundations/commit/81fa5a2))
|
|
267
|
+
* feat(qds-tab)!: remove `importance: emphasized` ([ad1ce4a](https://github.com/quartzds/core-foundations/commit/ad1ce4a))
|
|
268
|
+
* fix(qds-list-item)!: set `select` as the default `listAction` value ([59ad6d6](https://github.com/quartzds/core-foundations/commit/59ad6d6))
|
|
269
|
+
* Merge pull request #1662 from quartzds/feat/icon-tab ([9e3ef25](https://github.com/quartzds/core-foundations/commit/9e3ef25)), closes [#1662](https://github.com/quartzds/core-foundations/issues/1662)
|
|
270
|
+
* Merge pull request #1665 from quartzds/fix/tooltip-rtl ([da4c257](https://github.com/quartzds/core-foundations/commit/da4c257)), closes [#1665](https://github.com/quartzds/core-foundations/issues/1665)
|
|
271
|
+
* Merge pull request #1683 from quartzds/1273-breadcrumb-items-previous-links-not-underlined-should-ma ([cf6e804](https://github.com/quartzds/core-foundations/commit/cf6e804)), closes [#1683](https://github.com/quartzds/core-foundations/issues/1683)
|
|
272
|
+
* Merge pull request #1687 from quartzds/fix/dialog-color-inheritance ([f2b00ad](https://github.com/quartzds/core-foundations/commit/f2b00ad)), closes [#1687](https://github.com/quartzds/core-foundations/issues/1687)
|
|
273
|
+
* Merge pull request #1699 from quartzds/1649-token-ready-standalone-inline-link---fix ([11ea847](https://github.com/quartzds/core-foundations/commit/11ea847)), closes [#1699](https://github.com/quartzds/core-foundations/issues/1699)
|
|
274
|
+
* Merge pull request #1700 from quartzds/1686-fix-the-qds-list-item-breaking-change ([ba2b81f](https://github.com/quartzds/core-foundations/commit/ba2b81f)), closes [#1700](https://github.com/quartzds/core-foundations/issues/1700)
|
|
275
|
+
* Merge pull request #1701 from quartzds/fix-checkbox-label ([611081a](https://github.com/quartzds/core-foundations/commit/611081a)), closes [#1701](https://github.com/quartzds/core-foundations/issues/1701)
|
|
276
|
+
* Merge pull request #1702 from quartzds/fix-radio-label ([a24dbd0](https://github.com/quartzds/core-foundations/commit/a24dbd0)), closes [#1702](https://github.com/quartzds/core-foundations/issues/1702)
|
|
277
|
+
* Merge pull request #1703 from quartzds/update-all-focusring-radii ([90ac89a](https://github.com/quartzds/core-foundations/commit/90ac89a)), closes [#1703](https://github.com/quartzds/core-foundations/issues/1703)
|
|
278
|
+
* Merge pull request #1704 from quartzds/fix-label-line-clamp ([a6240e4](https://github.com/quartzds/core-foundations/commit/a6240e4)), closes [#1704](https://github.com/quartzds/core-foundations/issues/1704)
|
|
279
|
+
* Merge pull request #1705 from quartzds/tab/enhancements ([49119d6](https://github.com/quartzds/core-foundations/commit/49119d6)), closes [#1705](https://github.com/quartzds/core-foundations/issues/1705)
|
|
280
|
+
* Merge pull request #1709 from quartzds/fix-form-message ([0bbe3bd](https://github.com/quartzds/core-foundations/commit/0bbe3bd)), closes [#1709](https://github.com/quartzds/core-foundations/issues/1709)
|
|
281
|
+
* Merge pull request #1712 from quartzds/fix-switch-token ([bdb7b5f](https://github.com/quartzds/core-foundations/commit/bdb7b5f)), closes [#1712](https://github.com/quartzds/core-foundations/issues/1712)
|
|
282
|
+
* Merge pull request #1713 from quartzds/fix-neutral-badge-indicator ([fa419fa](https://github.com/quartzds/core-foundations/commit/fa419fa)), closes [#1713](https://github.com/quartzds/core-foundations/issues/1713)
|
|
283
|
+
* Merge pull request #1714 from quartzds/fix-menu-item-vertical-padding ([fe37df9](https://github.com/quartzds/core-foundations/commit/fe37df9)), closes [#1714](https://github.com/quartzds/core-foundations/issues/1714)
|
|
284
|
+
* Merge pull request #1747 from quartzds/revert-icon-only-deletion ([feaff91](https://github.com/quartzds/core-foundations/commit/feaff91)), closes [#1747](https://github.com/quartzds/core-foundations/issues/1747)
|
|
285
|
+
* Merge pull request #1749 from quartzds/fix-visual-regression ([1242498](https://github.com/quartzds/core-foundations/commit/1242498)), closes [#1749](https://github.com/quartzds/core-foundations/issues/1749)
|
|
286
|
+
* fix(qds-breadcrumb-item): add default underline and remove underline for current page ([6ab1f35](https://github.com/quartzds/core-foundations/commit/6ab1f35))
|
|
287
|
+
* fix(qds-menu-item): add vertical padding ([e7c5f18](https://github.com/quartzds/core-foundations/commit/e7c5f18))
|
|
288
|
+
* fix(qds-standalone-link): apply underline style ([3ca2ed8](https://github.com/quartzds/core-foundations/commit/3ca2ed8))
|
|
289
|
+
* fix(qds-label): change `line-clamp` to `text-overflow` on 1 line ([982d054](https://github.com/quartzds/core-foundations/commit/982d054))
|
|
290
|
+
* fix(qds-checkbox): change font design token from `form` to `control` ([4470a92](https://github.com/quartzds/core-foundations/commit/4470a92))
|
|
291
|
+
* fix(qds-radio): change font design token from `form` to `control` ([29fa555](https://github.com/quartzds/core-foundations/commit/29fa555))
|
|
292
|
+
* fix(qds-tooltip): correctly calculate RTL position ([eea90ca](https://github.com/quartzds/core-foundations/commit/eea90ca))
|
|
293
|
+
* fix(qds-badge-indicator): fix neutral `background-color` ([6bd94d7](https://github.com/quartzds/core-foundations/commit/6bd94d7))
|
|
294
|
+
* fix: fixing border-radius design tokens on focus ring ([796d019](https://github.com/quartzds/core-foundations/commit/796d019))
|
|
295
|
+
* fix(qds-dialog): inherit color ([9d69fd4](https://github.com/quartzds/core-foundations/commit/9d69fd4))
|
|
296
|
+
* fix: resolve visual regression test ([da5c782](https://github.com/quartzds/core-foundations/commit/da5c782))
|
|
297
|
+
* fix(qds-form-message): update alignment and padding on inline form message ([65a4002](https://github.com/quartzds/core-foundations/commit/65a4002))
|
|
298
|
+
* fix(qds-input): update new design tokens ([c428a39](https://github.com/quartzds/core-foundations/commit/c428a39))
|
|
299
|
+
* fix(qds-switch): update switch `min-height` design token ([56164fd](https://github.com/quartzds/core-foundations/commit/56164fd))
|
|
300
|
+
* feat(qds-input): add `readOnly ` property ([77139df](https://github.com/quartzds/core-foundations/commit/77139df))
|
|
301
|
+
* feat(qds-icon-tab): add qds-icon-tab ([0ae1a79](https://github.com/quartzds/core-foundations/commit/0ae1a79))
|
|
302
|
+
* feat(qds-input): add status property ([ae11736](https://github.com/quartzds/core-foundations/commit/ae11736))
|
|
303
|
+
* chore: revert removal of the iconOnly feature and add deprecation notice ([8b7e9a1](https://github.com/quartzds/core-foundations/commit/8b7e9a1))
|
|
304
|
+
* chore: update `se-tokens` package to version `beta-83` ([ef6f369](https://github.com/quartzds/core-foundations/commit/ef6f369))
|
|
305
|
+
* refactor(helpers): don't export internal functions ([0d35b46](https://github.com/quartzds/core-foundations/commit/0d35b46))
|
|
306
|
+
* refactor(qds-tab): replace native button with `qds-mini-button` ([a08e863](https://github.com/quartzds/core-foundations/commit/a08e863))
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### BREAKING CHANGE
|
|
310
|
+
|
|
311
|
+
* The `iconOnly` property has been removed and replaced by the dedicated `qds-icon-tab` component . Consumers should migrate to using `qds-icon-tab` for icon-only tabs.
|
|
312
|
+
* The default `listAction` is now `select`, enabling item selection by default. Use `none` for non-interactive list items.
|
|
313
|
+
|
|
314
|
+
## @quartzds/core 1.0.0-beta.119 (2026-02-11)
|
|
315
|
+
|
|
316
|
+
* Merge pull request #1639 from quartzds/fix-target-icon-button ([8b93a74](https://github.com/quartzds/core-foundations/commit/8b93a74)), closes [#1639](https://github.com/quartzds/core-foundations/issues/1639)
|
|
317
|
+
* Merge pull request #1641 from quartzds/fix-href-keyboard-icon-button ([f529e35](https://github.com/quartzds/core-foundations/commit/f529e35)), closes [#1641](https://github.com/quartzds/core-foundations/issues/1641)
|
|
318
|
+
* Merge pull request #1642 from quartzds/1611-token-ready-checkbox---fix ([b6ed1f7](https://github.com/quartzds/core-foundations/commit/b6ed1f7)), closes [#1642](https://github.com/quartzds/core-foundations/issues/1642)
|
|
319
|
+
* Merge pull request #1643 from quartzds/1612-token-ready-radio---fix ([9ba5b27](https://github.com/quartzds/core-foundations/commit/9ba5b27)), closes [#1643](https://github.com/quartzds/core-foundations/issues/1643)
|
|
320
|
+
* Merge pull request #1646 from quartzds/fix-checkbox-list-item ([37753bd](https://github.com/quartzds/core-foundations/commit/37753bd)), closes [#1646](https://github.com/quartzds/core-foundations/issues/1646)
|
|
321
|
+
* Merge pull request #1650 from quartzds/rename-menu-item-stories ([9ae1727](https://github.com/quartzds/core-foundations/commit/9ae1727)), closes [#1650](https://github.com/quartzds/core-foundations/issues/1650)
|
|
322
|
+
* Merge pull request #1656 from quartzds/fix/ellipsis-detection-electric-boogaloo ([7fd4d1b](https://github.com/quartzds/core-foundations/commit/7fd4d1b)), closes [#1656](https://github.com/quartzds/core-foundations/issues/1656)
|
|
323
|
+
* Merge pull request #1660 from quartzds/patternfix ([1482a42](https://github.com/quartzds/core-foundations/commit/1482a42)), closes [#1660](https://github.com/quartzds/core-foundations/issues/1660)
|
|
324
|
+
* Merge pull request #1663 from quartzds/1648-bug-pressing-e-or-key-clear-the-existing-value-of-input ([03f2609](https://github.com/quartzds/core-foundations/commit/03f2609)), closes [#1663](https://github.com/quartzds/core-foundations/issues/1663)
|
|
325
|
+
* feat(qds-icon-button): update `focus ring` style for control groups ([1d2bf54](https://github.com/quartzds/core-foundations/commit/1d2bf54))
|
|
326
|
+
* docs(qds-menu-item): rename menu-item stories to align naming convention ([9698f18](https://github.com/quartzds/core-foundations/commit/9698f18))
|
|
327
|
+
* fix(qds-icon-button): add missing target attribute ([391ab48](https://github.com/quartzds/core-foundations/commit/391ab48))
|
|
328
|
+
* fix(qds-icon-button): correct keydown handling for anchor type ([c607872](https://github.com/quartzds/core-foundations/commit/c607872))
|
|
329
|
+
* fix: detect line clamp ellipsis ([451c96d](https://github.com/quartzds/core-foundations/commit/451c96d))
|
|
330
|
+
* fix(qds-list-item): fix click propagation issue ([7966a22](https://github.com/quartzds/core-foundations/commit/7966a22))
|
|
331
|
+
* fix(qds-input): move value setting from `validationChanged()` to template ([b678773](https://github.com/quartzds/core-foundations/commit/b678773))
|
|
332
|
+
* fix(qds-dropdown): replace `closest()` by `closestElement()` for Escape key closing ([7bde908](https://github.com/quartzds/core-foundations/commit/7bde908))
|
|
333
|
+
* fix(qds-checkbox): set min-width, align to flex-start, and remove hover/active backgrounds ([276f5a7](https://github.com/quartzds/core-foundations/commit/276f5a7))
|
|
334
|
+
* fix(qds-radio): set min-width, align to flex-start, and remove hover/active backgrounds ([a0e3502](https://github.com/quartzds/core-foundations/commit/a0e3502))
|
|
335
|
+
* refactor(qds-list-item): remove unused `tabIndex` management code ([324ff77](https://github.com/quartzds/core-foundations/commit/324ff77))
|
|
336
|
+
|
|
337
|
+
## @quartzds/core 1.0.0-beta.118 (2026-01-28)
|
|
338
|
+
|
|
339
|
+
* feat(qds-button)!: remove iconOnly property ([d6a6f0b](https://github.com/quartzds/core-foundations/commit/d6a6f0b))
|
|
340
|
+
* fix(qds-list-item)!: replace listAction `reorder` option with `draggable` property ([9e39f6e](https://github.com/quartzds/core-foundations/commit/9e39f6e))
|
|
341
|
+
* Merge pull request #1390 from quartzds/iconOnlyButton ([1a81f80](https://github.com/quartzds/core-foundations/commit/1a81f80)), closes [#1390](https://github.com/quartzds/core-foundations/issues/1390)
|
|
342
|
+
* Merge pull request #1616 from quartzds/fix/chip-token-typo ([a9a157b](https://github.com/quartzds/core-foundations/commit/a9a157b)), closes [#1616](https://github.com/quartzds/core-foundations/issues/1616)
|
|
343
|
+
* Merge pull request #1619 from quartzds/enhance-focus-ring ([baec0c3](https://github.com/quartzds/core-foundations/commit/baec0c3)), closes [#1619](https://github.com/quartzds/core-foundations/issues/1619)
|
|
344
|
+
* Merge pull request #1620 from quartzds/1546-token-ready-tab---fixes ([83cacf9](https://github.com/quartzds/core-foundations/commit/83cacf9)), closes [#1620](https://github.com/quartzds/core-foundations/issues/1620)
|
|
345
|
+
* Merge pull request #1621 from quartzds/switch-update ([9ef6b96](https://github.com/quartzds/core-foundations/commit/9ef6b96)), closes [#1621](https://github.com/quartzds/core-foundations/issues/1621)
|
|
346
|
+
* Merge pull request #1636 from quartzds/textarea-bg ([0d0e0ae](https://github.com/quartzds/core-foundations/commit/0d0e0ae)), closes [#1636](https://github.com/quartzds/core-foundations/issues/1636)
|
|
347
|
+
* Merge pull request #1638 from quartzds/list-item-a11y-fixes-and-nested-items-and-draggable ([81e545c](https://github.com/quartzds/core-foundations/commit/81e545c)), closes [#1638](https://github.com/quartzds/core-foundations/issues/1638)
|
|
348
|
+
* fix(qds-textarea): adjust `background` and `border` `tokens` ([9fe3463](https://github.com/quartzds/core-foundations/commit/9fe3463))
|
|
349
|
+
* fix(qds-chip): correct small closable chip token typo ([d65fde2](https://github.com/quartzds/core-foundations/commit/d65fde2))
|
|
350
|
+
* fix(qds-list-item): prevent container from being focusable when listAction is multiselect or radio ([9a855b8](https://github.com/quartzds/core-foundations/commit/9a855b8))
|
|
351
|
+
* fix(qds-list-item): remove hover and active state for static use case ([ba25219](https://github.com/quartzds/core-foundations/commit/ba25219))
|
|
352
|
+
* fix(qds-*-link): remove redundant click re-dispatch to prevent double navigation ([86c0290](https://github.com/quartzds/core-foundations/commit/86c0290))
|
|
353
|
+
* fix(qds-switch): replace margin by padding to fix vertical alignment ([af84d41](https://github.com/quartzds/core-foundations/commit/af84d41))
|
|
354
|
+
* fix(qds-tab): update new design tokens ([dd529aa](https://github.com/quartzds/core-foundations/commit/dd529aa))
|
|
355
|
+
* fix(a11y): update roles for all components and add label click support for multiselect and radio ([6aab32d](https://github.com/quartzds/core-foundations/commit/6aab32d))
|
|
356
|
+
* feat(qds-dropdown): add qds-list-item support and custom shadow DOM closest ([c29c042](https://github.com/quartzds/core-foundations/commit/c29c042))
|
|
357
|
+
* feat: enhance focus ring on all focusable elements ([57768dc](https://github.com/quartzds/core-foundations/commit/57768dc))
|
|
358
|
+
* feat(qds-list-item): support custom submenu content ([b6736a1](https://github.com/quartzds/core-foundations/commit/b6736a1))
|
|
359
|
+
* refactor: extract `ButtonTarget` to shared `Target` ([c10f8ae](https://github.com/quartzds/core-foundations/commit/c10f8ae))
|
|
360
|
+
* docs(qds-textarea): add missing `status` docs ([d4eb44e](https://github.com/quartzds/core-foundations/commit/d4eb44e))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### BREAKING CHANGE
|
|
364
|
+
|
|
365
|
+
* The `iconOnly` property has been removed and replaced by the dedicated `qds-icon-button` component . Consumers should migrate to using `qds-icon-button` for icon-only buttons.
|
|
366
|
+
* The `reorder` option in listAction has been removed.
|
|
367
|
+
Use the native `draggable` property on `qds-list-item` instead.
|
|
368
|
+
|
|
369
|
+
## @quartzds/core 1.0.0-beta.117 (2026-01-15)
|
|
370
|
+
|
|
371
|
+
* fix(qds-loader): apply updated design tokens for neutral and neutral-contrast importance ([037d2b1](https://github.com/quartzds/core-foundations/commit/037d2b1))
|
|
372
|
+
* fix(qds-avatar-media): enforce size inheritance from container ([0749e64](https://github.com/quartzds/core-foundations/commit/0749e64))
|
|
373
|
+
* fix(qds-list-item): merge text, subtitle & kicker into one tooltip for accessibility ([5a84283](https://github.com/quartzds/core-foundations/commit/5a84283))
|
|
374
|
+
* fix(qds-list-item): replace label tag by div ([f357a15](https://github.com/quartzds/core-foundations/commit/f357a15))
|
|
375
|
+
* feat(qds-list-item)!: redefine default and selection behavior ([cceaa49](https://github.com/quartzds/core-foundations/commit/cceaa49))
|
|
376
|
+
* Merge pull request #1563 from quartzds/list-item_redefine_selection ([32922de](https://github.com/quartzds/core-foundations/commit/32922de)), closes [#1563](https://github.com/quartzds/core-foundations/issues/1563)
|
|
377
|
+
* Merge pull request #1595 from quartzds/textarea-update ([b255e42](https://github.com/quartzds/core-foundations/commit/b255e42)), closes [#1595](https://github.com/quartzds/core-foundations/issues/1595)
|
|
378
|
+
* Merge pull request #1598 from quartzds/1503-tokens-ready-loader---fix ([b580463](https://github.com/quartzds/core-foundations/commit/b580463)), closes [#1598](https://github.com/quartzds/core-foundations/issues/1598)
|
|
379
|
+
* Merge pull request #1614 from quartzds/fix-avatar-media-inherit-size ([b3edde7](https://github.com/quartzds/core-foundations/commit/b3edde7)), closes [#1614](https://github.com/quartzds/core-foundations/issues/1614)
|
|
380
|
+
* feat(qds-textarea): add readonly property ([7ab1341](https://github.com/quartzds/core-foundations/commit/7ab1341))
|
|
381
|
+
* feat(qds-textarea): add status property ([90bc438](https://github.com/quartzds/core-foundations/commit/90bc438))
|
|
382
|
+
* refactor(qds-tag): remove fallback values ([c70dff4](https://github.com/quartzds/core-foundations/commit/c70dff4))
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### BREAKING CHANGE
|
|
386
|
+
|
|
387
|
+
* The default `undefined` value no longer implies selection. Use `select` for selectable list-items.
|
|
388
|
+
|
|
389
|
+
<!--
|
|
390
|
+
SPDX-FileCopyrightText: © 2025 Schneider Electric
|
|
391
|
+
|
|
392
|
+
SPDX-License-Identifier: Apache-2.0
|
|
393
|
+
-->
|
|
394
|
+
|
|
395
|
+
# Change Log
|
|
396
|
+
|
|
397
|
+
[](https://conventionalcommits.org)
|
|
398
|
+
[](https://semver.org/spec/v2.0.0)
|
|
399
|
+
|
|
400
|
+
> All notable changes to this project will be documented in this file
|
|
401
|
+
|
|
402
|
+
## @quartzds/core 1.0.0-beta.116 (2025-12-30)
|
|
403
|
+
|
|
404
|
+
* fix(qds-checkbox, qds-radio): remove fallback value for new tokens ([2bc551d](https://github.com/quartzds/core-foundations/commit/2bc551d))
|
|
405
|
+
* Merge pull request #1579 from quartzds/1548-token-ready-checkbox-radio---fixes ([928095c](https://github.com/quartzds/core-foundations/commit/928095c)), closes [#1579](https://github.com/quartzds/core-foundations/issues/1579)
|
|
406
|
+
* Merge pull request #1581 from quartzds/1576-qds-popup-dialog-token-is-undefined ([70c996d](https://github.com/quartzds/core-foundations/commit/70c996d)), closes [#1581](https://github.com/quartzds/core-foundations/issues/1581)
|
|
407
|
+
* Merge pull request #1582 from quartzds/1542-qds-action-item-incorrect-action-icon-placement ([e9f9489](https://github.com/quartzds/core-foundations/commit/e9f9489)), closes [#1582](https://github.com/quartzds/core-foundations/issues/1582)
|
|
408
|
+
* Merge pull request #1583 from quartzds/1571-qds-menu-item-incorrect-shortcut-label-submenu-icon-plac ([7fc67ad](https://github.com/quartzds/core-foundations/commit/7fc67ad)), closes [#1583](https://github.com/quartzds/core-foundations/issues/1583)
|
|
409
|
+
* Merge pull request #1584 from quartzds/1518-dropdown-popover-components-do-not-work-in-rtl-mode ([c049588](https://github.com/quartzds/core-foundations/commit/c049588)), closes [#1584](https://github.com/quartzds/core-foundations/issues/1584)
|
|
410
|
+
* Merge pull request #1588 from quartzds/fix-switch ([954a30d](https://github.com/quartzds/core-foundations/commit/954a30d)), closes [#1588](https://github.com/quartzds/core-foundations/issues/1588)
|
|
411
|
+
* fix(qds-tag): adjust design tokens for padding, line clamp, and min-height ([06af6d9](https://github.com/quartzds/core-foundations/commit/06af6d9))
|
|
412
|
+
* fix(qds-dropdown): correct layout issues in RTL mode ([4cce865](https://github.com/quartzds/core-foundations/commit/4cce865))
|
|
413
|
+
* fix(qds-action-item): ensure text occupies full available width ([e5b2c98](https://github.com/quartzds/core-foundations/commit/e5b2c98))
|
|
414
|
+
* fix(qds-menu-item): ensure text occupies full available width ([16a4027](https://github.com/quartzds/core-foundations/commit/16a4027))
|
|
415
|
+
* fix(qds-dialog): remove undefined token `qds-popup-padding` ([66f7e1e](https://github.com/quartzds/core-foundations/commit/66f7e1e))
|
|
416
|
+
* fix(qds-switch): update design tokens and add a knob container ([e535f69](https://github.com/quartzds/core-foundations/commit/e535f69))
|
|
417
|
+
|
|
418
|
+
## @quartzds/core 1.0.0-beta.115 (2025-12-18)
|
|
419
|
+
|
|
420
|
+
* feat!: support Angular >= 19 ([2afe469](https://github.com/quartzds/core-foundations/commit/2afe469))
|
|
421
|
+
* fix!: remove unused nav-list-item component from core package ([7b2e9e6](https://github.com/quartzds/core-foundations/commit/7b2e9e6))
|
|
422
|
+
* Merge pull request #1552 from quartzds/fix/overflow-detection ([894a059](https://github.com/quartzds/core-foundations/commit/894a059)), closes [#1552](https://github.com/quartzds/core-foundations/issues/1552)
|
|
423
|
+
* Merge pull request #1557 from quartzds/CLS ([56b0b79](https://github.com/quartzds/core-foundations/commit/56b0b79)), closes [#1557](https://github.com/quartzds/core-foundations/issues/1557)
|
|
424
|
+
* Merge pull request #1558 from quartzds/remove-navlist-item ([38db794](https://github.com/quartzds/core-foundations/commit/38db794)), closes [#1558](https://github.com/quartzds/core-foundations/issues/1558)
|
|
425
|
+
* Merge pull request #1559 from quartzds/replace-url-bydata-uri-in-avatar-media-test ([52875bf](https://github.com/quartzds/core-foundations/commit/52875bf)), closes [#1559](https://github.com/quartzds/core-foundations/issues/1559)
|
|
426
|
+
* Merge pull request #1560 from quartzds/1283-design-ready-list-item---fixes ([b80130b](https://github.com/quartzds/core-foundations/commit/b80130b)), closes [#1560](https://github.com/quartzds/core-foundations/issues/1560)
|
|
427
|
+
* Merge pull request #1562 from quartzds/dialog-accessibility ([fb2c69d](https://github.com/quartzds/core-foundations/commit/fb2c69d)), closes [#1562](https://github.com/quartzds/core-foundations/issues/1562)
|
|
428
|
+
* Merge pull request #1568 from quartzds/1553-replace-person-general-icon-by-core-new-core-icon-for-av ([1a505e5](https://github.com/quartzds/core-foundations/commit/1a505e5)), closes [#1568](https://github.com/quartzds/core-foundations/issues/1568)
|
|
429
|
+
* Merge pull request #1573 from quartzds/1493-design-ready-multiple---icon-fixes ([c46bbd8](https://github.com/quartzds/core-foundations/commit/c46bbd8)), closes [#1573](https://github.com/quartzds/core-foundations/issues/1573)
|
|
430
|
+
* fix(qds-button): add icon size to avoid layout shift ([42efa23](https://github.com/quartzds/core-foundations/commit/42efa23))
|
|
431
|
+
* fix(qds-list-item): add icon size to avoid layout shift ([3adc0bb](https://github.com/quartzds/core-foundations/commit/3adc0bb))
|
|
432
|
+
* fix(qds-menu-item): add icon size to avoid layout shift ([1acaae0](https://github.com/quartzds/core-foundations/commit/1acaae0))
|
|
433
|
+
* fix(qds-tab): add icon size to avoid layout shift ([ccb394e](https://github.com/quartzds/core-foundations/commit/ccb394e))
|
|
434
|
+
* fix(qds-tag): fix test by replacing outline icons with solid icons ([6431b7f](https://github.com/quartzds/core-foundations/commit/6431b7f))
|
|
435
|
+
* fix: improve ellipsis detection accuracy ([2f2c647](https://github.com/quartzds/core-foundations/commit/2f2c647))
|
|
436
|
+
* fix(qds-dialog): improve initial focus logic and fallback to close button ([58c8ada](https://github.com/quartzds/core-foundations/commit/58c8ada))
|
|
437
|
+
* fix(qds-inline-link): improve inline-link to avoid layout shift ([5f186a6](https://github.com/quartzds/core-foundations/commit/5f186a6))
|
|
438
|
+
* fix(qds-form-message): replace outline icons with solid icons for status indicators ([59d6669](https://github.com/quartzds/core-foundations/commit/59d6669))
|
|
439
|
+
* fix(qds-loader): replace outline icons with solid icons for status indicators ([5cdd967](https://github.com/quartzds/core-foundations/commit/5cdd967))
|
|
440
|
+
* fix(qds-avatar-media): switch fallback icon from `person` (general) to `user` (core) ([cc6f189](https://github.com/quartzds/core-foundations/commit/cc6f189))
|
|
441
|
+
* fix(qds-list-item): use `qds-avatar-media` instead of `<img>` ([01b81d1](https://github.com/quartzds/core-foundations/commit/01b81d1))
|
|
442
|
+
* test(qds-avatar-media): replace url by data URI ([606b88b](https://github.com/quartzds/core-foundations/commit/606b88b))
|
|
443
|
+
* chore: upgrade design tokens package to beta-80 ([07fd1e9](https://github.com/quartzds/core-foundations/commit/07fd1e9))
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### BREAKING CHANGE
|
|
447
|
+
|
|
448
|
+
* Angular < 19 is no longer supported.
|
|
449
|
+
* qds-nav-list-item is not part of the core package anymore
|
|
450
|
+
|
|
451
|
+
## @quartzds/core 1.0.0-beta.114 (2025-12-03)
|
|
452
|
+
|
|
453
|
+
* Merge pull request #1528 from quartzds/a11y-fix-links ([bc73bd6](https://github.com/quartzds/core-foundations/commit/bc73bd6)), closes [#1528](https://github.com/quartzds/core-foundations/issues/1528)
|
|
454
|
+
* Merge pull request #1535 from quartzds/issue-#1524 ([8a87033](https://github.com/quartzds/core-foundations/commit/8a87033)), closes [#1535](https://github.com/quartzds/core-foundations/issues/1535) [quartzds/issue-#1524](https://github.com/quartzds/issue-/issues/1524)
|
|
455
|
+
* Merge pull request #1538 from quartzds/1170-design-ready-avatar-media---new-component ([33a94f9](https://github.com/quartzds/core-foundations/commit/33a94f9)), closes [#1538](https://github.com/quartzds/core-foundations/issues/1538)
|
|
456
|
+
* Merge pull request #1539 from quartzds/autofocus-globally ([6cb588a](https://github.com/quartzds/core-foundations/commit/6cb588a)), closes [#1539](https://github.com/quartzds/core-foundations/issues/1539)
|
|
457
|
+
* Merge pull request #1541 from quartzds/1442-design-ready-checkbox---enhancement ([0ad565e](https://github.com/quartzds/core-foundations/commit/0ad565e)), closes [#1541](https://github.com/quartzds/core-foundations/issues/1541)
|
|
458
|
+
* fix(qds-icon-button): make `text` property optional ([c779966](https://github.com/quartzds/core-foundations/commit/c779966))
|
|
459
|
+
* fix(qds-checkbox): put focus ring on main container ([ac5a04a](https://github.com/quartzds/core-foundations/commit/ac5a04a))
|
|
460
|
+
* fix(a11y): resolve screen reader announcements on link components ([8148e6c](https://github.com/quartzds/core-foundations/commit/8148e6c))
|
|
461
|
+
* fix(qds-radio): update design tokens ([922fd66](https://github.com/quartzds/core-foundations/commit/922fd66))
|
|
462
|
+
* fix(qds-checkbox): update new tokens and remove checkbox indicator ([7850245](https://github.com/quartzds/core-foundations/commit/7850245))
|
|
463
|
+
* feat(qds-radio): add `autofocus` support ([894f657](https://github.com/quartzds/core-foundations/commit/894f657))
|
|
464
|
+
* feat: introduce `qds-avatar-media` ([1f792c3](https://github.com/quartzds/core-foundations/commit/1f792c3))
|
|
465
|
+
* feat(qds-radio): move focus ring on main container and update focus contrast ([5834f8b](https://github.com/quartzds/core-foundations/commit/5834f8b))
|
|
466
|
+
* feat(qds-radio): remove indicator on hover and replace checked icon by checked-radio icon ([bbff813](https://github.com/quartzds/core-foundations/commit/bbff813))
|
|
467
|
+
|
|
468
|
+
## @quartzds/core 1.0.0-beta.113 (2025-11-18)
|
|
469
|
+
|
|
470
|
+
* Merge pull request #1483 from quartzds/fix-qds-tab-watch-action ([e94f105](https://github.com/quartzds/core-foundations/commit/e94f105)), closes [#1483](https://github.com/quartzds/core-foundations/issues/1483)
|
|
471
|
+
* Merge pull request #1491 from quartzds/1403-missing-or-incorrect-icon-behavior-for-links ([b28cac1](https://github.com/quartzds/core-foundations/commit/b28cac1)), closes [#1491](https://github.com/quartzds/core-foundations/issues/1491)
|
|
472
|
+
* Merge pull request #1500 from quartzds/1407-a11y-radiocheckbox-group-keyboard-navigation-doesnt-work ([4e37eca](https://github.com/quartzds/core-foundations/commit/4e37eca)), closes [#1500](https://github.com/quartzds/core-foundations/issues/1500)
|
|
473
|
+
* Merge pull request #1512 from quartzds/keep-open-on-select ([8dde8f6](https://github.com/quartzds/core-foundations/commit/8dde8f6)), closes [#1512](https://github.com/quartzds/core-foundations/issues/1512)
|
|
474
|
+
* Merge pull request #1513 from quartzds/tabbar-arrows ([7cfb287](https://github.com/quartzds/core-foundations/commit/7cfb287)), closes [#1513](https://github.com/quartzds/core-foundations/issues/1513)
|
|
475
|
+
* Merge pull request #1514 from quartzds/1009-design-ready-button---enhancements-fixes ([1db9677](https://github.com/quartzds/core-foundations/commit/1db9677)), closes [#1514](https://github.com/quartzds/core-foundations/issues/1514)
|
|
476
|
+
* Merge pull request #1515 from quartzds/eye-bug ([da2f09c](https://github.com/quartzds/core-foundations/commit/da2f09c)), closes [#1515](https://github.com/quartzds/core-foundations/issues/1515)
|
|
477
|
+
* Merge pull request #1517 from quartzds/1417-a11y-updated-button-with-href-cannot-be-activated-using- ([bf457cb](https://github.com/quartzds/core-foundations/commit/bf457cb)), closes [#1517](https://github.com/quartzds/core-foundations/issues/1517)
|
|
478
|
+
* Merge pull request #1525 from quartzds/feat/default-loader-label ([16ba6e3](https://github.com/quartzds/core-foundations/commit/16ba6e3)), closes [#1525](https://github.com/quartzds/core-foundations/issues/1525)
|
|
479
|
+
* Merge pull request #1527 from quartzds/1380-token-ready-label---fixes ([b66e8b5](https://github.com/quartzds/core-foundations/commit/b66e8b5)), closes [#1527](https://github.com/quartzds/core-foundations/issues/1527)
|
|
480
|
+
* fix(qds-button): correct keydown handling for anchor type ([956f513](https://github.com/quartzds/core-foundations/commit/956f513))
|
|
481
|
+
* fix(qds-icon-button): ensure `qds-icon-button` opening link in new tab include descriptive alt text ([818317a](https://github.com/quartzds/core-foundations/commit/818317a))
|
|
482
|
+
* fix(qds-button): ensure button link opening in new tab include descriptive alt text ([470c50c](https://github.com/quartzds/core-foundations/commit/470c50c))
|
|
483
|
+
* fix(qds-inline-link): ensure external links opening in new tab include descriptive alt text ([1d2e3fd](https://github.com/quartzds/core-foundations/commit/1d2e3fd))
|
|
484
|
+
* fix(qds-standalone-link): ensure external links opening in new tab include descriptive alt text ([183cb6c](https://github.com/quartzds/core-foundations/commit/183cb6c))
|
|
485
|
+
* fix(qds-input): hide native password reveal icon in Edge ([0f8f250](https://github.com/quartzds/core-foundations/commit/0f8f250))
|
|
486
|
+
* fix(qds-label): introduce tooltipTarget property to allow custom tooltip anchoring ([9644610](https://github.com/quartzds/core-foundations/commit/9644610))
|
|
487
|
+
* fix(qds-tab): make host element focusable when tab is not closable ([205b021](https://github.com/quartzds/core-foundations/commit/205b021))
|
|
488
|
+
* fix(qds-checkbox): prevent label focus, show tooltip on host element focus ([4c9abd4](https://github.com/quartzds/core-foundations/commit/4c9abd4))
|
|
489
|
+
* fix(qds-tabbar): prevent page jump when navigating vertical tabs ([07f8441](https://github.com/quartzds/core-foundations/commit/07f8441))
|
|
490
|
+
* fix(qds-label): replace vertical padding with min-height for inline styling ([f507671](https://github.com/quartzds/core-foundations/commit/f507671))
|
|
491
|
+
* fix(qds-button): use `min-height`, remove dropdown background & deprecated token ([0777ff9](https://github.com/quartzds/core-foundations/commit/0777ff9))
|
|
492
|
+
* feat(qds-dropdown): add default `close on select` behavior and new `keep-open-on-select` property ([6db8565](https://github.com/quartzds/core-foundations/commit/6db8565))
|
|
493
|
+
* feat(qds-loader): add default labels for improved a11y ([2007db8](https://github.com/quartzds/core-foundations/commit/2007db8))
|
|
494
|
+
* feat(qds-switch): add noIndicator property ([28ff21d](https://github.com/quartzds/core-foundations/commit/28ff21d))
|
|
495
|
+
* chore: update icons packages ([760ef4a](https://github.com/quartzds/core-foundations/commit/760ef4a))
|
|
496
|
+
|
|
497
|
+
## @quartzds/core 1.0.0-beta.112 (2025-11-04)
|
|
498
|
+
|
|
499
|
+
* Merge pull request #1485 from quartzds/1457-token-ready-form-message---fixes ([cf6434e](https://github.com/quartzds/core-foundations/commit/cf6434e)), closes [#1485](https://github.com/quartzds/core-foundations/issues/1485)
|
|
500
|
+
* Merge pull request #1487 from quartzds/1216-qds-title-incorrect-font-token-for-card-variant ([4ff66b9](https://github.com/quartzds/core-foundations/commit/4ff66b9)), closes [#1487](https://github.com/quartzds/core-foundations/issues/1487)
|
|
501
|
+
* Merge pull request #1496 from quartzds/1096-design-ready-loader---enhancements-fixes ([4b5d80f](https://github.com/quartzds/core-foundations/commit/4b5d80f)), closes [#1496](https://github.com/quartzds/core-foundations/issues/1496)
|
|
502
|
+
* feat(qds-loader): introduce `importance` prop and support for `hero` size ([e34032d](https://github.com/quartzds/core-foundations/commit/e34032d))
|
|
503
|
+
* fix(qds-icon-button): adjust the `disabled` state ([6a32471](https://github.com/quartzds/core-foundations/commit/6a32471))
|
|
504
|
+
* fix(qds-title): update token `--qds-main-subsection-card-standard-title` ([25293db](https://github.com/quartzds/core-foundations/commit/25293db))
|
|
505
|
+
* fix(qds-form-message): update tokens ([65c0fd6](https://github.com/quartzds/core-foundations/commit/65c0fd6))
|
|
506
|
+
|
|
507
|
+
## @quartzds/core 1.0.0-beta.111 (2025-10-23)
|
|
508
|
+
|
|
509
|
+
* fix(qds-mini-button): ensure correct `cursor` behavior ([490b1eb](https://github.com/quartzds/core-foundations/commit/490b1eb))
|
|
510
|
+
* fix(a11y): improve `qds-dropdown` inner navigation ([155dd19](https://github.com/quartzds/core-foundations/commit/155dd19))
|
|
511
|
+
* fix(qds-button): resolve badge position in button dropdown ([d14c30e](https://github.com/quartzds/core-foundations/commit/d14c30e))
|
|
512
|
+
* fix(qds-title): set host element role to `group` ([991502f](https://github.com/quartzds/core-foundations/commit/991502f))
|
|
513
|
+
* fix(qds-checkbox): update box and indicator design tokens ([ff8dbc5](https://github.com/quartzds/core-foundations/commit/ff8dbc5))
|
|
514
|
+
* fix(qds-radio): update box and indicator design tokens ([c75cbb6](https://github.com/quartzds/core-foundations/commit/c75cbb6))
|
|
515
|
+
* fix(qds-dropdown): update design tokens ([84be3b1](https://github.com/quartzds/core-foundations/commit/84be3b1))
|
|
516
|
+
* fix(qds-dialog): update dialog elevation design tokens ([6c2c15f](https://github.com/quartzds/core-foundations/commit/6c2c15f))
|
|
517
|
+
* fix(qds-switch): update tokens ([7f4fbaa](https://github.com/quartzds/core-foundations/commit/7f4fbaa))
|
|
518
|
+
* fix(qds-progress-bar): update track background design token ([da19dce](https://github.com/quartzds/core-foundations/commit/da19dce))
|
|
519
|
+
* fix(qds-tab, qds-tabbar): expose tab property to link focusable tab element with tabbar ([f96ba6d](https://github.com/quartzds/core-foundations/commit/f96ba6d))
|
|
520
|
+
* Merge pull request #1440 from quartzds/update-se-tokens ([458bbf9](https://github.com/quartzds/core-foundations/commit/458bbf9)), closes [#1440](https://github.com/quartzds/core-foundations/issues/1440)
|
|
521
|
+
* Merge pull request #1446 from quartzds/badge-position-button-dropdown ([d4a72dd](https://github.com/quartzds/core-foundations/commit/d4a72dd)), closes [#1446](https://github.com/quartzds/core-foundations/issues/1446)
|
|
522
|
+
* Merge pull request #1449 from quartzds/fix/title-group-role ([d802761](https://github.com/quartzds/core-foundations/commit/d802761)), closes [#1449](https://github.com/quartzds/core-foundations/issues/1449)
|
|
523
|
+
* Merge pull request #1450 from quartzds/refactor/absolute-position-props ([77f1cde](https://github.com/quartzds/core-foundations/commit/77f1cde)), closes [#1450](https://github.com/quartzds/core-foundations/issues/1450)
|
|
524
|
+
* Merge pull request #1458 from quartzds/feat/focus-ring-tab-support ([59904e5](https://github.com/quartzds/core-foundations/commit/59904e5)), closes [#1458](https://github.com/quartzds/core-foundations/issues/1458)
|
|
525
|
+
* Merge pull request #1468 from quartzds/1212-design-ready-form-message---enhancements ([d3f9e1e](https://github.com/quartzds/core-foundations/commit/d3f9e1e)), closes [#1468](https://github.com/quartzds/core-foundations/issues/1468)
|
|
526
|
+
* feat(qds-form-message): support `neutral` as a new status value ([293e876](https://github.com/quartzds/core-foundations/commit/293e876))
|
|
527
|
+
* refactor: prefer logical absolute position CSS ([c82ffec](https://github.com/quartzds/core-foundations/commit/c82ffec))
|
|
528
|
+
|
|
529
|
+
## @quartzds/core 1.0.0-beta.110 (2025-10-09)
|
|
530
|
+
|
|
531
|
+
* docs(qds-button): update generated `README.md` ([93957cc](https://github.com/quartzds/core-foundations/commit/93957cc))
|
|
532
|
+
* fix(angular): add `initializeNextTick` config ([dccf22c](https://github.com/quartzds/core-foundations/commit/dccf22c))
|
|
533
|
+
* fix(qds-input): partially resolve label a11y relationship ([562eacd](https://github.com/quartzds/core-foundations/commit/562eacd))
|
|
534
|
+
* fix(qds-mini-button): set `background color` to `transparent` ([dc160fd](https://github.com/quartzds/core-foundations/commit/dc160fd))
|
|
535
|
+
* Merge pull request #1423 from quartzds/fix/intialize-next-tick ([5b571ff](https://github.com/quartzds/core-foundations/commit/5b571ff)), closes [#1423](https://github.com/quartzds/core-foundations/issues/1423)
|
|
536
|
+
* Merge pull request #1426 from quartzds/input-nesting ([14d3202](https://github.com/quartzds/core-foundations/commit/14d3202)), closes [#1426](https://github.com/quartzds/core-foundations/issues/1426)
|
|
537
|
+
* Merge pull request #1430 from quartzds/mini-button-bg ([51b9f39](https://github.com/quartzds/core-foundations/commit/51b9f39)), closes [#1430](https://github.com/quartzds/core-foundations/issues/1430)
|
|
538
|
+
* Merge pull request #1437 from quartzds/button-tooltip-placement ([5e54018](https://github.com/quartzds/core-foundations/commit/5e54018)), closes [#1437](https://github.com/quartzds/core-foundations/issues/1437)
|
|
539
|
+
* Merge pull request #1438 from quartzds/feat/title-hyphens ([060277e](https://github.com/quartzds/core-foundations/commit/060277e)), closes [#1438](https://github.com/quartzds/core-foundations/issues/1438)
|
|
540
|
+
* feat(qds-button): add tooltipPlacement property ([4a67bf2](https://github.com/quartzds/core-foundations/commit/4a67bf2))
|
|
541
|
+
* feat(qds-title): respect `hyphens` CSS declaration ([d2fb5ad](https://github.com/quartzds/core-foundations/commit/d2fb5ad))
|
|
542
|
+
* feat(qds-input): use `qds-mini-button` for `search` and all other `interactive icons` ([4cf0191](https://github.com/quartzds/core-foundations/commit/4cf0191))
|
|
543
|
+
* refactor(qds-input): remove decorative custom icons ([7829094](https://github.com/quartzds/core-foundations/commit/7829094))
|
|
544
|
+
|
|
545
|
+
## @quartzds/core 1.0.0-beta.109 (2025-09-24)
|
|
546
|
+
|
|
547
|
+
* fix: bump `@stencil/core` to resolve upstream issues ([39cfd4f](https://github.com/quartzds/core-foundations/commit/39cfd4f))
|
|
548
|
+
* fix(qds-input): ensure input is focused after clearing value ([8e06b99](https://github.com/quartzds/core-foundations/commit/8e06b99))
|
|
549
|
+
* fix(qds-switch): relocate a11y attributes to host element ([2033fac](https://github.com/quartzds/core-foundations/commit/2033fac))
|
|
550
|
+
* fix: resolve code format ([87564db](https://github.com/quartzds/core-foundations/commit/87564db))
|
|
551
|
+
* fix(qds-chip): resolve double qdsClose event using space bar ([969a3a7](https://github.com/quartzds/core-foundations/commit/969a3a7))
|
|
552
|
+
* feat(qds-icon-button): add `qds-icon-button` component ([41fb2dc](https://github.com/quartzds/core-foundations/commit/41fb2dc))
|
|
553
|
+
* feat(qds-input): add `qdsSearch` event matching native search semantics ([9f5160b](https://github.com/quartzds/core-foundations/commit/9f5160b))
|
|
554
|
+
* feat(qds-menu-item): update submenu item with type property ([0c2a4c8](https://github.com/quartzds/core-foundations/commit/0c2a4c8))
|
|
555
|
+
* Merge pull request #1315 from quartzds/qds-icon-button ([9772cf8](https://github.com/quartzds/core-foundations/commit/9772cf8)), closes [#1315](https://github.com/quartzds/core-foundations/issues/1315)
|
|
556
|
+
* Merge pull request #1404 from quartzds/1355-input-serach-focus-removed-on-clear ([e1b08d8](https://github.com/quartzds/core-foundations/commit/e1b08d8)), closes [#1404](https://github.com/quartzds/core-foundations/issues/1404)
|
|
557
|
+
* Merge pull request #1415 from quartzds/1037-bug-accessibility-issues-with-updated-switch-component ([0284af8](https://github.com/quartzds/core-foundations/commit/0284af8)), closes [#1415](https://github.com/quartzds/core-foundations/issues/1415)
|
|
558
|
+
* Merge pull request #1418 from quartzds/fix-chip-closeevent ([e8a0256](https://github.com/quartzds/core-foundations/commit/e8a0256)), closes [#1418](https://github.com/quartzds/core-foundations/issues/1418)
|
|
559
|
+
* Merge pull request #1421 from quartzds/fix/bump-stencil ([022a8e3](https://github.com/quartzds/core-foundations/commit/022a8e3)), closes [#1421](https://github.com/quartzds/core-foundations/issues/1421)
|
|
560
|
+
|
|
561
|
+
## @quartzds/core 1.0.0-beta.108 (2025-09-19)
|
|
562
|
+
|
|
563
|
+
* docs(qds-tooltip): update generated docs ([90ec927](https://github.com/quartzds/core-foundations/commit/90ec927))
|
|
564
|
+
* fix(qds-tooltip): add arrow edge padding ([e50a7ab](https://github.com/quartzds/core-foundations/commit/e50a7ab))
|
|
565
|
+
* fix(qds-dropdown): add to top layer with Popover API ([0ee43d9](https://github.com/quartzds/core-foundations/commit/0ee43d9))
|
|
566
|
+
* fix(qds-tooltip): add to top layer with Popover API ([437e723](https://github.com/quartzds/core-foundations/commit/437e723))
|
|
567
|
+
|
|
568
|
+
## @quartzds/core 1.0.0-beta.107 (2025-09-12)
|
|
569
|
+
|
|
570
|
+
* fix(qds-standalone-link, qds-inline-link): add rel="external" check to display external icon ([a7e957e](https://github.com/quartzds/core-foundations/commit/a7e957e))
|
|
571
|
+
* Merge pull request #1277 from quartzds/label-update ([f480d1f](https://github.com/quartzds/core-foundations/commit/f480d1f)), closes [#1277](https://github.com/quartzds/core-foundations/issues/1277)
|
|
572
|
+
* Merge pull request #1294 from quartzds/renovate/npm-run-all2-6.x ([561c289](https://github.com/quartzds/core-foundations/commit/561c289)), closes [#1294](https://github.com/quartzds/core-foundations/issues/1294)
|
|
573
|
+
* Merge pull request #1295 from quartzds/renovate/postcss-import-16.x ([d56e8a4](https://github.com/quartzds/core-foundations/commit/d56e8a4)), closes [#1295](https://github.com/quartzds/core-foundations/issues/1295)
|
|
574
|
+
* Merge pull request #1298 from quartzds/chip-update ([8b463d7](https://github.com/quartzds/core-foundations/commit/8b463d7)), closes [#1298](https://github.com/quartzds/core-foundations/issues/1298)
|
|
575
|
+
* Merge pull request #1359 from quartzds/aria-hidden ([5ed6448](https://github.com/quartzds/core-foundations/commit/5ed6448)), closes [#1359](https://github.com/quartzds/core-foundations/issues/1359)
|
|
576
|
+
* Merge pull request #1360 from quartzds/action-item-fix ([3d2dfe8](https://github.com/quartzds/core-foundations/commit/3d2dfe8)), closes [#1360](https://github.com/quartzds/core-foundations/issues/1360)
|
|
577
|
+
* Merge pull request #1381 from quartzds/798-qds-dropdown-flicker ([7dc5539](https://github.com/quartzds/core-foundations/commit/7dc5539)), closes [#1381](https://github.com/quartzds/core-foundations/issues/1381)
|
|
578
|
+
* Merge pull request #1382 from quartzds/fix---qds-platform-accessory-elevation-token ([2ed23c8](https://github.com/quartzds/core-foundations/commit/2ed23c8)), closes [#1382](https://github.com/quartzds/core-foundations/issues/1382)
|
|
579
|
+
* Merge pull request #1391 from quartzds/button-a11y ([2f25e48](https://github.com/quartzds/core-foundations/commit/2f25e48)), closes [#1391](https://github.com/quartzds/core-foundations/issues/1391)
|
|
580
|
+
* Merge pull request #1400 from quartzds/1000-design-ready-link---fix ([6fbed33](https://github.com/quartzds/core-foundations/commit/6fbed33)), closes [#1400](https://github.com/quartzds/core-foundations/issues/1400)
|
|
581
|
+
* fix(qds-label): add importance property ([f5f3ac2](https://github.com/quartzds/core-foundations/commit/f5f3ac2))
|
|
582
|
+
* fix(a11y): improve `qds-*-link` accessibility ([a0aeffb](https://github.com/quartzds/core-foundations/commit/a0aeffb))
|
|
583
|
+
* fix(a11y): improve `qds-button` accessibility with `badge` ([6657824](https://github.com/quartzds/core-foundations/commit/6657824))
|
|
584
|
+
* fix(qds-chip): improve interaction behavior & prepares qds-chip to be used on different devices ([b2752f2](https://github.com/quartzds/core-foundations/commit/b2752f2))
|
|
585
|
+
* fix(qds-dropdown): move style application to host context instead of template ([ea703c6](https://github.com/quartzds/core-foundations/commit/ea703c6))
|
|
586
|
+
* fix(qds-action-item): replace `vertical padding` by `min-height` ([f380610](https://github.com/quartzds/core-foundations/commit/f380610))
|
|
587
|
+
* fix: replace deprecated `--qds-platform-accessory-elevation` token ([a328405](https://github.com/quartzds/core-foundations/commit/a328405))
|
|
588
|
+
* chore(deps): update dependency cssnano-preset-advanced to v7.0.9 ([6acadfe](https://github.com/quartzds/core-foundations/commit/6acadfe))
|
|
589
|
+
* chore(deps): update dependency npm-run-all2 to v6.2.6 ([cf64083](https://github.com/quartzds/core-foundations/commit/cf64083))
|
|
590
|
+
* chore(deps): update dependency postcss-import to v16.1.1 ([f4ef3fd](https://github.com/quartzds/core-foundations/commit/f4ef3fd))
|
|
591
|
+
* chore(types): use `HtmlElement` instead of `HtmlQdsButtonElement` ([4f9e8a1](https://github.com/quartzds/core-foundations/commit/4f9e8a1))
|
|
592
|
+
|
|
593
|
+
## @quartzds/core 1.0.0-beta.106 (2025-09-02)
|
|
594
|
+
|
|
595
|
+
* Merge pull request #1270 from quartzds/907-design-ready-list-item---enhancements-fixes ([6c0082e](https://github.com/quartzds/core-foundations/commit/6c0082e)), closes [#1270](https://github.com/quartzds/core-foundations/issues/1270)
|
|
596
|
+
* Merge pull request #1354 from quartzds/add-max-width-to-tooltip ([d70442e](https://github.com/quartzds/core-foundations/commit/d70442e)), closes [#1354](https://github.com/quartzds/core-foundations/issues/1354)
|
|
597
|
+
* Merge pull request #1362 from quartzds/fix-qds-main-subsection-padding-tokens ([d0a72dd](https://github.com/quartzds/core-foundations/commit/d0a72dd)), closes [#1362](https://github.com/quartzds/core-foundations/issues/1362)
|
|
598
|
+
* fix(qds-tooltip): add max-width to tooltip ([32eac41](https://github.com/quartzds/core-foundations/commit/32eac41))
|
|
599
|
+
* fix(qds-list-item): fix a11y issues ([e545f3c](https://github.com/quartzds/core-foundations/commit/e545f3c))
|
|
600
|
+
* fix: globally replace `--qds-theme-accessory-elevation` by `--qds-platform-accessory-elevation` ([5467303](https://github.com/quartzds/core-foundations/commit/5467303))
|
|
601
|
+
* fix: globally replace deprecated `--qds-accessory-padding` token ([fb6c734](https://github.com/quartzds/core-foundations/commit/fb6c734))
|
|
602
|
+
* fix(qds-list-item): move focus ring to host element ([cd3abac](https://github.com/quartzds/core-foundations/commit/cd3abac))
|
|
603
|
+
* fix(qds-list-item): refine CSS for size variants and add line-clamp for text sections ([9ba0f3c](https://github.com/quartzds/core-foundations/commit/9ba0f3c))
|
|
604
|
+
* fix: replace deprecated `--qds-main-subsection-padding` token ([86d1bef](https://github.com/quartzds/core-foundations/commit/86d1bef))
|
|
605
|
+
* feat(qds-list-item): add avatar support ([7466fbb](https://github.com/quartzds/core-foundations/commit/7466fbb))
|
|
606
|
+
* feat(qds-list-item): add badge counter ([8788608](https://github.com/quartzds/core-foundations/commit/8788608))
|
|
607
|
+
* feat(qds-list-item): add item image support ([eaa197b](https://github.com/quartzds/core-foundations/commit/eaa197b))
|
|
608
|
+
* feat(qds-list-item): replace CSS divider with `qds-divider` ([25873ff](https://github.com/quartzds/core-foundations/commit/25873ff))
|
|
609
|
+
* feat(qds-list-item): support `radio` in `list-action` and enhance `reorder` behavior ([7d623fa](https://github.com/quartzds/core-foundations/commit/7d623fa))
|
|
610
|
+
* feat(qds-list-item): support tooltip for truncated text ([c8e06f0](https://github.com/quartzds/core-foundations/commit/c8e06f0))
|
|
611
|
+
|
|
612
|
+
## @quartzds/core 1.0.0-beta.105 (2025-08-29)
|
|
613
|
+
|
|
614
|
+
* feat!: update react bindings ([6c3c6b9](https://github.com/quartzds/core-foundations/commit/6c3c6b9))
|
|
615
|
+
* fix!: remove `qds-table-head`/`qds-table-body` ([406b8a6](https://github.com/quartzds/core-foundations/commit/406b8a6))
|
|
616
|
+
* fix!(qds-table-head-cell): remove `abbr` attribute ([4c7000e](https://github.com/quartzds/core-foundations/commit/4c7000e))
|
|
617
|
+
* Merge pull request #1290 from quartzds/renovate/cssnano-preset-advanced-7.x ([bc33a68](https://github.com/quartzds/core-foundations/commit/bc33a68)), closes [#1290](https://github.com/quartzds/core-foundations/issues/1290)
|
|
618
|
+
* Merge pull request #1299 from quartzds/feat/update-vue-target ([1c62e2e](https://github.com/quartzds/core-foundations/commit/1c62e2e)), closes [#1299](https://github.com/quartzds/core-foundations/issues/1299)
|
|
619
|
+
* Merge pull request #1317 from quartzds/mini-button-cursor-icon ([c715f18](https://github.com/quartzds/core-foundations/commit/c715f18)), closes [#1317](https://github.com/quartzds/core-foundations/issues/1317)
|
|
620
|
+
* Merge pull request #1328 from quartzds/fix/table-a11y ([07486ec](https://github.com/quartzds/core-foundations/commit/07486ec)), closes [#1328](https://github.com/quartzds/core-foundations/issues/1328)
|
|
621
|
+
* Merge pull request #1330 from quartzds/1265-design-ready-dialog---token-fix ([4e8982d](https://github.com/quartzds/core-foundations/commit/4e8982d)), closes [#1330](https://github.com/quartzds/core-foundations/issues/1330)
|
|
622
|
+
* Merge pull request #1335 from quartzds/1113-design-ready-link---fix ([7bef161](https://github.com/quartzds/core-foundations/commit/7bef161)), closes [#1335](https://github.com/quartzds/core-foundations/issues/1335)
|
|
623
|
+
* Merge pull request #1342 from quartzds/1082-design-ready-radio---fix ([8d8d5d3](https://github.com/quartzds/core-foundations/commit/8d8d5d3)), closes [#1342](https://github.com/quartzds/core-foundations/issues/1342)
|
|
624
|
+
* feat(qds-table-*): improve a11y with `@AttachInternals` ([846ca31](https://github.com/quartzds/core-foundations/commit/846ca31))
|
|
625
|
+
* feat: update vue bindings to latest ([3b073aa](https://github.com/quartzds/core-foundations/commit/3b073aa))
|
|
626
|
+
* fix(qds-checkbox): add container min-height ([1c74049](https://github.com/quartzds/core-foundations/commit/1c74049))
|
|
627
|
+
* fix(qds-radio): add container min-height ([af402e9](https://github.com/quartzds/core-foundations/commit/af402e9))
|
|
628
|
+
* fix(qds-standalone-link): add container min-height ([5b8b636](https://github.com/quartzds/core-foundations/commit/5b8b636))
|
|
629
|
+
* fix(qds-mini-button): keep the cursor pointer on the svg element ([cd4de21](https://github.com/quartzds/core-foundations/commit/cd4de21))
|
|
630
|
+
* fix(qds-dialog): update new padding tokens ([e254457](https://github.com/quartzds/core-foundations/commit/e254457))
|
|
631
|
+
* chore: update `@quartzds/prettier-config` ([8472376](https://github.com/quartzds/core-foundations/commit/8472376))
|
|
632
|
+
* chore(deps): update dependency cssnano-preset-advanced to v7.0.8 ([1e6cd14](https://github.com/quartzds/core-foundations/commit/1e6cd14))
|
|
633
|
+
* chore: upgrade icon and token packages to latest versions ([c48c519](https://github.com/quartzds/core-foundations/commit/c48c519))
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
### BREAKING CHANGE
|
|
637
|
+
|
|
638
|
+
* `<qds-table-head-cell>`'s `abbr` attribute is no longer
|
|
639
|
+
supported. Use attributes such as `aria-label` as needed instead.
|
|
640
|
+
* SSR from `@quartzds/core-react`'s default export is no longer
|
|
641
|
+
supported. Use one of the following exports instead:
|
|
642
|
+
|
|
643
|
+
- `import quartzSSR from '@quartzdz/core-react/ssr/next'`
|
|
644
|
+
- `import quartzSSR from '@quartzdz/core-react/ssr/vite'`
|
|
645
|
+
- `import QuartzSSRWebpackPlugin from '@quartzds/core-react/ssr/webpack'`
|
|
646
|
+
* The `<qds-table-head>` and `<qds-table-body>` elements have
|
|
647
|
+
been removed. `<qds-table-row>` elements should be direct children of
|
|
648
|
+
`<qds-table>` elements instead.
|
|
649
|
+
|
|
650
|
+
## @quartzds/core 1.0.0-beta.104 (2025-08-15)
|
|
651
|
+
|
|
652
|
+
* chore: update @quartzds/se-tokens to beta.71 ([941c0b3](https://github.com/quartzds/core-foundations/commit/941c0b3))
|
|
653
|
+
* chore: update `semantic-release` ([89f79a1](https://github.com/quartzds/core-foundations/commit/89f79a1))
|
|
654
|
+
* chore(deps): update dependency @custom-elements-manifest/analyzer to v0.10.5 ([c89a492](https://github.com/quartzds/core-foundations/commit/c89a492))
|
|
655
|
+
* chore(deps): update dependency @quartzds/browserslist-config to v2.1.3 ([ee63c8d](https://github.com/quartzds/core-foundations/commit/ee63c8d))
|
|
656
|
+
* fix(qds-dropdown)!: optimize initial display and avoid redundant calls ([4707c87](https://github.com/quartzds/core-foundations/commit/4707c87))
|
|
657
|
+
* Merge pull request #1050 from quartzds/feat/menu-item ([9745e76](https://github.com/quartzds/core-foundations/commit/9745e76)), closes [#1050](https://github.com/quartzds/core-foundations/issues/1050)
|
|
658
|
+
* Merge pull request #1249 from quartzds/1081-design-ready-switch---fix ([1876dc0](https://github.com/quartzds/core-foundations/commit/1876dc0)), closes [#1249](https://github.com/quartzds/core-foundations/issues/1249)
|
|
659
|
+
* Merge pull request #1252 from quartzds/fix/badge-in-button-a11y ([24406d7](https://github.com/quartzds/core-foundations/commit/24406d7)), closes [#1252](https://github.com/quartzds/core-foundations/issues/1252)
|
|
660
|
+
* Merge pull request #1267 from quartzds/fix/enhancements-dropdown ([8f304e2](https://github.com/quartzds/core-foundations/commit/8f304e2)), closes [#1267](https://github.com/quartzds/core-foundations/issues/1267)
|
|
661
|
+
* Merge pull request #1268 from quartzds/breadcrumbs-item ([e6aa7dc](https://github.com/quartzds/core-foundations/commit/e6aa7dc)), closes [#1268](https://github.com/quartzds/core-foundations/issues/1268)
|
|
662
|
+
* Merge pull request #1269 from quartzds/update-dt-to-b71 ([72737ce](https://github.com/quartzds/core-foundations/commit/72737ce)), closes [#1269](https://github.com/quartzds/core-foundations/issues/1269)
|
|
663
|
+
* Merge pull request #1275 from quartzds/refactor/tooltip ([bd4548e](https://github.com/quartzds/core-foundations/commit/bd4548e)), closes [#1275](https://github.com/quartzds/core-foundations/issues/1275)
|
|
664
|
+
* Merge pull request #816 from quartzds/renovate/quartzds-browserslist-config-2.x ([7798ce9](https://github.com/quartzds/core-foundations/commit/7798ce9)), closes [#816](https://github.com/quartzds/core-foundations/issues/816)
|
|
665
|
+
* Merge pull request #850 from quartzds/renovate/custom-elements-manifest-analyzer-0.x ([4d59dae](https://github.com/quartzds/core-foundations/commit/4d59dae)), closes [#850](https://github.com/quartzds/core-foundations/issues/850)
|
|
666
|
+
* feat(qds-breadcrumb-item): add `disabled ` property ([aa8cc39](https://github.com/quartzds/core-foundations/commit/aa8cc39))
|
|
667
|
+
* feat(qds-breadcrumb-item): add `icon-*` properties ([0ccc1b3](https://github.com/quartzds/core-foundations/commit/0ccc1b3))
|
|
668
|
+
* feat: create qds-menu-item ([adc236e](https://github.com/quartzds/core-foundations/commit/adc236e))
|
|
669
|
+
* fix(qds-switch): add min-height of div container ([ea9199a](https://github.com/quartzds/core-foundations/commit/ea9199a))
|
|
670
|
+
* fix: hide external icon for URLs without http/https protocols ([b2c69de](https://github.com/quartzds/core-foundations/commit/b2c69de))
|
|
671
|
+
* fix: resolve content for button with badge ([0ea7178](https://github.com/quartzds/core-foundations/commit/0ea7178))
|
|
672
|
+
* refactor(qds-tooltip): remove unnecessary `@State()` ([26021df](https://github.com/quartzds/core-foundations/commit/26021df))
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### BREAKING CHANGE
|
|
676
|
+
|
|
677
|
+
* `qds-dropdown`'s `show()` and `close()` methods are now asynchronous.
|
|
678
|
+
|
|
679
|
+
## @quartzds/core [1.0.0-beta.103](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.102...@quartzds/core@1.0.0-beta.103) (2025-08-05)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### 🐛 Bug Fixes
|
|
683
|
+
|
|
684
|
+
* **qds-tooltip:** update middleware and recalculate position on initial display and fix box shadow token ([1660ba2](https://github.com/quartzds/core-foundations/commit/1660ba2c24091852a9ab30efeeaa13adb7337bb5))
|
|
685
|
+
|
|
686
|
+
## @quartzds/core [1.0.0-beta.102](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.101...@quartzds/core@1.0.0-beta.102) (2025-07-31)
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### 🐛 Bug Fixes
|
|
690
|
+
|
|
691
|
+
* **a11y:** add role `menuitem` to the `qds-action-item` ([6160f1f](https://github.com/quartzds/core-foundations/commit/6160f1f9fbaa8a8e0924b3bf2f55d5be47f840c8))
|
|
692
|
+
|
|
693
|
+
## @quartzds/core [1.0.0-beta.101](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.100...@quartzds/core@1.0.0-beta.101) (2025-07-29)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### ✨ Features
|
|
697
|
+
|
|
698
|
+
* **qds-tabbar:** add `showDivider` and `alignment` props, enable horizontal scrolling ([d148ec4](https://github.com/quartzds/core-foundations/commit/d148ec45688ca5c45c7d7c1dc93c95b82cc8acaa))
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
### 🐛 Bug Fixes
|
|
702
|
+
|
|
703
|
+
* **qds-tooltip:** adjust arrow gap for small containers with left/right placement ([31cdbda](https://github.com/quartzds/core-foundations/commit/31cdbda58e8d1ef376712b6b36af81d4319983a0))
|
|
704
|
+
* **qds-tooltip:** adjust arrow position when container is small for all placement ([c66958d](https://github.com/quartzds/core-foundations/commit/c66958d089e8328ed4980ec2a36f5f9e746f4bac))
|
|
705
|
+
* **qds-button:** prevent click events when disabled ([063e4ec](https://github.com/quartzds/core-foundations/commit/063e4ec41591e4ef8d42574701eebe0e416291c1))
|
|
706
|
+
* **loader:** refactor to `@AttachInternals` decorator ([6ee002d](https://github.com/quartzds/core-foundations/commit/6ee002d9a37104f4afb161b8248cb83995f6f1ef))
|
|
707
|
+
|
|
708
|
+
## @quartzds/core [1.0.0-beta.100](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.99...@quartzds/core@1.0.0-beta.100) (2025-07-16)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### 🐛 Bug Fixes
|
|
712
|
+
|
|
713
|
+
* **qds-tabbar:** resolve `panels` via owned tabs to prevent interference ([cad41f6](https://github.com/quartzds/core-foundations/commit/cad41f6a4ca1c8836fcc176b7ff7d361b4208953))
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### ✨ Features
|
|
717
|
+
|
|
718
|
+
* **qds-dialog:** add `closable ` property ([d08879f](https://github.com/quartzds/core-foundations/commit/d08879fcedcb1f12ec977238f6505f278a9107cb))
|
|
719
|
+
* **qds-action-item:** add `qds-action-item` ([24c4a8c](https://github.com/quartzds/core-foundations/commit/24c4a8c1ea2d34e417ce2c94f8be0d377fc996e6))
|
|
720
|
+
|
|
721
|
+
## @quartzds/core [1.0.0-beta.99](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.98...@quartzds/core@1.0.0-beta.99) (2025-07-15)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### ✨ Features
|
|
725
|
+
|
|
726
|
+
* **qds-tooltip:** add tooltip `border` ([50aa948](https://github.com/quartzds/core-foundations/commit/50aa9486839fc8eec08683aff4c79272f110321d))
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### 🐛 Bug Fixes
|
|
730
|
+
|
|
731
|
+
* **qds-badge-counter:** update `tokens` ([1509c05](https://github.com/quartzds/core-foundations/commit/1509c050b8609fd05768feac3d2712ce1a2eb465))
|
|
732
|
+
* **qds-badge-indicator:** update `tokens` ([95d9fa9](https://github.com/quartzds/core-foundations/commit/95d9fa992c07da9d637fe0ab97fb0e814ba2fe38))
|
|
733
|
+
* **qds-tag:** update `tokens` ([4da0b7a](https://github.com/quartzds/core-foundations/commit/4da0b7a1f53a2c87d2e6b04b53780ebd1bcd235d))
|
|
734
|
+
|
|
735
|
+
## @quartzds/core [1.0.0-beta.98](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.97...@quartzds/core@1.0.0-beta.98) (2025-07-15)
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
### ✨ Features
|
|
739
|
+
|
|
740
|
+
* **qds-mini-button:** add `qds-mini-button` ([26a43da](https://github.com/quartzds/core-foundations/commit/26a43da805a1f15c24be9dfd25127894358ccd38))
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### 🐛 Bug Fixes
|
|
744
|
+
|
|
745
|
+
* **qds-input:** apply disabled state for icons ([216e343](https://github.com/quartzds/core-foundations/commit/216e34349d189f718d0cd7735f79226dba92fde2))
|
|
746
|
+
|
|
747
|
+
## @quartzds/core [1.0.0-beta.97](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.96...@quartzds/core@1.0.0-beta.97) (2025-07-15)
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
### 🐛 Bug Fixes
|
|
751
|
+
|
|
752
|
+
* **qds-button:** make sure internals.ariaDisabled is set ([89f6208](https://github.com/quartzds/core-foundations/commit/89f620874c7b20206cd8377769b492094ba64dcd))
|
|
753
|
+
* **qds-inline-link, qds-standalone-link:** remove `new-tab-link` icon ([2ab8c94](https://github.com/quartzds/core-foundations/commit/2ab8c94657e51454fca147ef51fb8cb588a004d6))
|
|
754
|
+
* **qds-button:** remove default outline from host element ([8bb082a](https://github.com/quartzds/core-foundations/commit/8bb082aa563099f6bdd421edcda786412ba06b30))
|
|
755
|
+
|
|
756
|
+
## @quartzds/core [1.0.0-beta.96](https://github.com/quartzds/core-foundations/compare/@quartzds/core@1.0.0-beta.95...@quartzds/core@1.0.0-beta.96) (2025-06-18)
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
### 🐛 Bug Fixes
|
|
760
|
+
|
|
761
|
+
* **qds-button:** add focus handling to host element ([1b8ee7a](https://github.com/quartzds/core-foundations/commit/1b8ee7afab6a479e03b3a5df80aa925d76081995))
|
|
762
|
+
|
|
763
|
+
## @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)
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
### 🐛 Bug Fixes
|
|
767
|
+
|
|
768
|
+
* include `CHANGELOG.md` in `files` array ([10f5009](https://github.com/quartzds/core-foundations/commit/10f50093838c9a2c20a3bf5a4c4b4aeee2f68586))
|
|
769
|
+
* **qds-inline-link:** prevent text truncation ([a52834b](https://github.com/quartzds/core-foundations/commit/a52834bb46e3391171aff112ed8f4d9408a0f2bb))
|
|
770
|
+
|
|
771
|
+
## @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)
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
### ✨ Features
|
|
775
|
+
|
|
776
|
+
* **qds-dialog:** refactor the content to have additional `slots` ([2722461](https://github.com/quartzds/core-foundations/commit/272246193bc88775756a82be56fa0bbe121d470a))
|
|
777
|
+
|
|
778
|
+
## @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)
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
### 🐛 Bug Fixes
|
|
782
|
+
|
|
783
|
+
* **qds-input:** allow clearing file inputs ([b84cbc2](https://github.com/quartzds/core-foundations/commit/b84cbc2467c6eebc26f83d0abfc831bd5ce30bb2))
|
|
784
|
+
|
|
785
|
+
## @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)
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
### ⚡️ Performance Improvements
|
|
789
|
+
|
|
790
|
+
* wrap initial `isOverflowing` checks in `readTask` ([45e3a46](https://github.com/quartzds/core-foundations/commit/45e3a46a58256102ff136526c6b190eaab60050b))
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
### ✨ Features
|
|
794
|
+
|
|
795
|
+
* **qds-input:** add `hide/show` icon for `type=password ` ([51ef396](https://github.com/quartzds/core-foundations/commit/51ef39673ffcc52fe675583335ec0794b5853643))
|
|
796
|
+
* **docs:** add Angular storybook ([f91756a](https://github.com/quartzds/core-foundations/commit/f91756ae5c58c76a4c3bcc0c2928db299be69377))
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
### 🐛 Bug Fixes
|
|
800
|
+
|
|
801
|
+
* **qds-dialog:** add dialog border ([fb55e75](https://github.com/quartzds/core-foundations/commit/fb55e75ce97231716e3d0411a9b2d8eaea44c095))
|
|
802
|
+
* **button:** fix clickable disabled button issue ([d437578](https://github.com/quartzds/core-foundations/commit/d437578c3f28d22f3ceaeb4df2a8b851d887fb6f))
|
|
803
|
+
* **qds-tag:** remove `padding-inline` from the `subdued` tag ([61f1e4e](https://github.com/quartzds/core-foundations/commit/61f1e4e425c5f9ef616bd01e8735b7ba4190dd6d))
|
|
804
|
+
* **qds-tooltip:** replace SVG arrow with div-based implementation ([887325b](https://github.com/quartzds/core-foundations/commit/887325b877178d8ff36082aacb525a738d605377))
|
|
805
|
+
* **qds-checkbox, qds-radio, qds-label:** respect host element's width ([c587f4c](https://github.com/quartzds/core-foundations/commit/c587f4c8d393ef882336f4324283d84802f55588))
|
|
806
|
+
* **qds-switch:** update large width token ([8fa41b5](https://github.com/quartzds/core-foundations/commit/8fa41b540ee0e88eb5eb8feee32d4cb4435f80bd))
|
|
807
|
+
|
|
808
|
+
## @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)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### 🐛 Bug Fixes
|
|
812
|
+
|
|
813
|
+
* **a11y:** update checkbox accessibility for checkbox only use case ([53aae3b](https://github.com/quartzds/core-foundations/commit/53aae3b51a9e5d8e56efb2b59e14e97dc16987da))
|
|
814
|
+
|
|
815
|
+
## @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)
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
### ✨ Features
|
|
819
|
+
|
|
820
|
+
* **qds-tag:** add `qds-badge-indicator` ([1a17be6](https://github.com/quartzds/core-foundations/commit/1a17be6f166428aa5384ef985bbea4048cf3c65e))
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
### 🐛 Bug Fixes
|
|
824
|
+
|
|
825
|
+
* resolve responsive overflow on button ([a15c0d3](https://github.com/quartzds/core-foundations/commit/a15c0d39c993acfa5b8220f4365a661e2b4c9edf))
|
|
826
|
+
* resolve responsive overflow on chip ([337b4c0](https://github.com/quartzds/core-foundations/commit/337b4c066104039b7811af0a351f1f76f46db469))
|
|
827
|
+
* **qds-tabbar:** respect initial tab bar selection ([fe3851f](https://github.com/quartzds/core-foundations/commit/fe3851f3b766ec1ce0418bf8ac257d4199f8a953))
|
|
828
|
+
* **core:** responsive overflow ([1a205ef](https://github.com/quartzds/core-foundations/commit/1a205ef6ecef40f6d3486f8a49db431aad6605b8))
|
|
829
|
+
* **qds-tag:** update `success` status `tokens` ([7e6cb86](https://github.com/quartzds/core-foundations/commit/7e6cb8690f6380e2e2ab3b7aa2b9d2edabfefbe4))
|
|
830
|
+
* **qds-switch:** update `tokens` ([0d743d2](https://github.com/quartzds/core-foundations/commit/0d743d2a8b2cd1f15255622ec18277316b5e51e7))
|
|
831
|
+
* **qds-title:** update `web-promo` variant ([68df211](https://github.com/quartzds/core-foundations/commit/68df211eb3fdc63bf44ef465f66a64f31fffad01))
|
|
832
|
+
* **a11y:** update qds-tooltip accessibility for target element ([70b2924](https://github.com/quartzds/core-foundations/commit/70b292469d0723627c305a2cfa9c0c405c559349))
|
|
833
|
+
* **qds-chip:** update the `closable` chip icon ([e670d27](https://github.com/quartzds/core-foundations/commit/e670d27edf031528b72fe4b2dcb9600108bec5a6))
|
|
834
|
+
* **qds-chip:** update the `selectable` chip icon position ([3a8d258](https://github.com/quartzds/core-foundations/commit/3a8d258676f8314d90d540ebf4d9e55409872e44))
|
|
835
|
+
|
|
836
|
+
## @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)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
### 🐛 Bug Fixes
|
|
840
|
+
|
|
841
|
+
* **qds-divider:** `aria-hidden="true"` by default ([149c4a7](https://github.com/quartzds/core-foundations/commit/149c4a7b77e34c9f900fad579b4aeef14a66ecf0))
|
|
842
|
+
|
|
843
|
+
## @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)
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
### 🐛 Bug Fixes
|
|
847
|
+
|
|
848
|
+
* **qds-title:** change `kicker` source order for a11y ([5819410](https://github.com/quartzds/core-foundations/commit/58194106abd4b4506b0bfb6d7a67566834b615bd))
|
|
849
|
+
|
|
850
|
+
## @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)
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
### 🐛 Bug Fixes
|
|
854
|
+
|
|
855
|
+
* **qds-tabbar:** resolve arrow display on resize ([2321db1](https://github.com/quartzds/core-foundations/commit/2321db1437a070b0ea7e339f9c035e4efb13e365))
|
|
856
|
+
* resolve indicator position depending on tabbar layer and level ([8941166](https://github.com/quartzds/core-foundations/commit/89411661da1fb61b808d92f776a4c6a236f721ce))
|
|
857
|
+
* **qds-switch:** resolve knob position by updating tokens ([9c69d47](https://github.com/quartzds/core-foundations/commit/9c69d4713bea634b64e901acd2daf58078330dfa))
|
|
858
|
+
|
|
859
|
+
## @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)
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
### ✨ Features
|
|
863
|
+
|
|
864
|
+
* add `defineCustomElements` function ([00db78a](https://github.com/quartzds/core-foundations/commit/00db78ab9e1e7edf1a8badc89b4dcfbeecc73753))
|
|
865
|
+
|
|
866
|
+
## @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)
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
### ⚠ BREAKING CHANGES
|
|
870
|
+
|
|
871
|
+
* **qds-button:** The `popup-type` attribute has been removed. Use `aria-haspopup` instead.
|
|
872
|
+
|
|
873
|
+
### 🐛 Bug Fixes
|
|
874
|
+
|
|
875
|
+
* **qds-button:** clamp hero size to 2 lines ([ba2b392](https://github.com/quartzds/core-foundations/commit/ba2b392a70b97fbd4e6a7210b2aa34d8dfea3024))
|
|
876
|
+
* **qds-button:** ignore `onclick` attribute when disabled ([6b64724](https://github.com/quartzds/core-foundations/commit/6b64724a9cc462e084a31f5bf928a8b83e34be72))
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
### ✨ Features
|
|
880
|
+
|
|
881
|
+
* **qds-tooltip:** add `Escape` key handling ([9f8a232](https://github.com/quartzds/core-foundations/commit/9f8a2325aa678e39cd6f01f38c9847b4fa9cd4fa))
|
|
882
|
+
* **qds-label:** add overflow tooltip ([bfde8a3](https://github.com/quartzds/core-foundations/commit/bfde8a33af59cb0d0edc7469b56a21495102d407))
|
|
883
|
+
* **qds-inline-link:** add truncation support ([c1b1619](https://github.com/quartzds/core-foundations/commit/c1b1619b1da3f77974ad950f1f81b3eb30626561))
|
|
884
|
+
* **qds-select:** add truncation support ([ea75dbe](https://github.com/quartzds/core-foundations/commit/ea75dbea85869e7255762e9d59bd67c075115f07))
|
|
885
|
+
* **qds-standalone-link:** add truncation support ([7374794](https://github.com/quartzds/core-foundations/commit/7374794b95f778afa4e064378700b434894e0881))
|
|
886
|
+
* **qds-input:** respect `max-width` ([8c73c47](https://github.com/quartzds/core-foundations/commit/8c73c477feb476cee5e6767220b3bb3894e7752e))
|
|
887
|
+
* **qds-chip:** respect `min-width` and `max-width` ([6dd775a](https://github.com/quartzds/core-foundations/commit/6dd775ac8371379382fed3b81734ddf1ae846b0b))
|
|
888
|
+
|
|
889
|
+
## @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)
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
### ⚠ BREAKING CHANGES
|
|
893
|
+
|
|
894
|
+
* **qds-button:** `<qds-button>`'s `text` property is now required.
|
|
895
|
+
|
|
896
|
+
### 🐛 Bug Fixes
|
|
897
|
+
|
|
898
|
+
* **qds-divider:** use `role="separator"` and `aria-orientation` ([c842230](https://github.com/quartzds/core-foundations/commit/c842230690eec3ee32c49873cf8d842174e32bbf))
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
### ✨ Features
|
|
902
|
+
|
|
903
|
+
* **qds-button:** add `iconOnly` property ([b909920](https://github.com/quartzds/core-foundations/commit/b909920e7a7541c16aed88c9821d2654defefe50))
|
|
904
|
+
* **qds-divider:** add `subdued` importance ([bbf646e](https://github.com/quartzds/core-foundations/commit/bbf646e8d4d613bd4f92739f206a8be0b78f6f34))
|
|
905
|
+
|
|
906
|
+
## @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)
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
### ✨ Features
|
|
910
|
+
|
|
911
|
+
* **qds-switch:** add angular forms support ([d7a13f8](https://github.com/quartzds/core-foundations/commit/d7a13f826cf659d3b74834002dcd8924f2f6673b))
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
### 🐛 Bug Fixes
|
|
915
|
+
|
|
916
|
+
* **form controls:** show invalid state only after interaction ([ea9e70d](https://github.com/quartzds/core-foundations/commit/ea9e70d560832bcf4b0fa3d2a19ee4b6fa8e7e7a))
|
|
917
|
+
|
|
918
|
+
## @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)
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
### 🐛 Bug Fixes
|
|
922
|
+
|
|
923
|
+
* add `aria-hidden` to overflow tooltips ([cadf29d](https://github.com/quartzds/core-foundations/commit/cadf29d9fb7e8b17394151531072bb31ad7e1773))
|
|
924
|
+
* **qds-chip:** calculate overflow correctly ([c4a13e8](https://github.com/quartzds/core-foundations/commit/c4a13e89235404e6baa5f8bc612b3df0a3e4396c))
|
|
925
|
+
* **qds-tooltip:** use `hidden` attribute ([8e53c60](https://github.com/quartzds/core-foundations/commit/8e53c60f338d2f144e46da5a9589e0e604ea1555))
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### ✨ Features
|
|
929
|
+
|
|
930
|
+
* **qds-breadcrumb-item:** add overflow tooltip ([5a786b8](https://github.com/quartzds/core-foundations/commit/5a786b8140508c49e9eeba76498e69c80fda500e))
|
|
931
|
+
* **qds-tag:** add truncation support ([2569add](https://github.com/quartzds/core-foundations/commit/2569addafe16cb723ca9ec379739441b477afa93))
|
|
932
|
+
* copy `styles` from `@quartzds/core` ([00b3cd5](https://github.com/quartzds/core-foundations/commit/00b3cd5bbedb917fe8dd8efe42bfb7a2f3f757c1))
|
|
933
|
+
|
|
934
|
+
## @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)
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
### ✨ Features
|
|
938
|
+
|
|
939
|
+
* convert angular components to standalone ([3ab979f](https://github.com/quartzds/core-foundations/commit/3ab979f30d081e39720704f7c6ba666de60a3a1e))
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
### 🐛 Bug Fixes
|
|
943
|
+
|
|
944
|
+
* prevent incorrect overflow detection with `line-height` reset ([e906eb7](https://github.com/quartzds/core-foundations/commit/e906eb70f97eb8e665af9c5ce1179f69c2a1d694))
|
|
945
|
+
|
|
946
|
+
## @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)
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
### 🐛 Bug Fixes
|
|
950
|
+
|
|
951
|
+
* add 1px tolerance when determining overflow ([3f6e63f](https://github.com/quartzds/core-foundations/commit/3f6e63f056f906a54ef6cd7dbda44dd9865cd64b))
|
|
952
|
+
|
|
953
|
+
## @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)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
### 🐛 Bug Fixes
|
|
957
|
+
|
|
958
|
+
* revert `angular-output-target` to `0.7.1` ([5c64f97](https://github.com/quartzds/core-foundations/commit/5c64f978c631187b979d16532e797f657b2da21a))
|
|
959
|
+
|
|
960
|
+
## @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)
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
### 🐛 Bug Fixes
|
|
964
|
+
|
|
965
|
+
* **qds-title:** move kicker tag for better a11y ([50cadfd](https://github.com/quartzds/core-foundations/commit/50cadfdf2b6f32407a5ebb9d0a190be4d70e5a85))
|
|
966
|
+
* **qds-title:** remove excess vertical space ([3df0afc](https://github.com/quartzds/core-foundations/commit/3df0afc56d59b3df251290c4ee3f4b0f8c7cfe5c))
|
|
967
|
+
|
|
968
|
+
## @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)
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
### 🐛 Bug Fixes
|
|
972
|
+
|
|
973
|
+
* **qds-button:** center `<a>` tag like `<button>` tag ([53ee810](https://github.com/quartzds/core-foundations/commit/53ee8103a362c7b5c829c51d248abf0498ea85b5))
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
### ✨ Features
|
|
977
|
+
|
|
978
|
+
* add qds-tabbar ([d977542](https://github.com/quartzds/core-foundations/commit/d977542289c830a3ebd7f9c64a11597133b0d4ff))
|
|
979
|
+
|
|
980
|
+
## @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)
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
### 🐛 Bug Fixes
|
|
984
|
+
|
|
985
|
+
* add textarea to value accessor ([837b721](https://github.com/quartzds/core-foundations/commit/837b721e5f13f74cc8fa754dd61fc97e43d8add4))
|
|
986
|
+
|
|
987
|
+
## @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)
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
### 🐛 Bug Fixes
|
|
991
|
+
|
|
992
|
+
* potential assertion failure in Input component ([71f55bd](https://github.com/quartzds/core-foundations/commit/71f55bdadeab5bd928169e4b66a06801ccf67432))
|
|
993
|
+
* remove `invariant()` from `disconnectedCallback()` ([506f5a7](https://github.com/quartzds/core-foundations/commit/506f5a70074541ea00994a47bdae060aaaf22307))
|
|
994
|
+
|
|
995
|
+
## @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)
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
### ✨ Features
|
|
999
|
+
|
|
1000
|
+
* **qds-dialog:** add CSS `width`/`height` support ([498fc1d](https://github.com/quartzds/core-foundations/commit/498fc1d28ca2dffaf61a52406306e681b0f0ec2e))
|
|
1001
|
+
* add qds-tab ([47c25ec](https://github.com/quartzds/core-foundations/commit/47c25ecd1e3490fc30d1d14ce4803bf6fedd72b3))
|
|
1002
|
+
|
|
1003
|
+
## @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)
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
### 🐛 Bug Fixes
|
|
1007
|
+
|
|
1008
|
+
* **qds-textarea:** use correct focus tokens ([16ecefe](https://github.com/quartzds/core-foundations/commit/16ecefeaf5d606e3e1022bbc591625fded68ecfd))
|
|
1009
|
+
|
|
1010
|
+
## @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)
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
### 🐛 Bug Fixes
|
|
1014
|
+
|
|
1015
|
+
* **qds-button:** disconnect `ResizeObserver` for icon-only buttons ([0a43b6c](https://github.com/quartzds/core-foundations/commit/0a43b6cb720e8a6c8ee3083b20249a02e5112f4d))
|
|
1016
|
+
* **qds-button:** restore hero size text wrapping ([dcc586d](https://github.com/quartzds/core-foundations/commit/dcc586dc028394e029375d86ce7cf0209eecddb4))
|
|
1017
|
+
|
|
1018
|
+
## @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)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
### ✨ Features
|
|
1022
|
+
|
|
1023
|
+
* **links:** add new href/target icons ([a723488](https://github.com/quartzds/core-foundations/commit/a723488870564539701f7c7e77e39d3c80ca147f))
|
|
1024
|
+
|
|
1025
|
+
## @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)
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
### 🐛 Bug Fixes
|
|
1029
|
+
|
|
1030
|
+
* **qds-breadcrumb-item:** add correct a11y semantics ([ecd15b2](https://github.com/quartzds/core-foundations/commit/ecd15b20128974d4de649d23f95df0621f096b06))
|
|
1031
|
+
|
|
1032
|
+
## @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)
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
### 🐛 Bug Fixes
|
|
1036
|
+
|
|
1037
|
+
* **qds-chip:** use correct tooltip triggers ([87e8b6f](https://github.com/quartzds/core-foundations/commit/87e8b6fd289799936aa07de706bb76a68b36f0bf))
|
|
1038
|
+
|
|
1039
|
+
## @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)
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
### ✨ Features
|
|
1043
|
+
|
|
1044
|
+
* **qds-tooltip:** add `trigger` property ([2679b6f](https://github.com/quartzds/core-foundations/commit/2679b6fc919790ee73ed9d7488e20b1a969ee9fa))
|
|
1045
|
+
* **qds-button:** add overflow tooltip ([cceb2a6](https://github.com/quartzds/core-foundations/commit/cceb2a6a495f6c18fa7451389b1c77a104533f99))
|
|
1046
|
+
* **qds-chip:** add overflow tooltip ([6278f52](https://github.com/quartzds/core-foundations/commit/6278f5253a0111f98db06f3682c72b3ff617c6d6))
|
|
1047
|
+
|
|
1048
|
+
<!--
|
|
1049
|
+
SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
1050
|
+
|
|
1051
|
+
SPDX-License-Identifier: Apache-2.0
|
|
1052
|
+
-->
|
|
1053
|
+
|
|
1054
|
+
# Change Log
|
|
1055
|
+
|
|
1056
|
+
[](https://conventionalcommits.org)
|
|
1057
|
+
[](https://semver.org/spec/v2.0.0)
|
|
1058
|
+
|
|
1059
|
+
> All notable changes to this project will be documented in this file
|
|
1060
|
+
|
|
1061
|
+
## @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)
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
### ⚠ BREAKING CHANGES
|
|
1065
|
+
|
|
1066
|
+
* **qds-button:** rename `badgeIndicatorColor` to `badgeIndicatorStatus`
|
|
1067
|
+
|
|
1068
|
+
### 🐛 Bug Fixes
|
|
1069
|
+
|
|
1070
|
+
* **qds-button:** remove `hero` icon padding ([2bf9316](https://github.com/quartzds/core-foundations/commit/2bf93163371f41af68746a7a6f8c44cef3df1847))
|
|
1071
|
+
* **qds-button:** remove `hero` icon-only inline padding ([35e0a72](https://github.com/quartzds/core-foundations/commit/35e0a7294c409330cf3f26a5e1277311a6e969f1))
|
|
1072
|
+
* **qds-button:** rename `badgeIndicatorColor` to `badgeIndicatorStatus` ([a2bd3f1](https://github.com/quartzds/core-foundations/commit/a2bd3f1bae26489ce0082703cdca4e123b780ee7))
|
|
1073
|
+
|
|
1074
|
+
## @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)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
### ✨ Features
|
|
1078
|
+
|
|
1079
|
+
* add `<qds-loader>` component ([e2e46c1](https://github.com/quartzds/core-foundations/commit/e2e46c1dbc632b0d387e481612e8d9e53c5ee34d))
|
|
1080
|
+
* add `<qds-progress-bar>` component ([24e32db](https://github.com/quartzds/core-foundations/commit/24e32db56a8b1e824e5f6a65cb268f5ef2e239ce))
|
|
1081
|
+
* **qds-input:** add `type="file"` support ([77ec90d](https://github.com/quartzds/core-foundations/commit/77ec90de70c997fec51afc30ffff9621ab5f02e2))
|
|
1082
|
+
|
|
1083
|
+
## @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)
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
### ⚠ BREAKING CHANGES
|
|
1087
|
+
|
|
1088
|
+
* **qds-tag:** rename `color` to `status`
|
|
1089
|
+
* **links:** update tokens
|
|
1090
|
+
|
|
1091
|
+
### 🐛 Bug Fixes
|
|
1092
|
+
|
|
1093
|
+
* **qds-input:** dispatch `qdsInput` on search clear ([2350e35](https://github.com/quartzds/core-foundations/commit/2350e3583fa864483b39092d59fdb2458d3e20fb))
|
|
1094
|
+
* **qds-tag:** rename `color` to `status` ([66fcdc5](https://github.com/quartzds/core-foundations/commit/66fcdc5ec4cd3aadc735759612403f624b96f5ae))
|
|
1095
|
+
* **links:** update tokens ([4bff36f](https://github.com/quartzds/core-foundations/commit/4bff36f7de681928bb8858a648070b9266796f8d))
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
### ✨ Features
|
|
1099
|
+
|
|
1100
|
+
* **qds-inline-link:** add `icon-name`/`icon-library` ([c0a4d20](https://github.com/quartzds/core-foundations/commit/c0a4d20b5bad733fcbeb61ec63292ea334a809e6))
|
|
1101
|
+
* **qds-tag:** add `size` ([338826d](https://github.com/quartzds/core-foundations/commit/338826d0867cb87fd081a664c24fe373c0d80e3d))
|
|
1102
|
+
* **qds-standalone-link:** add `visitable` ([6f75078](https://github.com/quartzds/core-foundations/commit/6f75078cf240c1a470fc29b9f2727ac473c99f17))
|
|
1103
|
+
|
|
1104
|
+
## @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)
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
### ⚠ BREAKING CHANGES
|
|
1108
|
+
|
|
1109
|
+
* **qds-switch:** update to latest brand tokens
|
|
1110
|
+
* **qds-switch:** The following properties have been removed from
|
|
1111
|
+
`<qds-switch>`:
|
|
1112
|
+
|
|
1113
|
+
- `icon-checked-library`
|
|
1114
|
+
- `icon-checked-name`
|
|
1115
|
+
- `icon-unchecked-library`
|
|
1116
|
+
- `icon-unchecked-name`
|
|
1117
|
+
- `text-checked`
|
|
1118
|
+
- `text-unchecked`
|
|
1119
|
+
|
|
1120
|
+
To explicitly label a `<qds-switch>`, the following example markup can be used
|
|
1121
|
+
instead:
|
|
1122
|
+
|
|
1123
|
+
```html
|
|
1124
|
+
<label for="switch">
|
|
1125
|
+
<qds-label text="Switch label"></qds-label>
|
|
1126
|
+
</label>
|
|
1127
|
+
<qds-switch id="switch"></qds-switch>
|
|
1128
|
+
```
|
|
1129
|
+
* mark `components/p-*` exports as private
|
|
1130
|
+
|
|
1131
|
+
### ✨ Features
|
|
1132
|
+
|
|
1133
|
+
* **button:** add indicator support ([7005e41](https://github.com/quartzds/core-foundations/commit/7005e41abb22e61eeb4824a43d740aa7a6f3120e))
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
### 🐛 Bug Fixes
|
|
1137
|
+
|
|
1138
|
+
* **list-item:** correct focus ring style ([8ac87d4](https://github.com/quartzds/core-foundations/commit/8ac87d4885fd4364ab8c22806cef8ca610decac2))
|
|
1139
|
+
* mark `components/p-*` exports as private ([443e7bd](https://github.com/quartzds/core-foundations/commit/443e7bd0de8eded41647f01a5f6ef27396a7d357))
|
|
1140
|
+
* **qds-switch:** remove internal labels ([b25e1c8](https://github.com/quartzds/core-foundations/commit/b25e1c8efdfcbe7311937b043f39cb49fcdc5c45))
|
|
1141
|
+
* update `@stencil/react-output-target` ([7697e78](https://github.com/quartzds/core-foundations/commit/7697e784bcda8465dc75941758e2e5d26e5d383f))
|
|
1142
|
+
* **qds-switch:** update to latest brand tokens ([0117b56](https://github.com/quartzds/core-foundations/commit/0117b56fd5e0703a18ac603cfb0046df0f451f8b))
|
|
1143
|
+
|
|
1144
|
+
## @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)
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
### 🐛 Bug Fixes
|
|
1148
|
+
|
|
1149
|
+
* **qds-select:** always clone slot nodes to internal `<select>` ([e954cb2](https://github.com/quartzds/core-foundations/commit/e954cb21d482bda1362a84027715486fc7211e54))
|
|
1150
|
+
|
|
1151
|
+
## @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)
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
### 🐛 Bug Fixes
|
|
1155
|
+
|
|
1156
|
+
* **qds-dropdown:** add rotation transition on reference element ([add4c91](https://github.com/quartzds/core-foundations/commit/add4c9125a6afb3d72192f36cfd48b8a7b20bebb))
|
|
1157
|
+
|
|
1158
|
+
## @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)
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
### ⚠ BREAKING CHANGES
|
|
1162
|
+
|
|
1163
|
+
* **qds-button:** When using the `<qds-button>` element's `variant` property,
|
|
1164
|
+
the `importance` and `size` properties must now to be used instead:
|
|
1165
|
+
|
|
1166
|
+
- `<qds-button variant="destructive">` -> `<qds-button importance="destructive">`
|
|
1167
|
+
- `<qds-button variant="hero">` -> `<qds-button size="hero">`
|
|
1168
|
+
|
|
1169
|
+
### 🐛 Bug Fixes
|
|
1170
|
+
|
|
1171
|
+
* **qds-button:** remove `variant` property ([15eecbc](https://github.com/quartzds/core-foundations/commit/15eecbcd736c359134f24189ba538961301ff388))
|
|
1172
|
+
* **qds-button:** update badge tokens ([2927964](https://github.com/quartzds/core-foundations/commit/2927964a71b33036263be412a8cd1f7d5613ce5a))
|
|
1173
|
+
* use correct default icon library asset path ([c0e3a8e](https://github.com/quartzds/core-foundations/commit/c0e3a8e109e6741f69ef7ac4745984233356e609))
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
### ✨ Features
|
|
1177
|
+
|
|
1178
|
+
* **qds-button:** add `subdued-destructive` importance ([3775cac](https://github.com/quartzds/core-foundations/commit/3775cacac99263affd6d4001c97ea03d6da3daf3))
|
|
1179
|
+
* **qds-dropdown:** remove `experimental` classifier ([d370382](https://github.com/quartzds/core-foundations/commit/d37038275d095f02af8a4917ea5985ee93b8aec2))
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
### ⚡️ Performance Improvements
|
|
1183
|
+
|
|
1184
|
+
* add `cssnano`/`cssnano-preset-advanced` ([5d307a3](https://github.com/quartzds/core-foundations/commit/5d307a30336d2f7a60c49cbd28e5a189164c97ee))
|
|
1185
|
+
|
|
1186
|
+
## @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)
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
### ✨ Features
|
|
1190
|
+
|
|
1191
|
+
* **qds-input:** use custom icons ([40b24aa](https://github.com/quartzds/core-foundations/commit/40b24aa2f3ff5227e7e4ec73bed114e05e61eacc))
|
|
1192
|
+
|
|
1193
|
+
## @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)
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
### 🐛 Bug Fixes
|
|
1197
|
+
|
|
1198
|
+
* generate correct react bindings code ([3564fe7](https://github.com/quartzds/core-foundations/commit/3564fe7cc44d1bd1df5fd070446c03ee642a9bed))
|
|
1199
|
+
|
|
1200
|
+
## @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)
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
### 🐛 Bug Fixes
|
|
1204
|
+
|
|
1205
|
+
* **qds-button:** update button working as link to allow "rel" property overwrite ([256e11b](https://github.com/quartzds/core-foundations/commit/256e11b9c571e147adec507001a46b202bf529a6))
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
### ✨ Features
|
|
1209
|
+
|
|
1210
|
+
* **qds-title:** add `alignment` property ([9185bd5](https://github.com/quartzds/core-foundations/commit/9185bd57d7ec93ea4b136015914881f436d7c8e4))
|
|
1211
|
+
|
|
1212
|
+
## @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)
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
### ⚠ BREAKING CHANGES
|
|
1216
|
+
|
|
1217
|
+
* **qds-dialog:** change `show()`/`close()` to be sync
|
|
1218
|
+
* this is a breaking change if using experimental or
|
|
1219
|
+
private and undocumented properties and methods.
|
|
1220
|
+
|
|
1221
|
+
### 🐛 Bug Fixes
|
|
1222
|
+
|
|
1223
|
+
* **qds-dialog:** change `show()`/`close()` to be sync ([9a31bf0](https://github.com/quartzds/core-foundations/commit/9a31bf0ba49056bdd989135b5644d7629deb6767))
|
|
1224
|
+
* use private properties where possible ([832834e](https://github.com/quartzds/core-foundations/commit/832834e56919fc92564360cd7b5a94d1a0c4d8fa))
|
|
1225
|
+
|
|
1226
|
+
## @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)
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
### 🐛 Bug Fixes
|
|
1230
|
+
|
|
1231
|
+
* cache unresolved icon request promises ([d7bf087](https://github.com/quartzds/core-foundations/commit/d7bf0874c7fae7eddbf67032c8708f490dda13da))
|
|
1232
|
+
* improve `package.json` `exports` compatibility ([6ab4fa4](https://github.com/quartzds/core-foundations/commit/6ab4fa48a33bb4c623177ee72041c24fb11a9a6a))
|
|
1233
|
+
|
|
1234
|
+
## @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)
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
### ✨ Features
|
|
1238
|
+
|
|
1239
|
+
* add `qds-tag` ([51cc639](https://github.com/quartzds/core-foundations/commit/51cc639077780ec19887a71bb4ec8035720f55b7))
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
### 🐛 Bug Fixes
|
|
1243
|
+
|
|
1244
|
+
* **a11y:** add aria attributes to improve `qds-button` accessibility ([6e8376c](https://github.com/quartzds/core-foundations/commit/6e8376c174622702761b01f348bdb9f9042bdaee))
|
|
1245
|
+
* **qds-dropdown:** allow late target definition ([d2efb7a](https://github.com/quartzds/core-foundations/commit/d2efb7aedd848132296e99628aa5823f10a0dde6))
|
|
1246
|
+
* **standalone-link:** correct icon mirroring when rel=external ([3e73985](https://github.com/quartzds/core-foundations/commit/3e7398539512c01209dece8f893ac1aedb59dfa8))
|
|
1247
|
+
* **qds-standalone-link:** remove visited state ([fe2f0de](https://github.com/quartzds/core-foundations/commit/fe2f0ded3a427f530b8e0958a5d4b095d5fbc9ad))
|
|
1248
|
+
|
|
1249
|
+
## @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)
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
### ⚠ BREAKING CHANGES
|
|
1253
|
+
|
|
1254
|
+
* **qds-button:** rename `badgeContext` property to `badgeDescription`
|
|
1255
|
+
|
|
1256
|
+
### 🐛 Bug Fixes
|
|
1257
|
+
|
|
1258
|
+
* **a11y:** add `statusDescription` property to improve `qds-form-message` accessibility ([e3eae13](https://github.com/quartzds/core-foundations/commit/e3eae133cffde21bfa851ea1d491f7a73be67fe5))
|
|
1259
|
+
* **qds-button:** rename `badgeContext` property to `badgeDescription` ([c5c5116](https://github.com/quartzds/core-foundations/commit/c5c511609623586d326b852bc5bb42f7c3c41b0d))
|
|
1260
|
+
* **qds-input:** respect host element's width ([3da9816](https://github.com/quartzds/core-foundations/commit/3da9816e7e2ad0db0c41ccea0a8201ea1c701006))
|
|
1261
|
+
|
|
1262
|
+
## @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)
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
### 🐛 Bug Fixes
|
|
1266
|
+
|
|
1267
|
+
* **a11y:** add `badgeContext` property to improve `qds-button` accessibility ([c34cef7](https://github.com/quartzds/core-foundations/commit/c34cef7e598790a16e3b1137d6a7c8b735ccffb2))
|
|
1268
|
+
* **qds-inline-link:** add focus border offset token ([bcc528c](https://github.com/quartzds/core-foundations/commit/bcc528c78d8390daf2e9863ce8a44ab6db1e246f))
|
|
1269
|
+
* **qds-select:** reflect first-render `value` to internal select ([7381793](https://github.com/quartzds/core-foundations/commit/73817930f506a09a3fff0a88f84309e5a9f4a776))
|
|
1270
|
+
* **qds-input:** reset Firefox `type="number"` appearance ([a49bd86](https://github.com/quartzds/core-foundations/commit/a49bd86c8988b6faf7fe53e7c6c0279cfc030119))
|
|
1271
|
+
* **qds-select:** support focus method ([7943b54](https://github.com/quartzds/core-foundations/commit/7943b54ab86230420b364d679f742736eed9d96d))
|
|
1272
|
+
* **qds-switch:** support focus method ([9aea9d2](https://github.com/quartzds/core-foundations/commit/9aea9d2d36a1d2a107df89864994f8e641e466b0))
|
|
1273
|
+
* **qds-textarea:** support focus method ([df5b54c](https://github.com/quartzds/core-foundations/commit/df5b54c628126d6bd3a6ebd026898803cb0d721b))
|
|
1274
|
+
* **qds-chip:** use correct `form`/`name` prop types ([b859e7d](https://github.com/quartzds/core-foundations/commit/b859e7d3dc725e58c15ee9859f9bd915a76df9c1))
|
|
1275
|
+
|
|
1276
|
+
## @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)
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
### 🐛 Bug Fixes
|
|
1280
|
+
|
|
1281
|
+
* **qds-button:** correct `action="dropdown"` padding ([80354a8](https://github.com/quartzds/core-foundations/commit/80354a8f35d6c6f71364e1b759a087028016d938))
|
|
1282
|
+
* **standalone-link:** remove extra margin and adjust the focus border ([1963b87](https://github.com/quartzds/core-foundations/commit/1963b874511b5163fbfa8fc479a6a1ff70b2bd99))
|
|
1283
|
+
* **a11y:** render qds-title's kicker before subtitle ([9369e40](https://github.com/quartzds/core-foundations/commit/9369e401d475cd3cb3ae3808b9b870228cce0d69))
|
|
1284
|
+
|
|
1285
|
+
## @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)
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
### ⚠ BREAKING CHANGES
|
|
1289
|
+
|
|
1290
|
+
* TypeScript < 5.1 and Angular < 16.1.0 are no longer
|
|
1291
|
+
supported.
|
|
1292
|
+
|
|
1293
|
+
### 🐛 Bug Fixes
|
|
1294
|
+
|
|
1295
|
+
* **a11y:** add `aria-current` to `qds-breadcrumb-item` ([3f1c5bb](https://github.com/quartzds/core-foundations/commit/3f1c5bb99280a25d286e448b74064b9db1ddfe27))
|
|
1296
|
+
* **a11y:** hide qds-divider from screen readers ([4de6159](https://github.com/quartzds/core-foundations/commit/4de615951f1f00ba4cd602d14187dff8ffa344f4))
|
|
1297
|
+
* **a11y:** improve accessibility for core components' icons ([30e32e9](https://github.com/quartzds/core-foundations/commit/30e32e9bb4588b5601f190bbc0f5e7f50c3de084))
|
|
1298
|
+
* **a11y:** remove `<a>` role for non-download buttons ([cfd570d](https://github.com/quartzds/core-foundations/commit/cfd570d08ebaa203cb4383e2422cfa85f3cd0f17))
|
|
1299
|
+
* **a11y:** remove redundant `tabindex` attributes ([549cf29](https://github.com/quartzds/core-foundations/commit/549cf2927927a8e84af496863803da09b1afc431))
|
|
1300
|
+
* update Stencil.js version ([5196e5c](https://github.com/quartzds/core-foundations/commit/5196e5cbae7b6e77520469334c78362a8bbee215))
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
### ⏪️ Reverts
|
|
1304
|
+
|
|
1305
|
+
* **qds-inline/standalone-link:** re-add `tabindex` ([0e84c2f](https://github.com/quartzds/core-foundations/commit/0e84c2fea0afd8450d91e569eb843bb47736bdd6))
|
|
1306
|
+
|
|
1307
|
+
## @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)
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
### ✨ Features
|
|
1311
|
+
|
|
1312
|
+
* add breadcrumb-item ([b0ea93f](https://github.com/quartzds/core-foundations/commit/b0ea93fdd82130d9b7ec55355153222faf030aac))
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
### 🐛 Bug Fixes
|
|
1316
|
+
|
|
1317
|
+
* **qds-input:** properly update `selection*` properties ([f246744](https://github.com/quartzds/core-foundations/commit/f24674418888701749a682711a90a0c792350115))
|
|
1318
|
+
* **qds-textarea:** properly update `selection*` properties ([edcdbdb](https://github.com/quartzds/core-foundations/commit/edcdbdbc40589eb6010bf6859ab6e18bd5f8258d))
|
|
1319
|
+
|
|
1320
|
+
## @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)
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
### 🐛 Bug Fixes
|
|
1324
|
+
|
|
1325
|
+
* **qds-chip:** ensure height matches Figma specs ([24f3cdc](https://github.com/quartzds/core-foundations/commit/24f3cdc6e543a4ccd79a4e436c3e16ba9359b8c6))
|
|
1326
|
+
* **a11y:** refine `qds-chip` accessibility ([20f1420](https://github.com/quartzds/core-foundations/commit/20f1420a05525f0c54682c4d727c302d9cbe9099))
|
|
1327
|
+
|
|
1328
|
+
## @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)
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
### ⚠ BREAKING CHANGES
|
|
1332
|
+
|
|
1333
|
+
* add breadcrumb-item
|
|
1334
|
+
|
|
1335
|
+
### ⏪️ Reverts
|
|
1336
|
+
|
|
1337
|
+
* add breadcrumb-item ([79d3167](https://github.com/quartzds/core-foundations/commit/79d316780a672ac943c72008d5b9b95feee57ea3))
|
|
1338
|
+
|
|
1339
|
+
## @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)
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
### ✨ Features
|
|
1343
|
+
|
|
1344
|
+
* add breadcrumb-item ([660db63](https://github.com/quartzds/core-foundations/commit/660db639a62d22c9e047294dc6ee0c1b35c871f1))
|
|
1345
|
+
|
|
1346
|
+
## @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)
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
### 🐛 Bug Fixes
|
|
1350
|
+
|
|
1351
|
+
* **qds-chip:** change `checked` value when pressing space ([5b0949c](https://github.com/quartzds/core-foundations/commit/5b0949c4fd97999cde3edff907d8ec64a3e177e0))
|
|
1352
|
+
* **qds-title:** correct `gap` tokens references ([488925c](https://github.com/quartzds/core-foundations/commit/488925c7f4e5e8e721ce2b6ba78bf5db8c09ed11))
|
|
1353
|
+
|
|
1354
|
+
## @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)
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
### ⚠ BREAKING CHANGES
|
|
1358
|
+
|
|
1359
|
+
* the `draggable ` toggle no longer exists.
|
|
1360
|
+
Replace it with `list-action='reorder'`.
|
|
1361
|
+
* the `navigation` toggle no longer exist.
|
|
1362
|
+
Replace it with `destination='navigation'`.
|
|
1363
|
+
|
|
1364
|
+
* feat!(list-item): replace `draggable` toggle with `list-action` property ([27fb23d](https://github.com/quartzds/core-foundations/commit/27fb23dc33c1cf65998f840d43eb28a909c5b052))
|
|
1365
|
+
* feat!(list-item): replace `navigation` toggle with `destination` parameter ([ac7beab](https://github.com/quartzds/core-foundations/commit/ac7beab81ff7a8b662ddbfe836f7f9a5245e05c7))
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
### 🐛 Bug Fixes
|
|
1369
|
+
|
|
1370
|
+
* **list-item:** improve list item accessibility ([e3dca32](https://github.com/quartzds/core-foundations/commit/e3dca327d5c1ed72209ce30346ef9f4778a8512b))
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
### ✨ Features
|
|
1374
|
+
|
|
1375
|
+
* **list-item:** add `divider` option to control divider styles ([5522fd3](https://github.com/quartzds/core-foundations/commit/5522fd3c8fdefd0b12fffd11812b1c0e8d1ed673))
|
|
1376
|
+
* **list-item:** support `indeterminate` when `list-action="multiselect"` ([4d09794](https://github.com/quartzds/core-foundations/commit/4d0979416e07d5bdd7b66bf3759ff78480539092))
|
|
1377
|
+
* **list-item:** support `multiselect` list action ([89bacf5](https://github.com/quartzds/core-foundations/commit/89bacf51ec63291850ed2f12d09ed8f3ed007eea))
|
|
1378
|
+
* support both `selected` and `checked` properties ([3e8c61b](https://github.com/quartzds/core-foundations/commit/3e8c61bab341133a3ef2e883908f05a6a9462665))
|
|
1379
|
+
|
|
1380
|
+
## @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)
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
### ✨ Features
|
|
1384
|
+
|
|
1385
|
+
* add `qds-chip` ([d8e9866](https://github.com/quartzds/core-foundations/commit/d8e9866a6f534c16d2824ff2c54bf1bd2fca5ffb))
|
|
1386
|
+
|
|
1387
|
+
## @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)
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
### 🐛 Bug Fixes
|
|
1391
|
+
|
|
1392
|
+
* **list-item:** remove round corners ([2914345](https://github.com/quartzds/core-foundations/commit/29143455c27d55a742e599bca50950397d53abe9))
|
|
1393
|
+
* **nav-list-item:** remove round corners ([b9ca4c0](https://github.com/quartzds/core-foundations/commit/b9ca4c0d281942f8d283a52976e228028b9989a0))
|
|
1394
|
+
* **qds-divider:** use `qds-control-border-width` token ([c7864d4](https://github.com/quartzds/core-foundations/commit/c7864d4d9c0694192c616192319ca04d3f52cdc8))
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
### ✨ Features
|
|
1398
|
+
|
|
1399
|
+
* **qds-title:** add `variant` property ([ea14384](https://github.com/quartzds/core-foundations/commit/ea143842bbd2c5e96a6ebed368a2ce66dab96b64))
|
|
1400
|
+
* **qds-divider:** add `vertical` property ([a7e071b](https://github.com/quartzds/core-foundations/commit/a7e071bda24292f0bf5ac299b13ea8c8a3a66f59))
|
|
1401
|
+
|
|
1402
|
+
## @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)
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
### ✨ Features
|
|
1406
|
+
|
|
1407
|
+
* add specific styles for dropdown Button ([6206458](https://github.com/quartzds/core-foundations/commit/6206458416be478a7450733db1c912da4898c588))
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
### 🐛 Bug Fixes
|
|
1411
|
+
|
|
1412
|
+
* **button:** maintain consistent font size for icons ([8725b0e](https://github.com/quartzds/core-foundations/commit/8725b0ed68f6728ac3aa2143f798bd177a392bb4))
|
|
1413
|
+
* **qds-button:** only use `aria-disabled` on `<a>`s ([229214a](https://github.com/quartzds/core-foundations/commit/229214a46c677d52c3d02a7924fee3356c7c1048))
|
|
1414
|
+
|
|
1415
|
+
## @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)
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
### 🐛 Bug Fixes
|
|
1419
|
+
|
|
1420
|
+
* **qds-title:** add `root` to permitted levels ([de44f80](https://github.com/quartzds/core-foundations/commit/de44f80cac679920c2a30bdd41a640fcaa3aa7d9))
|
|
1421
|
+
|
|
1422
|
+
## @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)
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
### ✨ Features
|
|
1426
|
+
|
|
1427
|
+
* support control groups utility through utility classes ([a411caa](https://github.com/quartzds/core-foundations/commit/a411caab39aac68f6f25e37693c45751157c4f6e))
|
|
1428
|
+
* **button:** support control groups ([ab490dc](https://github.com/quartzds/core-foundations/commit/ab490dc3532c16c93f438dea6614031e74c1a2ff))
|
|
1429
|
+
* **input:** support control groups ([30eac2f](https://github.com/quartzds/core-foundations/commit/30eac2fb7f7b472c26611fa45f82603fc6479003))
|
|
1430
|
+
* **select:** support control groups ([e1ba706](https://github.com/quartzds/core-foundations/commit/e1ba706b705a983200947978580421642c901b2b))
|
|
1431
|
+
* **button:** update focus ring style for control groups ([e924d43](https://github.com/quartzds/core-foundations/commit/e924d43446428f34068ee5aa8dfc6dd3eed696f3))
|
|
1432
|
+
* **select:** update focus ring style for control groups ([73bb34a](https://github.com/quartzds/core-foundations/commit/73bb34aa570b868c5017a170a1a69df900b547b3))
|
|
1433
|
+
* **input:** update focus ring style ([0e85e0c](https://github.com/quartzds/core-foundations/commit/0e85e0c8c630c0fb31440229e43a2906481c0cfa))
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
### 🐛 Bug Fixes
|
|
1437
|
+
|
|
1438
|
+
* **button:** fix icon not displaying in icon-only hero button ([c437874](https://github.com/quartzds/core-foundations/commit/c4378741abc903e28c2f97e4fb0c5a7e669f2b06))
|
|
1439
|
+
* **button:** fix incorrect height of icon-only hero button ([3e0f5a6](https://github.com/quartzds/core-foundations/commit/3e0f5a6bbf7745b6044befe129ab04e578ca9dd4))
|
|
1440
|
+
* **button:** maintain consistent icon size ([8b70686](https://github.com/quartzds/core-foundations/commit/8b706869d8fa4fb80ff13a348be488e11109e2e3))
|
|
1441
|
+
* **core.css:** raise `qds-subdued` specificity ([284ab6d](https://github.com/quartzds/core-foundations/commit/284ab6dd1ed2bbca7c1e503b888e8b070c7e2003))
|
|
1442
|
+
* **qds-input:** support implicit submission validation ([adb3f6d](https://github.com/quartzds/core-foundations/commit/adb3f6d098d23731306a88551015b63d7192a986))
|
|
1443
|
+
|
|
1444
|
+
## @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)
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
### 🐛 Bug Fixes
|
|
1448
|
+
|
|
1449
|
+
* **title.css:** add property to display correctly when stretched ([0df5a96](https://github.com/quartzds/core-foundations/commit/0df5a96c83f5d649a3c2eabeaab2fa80dee32721))
|
|
1450
|
+
|
|
1451
|
+
## @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)
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
### 🐛 Bug Fixes
|
|
1455
|
+
|
|
1456
|
+
* **qds-tooltip:** correctly set default arrow viewbox ([3a6b635](https://github.com/quartzds/core-foundations/commit/3a6b635b5fbf97fb710ab6988a64623bcd53f858))
|
|
1457
|
+
|
|
1458
|
+
## @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)
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
### 🐛 Bug Fixes
|
|
1462
|
+
|
|
1463
|
+
* adjust .qds-icon color properties to match theme ([35052e5](https://github.com/quartzds/core-foundations/commit/35052e51ec40413d15baa0f1c50676c5a3f687ba))
|
|
1464
|
+
|
|
1465
|
+
<!--
|
|
1466
|
+
SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
1467
|
+
|
|
1468
|
+
SPDX-License-Identifier: LGPL-2.1-only
|
|
1469
|
+
-->
|
|
1470
|
+
|
|
1471
|
+
# Change Log
|
|
1472
|
+
|
|
1473
|
+
[](https://conventionalcommits.org)
|
|
1474
|
+
[](https://semver.org/spec/v2.0.0)
|
|
1475
|
+
|
|
1476
|
+
> All notable changes to this project will be documented in this file
|
|
1477
|
+
|
|
1478
|
+
## @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)
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
### 🐛 Bug Fixes
|
|
1482
|
+
|
|
1483
|
+
* **standalone-link:** hide chevron when not emphasized ([b9b7e76](https://github.com/quartzds/core-foundations/commit/b9b7e7620a1dfb9d8c23a2aea4c3138ce9892fa5))
|
|
1484
|
+
* **button:** make the text multiline for hero variant ([61bf52b](https://github.com/quartzds/core-foundations/commit/61bf52b9cde3504f6c0840162b2de006532f5ac9))
|
|
1485
|
+
* **standalone-link:** make text multiline ([a86a2f5](https://github.com/quartzds/core-foundations/commit/a86a2f5db2391e744ad77b5ef3a33ba3e68e459c))
|
|
1486
|
+
|
|
1487
|
+
## @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)
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
### ✨ Features
|
|
1491
|
+
|
|
1492
|
+
* **core.css:** add `.qds-interactive` utility class ([10631a0](https://github.com/quartzds/core-foundations/commit/10631a046268fd6ba11b504b092775f9fe0c7532))
|
|
1493
|
+
* **core.css:** add global icon mirroring ([ac7df25](https://github.com/quartzds/core-foundations/commit/ac7df2570bf464eada157e12350e118f9d46978f))
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
### 🐛 Bug Fixes
|
|
1497
|
+
|
|
1498
|
+
* **core.css:** add `qds-` namespaces to global selectors ([2e9e2cd](https://github.com/quartzds/core-foundations/commit/2e9e2cd5f12548dd5fa76ba713281a55b9fcd591))
|
|
1499
|
+
* **list-item:** add hover/active styles ([648a333](https://github.com/quartzds/core-foundations/commit/648a333777a011e89f117795676d6d3f898166f4))
|
|
1500
|
+
* **button:** prevent subdued importance hover shifting ([f36f70c](https://github.com/quartzds/core-foundations/commit/f36f70c6e0cce3b35ef691b22e9f9d8ad64419ff))
|
|
1501
|
+
|
|
1502
|
+
## @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)
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
### 🐛 Bug Fixes
|
|
1506
|
+
|
|
1507
|
+
* **qds-tooltip:** `target` is now optional ([0140251](https://github.com/quartzds/core-foundations/commit/014025102453e6949c355f773eb279f2aedbedc2))
|
|
1508
|
+
* **qds-input:** ignore clicks when `disabled` ([10d4a95](https://github.com/quartzds/core-foundations/commit/10d4a95b6408cd046f94f570c5783d1c7446c8e2))
|
|
1509
|
+
* **qds-list-item:** ignore clicks when `disabled` ([5a4f262](https://github.com/quartzds/core-foundations/commit/5a4f262840270ebc4533b6642979dd668fd3591c))
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
### ✨ Features
|
|
1513
|
+
|
|
1514
|
+
* add `<qds-nav-list-item>` component ([642c774](https://github.com/quartzds/core-foundations/commit/642c774e6bf69603dbe1220fba5eb54d77b69ae1))
|
|
1515
|
+
|
|
1516
|
+
## @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)
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
### ✨ Features
|
|
1520
|
+
|
|
1521
|
+
* **qds-button:** add `dropdown-close` action ([8ebe7a4](https://github.com/quartzds/core-foundations/commit/8ebe7a4956c3a244a57167c510566129e91fce49))
|
|
1522
|
+
* add basic icon mirroring support ([2708cb1](https://github.com/quartzds/core-foundations/commit/2708cb104155a29ad9b63fed1fb3f37afc748b4e))
|
|
1523
|
+
|
|
1524
|
+
## @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)
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
### 🐛 Bug Fixes
|
|
1528
|
+
|
|
1529
|
+
* handle clicking `disabled` elements globally ([e81b3c8](https://github.com/quartzds/core-foundations/commit/e81b3c810ccf55f8aa7800cacbc6551214e84923)), closes [#527](https://github.com/quartzds/core-foundations/issues/527)
|
|
1530
|
+
* 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)
|
|
1531
|
+
|
|
1532
|
+
## @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)
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
### ✨ Features
|
|
1536
|
+
|
|
1537
|
+
* add `qds-list-item` ([a103a90](https://github.com/quartzds/core-foundations/commit/a103a907f96836f0f5db5ed0f6de890c7d142ddd))
|
|
1538
|
+
|
|
1539
|
+
## @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)
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
### ⚠ BREAKING CHANGES
|
|
1543
|
+
|
|
1544
|
+
* **controls:** update internal gap tokens
|
|
1545
|
+
|
|
1546
|
+
### 🐛 Bug Fixes
|
|
1547
|
+
|
|
1548
|
+
* **controls:** update internal gap tokens ([584514f](https://github.com/quartzds/core-foundations/commit/584514f440d512e9cb45aa04d2b904189d66e46c))
|
|
1549
|
+
|
|
1550
|
+
## @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)
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
### ✨ Features
|
|
1554
|
+
|
|
1555
|
+
* **qds-button:** add `badge` property ([3eaca57](https://github.com/quartzds/core-foundations/commit/3eaca57213fda99f5deb0f0a820b2ab9d94883d7))
|
|
1556
|
+
|
|
1557
|
+
## @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)
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
### ⚠ BREAKING CHANGES
|
|
1561
|
+
|
|
1562
|
+
* **links:** change `target` default to `undefined`
|
|
1563
|
+
|
|
1564
|
+
### 🐛 Bug Fixes
|
|
1565
|
+
|
|
1566
|
+
* **links:** change `target` default to `undefined` ([e806993](https://github.com/quartzds/core-foundations/commit/e8069936f1a15528aa2be470889fee87b087ad83))
|
|
1567
|
+
|
|
1568
|
+
## @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)
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
### ✨ Features
|
|
1572
|
+
|
|
1573
|
+
* add qds-standalone-link component ([742589f](https://github.com/quartzds/core-foundations/commit/742589f8fa1341d62ccd173d352ce19b7d889a61))
|
|
1574
|
+
|
|
1575
|
+
## @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)
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
### ✨ Features
|
|
1579
|
+
|
|
1580
|
+
* **qds-button:** add `action` property ([966f583](https://github.com/quartzds/core-foundations/commit/966f58343beeb39b36492e9408e09f861dadfc07))
|
|
1581
|
+
* **qds-button:** add `hero` size ([19b9f63](https://github.com/quartzds/core-foundations/commit/19b9f63f3477ef825c21f1e16e7c2cc9afa8e661))
|
|
1582
|
+
* **qds-button:** add `variant` property ([658b89c](https://github.com/quartzds/core-foundations/commit/658b89c8c5c25bc7b8da1171e2dd1a41d2641a1b))
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
### 🐛 Bug Fixes
|
|
1586
|
+
|
|
1587
|
+
* make components compatible with latest tokens ([57ea9d7](https://github.com/quartzds/core-foundations/commit/57ea9d76ad6122ae901871ad3cf2b77acb20699f))
|
|
1588
|
+
* **qds-button:** use size-specific horizontal padding ([cf72a25](https://github.com/quartzds/core-foundations/commit/cf72a252904669da0c60462d35036b4b12ad6656))
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
### ⏪️ Reverts
|
|
1592
|
+
|
|
1593
|
+
* **qds-dialog:** add `reflect` option to `open` ([719b60a](https://github.com/quartzds/core-foundations/commit/719b60ae0f603294f99e632a3b8fe5ab34d10fbb))
|
|
1594
|
+
|
|
1595
|
+
<!--
|
|
1596
|
+
SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
1597
|
+
|
|
1598
|
+
SPDX-License-Identifier: Apache-2.0
|
|
1599
|
+
-->
|
|
1600
|
+
|
|
1601
|
+
# Change Log
|
|
1602
|
+
|
|
1603
|
+
[](https://conventionalcommits.org)
|
|
1604
|
+
[](https://semver.org/spec/v2.0.0)
|
|
1605
|
+
|
|
1606
|
+
> All notable changes to this project will be documented in this file
|
|
1607
|
+
|
|
1608
|
+
## @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)
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
### ⚠ BREAKING CHANGES
|
|
1612
|
+
|
|
1613
|
+
* switch `qdsChange` two-way bindings to `qdsInput`
|
|
1614
|
+
* add form-associated support
|
|
1615
|
+
|
|
1616
|
+
### ✨ Features
|
|
1617
|
+
|
|
1618
|
+
* add form-associated support ([c6fd67e](https://github.com/quartzds/core-foundations/commit/c6fd67e86c4f64fe6a450850fe88fc293e8eb241))
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
### 🐛 Bug Fixes
|
|
1622
|
+
|
|
1623
|
+
* change `hydrate` export from `require` to `default` ([fd9f356](https://github.com/quartzds/core-foundations/commit/fd9f356d7605170558c41796d0f95c1d50aed019))
|
|
1624
|
+
* ensure no hydration code is generated ([771857d](https://github.com/quartzds/core-foundations/commit/771857d7af14f7a58095ef0b4c6eafda85747773))
|
|
1625
|
+
* stop reflecting properties ([b27e7b5](https://github.com/quartzds/core-foundations/commit/b27e7b5edbeb45f3ab2fb3b948f1a5ec6662add9))
|
|
1626
|
+
* switch `qdsChange` two-way bindings to `qdsInput` ([5d2c303](https://github.com/quartzds/core-foundations/commit/5d2c303521ebdfc5dc7dd52bfa03c64b7d64232e))
|
|
1627
|
+
* **qds-label:** use `--qds-text-icon-gap` custom property ([fe979ba](https://github.com/quartzds/core-foundations/commit/fe979baf2cacc31865480fa0c92e2426821ca9f0))
|
|
1628
|
+
|
|
1629
|
+
## @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)
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
### 🐛 Bug Fixes
|
|
1633
|
+
|
|
1634
|
+
* **angular:** export value accessors from entry point ([d64238a](https://github.com/quartzds/core-foundations/commit/d64238a4d0876acea7250677990ceda5e58e35cf))
|
|
1635
|
+
|
|
1636
|
+
## @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)
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
### 🐛 Bug Fixes
|
|
1640
|
+
|
|
1641
|
+
* coerce nullish property values to strings ([c4bd8af](https://github.com/quartzds/core-foundations/commit/c4bd8afa5da1d3dc029f301d3e92e688de98a7d4))
|
|
1642
|
+
* **qds-button:** don't emit click events when disabled ([9cd7901](https://github.com/quartzds/core-foundations/commit/9cd7901ff3f909752354d7286c361d65741cd80e))
|
|
1643
|
+
|
|
1644
|
+
## @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)
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
### 🐛 Bug Fixes
|
|
1648
|
+
|
|
1649
|
+
* relax required typescript version to >=4.7 ([f69e896](https://github.com/quartzds/core-foundations/commit/f69e8960b6b11165dbe7c8b36d1c35b1befcbdd7))
|
|
1650
|
+
|
|
1651
|
+
## @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)
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
### 🐛 Bug Fixes
|
|
1655
|
+
|
|
1656
|
+
* **qds-select:** add `outline-offset` declaration ([f4d6b0e](https://github.com/quartzds/core-foundations/commit/f4d6b0e3df0e70bd23bf1aab29133895e389b240))
|
|
1657
|
+
|
|
1658
|
+
## @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)
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
### 🐛 Bug Fixes
|
|
1662
|
+
|
|
1663
|
+
* remove host element `box-sizing` declarations ([1a7d7e6](https://github.com/quartzds/core-foundations/commit/1a7d7e679ca8e31c3b1ee331329db7c888135240))
|
|
1664
|
+
|
|
1665
|
+
## @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)
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
### ✨ Features
|
|
1669
|
+
|
|
1670
|
+
* implement select component ([a7276d2](https://github.com/quartzds/core-foundations/commit/a7276d2bd0027f3791dc4a8470a361f37ed73cbb))
|
|
1671
|
+
|
|
1672
|
+
## @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)
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
### 🐛 Bug Fixes
|
|
1676
|
+
|
|
1677
|
+
* remove internal package dependencies ([e7157f8](https://github.com/quartzds/core-foundations/commit/e7157f864ef563188241f7fb6c956571b19a612a))
|
|
1678
|
+
|
|
1679
|
+
## @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)
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
### ✨ Features
|
|
1683
|
+
|
|
1684
|
+
* **qds-radio:** add bindings ([0417cd7](https://github.com/quartzds/core-foundations/commit/0417cd70ba83c2d6ccba2986f3cfa5052fab6dd7))
|
|
1685
|
+
* **qds-textarea:** add default slot support ([0218fb3](https://github.com/quartzds/core-foundations/commit/0218fb339529c42a3d2bf6ac22d6aedf6b9c00dc))
|
|
1686
|
+
|
|
1687
|
+
## @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)
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
### ✨ Features
|
|
1691
|
+
|
|
1692
|
+
* add table components ([cded020](https://github.com/quartzds/core-foundations/commit/cded020c5eb600e0b84d53c8371a10afffd8721c))
|
|
1693
|
+
|
|
1694
|
+
## @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)
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
### 🐛 Bug Fixes
|
|
1698
|
+
|
|
1699
|
+
* prefix all CSS classes ([e85283a](https://github.com/quartzds/core-foundations/commit/e85283ad7271daee1be7922a8a17536c4e14b498))
|
|
1700
|
+
|
|
1701
|
+
## @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)
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
### 🐛 Bug Fixes
|
|
1705
|
+
|
|
1706
|
+
* **divider:** set divider height to host's height ([f34b3b3](https://github.com/quartzds/core-foundations/commit/f34b3b33a179595f6ca60e753b96740beb905e30))
|
|
1707
|
+
|
|
1708
|
+
## @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)
|
|
1709
|
+
|
|
1710
|
+
|
|
1711
|
+
### 🐛 Bug Fixes
|
|
1712
|
+
|
|
1713
|
+
* **dialog:** make host element behave more predictably ([90778ad](https://github.com/quartzds/core-foundations/commit/90778ad11831097332e30e5940cc553d5c5f6d36))
|
|
1714
|
+
|
|
1715
|
+
## @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)
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
### ✨ Features
|
|
1719
|
+
|
|
1720
|
+
* implement dialog component ([1fd9794](https://github.com/quartzds/core-foundations/commit/1fd97946aaa73d6ef7694cda0518938ca1b7aa3e))
|
|
1721
|
+
|
|
1722
|
+
## @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)
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
### 🐛 Bug Fixes
|
|
1726
|
+
|
|
1727
|
+
* **deps:** update dependency type-fest to v4 ([2ac1584](https://github.com/quartzds/core-foundations/commit/2ac15843e2f1828ed6db6a4aaac953ec2dc4e6d5))
|
|
1728
|
+
|
|
1729
|
+
## @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)
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
### ✨ Features
|
|
1733
|
+
|
|
1734
|
+
* implement form message component ([3921b46](https://github.com/quartzds/core-foundations/commit/3921b4609afc10f3736cb2335ec6172e390b8465))
|
|
1735
|
+
* **tooltip:** remove "experimental" marker ([4ac0bce](https://github.com/quartzds/core-foundations/commit/4ac0bcea3f40d59ffb1deda66489dab81115e2f3))
|
|
1736
|
+
|
|
1737
|
+
## @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)
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
### ✨ Features
|
|
1741
|
+
|
|
1742
|
+
* implement divider component ([4266271](https://github.com/quartzds/core-foundations/commit/426627100aad2202786c2f515416b01688b4d78b))
|
|
1743
|
+
|
|
1744
|
+
## @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)
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
### ⚠ BREAKING CHANGES
|
|
1748
|
+
|
|
1749
|
+
* rename `core` icons keys
|
|
1750
|
+
|
|
1751
|
+
### ♻️ Refactoring
|
|
1752
|
+
|
|
1753
|
+
* rename `core` icons keys ([77235e8](https://github.com/quartzds/core-foundations/commit/77235e881a31adede6f4e80f62b0aa8d4e1b6a60))
|
|
1754
|
+
|
|
1755
|
+
## @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)
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
### ✨ Features
|
|
1759
|
+
|
|
1760
|
+
* implement textarea component ([358af36](https://github.com/quartzds/core-foundations/commit/358af36009ba8428440a7e5b5d062047e26e3f1b))
|
|
1761
|
+
|
|
1762
|
+
## @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)
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
### ⚠ BREAKING CHANGES
|
|
1766
|
+
|
|
1767
|
+
* update to Stencil `v4.0.0`
|
|
1768
|
+
|
|
1769
|
+
### ✨ Features
|
|
1770
|
+
|
|
1771
|
+
* update to Stencil `v4.0.0` ([075e6df](https://github.com/quartzds/core-foundations/commit/075e6dffd0c33b396ccb92e71c1768f7a03483f0))
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
### Dependencies
|
|
1776
|
+
|
|
1777
|
+
* **@quartzds/tailwind-preset:** upgraded to 1.0.0-beta.5
|
|
1778
|
+
|
|
1779
|
+
## @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)
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
### 🐛 Bug Fixes
|
|
1783
|
+
|
|
1784
|
+
* republish packages to GHP ([e765a0f](https://github.com/quartzds/core-foundations/commit/e765a0fcf5d33c62211d5d744c604128305fc7dc))
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
### Dependencies
|
|
1789
|
+
|
|
1790
|
+
* **@quartzds/tailwind-preset:** upgraded to 1.0.0-beta.4
|
|
1791
|
+
|
|
1792
|
+
## @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)
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
### 🐛 Bug Fixes
|
|
1796
|
+
|
|
1797
|
+
* republish angular package ([bd3a5a8](https://github.com/quartzds/core-foundations/commit/bd3a5a88cadf9805e29d6a187c58e3698de24360))
|
|
1798
|
+
|
|
1799
|
+
## @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)
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
### 🐛 Bug Fixes
|
|
1803
|
+
|
|
1804
|
+
* republish react package ([fc345f7](https://github.com/quartzds/core-foundations/commit/fc345f78861ad129f7d456da32f1d25d9f5d1ae5))
|
|
1805
|
+
|
|
1806
|
+
## @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)
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
### ⚠ BREAKING CHANGES
|
|
1810
|
+
|
|
1811
|
+
* **icon-library:** rename `system` to `core`
|
|
1812
|
+
|
|
1813
|
+
### 🐛 Bug Fixes
|
|
1814
|
+
|
|
1815
|
+
* **icon-library:** rename `system` to `core` ([48b24e9](https://github.com/quartzds/core-foundations/commit/48b24e9b7561e624f5c6ae34e9172a7b35161e20))
|
|
1816
|
+
|
|
1817
|
+
## @quartzds/core 1.0.0-beta.1 (2023-06-29)
|
|
1818
|
+
|
|
1819
|
+
### 🐛 Bug Fixes
|
|
1820
|
+
|
|
1821
|
+
* **qds-label:** set `inline-block` display for `inline` prop ([684fce9](https://github.com/quartzds/core-foundations/commit/684fce94e438c7479ac31514fcc87b3435ad7f1d))
|
|
1822
|
+
* use generic tokens and icons ([4f8c7c1](https://github.com/quartzds/core-foundations/commit/4f8c7c14d2af092cff0b71291a6136af4ca45c36))
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
### ✨ Features
|
|
1826
|
+
|
|
1827
|
+
* remove `open` prefix from package names ([1d57894](https://github.com/quartzds/core-foundations/commit/1d578946e0fc00946b5ff50afd3eda29d14eae81))
|
|
1828
|
+
|
|
1829
|
+
## @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)
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
### ⚠ BREAKING CHANGES
|
|
1833
|
+
|
|
1834
|
+
* disable hydration side effects
|
|
1835
|
+
* match the case of `hrefLang` to native property
|
|
1836
|
+
|
|
1837
|
+
### 🐛 Bug Fixes
|
|
1838
|
+
|
|
1839
|
+
* disable hydration side effects ([d41f37c](https://github.com/quartzds/core-foundations/commit/d41f37ca601cb032968af612e60f81e4197d1113))
|
|
1840
|
+
* match the case of `hrefLang` to native property ([22fe35a](https://github.com/quartzds/core-foundations/commit/22fe35a65fa126fc126b9ea463b72eb244b0ca1a))
|
|
1841
|
+
|
|
1842
|
+
## @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)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
### 🐛 Bug Fixes
|
|
1846
|
+
|
|
1847
|
+
* add `align-items: flex-start` to utility classes ([5790a72](https://github.com/quartzds/core-foundations/commit/5790a723a4192d88926ccf7c0d1fbaa0b880f431))
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
### Dependencies
|
|
1852
|
+
|
|
1853
|
+
* **@quartzds/tailwind-preset:** upgraded to 1.0.0-beta.3
|
|
1854
|
+
|
|
1855
|
+
## @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)
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
### ⚠ BREAKING CHANGES
|
|
1859
|
+
|
|
1860
|
+
* `qds-block` and `qds-inline` utility classes are no
|
|
1861
|
+
longer provided by `styles/core.css`. Use `@quartzds/tailwind-preset`
|
|
1862
|
+
or create the utility classes manually to restore `flex-direction`
|
|
1863
|
+
functionality.
|
|
1864
|
+
|
|
1865
|
+
### ♻️ Refactoring
|
|
1866
|
+
|
|
1867
|
+
* switch to `@quartzds/tailwind-preset` ([448424f](https://github.com/quartzds/core-foundations/commit/448424f60b2aa238fd4cae6b6819ce8fd5af7de4))
|
|
1868
|
+
|
|
1869
|
+
## @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)
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
### ✨ Features
|
|
1873
|
+
|
|
1874
|
+
* allow `package.json` to be imported ([9548c19](https://github.com/quartzds/core-foundations/commit/9548c191c0c1b4ca7f3c27ff4bc63a76e2a4f9f8))
|
|
1875
|
+
|
|
1876
|
+
## @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)
|
|
1877
|
+
|
|
1878
|
+
|
|
1879
|
+
### 🐛 Bug Fixes
|
|
1880
|
+
|
|
1881
|
+
* **core.css:** tweak direction selector specificity ([f803c23](https://github.com/quartzds/core-foundations/commit/f803c23c99b59ca448bf0b77a03cd0c8db6614d5))
|
|
1882
|
+
|
|
1883
|
+
## @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)
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
### 🐛 Bug Fixes
|
|
1887
|
+
|
|
1888
|
+
* **core.css:** reorder popup styles before accessory ([ba02079](https://github.com/quartzds/core-foundations/commit/ba0207919cd88776eec2267c58a9226bd759accd))
|
|
1889
|
+
* **utilities:** return platform/theme class without prefix ([34cf02b](https://github.com/quartzds/core-foundations/commit/34cf02bce320b91cab9df1bfc8d835270550eaa4))
|
|
1890
|
+
* **utilities:** statically forbid empty platforms/themes ([f7d6047](https://github.com/quartzds/core-foundations/commit/f7d60474df17fc2d74618d22db4289268168d992))
|
|
1891
|
+
|
|
1892
|
+
## @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)
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
### 🐛 Bug Fixes
|
|
1896
|
+
|
|
1897
|
+
* **core.css:** add correct related spacing to `qds-main` ([715a8de](https://github.com/quartzds/core-foundations/commit/715a8def1d471dafb2f2606173f985ea2d659b7b))
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
### ✨ Features
|
|
1901
|
+
|
|
1902
|
+
* **utilities:** allow platform/theme to target an element ([99784f6](https://github.com/quartzds/core-foundations/commit/99784f6f638c56cbc0fd4e970dfff164dde82907))
|
|
1903
|
+
|
|
1904
|
+
## @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)
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
### ⚠ BREAKING CHANGES
|
|
1908
|
+
|
|
1909
|
+
* **qds-switch:** rename `*-start`/`*-end` to `*-unchecked`/`*-checked`
|
|
1910
|
+
* `qds-block`, `qds-inline`, and `qds-related` classes
|
|
1911
|
+
were added to replace the `qds-<layer>-<level>-inline` and
|
|
1912
|
+
`qds-<layer>-<level>-related` utilities so that the utilities are more
|
|
1913
|
+
composable.
|
|
1914
|
+
|
|
1915
|
+
### ✨ Features
|
|
1916
|
+
|
|
1917
|
+
* `utilities.css` -> `core.css` ([9e75e65](https://github.com/quartzds/core-foundations/commit/9e75e65329cc7e74b7fedc1df9a9d1344efa956a))
|
|
1918
|
+
* add the `inline` property for form controls ([e1d4851](https://github.com/quartzds/core-foundations/commit/e1d4851f8263c250b20e3f13d6f9c9026a6554b8))
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
### 🐛 Bug Fixes
|
|
1922
|
+
|
|
1923
|
+
* **qds-switch:** align style to figma design ([9c93f24](https://github.com/quartzds/core-foundations/commit/9c93f245d10e9dae4d65b54dca9e2ffcb770b5dd))
|
|
1924
|
+
* **qds-switch:** apply color token to icons ([9d4654d](https://github.com/quartzds/core-foundations/commit/9d4654d0632fbed4897046c6f336f4628b39ab24))
|
|
1925
|
+
* **qds-checkbox:** handle check toggling correctly ([e8680dd](https://github.com/quartzds/core-foundations/commit/e8680ddb08cb3e63d2e64cf2a99dfed4de670f4f))
|
|
1926
|
+
* make border transparent for checked/indeterminate states ([b4daf9d](https://github.com/quartzds/core-foundations/commit/b4daf9d203e0ee5f3422791747a4297343bd8371))
|
|
1927
|
+
* **qds-label:** place required asterisk at start ([c261baa](https://github.com/quartzds/core-foundations/commit/c261baaa9d92edf10f08446828c13648c87f2fb7))
|
|
1928
|
+
* **qds-switch:** rename `*-start`/`*-end` to `*-unchecked`/`*-checked` ([dc58493](https://github.com/quartzds/core-foundations/commit/dc584937164b0983f487dfc8dbd073a11ed2bf80))
|
|
1929
|
+
|
|
1930
|
+
## @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)
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
### ⚠ BREAKING CHANGES
|
|
1934
|
+
|
|
1935
|
+
* **qds-link:** rename to `qds-inline-link`
|
|
1936
|
+
* **qds-tooltip:** remove slots
|
|
1937
|
+
|
|
1938
|
+
### ♻️ Refactoring
|
|
1939
|
+
|
|
1940
|
+
* **qds-tooltip:** remove slots ([1a609b2](https://github.com/quartzds/core-foundations/commit/1a609b2a2372e76c37192d0d82f0482de7ba6fd7))
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
### ✨ Features
|
|
1944
|
+
|
|
1945
|
+
* add custom element manifest v1 support ([6a6edc1](https://github.com/quartzds/core-foundations/commit/6a6edc1ab333c5dbcb234bb7fe71962f19758ead))
|
|
1946
|
+
* add theme/platform support ([f7f2a88](https://github.com/quartzds/core-foundations/commit/f7f2a88d40c8926e03d483e4a92eb8aed1329d3c)), closes [#176](https://github.com/quartzds/core-foundations/issues/176)
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
### 🐛 Bug Fixes
|
|
1950
|
+
|
|
1951
|
+
* **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)
|
|
1952
|
+
* **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)
|
|
1953
|
+
* **qds-checkbox:** handle programmatic checked/indeterminate edge cases ([b475597](https://github.com/quartzds/core-foundations/commit/b475597527d4747686921a3e4771842c7912fe74))
|
|
1954
|
+
* **qds-icon:** make `qdsLoad`/`qdsError` non-cancellable ([0803b9d](https://github.com/quartzds/core-foundations/commit/0803b9d2065c35ff0add95f2ddd4e3cbb1ca4aab))
|
|
1955
|
+
* **qds-link:** rename to `qds-inline-link` ([e79083d](https://github.com/quartzds/core-foundations/commit/e79083d12d2c82a1de1f63c06e60af7fa2192f18))
|
|
1956
|
+
|
|
1957
|
+
## @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)
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
### ⚠ BREAKING CHANGES
|
|
1961
|
+
|
|
1962
|
+
* stop inheriting `title` attribute in components
|
|
1963
|
+
* Any code relying on blur/change/focus/input event
|
|
1964
|
+
propagation with different characteristics from the native events will
|
|
1965
|
+
need to be modified.
|
|
1966
|
+
|
|
1967
|
+
### ✨ Features
|
|
1968
|
+
|
|
1969
|
+
* **qds-input:** add `size` property ([763c9ef](https://github.com/quartzds/core-foundations/commit/763c9ef3917488609c1521ce563dcc3bd2ca0015))
|
|
1970
|
+
* implement dropdown component ([3fd93a1](https://github.com/quartzds/core-foundations/commit/3fd93a176c9736741a431cc3b193e88ae71be606))
|
|
1971
|
+
* implement tooltip component ([a979589](https://github.com/quartzds/core-foundations/commit/a9795891102d4d658463771388df8b4d72a84fd0))
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
### 🐛 Bug Fixes
|
|
1975
|
+
|
|
1976
|
+
* add `delegateFocus` to interactive elements ([54e5213](https://github.com/quartzds/core-foundations/commit/54e5213a817a406898228de8813c969fa1c01da3))
|
|
1977
|
+
* **qds-switch:** add missing focus event details ([6561e96](https://github.com/quartzds/core-foundations/commit/6561e967b1a3831bc79b0c57781804146ad40ea3))
|
|
1978
|
+
* **qds-title:** add needed custom property fallback values ([2182123](https://github.com/quartzds/core-foundations/commit/2182123bcbe62eaafc1d5af70a6f8dcd254b7f83))
|
|
1979
|
+
* align event propagation with native events ([d7b3005](https://github.com/quartzds/core-foundations/commit/d7b300533ceabbec76468f4d2188b9c60e78b1a5))
|
|
1980
|
+
* **rtl:** position checkbox/radio check properly ([98fe662](https://github.com/quartzds/core-foundations/commit/98fe662301ec401722a3a8d9f35cf2dfc54110e8))
|
|
1981
|
+
* remove `unrelated` suffix from `qds-controls-*` utility classes ([29287e9](https://github.com/quartzds/core-foundations/commit/29287e93116514a4bed50bba3d7b27fd2b27fc1b))
|
|
1982
|
+
* stop inheriting `title` attribute in components ([6e7aeb6](https://github.com/quartzds/core-foundations/commit/6e7aeb63c7d4998f76b89612d965056f26f911d3))
|
|
1983
|
+
|
|
1984
|
+
## @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)
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
### ⚠ BREAKING CHANGES
|
|
1988
|
+
|
|
1989
|
+
* switch to `@quartzds/open-design-tokens`
|
|
1990
|
+
* **qds-input:** remove `range` input type
|
|
1991
|
+
* rename `label` properties to `text`
|
|
1992
|
+
|
|
1993
|
+
### 🐛 Bug Fixes
|
|
1994
|
+
|
|
1995
|
+
* add `print-color-adjust` CSS declarations ([50e1daf](https://github.com/quartzds/core-foundations/commit/50e1daf07776fae33145b1157cdd6adb2900331e))
|
|
1996
|
+
* rename `label` properties to `text` ([4db0d32](https://github.com/quartzds/core-foundations/commit/4db0d32a1bc5cf470a76910a25e56dfe0f1c92f1))
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
### ♻️ Refactoring
|
|
2000
|
+
|
|
2001
|
+
* **qds-input:** remove `range` input type ([0a64029](https://github.com/quartzds/core-foundations/commit/0a640299db661fd36866c470c2ceb734fa227f89))
|
|
2002
|
+
* switch to `@quartzds/open-design-tokens` ([8b2dee6](https://github.com/quartzds/core-foundations/commit/8b2dee6f9d6f287ebbeebe471aab8e6ca745dddf))
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
### ✨ Features
|
|
2006
|
+
|
|
2007
|
+
* implement switch component ([1658c45](https://github.com/quartzds/core-foundations/commit/1658c45b483a67ddf3fcf7cb09a894535609325b))
|
|
2008
|
+
* include focus/input event details ([61bac26](https://github.com/quartzds/core-foundations/commit/61bac2655a35a48cf445e43c6e85c6d03a8ec552))
|
|
2009
|
+
|
|
2010
|
+
## @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)
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
### 🐛 Bug Fixes
|
|
2014
|
+
|
|
2015
|
+
* **qds-link:** adjust external icon size/alignment ([a108a96](https://github.com/quartzds/core-foundations/commit/a108a96196ea40ba9d46fe4cae1263046209c3bf))
|
|
2016
|
+
* **css:** disable logical properties PostCSS processing ([0940ae1](https://github.com/quartzds/core-foundations/commit/0940ae1eaa526d06041eb209d3586bcfcdb99a4f))
|
|
2017
|
+
|
|
2018
|
+
## @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)
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
### ⚠ BREAKING CHANGES
|
|
2022
|
+
|
|
2023
|
+
* **qds-title:** remove `label` property
|
|
2024
|
+
|
|
2025
|
+
### 🐛 Bug Fixes
|
|
2026
|
+
|
|
2027
|
+
* **qds-title:** remove `label` property ([9ca36ff](https://github.com/quartzds/core-foundations/commit/9ca36ff59243b5a8402daf7fa806f241e4983cfd))
|
|
2028
|
+
* **qds-title:** wrap title in div for block display ([620fcca](https://github.com/quartzds/core-foundations/commit/620fccab9e542ae2de739a83f4aabed0ba2ae831))
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
### ✨ Features
|
|
2032
|
+
|
|
2033
|
+
* implement link component ([46b0769](https://github.com/quartzds/core-foundations/commit/46b07690f5d6faf2f7206664ba18ecb39464b1b6))
|
|
2034
|
+
* re-export `@quartzds/open-core` API to library wrappers ([ac6bdbe](https://github.com/quartzds/core-foundations/commit/ac6bdbef8692b0c3c79df11e664f5042edb5fff9))
|
|
2035
|
+
|
|
2036
|
+
## @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)
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
### 🐛 Bug Fixes
|
|
2040
|
+
|
|
2041
|
+
* **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)
|
|
2042
|
+
* 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)
|
|
2043
|
+
|
|
2044
|
+
## @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)
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
### ✨ Features
|
|
2048
|
+
|
|
2049
|
+
* implement radio component ([b72261d](https://github.com/quartzds/core-foundations/commit/b72261d62eceec6986f51cbd7e3ceb4a334c94d6))
|
|
2050
|
+
|
|
2051
|
+
## @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)
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
### ✨ Features
|
|
2055
|
+
|
|
2056
|
+
* support the `hidden` attribute ([f5ffc7e](https://github.com/quartzds/core-foundations/commit/f5ffc7eb4fe6a33bb18c48963787036c472429ee))
|
|
2057
|
+
|
|
2058
|
+
## @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)
|
|
2059
|
+
|
|
2060
|
+
### 🐛 Bug Fixes
|
|
2061
|
+
|
|
2062
|
+
- add missing `exports` to `package.json` ([77a08f6](https://github.com/quartzds/core-foundations/commit/77a08f6c816d5c198e65b35b21afb61c2edfc5ff))
|
|
2063
|
+
- **qds-checkbox:** change to scoped component for form participation ([7964626](https://github.com/quartzds/core-foundations/commit/79646269c015700f08240cc3817b1618b31ae561))
|
|
2064
|
+
- **qds-checkbox:** display label only if text is present ([eb7d90f](https://github.com/quartzds/core-foundations/commit/eb7d90fae87ae36a04e514e6a9e22bee126ab473))
|
|
2065
|
+
|
|
2066
|
+
## @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)
|
|
2067
|
+
|
|
2068
|
+
### ✨ Features
|
|
2069
|
+
|
|
2070
|
+
- implement checkbox component ([49f2d69](https://github.com/quartzds/core-foundations/commit/49f2d6995381b9de6267c524f5a32c97839c3613))
|
|
2071
|
+
|
|
2072
|
+
## @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)
|
|
2073
|
+
|
|
2074
|
+
### 🐛 Bug Fixes
|
|
2075
|
+
|
|
2076
|
+
- use `:host` selectors for predictable styling ([db23ee0](https://github.com/quartzds/core-foundations/commit/db23ee0b18bd101f5125e879a3be4c5427e26d04))
|
|
2077
|
+
|
|
2078
|
+
<!--
|
|
2079
|
+
SPDX-FileCopyrightText: © 2022 Schneider Electric
|
|
2080
|
+
|
|
2081
|
+
SPDX-License-Identifier: Apache-2.0
|
|
2082
|
+
-->
|
|
2083
|
+
|
|
2084
|
+
# Change Log
|
|
2085
|
+
|
|
2086
|
+
[](https://conventionalcommits.org)
|
|
2087
|
+
[](https://semver.org/spec/v2.0.0)
|
|
2088
|
+
|
|
2089
|
+
> All notable changes to this project will be documented in this file
|
|
2090
|
+
|
|
2091
|
+
## @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)
|
|
2092
|
+
|
|
2093
|
+
### 🐛 Bug Fixes
|
|
2094
|
+
|
|
2095
|
+
- match subdued icon-only button styles with Figma ([8c69c5f](https://github.com/quartzds/core-foundations/commit/8c69c5fc358c27a63c497d5da56e8ba6e424af03))
|
|
2096
|
+
|
|
2097
|
+
## @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)
|
|
2098
|
+
|
|
2099
|
+
### ✨ Features
|
|
2100
|
+
|
|
2101
|
+
- add icon support ([3d9a3fd](https://github.com/quartzds/core-foundations/commit/3d9a3fd9004b8b391902e47fa3c1ab849f855d7f))
|
|
2102
|
+
|
|
2103
|
+
## @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)
|
|
2104
|
+
|
|
2105
|
+
### 🐛 Bug Fixes
|
|
2106
|
+
|
|
2107
|
+
- align prop defaults with native attributes ([edd2b45](https://github.com/quartzds/core-foundations/commit/edd2b45f2db744acd854d7bb19cb63f2f3d61e67))
|
|
2108
|
+
|
|
2109
|
+
## @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)
|
|
2110
|
+
|
|
2111
|
+
### ⚠ BREAKING CHANGES
|
|
2112
|
+
|
|
2113
|
+
- **qds-title:** rename `content` to `label` for consistency
|
|
2114
|
+
|
|
2115
|
+
### 🐛 Bug Fixes
|
|
2116
|
+
|
|
2117
|
+
- **qds-button:** add `white-space: nowrap;` declaration ([26a48bf](https://github.com/quartzds/core-foundations/commit/26a48bfe1fbfdbe661dacb88ee31605c75262338))
|
|
2118
|
+
- **qds-title:** rename `content` to `label` for consistency ([7d3a76a](https://github.com/quartzds/core-foundations/commit/7d3a76ab7ef81964feb2d7cf002c604aa03390ca))
|
|
2119
|
+
|
|
2120
|
+
## @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)
|
|
2121
|
+
|
|
2122
|
+
### 🐛 Bug Fixes
|
|
2123
|
+
|
|
2124
|
+
- use correct package.json `files` values ([a01201f](https://github.com/quartzds/core-foundations/commit/a01201f774af926fe5329f37edf38e3db86d8e9e))
|
|
2125
|
+
|
|
2126
|
+
### 🚀 Features
|
|
2127
|
+
|
|
2128
|
+
- implement more sensible input validity ([fd1b0af](https://github.com/quartzds/core-foundations/commit/fd1b0af909e91fcbd962880c73ad6c50bb5ec048))
|
|
2129
|
+
|
|
2130
|
+
## @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)
|
|
2131
|
+
|
|
2132
|
+
### 🐛 Bug Fixes
|
|
2133
|
+
|
|
2134
|
+
- **css-utils:** prefer `:is` pseudo-selector to nesting ([d2fd2f6](https://github.com/quartzds/core-foundations/commit/d2fd2f622870d8840f04123790871e80ab6588de))
|
|
2135
|
+
|
|
2136
|
+
### 🚀 Features
|
|
2137
|
+
|
|
2138
|
+
- **css-utils:** add `qds-controls-*` classes ([5e60e68](https://github.com/quartzds/core-foundations/commit/5e60e68f44c0817f9751ddb9b3d1798855e38a40))
|
|
2139
|
+
- **css-utils:** add `qds-subdued` class ([c8219e6](https://github.com/quartzds/core-foundations/commit/c8219e6dbbcf58c75ec06ad671cdaf5c9b9ace26))
|
|
2140
|
+
|
|
2141
|
+
## @quartzds/open-core 1.0.0-beta.1 (2022-10-18)
|
|
2142
|
+
|
|
2143
|
+
### 🚀 Features
|
|
2144
|
+
|
|
2145
|
+
- initial commit ([3629a09](https://github.com/quartzds/core-foundations/commit/3629a09b78b881eeaa94c516c839cbbe75e20d7c))
|