@fluentui/web-components 3.0.0-beta.11 → 3.0.0-beta.110
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 +1112 -103
- package/README.md +57 -16
- package/custom-elements.json +28250 -0
- package/dist/esm/accordion/accordion.bench.d.ts +3 -0
- package/dist/esm/accordion/accordion.bench.js +30 -0
- package/dist/esm/accordion/accordion.bench.js.map +1 -0
- package/dist/esm/accordion/accordion.d.ts +76 -0
- package/dist/esm/accordion/accordion.js +54 -97
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.d.ts +14 -0
- package/dist/esm/accordion/accordion.options.js +1 -1
- package/dist/esm/accordion/accordion.template.d.ts +7 -0
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion/index.d.ts +5 -0
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.base.d.ts +59 -0
- package/dist/esm/accordion-item/accordion-item.base.js +77 -0
- package/dist/esm/accordion-item/accordion-item.base.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.bench.d.ts +3 -0
- package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
- package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.d.ts +57 -0
- package/dist/esm/accordion-item/accordion-item.js +9 -84
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.options.d.ts +27 -0
- package/dist/esm/accordion-item/accordion-item.options.js +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +35 -58
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.d.ts +8 -0
- package/dist/esm/accordion-item/accordion-item.template.js +24 -43
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/accordion-item/index.d.ts +7 -0
- package/dist/esm/accordion-item/index.js +3 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.base.d.ts +144 -0
- package/dist/esm/anchor-button/anchor-button.base.js +147 -0
- package/dist/esm/anchor-button/anchor-button.base.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.bench.d.ts +3 -0
- package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
- package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.d.ts +84 -0
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +38 -112
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.d.ts +84 -0
- package/dist/esm/anchor-button/anchor-button.options.js +15 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.d.ts +12 -0
- package/dist/esm/anchor-button/anchor-button.template.js +7 -35
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/anchor-button/index.d.ts +7 -0
- package/dist/esm/anchor-button/index.js +5 -3
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.base.d.ts +30 -0
- package/dist/esm/avatar/avatar.base.js +25 -0
- package/dist/esm/avatar/avatar.base.js.map +1 -0
- package/dist/esm/avatar/avatar.bench.d.ts +3 -0
- package/dist/esm/avatar/avatar.bench.js +10 -0
- package/dist/esm/avatar/avatar.bench.js.map +1 -0
- package/dist/esm/avatar/avatar.d.ts +98 -0
- package/dist/esm/avatar/avatar.js +57 -51
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.options.d.ts +142 -0
- package/dist/esm/avatar/avatar.template.d.ts +8 -0
- package/dist/esm/avatar/avatar.template.js +2 -4
- package/dist/esm/avatar/avatar.template.js.map +1 -1
- package/dist/esm/avatar/index.d.ts +6 -0
- package/dist/esm/avatar/index.js +3 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/badge.bench.d.ts +3 -0
- package/dist/esm/badge/badge.bench.js +11 -0
- package/dist/esm/badge/badge.bench.js.map +1 -0
- package/dist/esm/badge/badge.d.ts +51 -0
- package/dist/esm/badge/badge.js +3 -7
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.options.d.ts +74 -0
- package/dist/esm/badge/badge.styles.js +13 -8
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/badge/badge.template.d.ts +9 -0
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/badge/index.d.ts +5 -0
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/button.base.d.ts +242 -0
- package/dist/esm/button/button.base.js +283 -0
- package/dist/esm/button/button.base.js.map +1 -0
- package/dist/esm/button/button.bench.d.ts +3 -0
- package/dist/esm/button/button.bench.js +11 -0
- package/dist/esm/button/button.bench.js.map +1 -0
- package/dist/esm/button/button.d.ts +53 -0
- package/dist/esm/button/button.definition.d.ts +9 -0
- package/dist/esm/button/button.definition.js +3 -4
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +10 -167
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.d.ts +82 -0
- package/dist/esm/button/button.options.js +10 -1
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.d.ts +10 -0
- package/dist/esm/button/button.styles.js +93 -75
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.d.ts +15 -0
- package/dist/esm/button/button.template.js +13 -39
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/button/index.d.ts +7 -0
- package/dist/esm/button/index.js +5 -4
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.base.d.ts +297 -0
- package/dist/esm/checkbox/checkbox.base.js +377 -0
- package/dist/esm/checkbox/checkbox.base.js.map +1 -0
- package/dist/esm/checkbox/checkbox.bench.d.ts +3 -0
- package/dist/esm/checkbox/checkbox.bench.js +11 -0
- package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
- package/dist/esm/checkbox/checkbox.d.ts +62 -0
- package/dist/esm/checkbox/checkbox.definition.js +1 -1
- package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js +43 -58
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.options.d.ts +31 -0
- package/dist/esm/checkbox/checkbox.options.js +0 -8
- package/dist/esm/checkbox/checkbox.options.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +136 -123
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.d.ts +13 -0
- package/dist/esm/checkbox/checkbox.template.js +23 -34
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/checkbox/index.d.ts +7 -0
- package/dist/esm/checkbox/index.js +4 -3
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/compound-button.bench.d.ts +3 -0
- package/dist/esm/compound-button/compound-button.bench.js +15 -0
- package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
- package/dist/esm/compound-button/compound-button.d.ts +10 -0
- package/dist/esm/compound-button/compound-button.definition.js +0 -3
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.js +3 -0
- package/dist/esm/compound-button/compound-button.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.d.ts +46 -0
- package/dist/esm/compound-button/compound-button.styles.js +18 -14
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.d.ts +13 -0
- package/dist/esm/compound-button/compound-button.template.js +3 -39
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/compound-button/index.d.ts +5 -0
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.bench.d.ts +3 -0
- package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
- package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.d.ts +99 -0
- package/dist/esm/counter-badge/counter-badge.js +11 -9
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.options.d.ts +69 -0
- package/dist/esm/counter-badge/counter-badge.styles.js +2 -5
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.template.d.ts +7 -0
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
- package/dist/esm/counter-badge/index.d.ts +5 -0
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/dialog.bench.d.ts +3 -0
- package/dist/esm/dialog/dialog.bench.js +11 -0
- package/dist/esm/dialog/dialog.bench.js.map +1 -0
- package/dist/esm/dialog/dialog.d.ts +60 -0
- package/dist/esm/dialog/dialog.js +35 -313
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/dialog/dialog.options.d.ts +21 -0
- package/dist/esm/dialog/dialog.options.js +15 -1
- package/dist/esm/dialog/dialog.options.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +69 -85
- package/dist/esm/dialog/dialog.styles.js.map +1 -1
- package/dist/esm/dialog/dialog.template.d.ts +7 -0
- package/dist/esm/dialog/dialog.template.js +17 -54
- package/dist/esm/dialog/dialog.template.js.map +1 -1
- package/dist/esm/dialog/index.d.ts +5 -0
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/dialog-body/define.js +4 -0
- package/dist/esm/dialog-body/define.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.bench.d.ts +3 -0
- package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
- package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.d.ts +18 -0
- package/dist/esm/dialog-body/dialog-body.definition.d.ts +9 -0
- package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
- package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.js +28 -0
- package/dist/esm/dialog-body/dialog-body.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.styles.d.ts +4 -0
- package/dist/esm/dialog-body/dialog-body.styles.js +88 -0
- package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.template.d.ts +6 -0
- package/dist/esm/dialog-body/dialog-body.template.js +17 -0
- package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
- package/dist/esm/dialog-body/index.d.ts +4 -0
- package/dist/esm/dialog-body/index.js +5 -0
- package/dist/esm/dialog-body/index.js.map +1 -0
- package/dist/esm/divider/divider.base.d.ts +49 -0
- package/dist/esm/divider/divider.base.js +61 -0
- package/dist/esm/divider/divider.base.js.map +1 -0
- package/dist/esm/divider/divider.bench.d.ts +3 -0
- package/dist/esm/divider/divider.bench.js +10 -0
- package/dist/esm/divider/divider.bench.js.map +1 -0
- package/dist/esm/divider/divider.d.ts +30 -0
- package/dist/esm/divider/divider.js +9 -37
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.d.ts +64 -0
- package/dist/esm/divider/divider.options.js +0 -1
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +3 -5
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/divider.template.d.ts +8 -0
- package/dist/esm/divider/divider.template.js +1 -9
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/divider/index.d.ts +6 -0
- package/dist/esm/divider/index.js +3 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/drawer/define.js +4 -0
- package/dist/esm/drawer/define.js.map +1 -0
- package/dist/esm/drawer/drawer.d.ts +96 -0
- package/dist/esm/drawer/drawer.definition.d.ts +8 -0
- package/dist/esm/drawer/drawer.definition.js +16 -0
- package/dist/esm/drawer/drawer.definition.js.map +1 -0
- package/dist/esm/drawer/drawer.js +135 -0
- package/dist/esm/drawer/drawer.js.map +1 -0
- package/dist/esm/drawer/drawer.options.d.ts +40 -0
- package/dist/esm/drawer/drawer.options.js +25 -0
- package/dist/esm/drawer/drawer.options.js.map +1 -0
- package/dist/esm/drawer/drawer.styles.d.ts +4 -0
- package/dist/esm/drawer/drawer.styles.js +138 -0
- package/dist/esm/drawer/drawer.styles.js.map +1 -0
- package/dist/esm/drawer/drawer.template.d.ts +8 -0
- package/dist/esm/drawer/drawer.template.js +28 -0
- package/dist/esm/drawer/drawer.template.js.map +1 -0
- package/dist/esm/drawer/index.d.ts +5 -0
- package/dist/esm/drawer/index.js +6 -0
- package/dist/esm/drawer/index.js.map +1 -0
- package/dist/esm/drawer-body/define.js +4 -0
- package/dist/esm/drawer-body/define.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.d.ts +30 -0
- package/dist/esm/drawer-body/drawer-body.definition.d.ts +8 -0
- package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
- package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.js +40 -0
- package/dist/esm/drawer-body/drawer-body.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.styles.d.ts +4 -0
- package/dist/esm/drawer-body/drawer-body.styles.js +37 -0
- package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.template.d.ts +8 -0
- package/dist/esm/drawer-body/drawer-body.template.js +21 -0
- package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
- package/dist/esm/drawer-body/index.d.ts +4 -0
- package/dist/esm/drawer-body/index.js +5 -0
- package/dist/esm/drawer-body/index.js.map +1 -0
- package/dist/esm/dropdown/define.js +4 -0
- package/dist/esm/dropdown/define.js.map +1 -0
- package/dist/esm/dropdown/dropdown.base.d.ts +498 -0
- package/dist/esm/dropdown/dropdown.base.js +834 -0
- package/dist/esm/dropdown/dropdown.base.js.map +1 -0
- package/dist/esm/dropdown/dropdown.d.ts +30 -0
- package/dist/esm/dropdown/dropdown.definition.d.ts +9 -0
- package/dist/esm/dropdown/dropdown.definition.js +20 -0
- package/dist/esm/dropdown/dropdown.definition.js.map +1 -0
- package/dist/esm/dropdown/dropdown.js +35 -0
- package/dist/esm/dropdown/dropdown.js.map +1 -0
- package/dist/esm/dropdown/dropdown.options.d.ts +53 -0
- package/dist/esm/dropdown/dropdown.options.js +43 -0
- package/dist/esm/dropdown/dropdown.options.js.map +1 -0
- package/dist/esm/dropdown/dropdown.styles.d.ts +6 -0
- package/dist/esm/dropdown/dropdown.styles.js +197 -0
- package/dist/esm/dropdown/dropdown.styles.js.map +1 -0
- package/dist/esm/dropdown/dropdown.template.d.ts +38 -0
- package/dist/esm/dropdown/dropdown.template.js +92 -0
- package/dist/esm/dropdown/dropdown.template.js.map +1 -0
- package/dist/esm/dropdown/index.d.ts +6 -0
- package/dist/esm/dropdown/index.js +7 -0
- package/dist/esm/dropdown/index.js.map +1 -0
- package/dist/esm/field/define.js +4 -0
- package/dist/esm/field/define.js.map +1 -0
- package/dist/esm/field/field.base.d.ts +122 -0
- package/dist/esm/field/field.base.js +192 -0
- package/dist/esm/field/field.base.js.map +1 -0
- package/dist/esm/field/field.bench.d.ts +3 -0
- package/dist/esm/field/field.bench.js +10 -0
- package/dist/esm/field/field.bench.js.map +1 -0
- package/dist/esm/field/field.d.ts +20 -0
- package/dist/esm/field/field.definition.d.ts +9 -0
- package/dist/esm/field/field.definition.js +20 -0
- package/dist/esm/field/field.definition.js.map +1 -0
- package/dist/esm/field/field.js +29 -0
- package/dist/esm/field/field.js.map +1 -0
- package/dist/esm/field/field.options.d.ts +43 -0
- package/dist/esm/field/field.options.js +27 -0
- package/dist/esm/field/field.options.js.map +1 -0
- package/dist/esm/field/field.styles.d.ts +6 -0
- package/dist/esm/field/field.styles.js +133 -0
- package/dist/esm/field/field.styles.js.map +1 -0
- package/dist/esm/field/field.template.d.ts +6 -0
- package/dist/esm/field/field.template.js +26 -0
- package/dist/esm/field/field.template.js.map +1 -0
- package/dist/esm/field/index.d.ts +7 -0
- package/dist/esm/field/index.js +7 -0
- package/dist/esm/field/index.js.map +1 -0
- package/dist/esm/image/image.bench.d.ts +3 -0
- package/dist/esm/image/image.bench.js +14 -0
- package/dist/esm/image/image.bench.js.map +1 -0
- package/dist/esm/image/image.d.ts +51 -0
- package/dist/esm/image/image.js +4 -6
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/image.options.d.ts +26 -0
- package/dist/esm/image/image.options.js +0 -1
- package/dist/esm/image/image.options.js.map +1 -1
- package/dist/esm/image/image.template.d.ts +7 -0
- package/dist/esm/image/image.template.js.map +1 -1
- package/dist/esm/image/index.d.ts +5 -0
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.d.ts +44 -0
- package/dist/esm/index-rollup.js +44 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.d.ts +65 -0
- package/dist/esm/index.js +52 -34
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.d.ts +5 -0
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/label/label.bench.d.ts +3 -0
- package/dist/esm/label/label.bench.js +11 -0
- package/dist/esm/label/label.bench.js.map +1 -0
- package/dist/esm/label/label.d.ts +43 -0
- package/dist/esm/label/label.js +4 -6
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.options.d.ts +26 -0
- package/dist/esm/label/label.styles.js +12 -6
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/label/label.template.d.ts +8 -0
- package/dist/esm/label/label.template.js +1 -1
- package/dist/esm/label/label.template.js.map +1 -1
- package/dist/esm/link/define.js +4 -0
- package/dist/esm/link/define.js.map +1 -0
- package/dist/esm/link/index.d.ts +5 -0
- package/dist/esm/link/index.js +6 -0
- package/dist/esm/link/index.js.map +1 -0
- package/dist/esm/link/link.bench.d.ts +3 -0
- package/dist/esm/link/link.bench.js +11 -0
- package/dist/esm/link/link.bench.js.map +1 -0
- package/dist/esm/link/link.d.ts +35 -0
- package/dist/esm/link/link.definition.d.ts +7 -0
- package/dist/esm/link/link.definition.js +15 -0
- package/dist/esm/link/link.definition.js.map +1 -0
- package/dist/esm/link/link.js +38 -0
- package/dist/esm/link/link.js.map +1 -0
- package/dist/esm/link/link.options.d.ts +52 -0
- package/dist/esm/link/link.options.js +21 -0
- package/dist/esm/link/link.options.js.map +1 -0
- package/dist/esm/link/link.styles.js +71 -0
- package/dist/esm/link/link.styles.js.map +1 -0
- package/dist/esm/link/link.template.d.ts +12 -0
- package/dist/esm/link/link.template.js +22 -0
- package/dist/esm/link/link.template.js.map +1 -0
- package/dist/esm/listbox/define.js +4 -0
- package/dist/esm/listbox/define.js.map +1 -0
- package/dist/esm/listbox/index.d.ts +5 -0
- package/dist/esm/listbox/index.js +6 -0
- package/dist/esm/listbox/index.js.map +1 -0
- package/dist/esm/listbox/listbox.d.ts +118 -0
- package/dist/esm/listbox/listbox.definition.d.ts +9 -0
- package/dist/esm/listbox/listbox.definition.js +17 -0
- package/dist/esm/listbox/listbox.definition.js.map +1 -0
- package/dist/esm/listbox/listbox.js +180 -0
- package/dist/esm/listbox/listbox.js.map +1 -0
- package/dist/esm/listbox/listbox.options.d.ts +10 -0
- package/dist/esm/listbox/listbox.options.js +15 -0
- package/dist/esm/listbox/listbox.options.js.map +1 -0
- package/dist/esm/listbox/listbox.styles.d.ts +6 -0
- package/dist/esm/listbox/listbox.styles.js +62 -0
- package/dist/esm/listbox/listbox.styles.js.map +1 -0
- package/dist/esm/listbox/listbox.template.d.ts +17 -0
- package/dist/esm/listbox/listbox.template.js +33 -0
- package/dist/esm/listbox/listbox.template.js.map +1 -0
- package/dist/esm/menu/index.d.ts +4 -0
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu/menu.bench.d.ts +3 -0
- package/dist/esm/menu/menu.bench.js +31 -0
- package/dist/esm/menu/menu.bench.js.map +1 -0
- package/dist/esm/menu/menu.d.ts +226 -0
- package/dist/esm/menu/menu.js +146 -182
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu/menu.styles.js +53 -9
- package/dist/esm/menu/menu.styles.js.map +1 -1
- package/dist/esm/menu/menu.template.d.ts +4 -0
- package/dist/esm/menu/menu.template.js +3 -9
- package/dist/esm/menu/menu.template.js.map +1 -1
- package/dist/esm/menu-button/index.d.ts +6 -0
- package/dist/esm/menu-button/index.js +3 -3
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-button/menu-button.bench.d.ts +3 -0
- package/dist/esm/menu-button/menu-button.bench.js +11 -0
- package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
- package/dist/esm/menu-button/menu-button.d.ts +10 -0
- package/dist/esm/menu-button/menu-button.definition.js +0 -3
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.js +3 -0
- package/dist/esm/menu-button/menu-button.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.d.ts +46 -0
- package/dist/esm/menu-button/menu-button.template.d.ts +7 -0
- package/dist/esm/menu-button/menu-button.template.js +5 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/index.d.ts +6 -0
- package/dist/esm/menu-item/index.js +4 -3
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-item/menu-item.bench.d.ts +3 -0
- package/dist/esm/menu-item/menu-item.bench.js +11 -0
- package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
- package/dist/esm/menu-item/menu-item.d.ts +145 -0
- package/dist/esm/menu-item/menu-item.js +103 -127
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.d.ts +30 -0
- package/dist/esm/menu-item/menu-item.styles.js +98 -122
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +15 -50
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/index.d.ts +4 -0
- package/dist/esm/menu-list/index.js +1 -1
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/menu-list/menu-list.bench.d.ts +3 -0
- package/dist/esm/menu-list/menu-list.bench.js +21 -0
- package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
- package/dist/esm/menu-list/menu-list.d.ts +80 -0
- package/dist/esm/menu-list/menu-list.js +35 -67
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.d.ts +4 -0
- package/dist/esm/menu-list/menu-list.template.js +0 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/message-bar/define.js +4 -0
- package/dist/esm/message-bar/define.js.map +1 -0
- package/dist/esm/message-bar/index.d.ts +5 -0
- package/dist/esm/message-bar/index.js +6 -0
- package/dist/esm/message-bar/index.js.map +1 -0
- package/dist/esm/message-bar/message-bar.bench.d.ts +3 -0
- package/dist/esm/message-bar/message-bar.bench.js +56 -0
- package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
- package/dist/esm/message-bar/message-bar.d.ts +50 -0
- package/dist/esm/message-bar/message-bar.definition.d.ts +9 -0
- package/dist/esm/message-bar/message-bar.definition.js +20 -0
- package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
- package/dist/esm/message-bar/message-bar.js +41 -0
- package/dist/esm/message-bar/message-bar.js.map +1 -0
- package/dist/esm/message-bar/message-bar.options.d.ts +30 -0
- package/dist/esm/message-bar/message-bar.options.js +27 -0
- package/dist/esm/message-bar/message-bar.options.js.map +1 -0
- package/dist/esm/message-bar/message-bar.styles.d.ts +7 -0
- package/dist/esm/message-bar/message-bar.styles.js +107 -0
- package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
- package/dist/esm/message-bar/message-bar.template.d.ts +14 -0
- package/dist/esm/message-bar/message-bar.template.js +25 -0
- package/dist/esm/message-bar/message-bar.template.js.map +1 -0
- package/dist/esm/option/define.js +4 -0
- package/dist/esm/option/define.js.map +1 -0
- package/dist/esm/option/index.d.ts +5 -0
- package/dist/esm/option/index.js +6 -0
- package/dist/esm/option/index.js.map +1 -0
- package/dist/esm/option/option.d.ts +262 -0
- package/dist/esm/option/option.definition.d.ts +9 -0
- package/dist/esm/option/option.definition.js +17 -0
- package/dist/esm/option/option.definition.js.map +1 -0
- package/dist/esm/option/option.js +298 -0
- package/dist/esm/option/option.js.map +1 -0
- package/dist/esm/option/option.options.d.ts +20 -0
- package/dist/esm/option/option.options.js +15 -0
- package/dist/esm/option/option.options.js.map +1 -0
- package/dist/esm/option/option.styles.d.ts +6 -0
- package/dist/esm/option/option.styles.js +128 -0
- package/dist/esm/option/option.styles.js.map +1 -0
- package/dist/esm/option/option.template.d.ts +16 -0
- package/dist/esm/option/option.template.js +42 -0
- package/dist/esm/option/option.template.js.map +1 -0
- package/dist/esm/patterns/aria-globals.js +1 -6
- package/dist/esm/patterns/aria-globals.js.map +1 -1
- package/dist/esm/patterns/start-end.d.ts +58 -0
- package/dist/esm/patterns/start-end.js +12 -0
- package/dist/esm/patterns/start-end.js.map +1 -1
- package/dist/esm/progress-bar/index.d.ts +6 -0
- package/dist/esm/progress-bar/index.js +3 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.base.d.ts +72 -0
- package/dist/esm/progress-bar/progress-bar.base.js +101 -0
- package/dist/esm/progress-bar/progress-bar.base.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.bench.d.ts +3 -0
- package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
- package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.d.ts +25 -0
- package/dist/esm/progress-bar/progress-bar.js +6 -27
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.d.ts +41 -0
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +58 -126
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.d.ts +4 -0
- package/dist/esm/progress-bar/progress-bar.template.js +4 -28
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/radio/index.d.ts +5 -0
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio/radio.bench.d.ts +3 -0
- package/dist/esm/radio/radio.bench.js +11 -0
- package/dist/esm/radio/radio.bench.js.map +1 -0
- package/dist/esm/radio/radio.d.ts +63 -0
- package/dist/esm/radio/radio.js +59 -76
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.options.d.ts +14 -0
- package/dist/esm/radio/radio.options.js +2 -0
- package/dist/esm/radio/radio.options.js.map +1 -0
- package/dist/esm/radio/radio.styles.d.ts +6 -0
- package/dist/esm/radio/radio.styles.js +95 -88
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.d.ts +16 -0
- package/dist/esm/radio/radio.template.js +21 -24
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.d.ts +5 -0
- package/dist/esm/radio-group/index.js +2 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.bench.d.ts +3 -0
- package/dist/esm/radio-group/radio-group.bench.js +21 -0
- package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
- package/dist/esm/radio-group/radio-group.d.ts +268 -0
- package/dist/esm/radio-group/radio-group.js +415 -319
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.d.ts +17 -0
- package/dist/esm/radio-group/radio-group.styles.js +30 -32
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.d.ts +4 -0
- package/dist/esm/radio-group/radio-group.template.js +6 -21
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/rating-display/define.d.ts +1 -0
- package/dist/esm/rating-display/define.js +4 -0
- package/dist/esm/rating-display/define.js.map +1 -0
- package/dist/esm/rating-display/index.d.ts +6 -0
- package/dist/esm/rating-display/index.js +7 -0
- package/dist/esm/rating-display/index.js.map +1 -0
- package/dist/esm/rating-display/rating-display.base.d.ts +89 -0
- package/dist/esm/rating-display/rating-display.base.js +94 -0
- package/dist/esm/rating-display/rating-display.base.js.map +1 -0
- package/dist/esm/rating-display/rating-display.d.ts +50 -0
- package/dist/esm/rating-display/rating-display.definition.d.ts +9 -0
- package/dist/esm/rating-display/rating-display.definition.js +17 -0
- package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
- package/dist/esm/rating-display/rating-display.js +50 -0
- package/dist/esm/rating-display/rating-display.js.map +1 -0
- package/dist/esm/rating-display/rating-display.options.d.ts +29 -0
- package/dist/esm/rating-display/rating-display.options.js +19 -0
- package/dist/esm/rating-display/rating-display.options.js.map +1 -0
- package/dist/esm/rating-display/rating-display.styles.d.ts +6 -0
- package/dist/esm/rating-display/rating-display.styles.js +123 -0
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
- package/dist/esm/rating-display/rating-display.template.d.ts +14 -0
- package/dist/esm/rating-display/rating-display.template.js +34 -0
- package/dist/esm/rating-display/rating-display.template.js.map +1 -0
- package/dist/esm/slider/define.d.ts +1 -0
- package/dist/esm/slider/index.d.ts +6 -0
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js.map +1 -1
- package/dist/esm/slider/slider.bench.d.ts +3 -0
- package/dist/esm/slider/slider.bench.js +10 -0
- package/dist/esm/slider/slider.bench.js.map +1 -0
- package/dist/esm/slider/slider.d.ts +358 -0
- package/dist/esm/slider/slider.js +436 -243
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.d.ts +56 -0
- package/dist/esm/slider/slider.styles.js +120 -128
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.d.ts +5 -0
- package/dist/esm/slider/slider.template.js +12 -28
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/define.d.ts +1 -0
- package/dist/esm/spinner/index.d.ts +6 -0
- package/dist/esm/spinner/index.js +3 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.base.d.ts +14 -0
- package/dist/esm/spinner/spinner.base.js +18 -0
- package/dist/esm/spinner/spinner.base.js.map +1 -0
- package/dist/esm/spinner/spinner.bench.d.ts +3 -0
- package/dist/esm/spinner/spinner.bench.js +10 -0
- package/dist/esm/spinner/spinner.bench.js.map +1 -0
- package/dist/esm/spinner/spinner.d.ts +27 -0
- package/dist/esm/spinner/spinner.js +8 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.options.d.ts +32 -0
- package/dist/esm/spinner/spinner.styles.js +115 -54
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.d.ts +2 -0
- package/dist/esm/spinner/spinner.template.js +16 -47
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +4 -5
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/styles/partials/index.d.ts +2 -0
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -1
- package/dist/esm/styles/partials/typography.partials.d.ts +18 -0
- package/dist/esm/styles/partials/typography.partials.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/styles/states/index.d.ts +139 -0
- package/dist/esm/styles/states/index.js +141 -0
- package/dist/esm/styles/states/index.js.map +1 -0
- package/dist/esm/switch/define.d.ts +1 -0
- package/dist/esm/switch/index.d.ts +6 -0
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/switch/switch.bench.d.ts +3 -0
- package/dist/esm/switch/switch.bench.js +11 -0
- package/dist/esm/switch/switch.bench.js.map +1 -0
- package/dist/esm/switch/switch.d.ts +15 -0
- package/dist/esm/switch/switch.js +10 -54
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.options.d.ts +15 -0
- package/dist/esm/switch/switch.styles.js +36 -56
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.d.ts +4 -0
- package/dist/esm/switch/switch.template.js +6 -16
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/define.d.ts +1 -0
- package/dist/esm/tab/index.d.ts +6 -0
- package/dist/esm/tab/index.js +4 -3
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab/tab.bench.d.ts +3 -0
- package/dist/esm/tab/tab.bench.js +11 -0
- package/dist/esm/tab/tab.bench.js.map +1 -0
- package/dist/esm/tab/tab.d.ts +26 -0
- package/dist/esm/tab/tab.js +4 -7
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.options.d.ts +10 -0
- package/dist/esm/tab/tab.options.js +15 -0
- package/dist/esm/tab/tab.options.js.map +1 -0
- package/dist/esm/tab/tab.styles.js +12 -7
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.d.ts +4 -0
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/define.d.ts +1 -0
- package/dist/esm/tab-panel/define.js +3 -0
- package/dist/esm/tab-panel/define.js.map +1 -1
- package/dist/esm/tab-panel/index.d.ts +4 -0
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.bench.d.ts +3 -0
- package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
- package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.d.ts +8 -0
- package/dist/esm/tab-panel/tab-panel.definition.d.ts +5 -0
- package/dist/esm/tab-panel/tab-panel.definition.js +3 -0
- package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.js +5 -0
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.d.ts +7 -0
- package/dist/esm/tab-panel/tab-panel.template.js +3 -0
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tablist/define.d.ts +1 -0
- package/dist/esm/tablist/define.js +4 -0
- package/dist/esm/tablist/define.js.map +1 -0
- package/dist/esm/tablist/index.d.ts +6 -0
- package/dist/esm/tablist/index.js +7 -0
- package/dist/esm/tablist/index.js.map +1 -0
- package/dist/esm/tablist/tablist.base.d.ts +106 -0
- package/dist/esm/tablist/tablist.base.js +265 -0
- package/dist/esm/tablist/tablist.base.js.map +1 -0
- package/dist/esm/tablist/tablist.bench.d.ts +3 -0
- package/dist/esm/tablist/tablist.bench.js +21 -0
- package/dist/esm/tablist/tablist.bench.js.map +1 -0
- package/dist/esm/tablist/tablist.d.ts +94 -0
- package/dist/esm/tablist/tablist.definition.d.ts +7 -0
- package/dist/esm/tablist/tablist.definition.js +15 -0
- package/dist/esm/tablist/tablist.definition.js.map +1 -0
- package/dist/esm/tablist/tablist.js +161 -0
- package/dist/esm/tablist/tablist.js.map +1 -0
- package/dist/esm/tablist/tablist.options.d.ts +44 -0
- package/dist/esm/tablist/tablist.options.js +24 -0
- package/dist/esm/tablist/tablist.options.js.map +1 -0
- package/dist/esm/tablist/tablist.styles.d.ts +4 -0
- package/dist/esm/tablist/tablist.styles.js +193 -0
- package/dist/esm/tablist/tablist.styles.js.map +1 -0
- package/dist/esm/tablist/tablist.template.d.ts +5 -0
- package/dist/esm/tablist/tablist.template.js +10 -0
- package/dist/esm/tablist/tablist.template.js.map +1 -0
- package/dist/esm/tabs/define.d.ts +1 -0
- package/dist/esm/tabs/define.js +3 -0
- package/dist/esm/tabs/define.js.map +1 -1
- package/dist/esm/tabs/index.d.ts +6 -0
- package/dist/esm/tabs/index.js +4 -4
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.base.d.ts +90 -0
- package/dist/esm/tabs/tabs.base.js +279 -0
- package/dist/esm/tabs/tabs.base.js.map +1 -0
- package/dist/esm/tabs/tabs.bench.d.ts +3 -0
- package/dist/esm/tabs/tabs.bench.js +32 -0
- package/dist/esm/tabs/tabs.bench.js.map +1 -0
- package/dist/esm/tabs/tabs.d.ts +100 -0
- package/dist/esm/tabs/tabs.definition.d.ts +5 -0
- package/dist/esm/tabs/tabs.definition.js +3 -0
- package/dist/esm/tabs/tabs.definition.js.map +1 -1
- package/dist/esm/tabs/tabs.js +44 -300
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.d.ts +32 -0
- package/dist/esm/tabs/tabs.template.d.ts +8 -0
- package/dist/esm/tabs/tabs.template.js +3 -0
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text/define.d.ts +1 -0
- package/dist/esm/text/index.d.ts +5 -0
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text/text.bench.d.ts +3 -0
- package/dist/esm/text/text.bench.js +13 -0
- package/dist/esm/text/text.bench.js.map +1 -0
- package/dist/esm/text/text.d.ts +100 -0
- package/dist/esm/text/text.js +10 -6
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.options.d.ts +67 -0
- package/dist/esm/text/text.styles.js +33 -32
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text/text.template.d.ts +6 -0
- package/dist/esm/text/text.template.js.map +1 -1
- package/dist/esm/text-input/define.d.ts +1 -0
- package/dist/esm/text-input/index.d.ts +7 -0
- package/dist/esm/text-input/index.js +5 -4
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.base.d.ts +402 -0
- package/dist/esm/text-input/text-input.base.js +423 -0
- package/dist/esm/text-input/text-input.base.js.map +1 -0
- package/dist/esm/text-input/text-input.bench.d.ts +3 -0
- package/dist/esm/text-input/text-input.bench.js +10 -0
- package/dist/esm/text-input/text-input.bench.js.map +1 -0
- package/dist/esm/text-input/text-input.d.ts +38 -0
- package/dist/esm/text-input/text-input.definition.d.ts +9 -0
- package/dist/esm/text-input/text-input.definition.js +5 -3
- package/dist/esm/text-input/text-input.definition.js.map +1 -1
- package/dist/esm/text-input/text-input.js +16 -174
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.d.ts +51 -0
- package/dist/esm/text-input/text-input.options.js +26 -19
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.d.ts +7 -0
- package/dist/esm/text-input/text-input.styles.js +22 -12
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.template.d.ts +13 -0
- package/dist/esm/text-input/text-input.template.js +45 -55
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/textarea/define.d.ts +1 -0
- package/dist/esm/textarea/define.js +4 -0
- package/dist/esm/textarea/define.js.map +1 -0
- package/dist/esm/textarea/index.d.ts +6 -0
- package/dist/esm/textarea/index.js +7 -0
- package/dist/esm/textarea/index.js.map +1 -0
- package/dist/esm/textarea/textarea.base.d.ts +347 -0
- package/dist/esm/textarea/textarea.base.js +494 -0
- package/dist/esm/textarea/textarea.base.js.map +1 -0
- package/dist/esm/textarea/textarea.bench.d.ts +3 -0
- package/dist/esm/textarea/textarea.bench.js +10 -0
- package/dist/esm/textarea/textarea.bench.js.map +1 -0
- package/dist/esm/textarea/textarea.d.ts +47 -0
- package/dist/esm/textarea/textarea.definition.d.ts +9 -0
- package/dist/esm/textarea/textarea.definition.js +20 -0
- package/dist/esm/textarea/textarea.definition.js.map +1 -0
- package/dist/esm/textarea/textarea.js +73 -0
- package/dist/esm/textarea/textarea.js.map +1 -0
- package/dist/esm/textarea/textarea.options.d.ts +49 -0
- package/dist/esm/textarea/textarea.options.js +48 -0
- package/dist/esm/textarea/textarea.options.js.map +1 -0
- package/dist/esm/textarea/textarea.styles.d.ts +7 -0
- package/dist/esm/textarea/textarea.styles.js +268 -0
- package/dist/esm/textarea/textarea.styles.js.map +1 -0
- package/dist/esm/textarea/textarea.template.d.ts +12 -0
- package/dist/esm/textarea/textarea.template.js +54 -0
- package/dist/esm/textarea/textarea.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.d.ts +2220 -0
- package/dist/esm/theme/design-tokens.js +1837 -1
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/index.d.ts +2 -0
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/esm/theme/set-theme.d.ts +29 -0
- package/dist/esm/theme/set-theme.global.bench.d.ts +3 -0
- package/dist/esm/theme/set-theme.global.bench.js +25 -0
- package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.js +185 -12
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/esm/theme/set-theme.local.bench.d.ts +3 -0
- package/dist/esm/theme/set-theme.local.bench.js +27 -0
- package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.shadow.bench.d.ts +3 -0
- package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
- package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
- package/dist/esm/toggle-button/define.d.ts +1 -0
- package/dist/esm/toggle-button/index.d.ts +6 -0
- package/dist/esm/toggle-button/index.js +4 -4
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.bench.d.ts +3 -0
- package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
- package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.d.ts +53 -0
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -3
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.js +46 -91
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.d.ts +46 -0
- package/dist/esm/toggle-button/toggle-button.styles.d.ts +8 -0
- package/dist/esm/toggle-button/toggle-button.styles.js +34 -26
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.d.ts +7 -0
- package/dist/esm/tooltip/define.d.ts +1 -0
- package/dist/esm/tooltip/define.js +4 -0
- package/dist/esm/tooltip/define.js.map +1 -0
- package/dist/esm/tooltip/index.d.ts +5 -0
- package/dist/esm/tooltip/index.js +6 -0
- package/dist/esm/tooltip/index.js.map +1 -0
- package/dist/esm/tooltip/tooltip.d.ts +98 -0
- package/dist/esm/tooltip/tooltip.definition.d.ts +9 -0
- package/dist/esm/tooltip/tooltip.definition.js +17 -0
- package/dist/esm/tooltip/tooltip.definition.js.map +1 -0
- package/dist/esm/tooltip/tooltip.js +202 -0
- package/dist/esm/tooltip/tooltip.js.map +1 -0
- package/dist/esm/tooltip/tooltip.options.d.ts +24 -0
- package/dist/esm/tooltip/tooltip.options.js +19 -0
- package/dist/esm/tooltip/tooltip.options.js.map +1 -0
- package/dist/esm/tooltip/tooltip.styles.d.ts +5 -0
- package/dist/esm/tooltip/tooltip.styles.js +96 -0
- package/dist/esm/tooltip/tooltip.styles.js.map +1 -0
- package/dist/esm/tooltip/tooltip.template.d.ts +6 -0
- package/dist/esm/tooltip/tooltip.template.js +11 -0
- package/dist/esm/tooltip/tooltip.template.js.map +1 -0
- package/dist/esm/tree/define.d.ts +1 -0
- package/dist/esm/tree/define.js +4 -0
- package/dist/esm/tree/define.js.map +1 -0
- package/dist/esm/tree/index.d.ts +5 -0
- package/dist/esm/tree/index.js +6 -0
- package/dist/esm/tree/index.js.map +1 -0
- package/dist/esm/tree/tree.base.d.ts +68 -0
- package/dist/esm/tree/tree.base.js +228 -0
- package/dist/esm/tree/tree.base.js.map +1 -0
- package/dist/esm/tree/tree.bench.d.ts +3 -0
- package/dist/esm/tree/tree.bench.js +10 -0
- package/dist/esm/tree/tree.bench.js.map +1 -0
- package/dist/esm/tree/tree.d.ts +34 -0
- package/dist/esm/tree/tree.definition.d.ts +8 -0
- package/dist/esm/tree/tree.definition.js +16 -0
- package/dist/esm/tree/tree.definition.js.map +1 -0
- package/dist/esm/tree/tree.js +61 -0
- package/dist/esm/tree/tree.js.map +1 -0
- package/dist/esm/tree/tree.styles.d.ts +1 -0
- package/dist/esm/tree/tree.styles.js +9 -0
- package/dist/esm/tree/tree.styles.js.map +1 -0
- package/dist/esm/tree/tree.template.d.ts +2 -0
- package/dist/esm/tree/tree.template.js +19 -0
- package/dist/esm/tree/tree.template.js.map +1 -0
- package/dist/esm/tree-item/define.d.ts +1 -0
- package/dist/esm/tree-item/define.js +4 -0
- package/dist/esm/tree-item/define.js.map +1 -0
- package/dist/esm/tree-item/index.d.ts +6 -0
- package/dist/esm/tree-item/index.js +6 -0
- package/dist/esm/tree-item/index.js.map +1 -0
- package/dist/esm/tree-item/tree-item.base.d.ts +81 -0
- package/dist/esm/tree-item/tree-item.base.js +142 -0
- package/dist/esm/tree-item/tree-item.base.js.map +1 -0
- package/dist/esm/tree-item/tree-item.bench.d.ts +3 -0
- package/dist/esm/tree-item/tree-item.bench.js +10 -0
- package/dist/esm/tree-item/tree-item.bench.js.map +1 -0
- package/dist/esm/tree-item/tree-item.d.ts +44 -0
- package/dist/esm/tree-item/tree-item.definition.d.ts +8 -0
- package/dist/esm/tree-item/tree-item.definition.js +16 -0
- package/dist/esm/tree-item/tree-item.definition.js.map +1 -0
- package/dist/esm/tree-item/tree-item.js +71 -0
- package/dist/esm/tree-item/tree-item.js.map +1 -0
- package/dist/esm/tree-item/tree-item.options.d.ts +22 -0
- package/dist/esm/tree-item/tree-item.options.js +24 -0
- package/dist/esm/tree-item/tree-item.options.js.map +1 -0
- package/dist/esm/tree-item/tree-item.styles.js +157 -0
- package/dist/esm/tree-item/tree-item.styles.js.map +1 -0
- package/dist/esm/tree-item/tree-item.template.d.ts +2 -0
- package/dist/esm/tree-item/tree-item.template.js +37 -0
- package/dist/esm/tree-item/tree-item.template.js.map +1 -0
- package/dist/esm/tsdoc-metadata.json +11 -0
- package/dist/esm/utils/apply-mixins.js.map +1 -1
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -1
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -1
- package/dist/esm/utils/converters.d.ts +17 -0
- package/dist/esm/utils/converters.js +26 -0
- package/dist/esm/utils/converters.js.map +1 -0
- package/dist/esm/utils/direction.js +1 -2
- package/dist/esm/utils/direction.js.map +1 -1
- package/dist/esm/utils/display.d.ts +17 -0
- package/dist/esm/utils/element-internals.d.ts +54 -0
- package/dist/esm/utils/element-internals.js +96 -0
- package/dist/esm/utils/element-internals.js.map +1 -0
- package/dist/esm/utils/focusable-element.d.ts +3 -0
- package/dist/esm/utils/focusable-element.js +10 -0
- package/dist/esm/utils/focusable-element.js.map +1 -0
- package/dist/esm/utils/get-initials.js +2 -2
- package/dist/esm/utils/get-initials.js.map +1 -1
- package/dist/esm/utils/index.d.ts +8 -0
- package/dist/esm/utils/index.js +2 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/esm/utils/language.d.ts +9 -0
- package/dist/esm/utils/language.js +12 -0
- package/dist/esm/utils/language.js.map +1 -0
- package/dist/esm/utils/root-active-element.d.ts +1 -0
- package/dist/esm/utils/root-active-element.js +9 -0
- package/dist/esm/utils/root-active-element.js.map +1 -0
- package/dist/esm/utils/support.d.ts +15 -0
- package/dist/esm/utils/support.js +16 -0
- package/dist/esm/utils/support.js.map +1 -0
- package/dist/esm/utils/template-helpers.d.ts +15 -0
- package/dist/esm/utils/template-helpers.js +1 -1
- package/dist/esm/utils/template-helpers.js.map +1 -1
- package/dist/esm/utils/typings.d.ts +6 -0
- package/dist/esm/utils/unique-id.d.ts +9 -0
- package/dist/esm/utils/unique-id.js +14 -0
- package/dist/esm/utils/unique-id.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +1 -1
- package/dist/esm/utils/whitespace-filter.js.map +1 -1
- package/dist/web-components.d.ts +8041 -2361
- package/dist/web-components.js +10024 -6240
- package/dist/web-components.min.js +403 -199
- package/package.json +54 -173
- package/dist/dts/accordion/accordion.d.ts +0 -51
- package/dist/dts/accordion/accordion.options.d.ts +0 -14
- package/dist/dts/accordion/accordion.template.d.ts +0 -7
- package/dist/dts/accordion/index.d.ts +0 -4
- package/dist/dts/accordion-item/accordion-item.d.ts +0 -108
- package/dist/dts/accordion-item/accordion-item.options.d.ts +0 -27
- package/dist/dts/accordion-item/accordion-item.template.d.ts +0 -8
- package/dist/dts/accordion-item/index.d.ts +0 -5
- package/dist/dts/anchor-button/anchor-button.d.ts +0 -176
- package/dist/dts/anchor-button/anchor-button.options.d.ts +0 -64
- package/dist/dts/anchor-button/anchor-button.template.d.ts +0 -12
- package/dist/dts/anchor-button/index.d.ts +0 -4
- package/dist/dts/avatar/avatar.d.ts +0 -97
- package/dist/dts/avatar/avatar.options.d.ts +0 -142
- package/dist/dts/avatar/avatar.template.d.ts +0 -8
- package/dist/dts/avatar/index.d.ts +0 -5
- package/dist/dts/badge/badge.d.ts +0 -49
- package/dist/dts/badge/badge.options.d.ts +0 -74
- package/dist/dts/badge/badge.template.d.ts +0 -9
- package/dist/dts/badge/index.d.ts +0 -5
- package/dist/dts/button/button.d.ts +0 -193
- package/dist/dts/button/button.definition.d.ts +0 -7
- package/dist/dts/button/button.form-associated.d.ts +0 -14
- package/dist/dts/button/button.options.d.ts +0 -68
- package/dist/dts/button/button.template.d.ts +0 -9
- package/dist/dts/button/index.d.ts +0 -5
- package/dist/dts/checkbox/checkbox.d.ts +0 -78
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +0 -14
- package/dist/dts/checkbox/checkbox.options.d.ts +0 -28
- package/dist/dts/checkbox/checkbox.template.d.ts +0 -12
- package/dist/dts/checkbox/index.d.ts +0 -5
- package/dist/dts/compound-button/compound-button.d.ts +0 -7
- package/dist/dts/compound-button/compound-button.options.d.ts +0 -51
- package/dist/dts/compound-button/compound-button.template.d.ts +0 -13
- package/dist/dts/compound-button/index.d.ts +0 -5
- package/dist/dts/counter-badge/counter-badge.d.ts +0 -90
- package/dist/dts/counter-badge/counter-badge.options.d.ts +0 -69
- package/dist/dts/counter-badge/counter-badge.template.d.ts +0 -7
- package/dist/dts/counter-badge/index.d.ts +0 -5
- package/dist/dts/dialog/dialog.d.ts +0 -192
- package/dist/dts/dialog/dialog.options.d.ts +0 -11
- package/dist/dts/dialog/dialog.template.d.ts +0 -7
- package/dist/dts/dialog/index.d.ts +0 -4
- package/dist/dts/divider/divider.d.ts +0 -47
- package/dist/dts/divider/divider.options.d.ts +0 -65
- package/dist/dts/divider/divider.template.d.ts +0 -8
- package/dist/dts/divider/index.d.ts +0 -5
- package/dist/dts/form-associated/form-associated.d.ts +0 -178
- package/dist/dts/helpers.tests.d.ts +0 -8
- package/dist/dts/image/image.d.ts +0 -48
- package/dist/dts/image/image.options.d.ts +0 -27
- package/dist/dts/image/image.template.d.ts +0 -7
- package/dist/dts/image/index.d.ts +0 -5
- package/dist/dts/index-rollup.d.ts +0 -1
- package/dist/dts/index.d.ts +0 -34
- package/dist/dts/label/index.d.ts +0 -4
- package/dist/dts/label/label.d.ts +0 -42
- package/dist/dts/label/label.options.d.ts +0 -26
- package/dist/dts/label/label.template.d.ts +0 -8
- package/dist/dts/menu/index.d.ts +0 -4
- package/dist/dts/menu/menu.d.ts +0 -194
- package/dist/dts/menu/menu.template.d.ts +0 -4
- package/dist/dts/menu-button/index.d.ts +0 -5
- package/dist/dts/menu-button/menu-button.d.ts +0 -7
- package/dist/dts/menu-button/menu-button.options.d.ts +0 -47
- package/dist/dts/menu-button/menu-button.template.d.ts +0 -7
- package/dist/dts/menu-item/index.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.d.ts +0 -166
- package/dist/dts/menu-item/menu-item.options.d.ts +0 -30
- package/dist/dts/menu-list/index.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.d.ts +0 -76
- package/dist/dts/menu-list/menu-list.template.d.ts +0 -4
- package/dist/dts/patterns/start-end.d.ts +0 -44
- package/dist/dts/progress-bar/base-progress.d.ts +0 -41
- package/dist/dts/progress-bar/index.d.ts +0 -5
- package/dist/dts/progress-bar/progress-bar.d.ts +0 -37
- package/dist/dts/progress-bar/progress-bar.options.d.ts +0 -50
- package/dist/dts/progress-bar/progress-bar.template.d.ts +0 -5
- package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
- package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
- package/dist/dts/radio/index.d.ts +0 -4
- package/dist/dts/radio/radio.d.ts +0 -58
- package/dist/dts/radio/radio.form-associated.d.ts +0 -14
- package/dist/dts/radio/radio.styles.d.ts +0 -4
- package/dist/dts/radio/radio.template.d.ts +0 -4
- package/dist/dts/radio-group/index.d.ts +0 -4
- package/dist/dts/radio-group/radio-group.d.ts +0 -104
- package/dist/dts/radio-group/radio-group.options.d.ts +0 -17
- package/dist/dts/radio-group/radio-group.template.d.ts +0 -4
- package/dist/dts/slider/index.d.ts +0 -5
- package/dist/dts/slider/slider.d.ts +0 -214
- package/dist/dts/slider/slider.form-associated.d.ts +0 -14
- package/dist/dts/slider/slider.options.d.ts +0 -56
- package/dist/dts/slider/slider.template.d.ts +0 -5
- package/dist/dts/spinner/index.d.ts +0 -5
- package/dist/dts/spinner/spinner.d.ts +0 -25
- package/dist/dts/spinner/spinner.options.d.ts +0 -32
- package/dist/dts/spinner/spinner.template.d.ts +0 -5
- package/dist/dts/styles/partials/index.d.ts +0 -1
- package/dist/dts/switch/index.d.ts +0 -5
- package/dist/dts/switch/switch.d.ts +0 -45
- package/dist/dts/switch/switch.form-associated.d.ts +0 -14
- package/dist/dts/switch/switch.options.d.ts +0 -15
- package/dist/dts/switch/switch.template.d.ts +0 -4
- package/dist/dts/tab/index.d.ts +0 -4
- package/dist/dts/tab/tab.d.ts +0 -23
- package/dist/dts/tab/tab.template.d.ts +0 -4
- package/dist/dts/tab-panel/index.d.ts +0 -4
- package/dist/dts/tab-panel/tab-panel.d.ts +0 -3
- package/dist/dts/tab-panel/tab-panel.definition.d.ts +0 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +0 -4
- package/dist/dts/tabs/index.d.ts +0 -5
- package/dist/dts/tabs/tabs.d.ts +0 -173
- package/dist/dts/tabs/tabs.definition.d.ts +0 -2
- package/dist/dts/tabs/tabs.options.d.ts +0 -32
- package/dist/dts/tabs/tabs.template.d.ts +0 -5
- package/dist/dts/text/index.d.ts +0 -5
- package/dist/dts/text/text.d.ts +0 -91
- package/dist/dts/text/text.options.d.ts +0 -67
- package/dist/dts/text/text.template.d.ts +0 -6
- package/dist/dts/text-input/index.d.ts +0 -5
- package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
- package/dist/dts/text-input/text-input.d.ts +0 -154
- package/dist/dts/text-input/text-input.definition.d.ts +0 -10
- package/dist/dts/text-input/text-input.options.d.ts +0 -61
- package/dist/dts/text-input/text-input.styles.d.ts +0 -4
- package/dist/dts/text-input/text-input.template.d.ts +0 -7
- package/dist/dts/theme/design-tokens.d.ts +0 -384
- package/dist/dts/theme/index.d.ts +0 -2
- package/dist/dts/theme/set-theme.d.ts +0 -7
- package/dist/dts/toggle-button/index.d.ts +0 -5
- package/dist/dts/toggle-button/toggle-button.d.ts +0 -48
- package/dist/dts/toggle-button/toggle-button.options.d.ts +0 -47
- package/dist/dts/toggle-button/toggle-button.template.d.ts +0 -7
- package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +0 -124
- package/dist/dts/utils/display.d.ts +0 -17
- package/dist/dts/utils/index.d.ts +0 -6
- package/dist/dts/utils/template-helpers.d.ts +0 -16
- package/dist/dts/utils/typings.d.ts +0 -6
- package/dist/esm/button/button.form-associated.js +0 -14
- package/dist/esm/button/button.form-associated.js.map +0 -1
- package/dist/esm/checkbox/checkbox.form-associated.js +0 -14
- package/dist/esm/checkbox/checkbox.form-associated.js.map +0 -1
- package/dist/esm/form-associated/form-associated.js +0 -458
- package/dist/esm/form-associated/form-associated.js.map +0 -1
- package/dist/esm/helpers.tests.js +0 -29
- package/dist/esm/helpers.tests.js.map +0 -1
- package/dist/esm/progress-bar/base-progress.js +0 -61
- package/dist/esm/progress-bar/base-progress.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.js +0 -16
- package/dist/esm/progress-ring/progress-ring.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.options.js +0 -2
- package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
- package/dist/esm/radio/radio.form-associated.js +0 -14
- package/dist/esm/radio/radio.form-associated.js.map +0 -1
- package/dist/esm/slider/slider.form-associated.js +0 -14
- package/dist/esm/slider/slider.form-associated.js.map +0 -1
- package/dist/esm/switch/switch.form-associated.js +0 -14
- package/dist/esm/switch/switch.form-associated.js.map +0 -1
- package/dist/esm/text-input/text-field.form-associated.js +0 -14
- package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
- package/dist/fluent-web-components.api.json +0 -28183
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- package/dist/storybook/289.703b1698.iframe.bundle.js +0 -2
- package/dist/storybook/289.703b1698.iframe.bundle.js.LICENSE.txt +0 -51
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
- package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
- package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
- package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
- package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
- package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
- package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
- package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
- package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
- package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
- package/dist/storybook/SegoeUI-VF.ttf +0 -0
- package/dist/storybook/favicon.ico +0 -0
- package/dist/storybook/favicon.png +0 -0
- package/dist/storybook/iframe.html +0 -364
- package/dist/storybook/index.html +0 -165
- package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
- package/dist/storybook/main.81e47c59.iframe.bundle.js +0 -2
- package/dist/storybook/main.81e47c59.iframe.bundle.js.LICENSE.txt +0 -1
- package/dist/storybook/project.json +0 -1
- package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
- package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
- package/dist/storybook/shell.css +0 -83
- package/dist/storybook/theme-switch.ts +0 -13
- package/docs/api-report.md +0 -3015
- package/playwright.config.ts +0 -25
- package/tensile.config.js +0 -22
- /package/dist/{dts → esm}/accordion/accordion.definition.d.ts +0 -0
- /package/dist/{dts → esm}/accordion/accordion.styles.d.ts +0 -0
- /package/dist/{dts → esm}/accordion/define.d.ts +0 -0
- /package/dist/{dts → esm}/accordion-item/accordion-item.definition.d.ts +0 -0
- /package/dist/{dts → esm}/accordion-item/accordion-item.styles.d.ts +0 -0
- /package/dist/{dts → esm}/accordion-item/define.d.ts +0 -0
- /package/dist/{dts → esm}/anchor-button/anchor-button.definition.d.ts +0 -0
- /package/dist/{dts → esm}/anchor-button/anchor-button.styles.d.ts +0 -0
- /package/dist/{dts → esm}/anchor-button/define.d.ts +0 -0
- /package/dist/{dts → esm}/avatar/avatar.definition.d.ts +0 -0
- /package/dist/{dts → esm}/avatar/avatar.styles.d.ts +0 -0
- /package/dist/{dts → esm}/avatar/define.d.ts +0 -0
- /package/dist/{dts → esm}/badge/badge.definition.d.ts +0 -0
- /package/dist/{dts → esm}/badge/badge.styles.d.ts +0 -0
- /package/dist/{dts → esm}/badge/define.d.ts +0 -0
- /package/dist/{dts → esm}/button/define.d.ts +0 -0
- /package/dist/{dts → esm}/checkbox/checkbox.definition.d.ts +0 -0
- /package/dist/{dts → esm}/checkbox/checkbox.styles.d.ts +0 -0
- /package/dist/{dts → esm}/checkbox/define.d.ts +0 -0
- /package/dist/{dts → esm}/compound-button/compound-button.definition.d.ts +0 -0
- /package/dist/{dts → esm}/compound-button/compound-button.styles.d.ts +0 -0
- /package/dist/{dts → esm}/compound-button/define.d.ts +0 -0
- /package/dist/{dts → esm}/counter-badge/counter-badge.definition.d.ts +0 -0
- /package/dist/{dts → esm}/counter-badge/counter-badge.styles.d.ts +0 -0
- /package/dist/{dts → esm}/counter-badge/define.d.ts +0 -0
- /package/dist/{dts/divider → esm/dialog}/define.d.ts +0 -0
- /package/dist/{dts → esm}/dialog/dialog.definition.d.ts +0 -0
- /package/dist/{dts → esm}/dialog/dialog.styles.d.ts +0 -0
- /package/dist/{dts/dialog → esm/dialog-body}/define.d.ts +0 -0
- /package/dist/{dts/image → esm/divider}/define.d.ts +0 -0
- /package/dist/{dts → esm}/divider/divider.definition.d.ts +0 -0
- /package/dist/{dts → esm}/divider/divider.styles.d.ts +0 -0
- /package/dist/{dts/menu-button → esm/drawer}/define.d.ts +0 -0
- /package/dist/{dts/label → esm/drawer-body}/define.d.ts +0 -0
- /package/dist/{dts/menu-item → esm/dropdown}/define.d.ts +0 -0
- /package/dist/{dts/menu-list → esm/field}/define.d.ts +0 -0
- /package/dist/{dts → esm}/fluent-design-system.d.ts +0 -0
- /package/dist/{dts/menu → esm/image}/define.d.ts +0 -0
- /package/dist/{dts → esm}/image/image.definition.d.ts +0 -0
- /package/dist/{dts → esm}/image/image.styles.d.ts +0 -0
- /package/dist/{dts/progress-bar → esm/label}/define.d.ts +0 -0
- /package/dist/{dts → esm}/label/label.definition.d.ts +0 -0
- /package/dist/{dts → esm}/label/label.styles.d.ts +0 -0
- /package/dist/{dts/radio-group → esm/link}/define.d.ts +0 -0
- /package/dist/{dts/button/button.styles.d.ts → esm/link/link.styles.d.ts} +0 -0
- /package/dist/{dts/radio → esm/listbox}/define.d.ts +0 -0
- /package/dist/{dts/tab-panel → esm/menu}/define.d.ts +0 -0
- /package/dist/{dts → esm}/menu/menu.definition.d.ts +0 -0
- /package/dist/{dts → esm}/menu/menu.styles.d.ts +0 -0
- /package/dist/{dts/slider → esm/menu-button}/define.d.ts +0 -0
- /package/dist/{dts → esm}/menu-button/menu-button.definition.d.ts +0 -0
- /package/dist/{dts/spinner → esm/menu-item}/define.d.ts +0 -0
- /package/dist/{dts → esm}/menu-item/menu-item.definition.d.ts +0 -0
- /package/dist/{dts → esm}/menu-item/menu-item.styles.d.ts +0 -0
- /package/dist/{dts → esm}/menu-item/menu-item.template.d.ts +0 -0
- /package/dist/{dts/switch → esm/menu-list}/define.d.ts +0 -0
- /package/dist/{dts → esm}/menu-list/menu-list.definition.d.ts +0 -0
- /package/dist/{dts → esm}/menu-list/menu-list.styles.d.ts +0 -0
- /package/dist/{dts/tab → esm/message-bar}/define.d.ts +0 -0
- /package/dist/{dts/tabs → esm/option}/define.d.ts +0 -0
- /package/dist/{dts → esm}/patterns/aria-globals.d.ts +0 -0
- /package/dist/{dts → esm}/patterns/index.d.ts +0 -0
- /package/dist/{dts/text-input → esm/progress-bar}/define.d.ts +0 -0
- /package/dist/{dts → esm}/progress-bar/progress-bar.definition.d.ts +0 -0
- /package/dist/{dts → esm}/progress-bar/progress-bar.styles.d.ts +0 -0
- /package/dist/{dts/toggle-button → esm/radio}/define.d.ts +0 -0
- /package/dist/{dts → esm}/radio/radio.definition.d.ts +0 -0
- /package/dist/{dts/text → esm/radio-group}/define.d.ts +0 -0
- /package/dist/{dts → esm}/radio-group/radio-group.definition.d.ts +0 -0
- /package/dist/{dts → esm}/radio-group/radio-group.styles.d.ts +0 -0
- /package/dist/{dts → esm}/slider/slider-utilities.d.ts +0 -0
- /package/dist/{dts → esm}/slider/slider.definition.d.ts +0 -0
- /package/dist/{dts → esm}/slider/slider.styles.d.ts +0 -0
- /package/dist/{dts → esm}/spinner/spinner.definition.d.ts +0 -0
- /package/dist/{dts → esm}/spinner/spinner.styles.d.ts +0 -0
- /package/dist/{dts → esm}/styles/index.d.ts +0 -0
- /package/dist/{dts → esm}/styles/partials/badge.partials.d.ts +0 -0
- /package/dist/{dts → esm}/switch/switch.definition.d.ts +0 -0
- /package/dist/{dts → esm}/switch/switch.styles.d.ts +0 -0
- /package/dist/{dts → esm}/tab/tab.definition.d.ts +0 -0
- /package/dist/{dts → esm}/tab/tab.styles.d.ts +0 -0
- /package/dist/{dts → esm}/tab-panel/tab-panel.styles.d.ts +0 -0
- /package/dist/{dts → esm}/tabs/tabs.styles.d.ts +0 -0
- /package/dist/{dts → esm}/text/text.definition.d.ts +0 -0
- /package/dist/{dts → esm}/text/text.styles.d.ts +0 -0
- /package/dist/{dts → esm}/toggle-button/toggle-button.definition.d.ts +0 -0
- /package/dist/{dts/toggle-button/toggle-button.styles.d.ts → esm/tree-item/tree-item.styles.d.ts} +0 -0
- /package/dist/{dts → esm}/utils/apply-mixins.d.ts +0 -0
- /package/dist/{dts → esm}/utils/benchmark-dependencies/tokens.d.ts +0 -0
- /package/dist/{dts → esm}/utils/benchmark-wrapper.d.ts +0 -0
- /package/dist/{dts → esm}/utils/direction.d.ts +0 -0
- /package/dist/{dts → esm}/utils/get-initials.d.ts +0 -0
- /package/dist/{dts → esm}/utils/whitespace-filter.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,958 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 24 Jun 2025 04:06:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.110)
|
|
8
|
+
|
|
9
|
+
Tue, 24 Jun 2025 04:06:44 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.109..@fluentui/web-components_v3.0.0-beta.110)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- fix start and end slot for tabs ([PR #34704](https://github.com/microsoft/fluentui/pull/34704) by jes@microsoft.com)
|
|
15
|
+
- fix(dropdown): add anchor positioning fallback logic ([PR #34647](https://github.com/microsoft/fluentui/pull/34647) by 863023+radium-v@users.noreply.github.com)
|
|
16
|
+
|
|
17
|
+
## [3.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.109)
|
|
18
|
+
|
|
19
|
+
Fri, 20 Jun 2025 04:06:30 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.108..@fluentui/web-components_v3.0.0-beta.109)
|
|
21
|
+
|
|
22
|
+
### Changes
|
|
23
|
+
|
|
24
|
+
- fix: progress bar when value is missing in firefox and safari ([PR #34684](https://github.com/microsoft/fluentui/pull/34684) by machi@microsoft.com)
|
|
25
|
+
|
|
26
|
+
## [3.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.108)
|
|
27
|
+
|
|
28
|
+
Thu, 19 Jun 2025 04:06:30 GMT
|
|
29
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.107..@fluentui/web-components_v3.0.0-beta.108)
|
|
30
|
+
|
|
31
|
+
### Changes
|
|
32
|
+
|
|
33
|
+
- refactor: use css attr func to calculate progress indicator width ([PR #34674](https://github.com/microsoft/fluentui/pull/34674) by machi@microsoft.com)
|
|
34
|
+
|
|
35
|
+
## [3.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.107)
|
|
36
|
+
|
|
37
|
+
Mon, 02 Jun 2025 04:07:10 GMT
|
|
38
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.106..@fluentui/web-components_v3.0.0-beta.107)
|
|
39
|
+
|
|
40
|
+
### Changes
|
|
41
|
+
|
|
42
|
+
- fix: various field interaction bugs ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by 863023+radium-v@users.noreply.github.com)
|
|
43
|
+
- occasionally focusing off of combobox would open and focus listbox ([PR #34404](https://github.com/microsoft/fluentui/pull/34404) by jes@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## [3.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.106)
|
|
46
|
+
|
|
47
|
+
Wed, 28 May 2025 04:06:58 GMT
|
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.105..@fluentui/web-components_v3.0.0-beta.106)
|
|
49
|
+
|
|
50
|
+
### Changes
|
|
51
|
+
|
|
52
|
+
- Co-located types with ES modules. This should not affect users. ([PR #34487](https://github.com/microsoft/fluentui/pull/34487) by burtonsmith@microsoft.com)
|
|
53
|
+
- Accesible name and title for dialog ([PR #34519](https://github.com/microsoft/fluentui/pull/34519) by jes@microsoft.com)
|
|
54
|
+
|
|
55
|
+
## [3.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.105)
|
|
56
|
+
|
|
57
|
+
Mon, 26 May 2025 04:07:35 GMT
|
|
58
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.104..@fluentui/web-components_v3.0.0-beta.105)
|
|
59
|
+
|
|
60
|
+
### Changes
|
|
61
|
+
|
|
62
|
+
- fix: dialog click event prevents default for arbitrary content clicks ([PR #34511](https://github.com/microsoft/fluentui/pull/34511) by 863023+radium-v@users.noreply.github.com)
|
|
63
|
+
|
|
64
|
+
## [3.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.104)
|
|
65
|
+
|
|
66
|
+
Fri, 23 May 2025 04:06:43 GMT
|
|
67
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.103..@fluentui/web-components_v3.0.0-beta.104)
|
|
68
|
+
|
|
69
|
+
### Changes
|
|
70
|
+
|
|
71
|
+
- fix: updated rating-display icon color tokens to match the React version. ([PR #34513](https://github.com/microsoft/fluentui/pull/34513) by 601470+mlijanto@users.noreply.github.com)
|
|
72
|
+
- fix: better fallback positioning for sub menu ([PR #34499](https://github.com/microsoft/fluentui/pull/34499) by machi@microsoft.com)
|
|
73
|
+
|
|
74
|
+
## [3.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.103)
|
|
75
|
+
|
|
76
|
+
Thu, 22 May 2025 04:06:51 GMT
|
|
77
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.102..@fluentui/web-components_v3.0.0-beta.103)
|
|
78
|
+
|
|
79
|
+
### Changes
|
|
80
|
+
|
|
81
|
+
- Fixed compound-button high contrast text colors. ([PR #34490](https://github.com/microsoft/fluentui/pull/34490) by 601470+mlijanto@users.noreply.github.com)
|
|
82
|
+
- Adds click event to close slot of drawer ([PR #34479](https://github.com/microsoft/fluentui/pull/34479) by jes@microsoft.com)
|
|
83
|
+
|
|
84
|
+
## [3.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.102)
|
|
85
|
+
|
|
86
|
+
Wed, 21 May 2025 04:07:25 GMT
|
|
87
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.101..@fluentui/web-components_v3.0.0-beta.102)
|
|
88
|
+
|
|
89
|
+
### Changes
|
|
90
|
+
|
|
91
|
+
- manage focus only when menu is open ([PR #34486](https://github.com/microsoft/fluentui/pull/34486) by machi@microsoft.com)
|
|
92
|
+
|
|
93
|
+
## [3.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.101)
|
|
94
|
+
|
|
95
|
+
Tue, 20 May 2025 04:06:48 GMT
|
|
96
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.100..@fluentui/web-components_v3.0.0-beta.101)
|
|
97
|
+
|
|
98
|
+
### Changes
|
|
99
|
+
|
|
100
|
+
- fixes accesibility issues with dialog close button ([PR #34469](https://github.com/microsoft/fluentui/pull/34469) by jes@microsoft.com)
|
|
101
|
+
|
|
102
|
+
## [3.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.100)
|
|
103
|
+
|
|
104
|
+
Mon, 19 May 2025 04:07:24 GMT
|
|
105
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.99..@fluentui/web-components_v3.0.0-beta.100)
|
|
106
|
+
|
|
107
|
+
### Changes
|
|
108
|
+
|
|
109
|
+
- Include Custom Elements Manifest in package exports ([PR #34460](https://github.com/microsoft/fluentui/pull/34460) by burtonsmith@microsoft.com)
|
|
110
|
+
|
|
111
|
+
## [3.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.99)
|
|
112
|
+
|
|
113
|
+
Thu, 15 May 2025 04:06:34 GMT
|
|
114
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.98..@fluentui/web-components_v3.0.0-beta.99)
|
|
115
|
+
|
|
116
|
+
### Changes
|
|
117
|
+
|
|
118
|
+
- Add tree exports to main index ([PR #34448](https://github.com/microsoft/fluentui/pull/34448) by jes@microsoft.com)
|
|
119
|
+
|
|
120
|
+
## [3.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.98)
|
|
121
|
+
|
|
122
|
+
Fri, 09 May 2025 04:07:03 GMT
|
|
123
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.97..@fluentui/web-components_v3.0.0-beta.98)
|
|
124
|
+
|
|
125
|
+
### Changes
|
|
126
|
+
|
|
127
|
+
- fix the selected primary focus state ([PR #34400](https://github.com/microsoft/fluentui/pull/34400) by jes@microsoft.com)
|
|
128
|
+
|
|
129
|
+
## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
|
|
130
|
+
|
|
131
|
+
Wed, 07 May 2025 04:08:26 GMT
|
|
132
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
|
|
133
|
+
|
|
134
|
+
### Changes
|
|
135
|
+
|
|
136
|
+
- [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
|
|
137
|
+
- fix: text-input setValidity fails if control is not available ([PR #34372](https://github.com/microsoft/fluentui/pull/34372) by 863023+radium-v@users.noreply.github.com)
|
|
138
|
+
- [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
|
|
139
|
+
|
|
140
|
+
## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
|
|
141
|
+
|
|
142
|
+
Wed, 30 Apr 2025 04:06:34 GMT
|
|
143
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
|
|
144
|
+
|
|
145
|
+
### Changes
|
|
146
|
+
|
|
147
|
+
- feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
|
|
148
|
+
|
|
149
|
+
## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
|
|
150
|
+
|
|
151
|
+
Thu, 24 Apr 2025 04:06:27 GMT
|
|
152
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
|
|
153
|
+
|
|
154
|
+
### Changes
|
|
155
|
+
|
|
156
|
+
- support callback for expand change ([PR #34234](https://github.com/microsoft/fluentui/pull/34234) by HangWhy@outlook.com)
|
|
157
|
+
|
|
158
|
+
## [3.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.94)
|
|
159
|
+
|
|
160
|
+
Tue, 22 Apr 2025 04:07:05 GMT
|
|
161
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.93..@fluentui/web-components_v3.0.0-beta.94)
|
|
162
|
+
|
|
163
|
+
### Changes
|
|
164
|
+
|
|
165
|
+
- Added custom elements manifest to project and included it in published package ([PR #34283](https://github.com/microsoft/fluentui/pull/34283) by burtonsmith@microsoft.com)
|
|
166
|
+
|
|
167
|
+
## [3.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.93)
|
|
168
|
+
|
|
169
|
+
Fri, 18 Apr 2025 04:06:38 GMT
|
|
170
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.92..@fluentui/web-components_v3.0.0-beta.93)
|
|
171
|
+
|
|
172
|
+
### Changes
|
|
173
|
+
|
|
174
|
+
- fix tabs animation starting position ([PR #34185](https://github.com/microsoft/fluentui/pull/34185) by 1981616118@qq.com)
|
|
175
|
+
- [fix] only set expanded is expanded is not set ([PR #34282](https://github.com/microsoft/fluentui/pull/34282) by jes@microsoft.com)
|
|
176
|
+
|
|
177
|
+
## [3.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.92)
|
|
178
|
+
|
|
179
|
+
Thu, 17 Apr 2025 04:07:28 GMT
|
|
180
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.91..@fluentui/web-components_v3.0.0-beta.92)
|
|
181
|
+
|
|
182
|
+
### Changes
|
|
183
|
+
|
|
184
|
+
- tree item initial selection, tree item expands for sub selected item ([PR #34258](https://github.com/microsoft/fluentui/pull/34258) by jes@microsoft.com)
|
|
185
|
+
|
|
186
|
+
## [3.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.91)
|
|
187
|
+
|
|
188
|
+
Tue, 15 Apr 2025 04:06:21 GMT
|
|
189
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.90..@fluentui/web-components_v3.0.0-beta.91)
|
|
190
|
+
|
|
191
|
+
### Changes
|
|
192
|
+
|
|
193
|
+
- fix: dropdown validation message and add missing validity functions ([PR #34219](https://github.com/microsoft/fluentui/pull/34219) by 863023+radium-v@users.noreply.github.com)
|
|
194
|
+
|
|
195
|
+
## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
|
|
196
|
+
|
|
197
|
+
Thu, 10 Apr 2025 04:07:19 GMT
|
|
198
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
|
|
199
|
+
|
|
200
|
+
### Changes
|
|
201
|
+
|
|
202
|
+
- feat: remove use of custom states for presentational styling ([PR #34168](https://github.com/microsoft/fluentui/pull/34168) by 13071055+chrisdholt@users.noreply.github.com)
|
|
203
|
+
- fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
|
|
204
|
+
|
|
205
|
+
## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
|
|
206
|
+
|
|
207
|
+
Wed, 09 Apr 2025 04:06:41 GMT
|
|
208
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
|
|
209
|
+
|
|
210
|
+
### Changes
|
|
211
|
+
|
|
212
|
+
- deprecate tabs and tab-panel in favor of tablist ([PR #34206](https://github.com/microsoft/fluentui/pull/34206) by 13071055+chrisdholt@users.noreply.github.com)
|
|
213
|
+
|
|
214
|
+
## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
|
|
215
|
+
|
|
216
|
+
Fri, 21 Mar 2025 04:07:36 GMT
|
|
217
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
|
|
218
|
+
|
|
219
|
+
### Changes
|
|
220
|
+
|
|
221
|
+
- fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
|
|
222
|
+
|
|
223
|
+
## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
|
|
224
|
+
|
|
225
|
+
Thu, 20 Mar 2025 04:07:02 GMT
|
|
226
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
|
|
227
|
+
|
|
228
|
+
### Changes
|
|
229
|
+
|
|
230
|
+
- [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
|
|
231
|
+
|
|
232
|
+
## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
|
|
233
|
+
|
|
234
|
+
Fri, 14 Mar 2025 04:07:05 GMT
|
|
235
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
|
|
236
|
+
|
|
237
|
+
### Changes
|
|
238
|
+
|
|
239
|
+
- refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
|
|
240
|
+
- move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
|
|
241
|
+
|
|
242
|
+
## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
|
|
243
|
+
|
|
244
|
+
Thu, 13 Mar 2025 04:07:37 GMT
|
|
245
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
|
|
246
|
+
|
|
247
|
+
### Changes
|
|
248
|
+
|
|
249
|
+
- fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
|
|
250
|
+
|
|
251
|
+
## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
|
|
252
|
+
|
|
253
|
+
Mon, 10 Mar 2025 21:05:03 GMT
|
|
254
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
|
|
255
|
+
|
|
256
|
+
### Changes
|
|
257
|
+
|
|
258
|
+
- fix: move base classes to a separate file and provide export paths for improved tree shaking ([PR #33962](https://github.com/microsoft/fluentui/pull/33962) by 13071055+chrisdholt@users.noreply.github.com)
|
|
259
|
+
|
|
260
|
+
## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
|
|
261
|
+
|
|
262
|
+
Wed, 05 Mar 2025 04:07:03 GMT
|
|
263
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
|
|
264
|
+
|
|
265
|
+
### Changes
|
|
266
|
+
|
|
267
|
+
- feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
|
|
268
|
+
|
|
269
|
+
## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
|
|
270
|
+
|
|
271
|
+
Fri, 28 Feb 2025 04:07:19 GMT
|
|
272
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
|
|
273
|
+
|
|
274
|
+
### Changes
|
|
275
|
+
|
|
276
|
+
- Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
|
|
277
|
+
- fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
|
|
278
|
+
- fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
|
|
279
|
+
|
|
280
|
+
## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
|
|
281
|
+
|
|
282
|
+
Tue, 25 Feb 2025 04:07:15 GMT
|
|
283
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
|
|
284
|
+
|
|
285
|
+
### Changes
|
|
286
|
+
|
|
287
|
+
- fix: dropdown should emit a change event when the value changes via user input ([PR #33885](https://github.com/microsoft/fluentui/pull/33885) by 863023+radium-v@users.noreply.github.com)
|
|
288
|
+
|
|
289
|
+
## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
|
|
290
|
+
|
|
291
|
+
Thu, 13 Feb 2025 04:06:52 GMT
|
|
292
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
|
|
293
|
+
|
|
294
|
+
### Changes
|
|
295
|
+
|
|
296
|
+
- makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
|
|
297
|
+
|
|
298
|
+
## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
|
|
299
|
+
|
|
300
|
+
Fri, 07 Feb 2025 04:07:35 GMT
|
|
301
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
|
|
302
|
+
|
|
303
|
+
### Changes
|
|
304
|
+
|
|
305
|
+
- remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
|
|
306
|
+
|
|
307
|
+
## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
|
|
308
|
+
|
|
309
|
+
Tue, 04 Feb 2025 04:07:18 GMT
|
|
310
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
|
|
311
|
+
|
|
312
|
+
### Changes
|
|
313
|
+
|
|
314
|
+
- add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
|
|
315
|
+
- fix: dropdown opens then closes on space key ([PR #33767](https://github.com/microsoft/fluentui/pull/33767) by 863023+radium-v@users.noreply.github.com)
|
|
316
|
+
|
|
317
|
+
## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
|
|
318
|
+
|
|
319
|
+
Fri, 17 Jan 2025 04:07:40 GMT
|
|
320
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
|
|
321
|
+
|
|
322
|
+
### Changes
|
|
323
|
+
|
|
324
|
+
- fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
|
|
325
|
+
- fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
|
|
326
|
+
|
|
327
|
+
## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
|
|
328
|
+
|
|
329
|
+
Thu, 09 Jan 2025 04:07:00 GMT
|
|
330
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
|
|
331
|
+
|
|
332
|
+
### Changes
|
|
333
|
+
|
|
334
|
+
- Allow field states to be set regardless of connection status ([PR #33023](https://github.com/microsoft/fluentui/pull/33023) by 863023+radium-v@users.noreply.github.com)
|
|
335
|
+
- fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
|
|
336
|
+
|
|
337
|
+
## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
|
|
338
|
+
|
|
339
|
+
Mon, 23 Dec 2024 04:07:55 GMT
|
|
340
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
|
|
341
|
+
|
|
342
|
+
### Changes
|
|
343
|
+
|
|
344
|
+
- fix tooltip positioning styles for 'below-end' option ([PR #33494](https://github.com/microsoft/fluentui/pull/33494) by 863023+radium-v@users.noreply.github.com)
|
|
345
|
+
|
|
346
|
+
## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
|
|
347
|
+
|
|
348
|
+
Fri, 06 Dec 2024 04:07:47 GMT
|
|
349
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
|
|
350
|
+
|
|
351
|
+
### Changes
|
|
352
|
+
|
|
353
|
+
- add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
|
|
354
|
+
|
|
355
|
+
## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
|
|
356
|
+
|
|
357
|
+
Thu, 07 Nov 2024 04:07:40 GMT
|
|
358
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
|
|
359
|
+
|
|
360
|
+
### Changes
|
|
361
|
+
|
|
362
|
+
- feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
|
|
363
|
+
|
|
364
|
+
## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
|
|
365
|
+
|
|
366
|
+
Wed, 30 Oct 2024 04:06:53 GMT
|
|
367
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
|
|
368
|
+
|
|
369
|
+
### Changes
|
|
370
|
+
|
|
371
|
+
- add swapStates function for attribute-driven internal states ([PR #33156](https://github.com/microsoft/fluentui/pull/33156) by 863023+radium-v@users.noreply.github.com)
|
|
372
|
+
|
|
373
|
+
## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
|
|
374
|
+
|
|
375
|
+
Tue, 29 Oct 2024 04:06:49 GMT
|
|
376
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
|
|
377
|
+
|
|
378
|
+
### Changes
|
|
379
|
+
|
|
380
|
+
- replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
|
|
381
|
+
|
|
382
|
+
## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
|
|
383
|
+
|
|
384
|
+
Fri, 25 Oct 2024 20:54:39 GMT
|
|
385
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
|
|
386
|
+
|
|
387
|
+
### Changes
|
|
388
|
+
|
|
389
|
+
- fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
|
|
390
|
+
- fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
|
|
391
|
+
|
|
392
|
+
## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
|
|
393
|
+
|
|
394
|
+
Tue, 15 Oct 2024 04:07:48 GMT
|
|
395
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
|
|
396
|
+
|
|
397
|
+
### Changes
|
|
398
|
+
|
|
399
|
+
- Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
|
|
400
|
+
- fix prefers-reduced-motion media query in button ([PR #33034](https://github.com/microsoft/fluentui/pull/33034) by 863023+radium-v@users.noreply.github.com)
|
|
401
|
+
|
|
402
|
+
## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
|
|
403
|
+
|
|
404
|
+
Mon, 07 Oct 2024 04:08:32 GMT
|
|
405
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
|
|
406
|
+
|
|
407
|
+
### Changes
|
|
408
|
+
|
|
409
|
+
- feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
|
|
410
|
+
|
|
411
|
+
## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
|
|
412
|
+
|
|
413
|
+
Fri, 04 Oct 2024 04:09:02 GMT
|
|
414
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
|
|
415
|
+
|
|
416
|
+
### Changes
|
|
417
|
+
|
|
418
|
+
- fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
|
|
419
|
+
|
|
420
|
+
## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
|
|
421
|
+
|
|
422
|
+
Fri, 27 Sep 2024 04:07:03 GMT
|
|
423
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
|
|
424
|
+
|
|
425
|
+
### Changes
|
|
426
|
+
|
|
427
|
+
- feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
|
|
428
|
+
|
|
429
|
+
## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
|
|
430
|
+
|
|
431
|
+
Wed, 11 Sep 2024 04:08:18 GMT
|
|
432
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
|
|
433
|
+
|
|
434
|
+
### Changes
|
|
435
|
+
|
|
436
|
+
- docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
|
|
437
|
+
|
|
438
|
+
## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
|
|
439
|
+
|
|
440
|
+
Thu, 05 Sep 2024 04:07:18 GMT
|
|
441
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
|
|
442
|
+
|
|
443
|
+
### Changes
|
|
444
|
+
|
|
445
|
+
- chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
|
|
446
|
+
|
|
447
|
+
## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
|
|
448
|
+
|
|
449
|
+
Wed, 04 Sep 2024 04:08:17 GMT
|
|
450
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
|
|
451
|
+
|
|
452
|
+
### Changes
|
|
453
|
+
|
|
454
|
+
- normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
|
|
455
|
+
- restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
|
|
456
|
+
|
|
457
|
+
## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
|
|
458
|
+
|
|
459
|
+
Fri, 30 Aug 2024 04:07:03 GMT
|
|
460
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
|
|
461
|
+
|
|
462
|
+
### Changes
|
|
463
|
+
|
|
464
|
+
- fix: add primary button state and improved button disabled state in forced-colors mode ([PR #32419](https://github.com/microsoft/fluentui/pull/32419) by rupertdavid@microsoft.com)
|
|
465
|
+
|
|
466
|
+
## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
|
|
467
|
+
|
|
468
|
+
Thu, 29 Aug 2024 04:07:09 GMT
|
|
469
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
|
|
470
|
+
|
|
471
|
+
### Changes
|
|
472
|
+
|
|
473
|
+
- chore: add missing exports for LinkStyles and MessageBar and remove default option from DividerApperance and ImageFit ([PR #32405](https://github.com/microsoft/fluentui/pull/32405) by rupertdavid@microsoft.com)
|
|
474
|
+
|
|
475
|
+
## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
|
|
476
|
+
|
|
477
|
+
Wed, 28 Aug 2024 04:06:49 GMT
|
|
478
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
|
|
479
|
+
|
|
480
|
+
### Changes
|
|
481
|
+
|
|
482
|
+
- feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
|
|
483
|
+
|
|
484
|
+
## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
|
|
485
|
+
|
|
486
|
+
Wed, 21 Aug 2024 04:07:11 GMT
|
|
487
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
|
|
488
|
+
|
|
489
|
+
### Changes
|
|
490
|
+
|
|
491
|
+
- feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
|
|
492
|
+
|
|
493
|
+
## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
|
|
494
|
+
|
|
495
|
+
Tue, 20 Aug 2024 04:06:57 GMT
|
|
496
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
|
|
497
|
+
|
|
498
|
+
### Changes
|
|
499
|
+
|
|
500
|
+
- feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
|
|
501
|
+
|
|
502
|
+
## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
|
|
503
|
+
|
|
504
|
+
Fri, 16 Aug 2024 04:08:15 GMT
|
|
505
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
|
|
506
|
+
|
|
507
|
+
### Changes
|
|
508
|
+
|
|
509
|
+
- export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
|
|
510
|
+
|
|
511
|
+
## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
|
|
512
|
+
|
|
513
|
+
Wed, 14 Aug 2024 04:07:35 GMT
|
|
514
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
|
|
515
|
+
|
|
516
|
+
### Changes
|
|
517
|
+
|
|
518
|
+
- feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
|
|
519
|
+
- export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
|
|
520
|
+
|
|
521
|
+
## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
|
|
522
|
+
|
|
523
|
+
Thu, 08 Aug 2024 04:07:16 GMT
|
|
524
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
|
|
525
|
+
|
|
526
|
+
### Changes
|
|
527
|
+
|
|
528
|
+
- [chore]: [rating-display] move size, color and generate icons out of base class ([PR #32239](https://github.com/microsoft/fluentui/pull/32239) by jes@microsoft.com)
|
|
529
|
+
|
|
530
|
+
## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
|
|
531
|
+
|
|
532
|
+
Tue, 06 Aug 2024 04:07:08 GMT
|
|
533
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
|
|
534
|
+
|
|
535
|
+
### Changes
|
|
536
|
+
|
|
537
|
+
- Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
|
|
538
|
+
|
|
539
|
+
## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
|
|
540
|
+
|
|
541
|
+
Mon, 05 Aug 2024 04:08:39 GMT
|
|
542
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
|
|
543
|
+
|
|
544
|
+
### Changes
|
|
545
|
+
|
|
546
|
+
- fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
|
|
547
|
+
|
|
548
|
+
## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
|
|
549
|
+
|
|
550
|
+
Fri, 02 Aug 2024 04:07:54 GMT
|
|
551
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
|
|
552
|
+
|
|
553
|
+
### Changes
|
|
554
|
+
|
|
555
|
+
- Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
|
|
556
|
+
- feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
|
|
557
|
+
|
|
558
|
+
## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
|
|
559
|
+
|
|
560
|
+
Mon, 29 Jul 2024 04:07:23 GMT
|
|
561
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
|
|
562
|
+
|
|
563
|
+
### Changes
|
|
564
|
+
|
|
565
|
+
- chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
|
|
566
|
+
- fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
|
|
567
|
+
|
|
568
|
+
## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
|
|
569
|
+
|
|
570
|
+
Fri, 26 Jul 2024 04:08:24 GMT
|
|
571
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
|
|
572
|
+
|
|
573
|
+
### Changes
|
|
574
|
+
|
|
575
|
+
- [chore]: create base class for accordion item and remove style and layout specific api ([PR #32102](https://github.com/microsoft/fluentui/pull/32102) by jes@microsoft.com)
|
|
576
|
+
|
|
577
|
+
## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
|
|
578
|
+
|
|
579
|
+
Thu, 25 Jul 2024 04:08:33 GMT
|
|
580
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
|
|
581
|
+
|
|
582
|
+
### Changes
|
|
583
|
+
|
|
584
|
+
- chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
|
|
585
|
+
- chore: create base class for textinput and remove style and layout specific api ([PR #32080](https://github.com/microsoft/fluentui/pull/32080) by jes@microsoft.com)
|
|
586
|
+
|
|
587
|
+
## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
|
|
588
|
+
|
|
589
|
+
Wed, 24 Jul 2024 04:07:07 GMT
|
|
590
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
|
|
591
|
+
|
|
592
|
+
### Changes
|
|
593
|
+
|
|
594
|
+
- chore: create base class for progress bar and remove style and layout specfic api ([PR #32066](https://github.com/microsoft/fluentui/pull/32066) by jes@microsoft.com)
|
|
595
|
+
- feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
|
|
596
|
+
- chore: create base class for spinner and remove style and layout specfic api ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by jes@microsoft.com)
|
|
597
|
+
|
|
598
|
+
## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
|
|
599
|
+
|
|
600
|
+
Tue, 23 Jul 2024 04:07:05 GMT
|
|
601
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
|
|
602
|
+
|
|
603
|
+
### Changes
|
|
604
|
+
|
|
605
|
+
- fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
|
|
606
|
+
- chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
|
|
607
|
+
|
|
608
|
+
## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
|
|
609
|
+
|
|
610
|
+
Fri, 19 Jul 2024 04:08:32 GMT
|
|
611
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
|
|
612
|
+
|
|
613
|
+
### Changes
|
|
614
|
+
|
|
615
|
+
- chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
|
|
616
|
+
|
|
617
|
+
## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
|
|
618
|
+
|
|
619
|
+
Thu, 18 Jul 2024 04:06:50 GMT
|
|
620
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
|
|
621
|
+
|
|
622
|
+
### Changes
|
|
623
|
+
|
|
624
|
+
- fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
|
|
625
|
+
|
|
626
|
+
## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
|
|
627
|
+
|
|
628
|
+
Wed, 17 Jul 2024 04:07:52 GMT
|
|
629
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
|
|
630
|
+
|
|
631
|
+
### Changes
|
|
632
|
+
|
|
633
|
+
- chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
|
|
634
|
+
|
|
635
|
+
## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
|
|
636
|
+
|
|
637
|
+
Tue, 16 Jul 2024 04:08:02 GMT
|
|
638
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
|
|
639
|
+
|
|
640
|
+
### Changes
|
|
641
|
+
|
|
642
|
+
- fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
|
|
643
|
+
- fix: expose tabindex as an overriden attribute with a default value of 0' ([PR #32007](https://github.com/microsoft/fluentui/pull/32007) by 13071055+chrisdholt@users.noreply.github.com)
|
|
644
|
+
- fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
|
|
645
|
+
|
|
646
|
+
## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
|
|
647
|
+
|
|
648
|
+
Thu, 11 Jul 2024 04:07:36 GMT
|
|
649
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
|
|
650
|
+
|
|
651
|
+
### Changes
|
|
652
|
+
|
|
653
|
+
- feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
|
|
654
|
+
|
|
655
|
+
## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
|
|
656
|
+
|
|
657
|
+
Tue, 09 Jul 2024 04:07:26 GMT
|
|
658
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
|
|
659
|
+
|
|
660
|
+
### Changes
|
|
661
|
+
|
|
662
|
+
- convert menu list and menu item to use element internals ([PR #31932](https://github.com/microsoft/fluentui/pull/31932) by 13071055+chrisdholt@users.noreply.github.com)
|
|
663
|
+
- fix: export drawer and drawer body from root package and package exports ([PR #31931](https://github.com/microsoft/fluentui/pull/31931) by 13071055+chrisdholt@users.noreply.github.com)
|
|
664
|
+
|
|
665
|
+
## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
|
|
666
|
+
|
|
667
|
+
Thu, 04 Jul 2024 04:08:13 GMT
|
|
668
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
|
|
669
|
+
|
|
670
|
+
### Changes
|
|
671
|
+
|
|
672
|
+
- feat: update radio and radio-group to use ElementInternals for form association ([PR #31783](https://github.com/microsoft/fluentui/pull/31783) by 863023+radium-v@users.noreply.github.com)
|
|
673
|
+
- fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
|
|
674
|
+
- refactor(web-components): cleanup accordion and convert to element internals for states ([PR #31866](https://github.com/microsoft/fluentui/pull/31866) by rupertdavid@microsoft.com)
|
|
675
|
+
|
|
676
|
+
## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
|
|
677
|
+
|
|
678
|
+
Wed, 03 Jul 2024 04:08:00 GMT
|
|
679
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
|
|
680
|
+
|
|
681
|
+
### Changes
|
|
682
|
+
|
|
683
|
+
- fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
|
|
684
|
+
- expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
|
|
685
|
+
- fix text-input focus handling when focusable slotted start and end elements are present ([PR #31903](https://github.com/microsoft/fluentui/pull/31903) by 863023+radium-v@users.noreply.github.com)
|
|
686
|
+
- fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
|
|
687
|
+
|
|
688
|
+
## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
|
|
689
|
+
|
|
690
|
+
Mon, 01 Jul 2024 04:08:12 GMT
|
|
691
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
|
|
692
|
+
|
|
693
|
+
### Changes
|
|
694
|
+
|
|
695
|
+
- Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
|
|
696
|
+
|
|
697
|
+
## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
|
|
698
|
+
|
|
699
|
+
Fri, 28 Jun 2024 04:07:17 GMT
|
|
700
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
|
|
701
|
+
|
|
702
|
+
### Changes
|
|
703
|
+
|
|
704
|
+
- refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
|
|
705
|
+
- Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
|
|
706
|
+
- Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
|
|
707
|
+
- chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
|
|
708
|
+
- fix: ensure menu keydown logic allows shift+tab to navigate as expected ([PR #31849](https://github.com/microsoft/fluentui/pull/31849) by 13071055+chrisdholt@users.noreply.github.com)
|
|
709
|
+
|
|
710
|
+
## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
|
|
711
|
+
|
|
712
|
+
Wed, 26 Jun 2024 04:07:58 GMT
|
|
713
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
|
|
714
|
+
|
|
715
|
+
### Changes
|
|
716
|
+
|
|
717
|
+
- feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
|
|
718
|
+
|
|
719
|
+
## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
|
|
720
|
+
|
|
721
|
+
Tue, 25 Jun 2024 04:06:35 GMT
|
|
722
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
|
|
723
|
+
|
|
724
|
+
### Changes
|
|
725
|
+
|
|
726
|
+
- updates the Text component to use Element Internals custom states for presentational attributes ([PR #31770](https://github.com/microsoft/fluentui/pull/31770) by 13071055+chrisdholt@users.noreply.github.com)
|
|
727
|
+
|
|
728
|
+
## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
|
|
729
|
+
|
|
730
|
+
Mon, 24 Jun 2024 04:06:02 GMT
|
|
731
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
|
|
732
|
+
|
|
733
|
+
### Changes
|
|
734
|
+
|
|
735
|
+
- Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
|
|
736
|
+
|
|
737
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
738
|
+
|
|
739
|
+
Fri, 21 Jun 2024 04:06:58 GMT
|
|
740
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
741
|
+
|
|
742
|
+
### Changes
|
|
743
|
+
|
|
744
|
+
- feat: make fast-element a peer dependencies of the web-components package ([PR #31772](https://github.com/microsoft/fluentui/pull/31772) by 13071055+chrisdholt@users.noreply.github.com)
|
|
745
|
+
|
|
746
|
+
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
747
|
+
|
|
748
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
749
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
750
|
+
|
|
751
|
+
### Changes
|
|
752
|
+
|
|
753
|
+
- feat: update progress bar to use element internals custom states for visual states ([PR #31739](https://github.com/microsoft/fluentui/pull/31739) by 13071055+chrisdholt@users.noreply.github.com)
|
|
754
|
+
- feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
|
|
755
|
+
- feat: update link to use Element Internals custom states for presentational attributes ([PR #31752](https://github.com/microsoft/fluentui/pull/31752) by 13071055+chrisdholt@users.noreply.github.com)
|
|
756
|
+
- feat: update checkbox to use Element Internals custom states for presentational attributes ([PR #31756](https://github.com/microsoft/fluentui/pull/31756) by 13071055+chrisdholt@users.noreply.github.com)
|
|
757
|
+
- feat: update text input to use Element Internals custom states for presentational attributes ([PR #31753](https://github.com/microsoft/fluentui/pull/31753) by 13071055+chrisdholt@users.noreply.github.com)
|
|
758
|
+
- update image to use element internals custom states for visual states ([PR #31737](https://github.com/microsoft/fluentui/pull/31737) by 13071055+chrisdholt@users.noreply.github.com)
|
|
759
|
+
- feat: update spinner to use Element Internals for presentational styling ([PR #31741](https://github.com/microsoft/fluentui/pull/31741) by 13071055+chrisdholt@users.noreply.github.com)
|
|
760
|
+
- update label to use element internals custom states for styling ([PR #31738](https://github.com/microsoft/fluentui/pull/31738) by 13071055+chrisdholt@users.noreply.github.com)
|
|
761
|
+
|
|
762
|
+
## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
|
|
763
|
+
|
|
764
|
+
Tue, 18 Jun 2024 04:05:31 GMT
|
|
765
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
|
|
766
|
+
|
|
767
|
+
### Changes
|
|
768
|
+
|
|
769
|
+
- feat: update button and anchor button to leverage custom states for variants ([PR #31718](https://github.com/microsoft/fluentui/pull/31718) by 13071055+chrisdholt@users.noreply.github.com)
|
|
770
|
+
- update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
|
|
771
|
+
|
|
772
|
+
## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
|
|
773
|
+
|
|
774
|
+
Fri, 14 Jun 2024 04:06:06 GMT
|
|
775
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
|
|
776
|
+
|
|
777
|
+
### Changes
|
|
778
|
+
|
|
779
|
+
- update avatar to use ElementInternals for role and states for color ([PR #31693](https://github.com/microsoft/fluentui/pull/31693) by 13071055+chrisdholt@users.noreply.github.com)
|
|
780
|
+
|
|
781
|
+
## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
|
|
782
|
+
|
|
783
|
+
Thu, 13 Jun 2024 04:06:41 GMT
|
|
784
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
|
|
785
|
+
|
|
786
|
+
### Changes
|
|
787
|
+
|
|
788
|
+
- refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
|
|
789
|
+
- add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
|
|
790
|
+
|
|
791
|
+
## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
|
|
792
|
+
|
|
793
|
+
Wed, 12 Jun 2024 04:06:09 GMT
|
|
794
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
|
|
795
|
+
|
|
796
|
+
### Changes
|
|
797
|
+
|
|
798
|
+
- refactor anchor-button to use ElementInternals, remove disabled and disabledFocusable ([PR #31653](https://github.com/microsoft/fluentui/pull/31653) by 13071055+chrisdholt@users.noreply.github.com)
|
|
799
|
+
- refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
|
|
800
|
+
|
|
801
|
+
## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
|
|
802
|
+
|
|
803
|
+
Tue, 11 Jun 2024 04:06:29 GMT
|
|
804
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
|
|
805
|
+
|
|
806
|
+
### Changes
|
|
807
|
+
|
|
808
|
+
- feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
|
|
809
|
+
- fix: show default title action in dialog-body for modal dialogs ([PR #31648](https://github.com/microsoft/fluentui/pull/31648) by 13071055+chrisdholt@users.noreply.github.com)
|
|
810
|
+
|
|
811
|
+
## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
|
|
812
|
+
|
|
813
|
+
Mon, 10 Jun 2024 04:07:58 GMT
|
|
814
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
|
|
815
|
+
|
|
816
|
+
### Changes
|
|
817
|
+
|
|
818
|
+
- feat: refactor Switch to use ElementInternals by extending BaseCheckbox ([PR #31613](https://github.com/microsoft/fluentui/pull/31613) by 13071055+chrisdholt@users.noreply.github.com)
|
|
819
|
+
- fixes the border-color for switch when in the checked state on rest ([PR #31628](https://github.com/microsoft/fluentui/pull/31628) by 13071055+chrisdholt@users.noreply.github.com)
|
|
820
|
+
- add try-catch block to ensure that registered properties can be updated dynamically ([PR #31629](https://github.com/microsoft/fluentui/pull/31629) by 13071055+chrisdholt@users.noreply.github.com)
|
|
821
|
+
|
|
822
|
+
## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
|
|
823
|
+
|
|
824
|
+
Fri, 07 Jun 2024 04:06:31 GMT
|
|
825
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
|
|
826
|
+
|
|
827
|
+
### Changes
|
|
828
|
+
|
|
829
|
+
- Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
|
|
830
|
+
- Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
|
|
831
|
+
|
|
832
|
+
## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
|
|
833
|
+
|
|
834
|
+
Thu, 06 Jun 2024 04:06:19 GMT
|
|
835
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
|
|
836
|
+
|
|
837
|
+
### Changes
|
|
838
|
+
|
|
839
|
+
- add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
|
|
840
|
+
- fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
|
|
841
|
+
|
|
842
|
+
## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
|
|
843
|
+
|
|
844
|
+
Wed, 05 Jun 2024 04:06:41 GMT
|
|
845
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
|
|
846
|
+
|
|
847
|
+
### Changes
|
|
848
|
+
|
|
849
|
+
- chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
|
|
850
|
+
- Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
|
|
851
|
+
- fix(web-components): remove tabindex from slider thumb causing duplicate focus regions ([PR #31402](https://github.com/microsoft/fluentui/pull/31402) by 13071055+chrisdholt@users.noreply.github.com)
|
|
852
|
+
|
|
853
|
+
## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
|
|
854
|
+
|
|
855
|
+
Mon, 03 Jun 2024 04:06:55 GMT
|
|
856
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
|
|
857
|
+
|
|
858
|
+
### Changes
|
|
859
|
+
|
|
860
|
+
- chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
|
|
861
|
+
|
|
862
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
863
|
+
|
|
864
|
+
Fri, 24 May 2024 04:06:21 GMT
|
|
865
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
866
|
+
|
|
867
|
+
### Changes
|
|
868
|
+
|
|
869
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
870
|
+
|
|
871
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
872
|
+
|
|
873
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
874
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
875
|
+
|
|
876
|
+
### Changes
|
|
877
|
+
|
|
878
|
+
- chore(web-components): update README.md and add initial developer quick start pages ([PR #31416](https://github.com/microsoft/fluentui/pull/31416) by 13071055+chrisdholt@users.noreply.github.com)
|
|
879
|
+
|
|
880
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
881
|
+
|
|
882
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
883
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
884
|
+
|
|
885
|
+
### Changes
|
|
886
|
+
|
|
887
|
+
- Use click() instead of press() in button keydownHandler ([PR #31428](https://github.com/microsoft/fluentui/pull/31428) by 863023+radium-v@users.noreply.github.com)
|
|
888
|
+
|
|
889
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
890
|
+
|
|
891
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
892
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
893
|
+
|
|
894
|
+
### Changes
|
|
895
|
+
|
|
896
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
897
|
+
|
|
898
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
899
|
+
|
|
900
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
901
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
902
|
+
|
|
903
|
+
### Changes
|
|
904
|
+
|
|
905
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
906
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
907
|
+
|
|
908
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
909
|
+
|
|
910
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
911
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
912
|
+
|
|
913
|
+
### Changes
|
|
914
|
+
|
|
915
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
916
|
+
|
|
917
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
918
|
+
|
|
919
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
920
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
921
|
+
|
|
922
|
+
### Changes
|
|
923
|
+
|
|
924
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
925
|
+
|
|
926
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
927
|
+
|
|
928
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
929
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
930
|
+
|
|
931
|
+
### Changes
|
|
932
|
+
|
|
933
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
934
|
+
|
|
935
|
+
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
936
|
+
|
|
937
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
938
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
939
|
+
|
|
940
|
+
### Changes
|
|
941
|
+
|
|
942
|
+
- ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
|
|
943
|
+
|
|
944
|
+
## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
|
|
945
|
+
|
|
946
|
+
Tue, 23 Apr 2024 04:09:06 GMT
|
|
947
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
|
|
948
|
+
|
|
949
|
+
### Changes
|
|
950
|
+
|
|
951
|
+
- Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
|
|
952
|
+
|
|
7
953
|
## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
|
|
8
954
|
|
|
9
|
-
Mon, 15 Apr 2024 04:09:
|
|
955
|
+
Mon, 15 Apr 2024 04:09:34 GMT
|
|
10
956
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
|
|
11
957
|
|
|
12
958
|
### Changes
|
|
@@ -377,7 +1323,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
377
1323
|
|
|
378
1324
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
379
1325
|
|
|
380
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
1326
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
381
1327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
382
1328
|
|
|
383
1329
|
### Changes
|
|
@@ -386,7 +1332,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
386
1332
|
|
|
387
1333
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
388
1334
|
|
|
389
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
1335
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
390
1336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
391
1337
|
|
|
392
1338
|
### Changes
|
|
@@ -396,9 +1342,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
396
1342
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
397
1343
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
398
1344
|
|
|
1345
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
1346
|
+
|
|
1347
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
1348
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
1349
|
+
|
|
1350
|
+
### Patches
|
|
1351
|
+
|
|
1352
|
+
- fix(web-components): fix toolbar stealing focus when document has moved focus to another element ([PR #30997](https://github.com/microsoft/fluentui/pull/30997) by =)
|
|
1353
|
+
|
|
1354
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
1355
|
+
|
|
1356
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
1357
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
1358
|
+
|
|
1359
|
+
### Minor changes
|
|
1360
|
+
|
|
1361
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
1362
|
+
|
|
1363
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
1364
|
+
|
|
1365
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
1366
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
1367
|
+
|
|
1368
|
+
### Patches
|
|
1369
|
+
|
|
1370
|
+
- updates fast-foundation to fix a memory leak within form associated disconnected callback ([PR #29806](https://github.com/microsoft/fluentui/pull/29806) by chhol@microsoft.com)
|
|
1371
|
+
|
|
1372
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
1373
|
+
|
|
1374
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
1375
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
1376
|
+
|
|
1377
|
+
### Patches
|
|
1378
|
+
|
|
1379
|
+
- fix(web-components): ensures that text area size responds to rows and cols attributes ([PR #28135](https://github.com/microsoft/fluentui/pull/28135) by vnbaaij@outlook.com)
|
|
1380
|
+
|
|
1381
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
1382
|
+
|
|
1383
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
1384
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
1385
|
+
|
|
1386
|
+
### Patches
|
|
1387
|
+
|
|
1388
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
1389
|
+
|
|
1390
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
1391
|
+
|
|
1392
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
1393
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
1394
|
+
|
|
1395
|
+
### Patches
|
|
1396
|
+
|
|
1397
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
1398
|
+
|
|
1399
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
1400
|
+
|
|
1401
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
1402
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
1403
|
+
|
|
1404
|
+
### Patches
|
|
1405
|
+
|
|
1406
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
1407
|
+
|
|
399
1408
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
400
1409
|
|
|
401
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
1410
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
402
1411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
403
1412
|
|
|
404
1413
|
### Patches
|
|
@@ -407,7 +1416,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
407
1416
|
|
|
408
1417
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
409
1418
|
|
|
410
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
1419
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
411
1420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
412
1421
|
|
|
413
1422
|
### Patches
|
|
@@ -416,7 +1425,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
416
1425
|
|
|
417
1426
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
418
1427
|
|
|
419
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
1428
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
420
1429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
421
1430
|
|
|
422
1431
|
### Patches
|
|
@@ -425,7 +1434,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
425
1434
|
|
|
426
1435
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
427
1436
|
|
|
428
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
1437
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
429
1438
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
430
1439
|
|
|
431
1440
|
### Patches
|
|
@@ -434,7 +1443,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
434
1443
|
|
|
435
1444
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
436
1445
|
|
|
437
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
1446
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
438
1447
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
439
1448
|
|
|
440
1449
|
### Patches
|
|
@@ -443,7 +1452,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
443
1452
|
|
|
444
1453
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
445
1454
|
|
|
446
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
1455
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
447
1456
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
448
1457
|
|
|
449
1458
|
### Patches
|
|
@@ -452,7 +1461,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
452
1461
|
|
|
453
1462
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
454
1463
|
|
|
455
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
1464
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
456
1465
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
457
1466
|
|
|
458
1467
|
### Patches
|
|
@@ -461,7 +1470,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
461
1470
|
|
|
462
1471
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
463
1472
|
|
|
464
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
1473
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
465
1474
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
466
1475
|
|
|
467
1476
|
### Patches
|
|
@@ -470,7 +1479,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
470
1479
|
|
|
471
1480
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
472
1481
|
|
|
473
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
1482
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
474
1483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
475
1484
|
|
|
476
1485
|
### Patches
|
|
@@ -479,7 +1488,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
479
1488
|
|
|
480
1489
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
481
1490
|
|
|
482
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
1491
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
483
1492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
484
1493
|
|
|
485
1494
|
### Patches
|
|
@@ -488,7 +1497,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
488
1497
|
|
|
489
1498
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
490
1499
|
|
|
491
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
1500
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
492
1501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
493
1502
|
|
|
494
1503
|
### Patches
|
|
@@ -497,7 +1506,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
497
1506
|
|
|
498
1507
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
499
1508
|
|
|
500
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
1509
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
501
1510
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
502
1511
|
|
|
503
1512
|
### Patches
|
|
@@ -506,7 +1515,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
506
1515
|
|
|
507
1516
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
508
1517
|
|
|
509
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
1518
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
510
1519
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
511
1520
|
|
|
512
1521
|
### Minor changes
|
|
@@ -515,7 +1524,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
515
1524
|
|
|
516
1525
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
517
1526
|
|
|
518
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
1527
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
519
1528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
520
1529
|
|
|
521
1530
|
### Minor changes
|
|
@@ -524,7 +1533,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
524
1533
|
|
|
525
1534
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
526
1535
|
|
|
527
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
1536
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
528
1537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
529
1538
|
|
|
530
1539
|
### Patches
|
|
@@ -533,7 +1542,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
533
1542
|
|
|
534
1543
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
535
1544
|
|
|
536
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
1545
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
537
1546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
538
1547
|
|
|
539
1548
|
### Minor changes
|
|
@@ -542,7 +1551,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
542
1551
|
|
|
543
1552
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
544
1553
|
|
|
545
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
1554
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
546
1555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
547
1556
|
|
|
548
1557
|
### Patches
|
|
@@ -551,7 +1560,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
551
1560
|
|
|
552
1561
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
553
1562
|
|
|
554
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
1563
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
555
1564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
556
1565
|
|
|
557
1566
|
### Patches
|
|
@@ -560,7 +1569,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
560
1569
|
|
|
561
1570
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
562
1571
|
|
|
563
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
1572
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
564
1573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
565
1574
|
|
|
566
1575
|
### Patches
|
|
@@ -569,7 +1578,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
569
1578
|
|
|
570
1579
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
571
1580
|
|
|
572
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
1581
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
573
1582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
574
1583
|
|
|
575
1584
|
### Minor changes
|
|
@@ -578,7 +1587,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
578
1587
|
|
|
579
1588
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
580
1589
|
|
|
581
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
1590
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
582
1591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
583
1592
|
|
|
584
1593
|
### Patches
|
|
@@ -587,7 +1596,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
587
1596
|
|
|
588
1597
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
589
1598
|
|
|
590
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
1599
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
591
1600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
592
1601
|
|
|
593
1602
|
### Patches
|
|
@@ -596,7 +1605,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
596
1605
|
|
|
597
1606
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
598
1607
|
|
|
599
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
1608
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
600
1609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
601
1610
|
|
|
602
1611
|
### Patches
|
|
@@ -605,7 +1614,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
605
1614
|
|
|
606
1615
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
607
1616
|
|
|
608
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
1617
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
609
1618
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
610
1619
|
|
|
611
1620
|
### Minor changes
|
|
@@ -614,7 +1623,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
614
1623
|
|
|
615
1624
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
616
1625
|
|
|
617
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
1626
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
618
1627
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
619
1628
|
|
|
620
1629
|
### Patches
|
|
@@ -623,7 +1632,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
623
1632
|
|
|
624
1633
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
625
1634
|
|
|
626
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
1635
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
627
1636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
628
1637
|
|
|
629
1638
|
### Patches
|
|
@@ -634,7 +1643,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
634
1643
|
|
|
635
1644
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
636
1645
|
|
|
637
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
1646
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
638
1647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
639
1648
|
|
|
640
1649
|
### Major changes
|
|
@@ -643,7 +1652,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
643
1652
|
|
|
644
1653
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
645
1654
|
|
|
646
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
1655
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
647
1656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
648
1657
|
|
|
649
1658
|
### Patches
|
|
@@ -652,7 +1661,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
652
1661
|
|
|
653
1662
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
654
1663
|
|
|
655
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
1664
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
656
1665
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
657
1666
|
|
|
658
1667
|
### Patches
|
|
@@ -661,7 +1670,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
661
1670
|
|
|
662
1671
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
663
1672
|
|
|
664
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
1673
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
665
1674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
666
1675
|
|
|
667
1676
|
### Patches
|
|
@@ -670,7 +1679,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
670
1679
|
|
|
671
1680
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
672
1681
|
|
|
673
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
1682
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
674
1683
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
675
1684
|
|
|
676
1685
|
### Minor changes
|
|
@@ -684,7 +1693,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
684
1693
|
|
|
685
1694
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
686
1695
|
|
|
687
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
1696
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
688
1697
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
689
1698
|
|
|
690
1699
|
### Patches
|
|
@@ -693,7 +1702,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
693
1702
|
|
|
694
1703
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
695
1704
|
|
|
696
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
1705
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
697
1706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
698
1707
|
|
|
699
1708
|
### Patches
|
|
@@ -703,7 +1712,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
703
1712
|
|
|
704
1713
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
705
1714
|
|
|
706
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
1715
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
707
1716
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
708
1717
|
|
|
709
1718
|
### Patches
|
|
@@ -712,7 +1721,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
712
1721
|
|
|
713
1722
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
714
1723
|
|
|
715
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
1724
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
716
1725
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
717
1726
|
|
|
718
1727
|
### Patches
|
|
@@ -721,7 +1730,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
721
1730
|
|
|
722
1731
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
723
1732
|
|
|
724
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
1733
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
725
1734
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
726
1735
|
|
|
727
1736
|
### Patches
|
|
@@ -731,7 +1740,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
731
1740
|
|
|
732
1741
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
733
1742
|
|
|
734
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
1743
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
735
1744
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
736
1745
|
|
|
737
1746
|
### Patches
|
|
@@ -740,7 +1749,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
740
1749
|
|
|
741
1750
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
742
1751
|
|
|
743
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
1752
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
744
1753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
745
1754
|
|
|
746
1755
|
### Minor changes
|
|
@@ -749,7 +1758,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
749
1758
|
|
|
750
1759
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
751
1760
|
|
|
752
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
1761
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
753
1762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
754
1763
|
|
|
755
1764
|
### Patches
|
|
@@ -759,7 +1768,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
759
1768
|
|
|
760
1769
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
761
1770
|
|
|
762
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
1771
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
763
1772
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
764
1773
|
|
|
765
1774
|
### Patches
|
|
@@ -768,7 +1777,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
768
1777
|
|
|
769
1778
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
770
1779
|
|
|
771
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
1780
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
772
1781
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
773
1782
|
|
|
774
1783
|
### Minor changes
|
|
@@ -777,7 +1786,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
777
1786
|
|
|
778
1787
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
779
1788
|
|
|
780
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
1789
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
781
1790
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
782
1791
|
|
|
783
1792
|
### Patches
|
|
@@ -787,7 +1796,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
787
1796
|
|
|
788
1797
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
789
1798
|
|
|
790
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
1799
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
791
1800
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
792
1801
|
|
|
793
1802
|
### Patches
|
|
@@ -796,7 +1805,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
796
1805
|
|
|
797
1806
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
798
1807
|
|
|
799
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
1808
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
800
1809
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
801
1810
|
|
|
802
1811
|
### Patches
|
|
@@ -805,7 +1814,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
805
1814
|
|
|
806
1815
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
807
1816
|
|
|
808
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
1817
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
809
1818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
810
1819
|
|
|
811
1820
|
### Patches
|
|
@@ -814,7 +1823,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
814
1823
|
|
|
815
1824
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
816
1825
|
|
|
817
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
1826
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
818
1827
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
819
1828
|
|
|
820
1829
|
### Patches
|
|
@@ -824,7 +1833,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
824
1833
|
|
|
825
1834
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
826
1835
|
|
|
827
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
1836
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
828
1837
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
829
1838
|
|
|
830
1839
|
### Patches
|
|
@@ -833,7 +1842,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
833
1842
|
|
|
834
1843
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
835
1844
|
|
|
836
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
1845
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
837
1846
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
838
1847
|
|
|
839
1848
|
### Patches
|
|
@@ -842,7 +1851,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
842
1851
|
|
|
843
1852
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
844
1853
|
|
|
845
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
1854
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
846
1855
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
847
1856
|
|
|
848
1857
|
### Patches
|
|
@@ -851,7 +1860,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
851
1860
|
|
|
852
1861
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
853
1862
|
|
|
854
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
1863
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
855
1864
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
856
1865
|
|
|
857
1866
|
### Minor changes
|
|
@@ -860,7 +1869,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
860
1869
|
|
|
861
1870
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
862
1871
|
|
|
863
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
1872
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
864
1873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
865
1874
|
|
|
866
1875
|
### Patches
|
|
@@ -869,7 +1878,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
869
1878
|
|
|
870
1879
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
871
1880
|
|
|
872
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
1881
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
873
1882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
874
1883
|
|
|
875
1884
|
### Patches
|
|
@@ -878,7 +1887,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
878
1887
|
|
|
879
1888
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
880
1889
|
|
|
881
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
1890
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
882
1891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
883
1892
|
|
|
884
1893
|
### Patches
|
|
@@ -888,7 +1897,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
888
1897
|
|
|
889
1898
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
890
1899
|
|
|
891
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
1900
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
892
1901
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
893
1902
|
|
|
894
1903
|
### Minor changes
|
|
@@ -902,7 +1911,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
902
1911
|
|
|
903
1912
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
904
1913
|
|
|
905
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1914
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
906
1915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
907
1916
|
|
|
908
1917
|
### Patches
|
|
@@ -911,7 +1920,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
911
1920
|
|
|
912
1921
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
913
1922
|
|
|
914
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1923
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
915
1924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
916
1925
|
|
|
917
1926
|
### Minor changes
|
|
@@ -921,7 +1930,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
921
1930
|
|
|
922
1931
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
923
1932
|
|
|
924
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1933
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
925
1934
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
926
1935
|
|
|
927
1936
|
### Patches
|
|
@@ -930,7 +1939,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
930
1939
|
|
|
931
1940
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
932
1941
|
|
|
933
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1942
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
934
1943
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
935
1944
|
|
|
936
1945
|
### Patches
|
|
@@ -939,7 +1948,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
939
1948
|
|
|
940
1949
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
941
1950
|
|
|
942
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1951
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
943
1952
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
944
1953
|
|
|
945
1954
|
### Major changes
|
|
@@ -972,7 +1981,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
972
1981
|
|
|
973
1982
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
974
1983
|
|
|
975
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1984
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
976
1985
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
977
1986
|
|
|
978
1987
|
### Patches
|
|
@@ -981,7 +1990,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
981
1990
|
|
|
982
1991
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
983
1992
|
|
|
984
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1993
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
985
1994
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
986
1995
|
|
|
987
1996
|
### Minor changes
|
|
@@ -990,7 +1999,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
990
1999
|
|
|
991
2000
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
992
2001
|
|
|
993
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
2002
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
994
2003
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
995
2004
|
|
|
996
2005
|
### Patches
|
|
@@ -999,7 +2008,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
999
2008
|
|
|
1000
2009
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
1001
2010
|
|
|
1002
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
2011
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
1003
2012
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
1004
2013
|
|
|
1005
2014
|
### Patches
|
|
@@ -1009,7 +2018,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
1009
2018
|
|
|
1010
2019
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
1011
2020
|
|
|
1012
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
2021
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1013
2022
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
1014
2023
|
|
|
1015
2024
|
### Minor changes
|
|
@@ -1018,7 +2027,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
1018
2027
|
|
|
1019
2028
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
1020
2029
|
|
|
1021
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
2030
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1022
2031
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
1023
2032
|
|
|
1024
2033
|
### Patches
|
|
@@ -1027,7 +2036,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
1027
2036
|
|
|
1028
2037
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
1029
2038
|
|
|
1030
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
2039
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1031
2040
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
1032
2041
|
|
|
1033
2042
|
### Patches
|
|
@@ -1036,7 +2045,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1036
2045
|
|
|
1037
2046
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
1038
2047
|
|
|
1039
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
2048
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1040
2049
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
1041
2050
|
|
|
1042
2051
|
### Patches
|
|
@@ -1045,7 +2054,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
1045
2054
|
|
|
1046
2055
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
1047
2056
|
|
|
1048
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
2057
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1049
2058
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
1050
2059
|
|
|
1051
2060
|
### Minor changes
|
|
@@ -1054,7 +2063,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1054
2063
|
|
|
1055
2064
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
1056
2065
|
|
|
1057
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
2066
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1058
2067
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
1059
2068
|
|
|
1060
2069
|
### Patches
|
|
@@ -1063,7 +2072,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1063
2072
|
|
|
1064
2073
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1065
2074
|
|
|
1066
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
2075
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1067
2076
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1068
2077
|
|
|
1069
2078
|
### Minor changes
|
|
@@ -1076,7 +2085,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1076
2085
|
|
|
1077
2086
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1078
2087
|
|
|
1079
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
2088
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1080
2089
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1081
2090
|
|
|
1082
2091
|
### Minor changes
|
|
@@ -1085,7 +2094,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1085
2094
|
|
|
1086
2095
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1087
2096
|
|
|
1088
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
2097
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1089
2098
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1090
2099
|
|
|
1091
2100
|
### Minor changes
|
|
@@ -1098,7 +2107,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1098
2107
|
|
|
1099
2108
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1100
2109
|
|
|
1101
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
2110
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1102
2111
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1103
2112
|
|
|
1104
2113
|
### Patches
|
|
@@ -1107,7 +2116,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1107
2116
|
|
|
1108
2117
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1109
2118
|
|
|
1110
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
2119
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1111
2120
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1112
2121
|
|
|
1113
2122
|
### Patches
|
|
@@ -1116,7 +2125,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1116
2125
|
|
|
1117
2126
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1118
2127
|
|
|
1119
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
2128
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1120
2129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1121
2130
|
|
|
1122
2131
|
### Minor changes
|
|
@@ -1125,7 +2134,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1125
2134
|
|
|
1126
2135
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1127
2136
|
|
|
1128
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
2137
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1129
2138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1130
2139
|
|
|
1131
2140
|
### Minor changes
|
|
@@ -1135,7 +2144,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1135
2144
|
|
|
1136
2145
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1137
2146
|
|
|
1138
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
2147
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1139
2148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1140
2149
|
|
|
1141
2150
|
### Patches
|
|
@@ -1145,7 +2154,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1145
2154
|
|
|
1146
2155
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1147
2156
|
|
|
1148
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
2157
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1149
2158
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1150
2159
|
|
|
1151
2160
|
### Patches
|
|
@@ -1154,7 +2163,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1154
2163
|
|
|
1155
2164
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1156
2165
|
|
|
1157
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
2166
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1158
2167
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1159
2168
|
|
|
1160
2169
|
### Minor changes
|
|
@@ -1163,7 +2172,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1163
2172
|
|
|
1164
2173
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1165
2174
|
|
|
1166
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
2175
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1167
2176
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1168
2177
|
|
|
1169
2178
|
### Patches
|
|
@@ -1172,7 +2181,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1172
2181
|
|
|
1173
2182
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1174
2183
|
|
|
1175
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
2184
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1176
2185
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1177
2186
|
|
|
1178
2187
|
### Minor changes
|
|
@@ -1185,7 +2194,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1185
2194
|
|
|
1186
2195
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1187
2196
|
|
|
1188
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
2197
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1189
2198
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1190
2199
|
|
|
1191
2200
|
### Patches
|
|
@@ -1194,7 +2203,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1194
2203
|
|
|
1195
2204
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1196
2205
|
|
|
1197
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
2206
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1198
2207
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1199
2208
|
|
|
1200
2209
|
### Minor changes
|
|
@@ -1203,7 +2212,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1203
2212
|
|
|
1204
2213
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1205
2214
|
|
|
1206
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
2215
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1207
2216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1208
2217
|
|
|
1209
2218
|
### Minor changes
|
|
@@ -1216,7 +2225,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1216
2225
|
|
|
1217
2226
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1218
2227
|
|
|
1219
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
2228
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1220
2229
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1221
2230
|
|
|
1222
2231
|
### Patches
|
|
@@ -1225,7 +2234,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1225
2234
|
|
|
1226
2235
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1227
2236
|
|
|
1228
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
2237
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1229
2238
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1230
2239
|
|
|
1231
2240
|
### Patches
|
|
@@ -1234,7 +2243,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1234
2243
|
|
|
1235
2244
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1236
2245
|
|
|
1237
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
2246
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1238
2247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1239
2248
|
|
|
1240
2249
|
### Patches
|
|
@@ -1244,7 +2253,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1244
2253
|
|
|
1245
2254
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1246
2255
|
|
|
1247
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
2256
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1248
2257
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1249
2258
|
|
|
1250
2259
|
### Patches
|
|
@@ -1253,7 +2262,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1253
2262
|
|
|
1254
2263
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1255
2264
|
|
|
1256
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
2265
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1257
2266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1258
2267
|
|
|
1259
2268
|
### Patches
|
|
@@ -1268,7 +2277,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1268
2277
|
|
|
1269
2278
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1270
2279
|
|
|
1271
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
2280
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1272
2281
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1273
2282
|
|
|
1274
2283
|
### Patches
|
|
@@ -1277,7 +2286,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1277
2286
|
|
|
1278
2287
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1279
2288
|
|
|
1280
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
2289
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1281
2290
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1282
2291
|
|
|
1283
2292
|
### Minor changes
|
|
@@ -1290,7 +2299,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1290
2299
|
|
|
1291
2300
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1292
2301
|
|
|
1293
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
2302
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1294
2303
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1295
2304
|
|
|
1296
2305
|
### Patches
|
|
@@ -1299,7 +2308,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1299
2308
|
|
|
1300
2309
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1301
2310
|
|
|
1302
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
2311
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1303
2312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1304
2313
|
|
|
1305
2314
|
### Patches
|
|
@@ -1308,7 +2317,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1308
2317
|
|
|
1309
2318
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1310
2319
|
|
|
1311
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
2320
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1312
2321
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1313
2322
|
|
|
1314
2323
|
### Minor changes
|
|
@@ -1317,7 +2326,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1317
2326
|
|
|
1318
2327
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1319
2328
|
|
|
1320
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
2329
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1321
2330
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1322
2331
|
|
|
1323
2332
|
### Patches
|
|
@@ -1329,7 +2338,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1329
2338
|
|
|
1330
2339
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1331
2340
|
|
|
1332
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
2341
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1333
2342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1334
2343
|
|
|
1335
2344
|
### Minor changes
|
|
@@ -1338,7 +2347,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1338
2347
|
|
|
1339
2348
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1340
2349
|
|
|
1341
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
2350
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1342
2351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1343
2352
|
|
|
1344
2353
|
### Patches
|
|
@@ -1347,7 +2356,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1347
2356
|
|
|
1348
2357
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1349
2358
|
|
|
1350
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
2359
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1351
2360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1352
2361
|
|
|
1353
2362
|
### Patches
|
|
@@ -1356,7 +2365,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1356
2365
|
|
|
1357
2366
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1358
2367
|
|
|
1359
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
2368
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1360
2369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1361
2370
|
|
|
1362
2371
|
### Minor changes
|