@fluentui/web-components 3.0.0-beta.13 → 3.0.0-beta.131
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 +1287 -103
- package/README.md +57 -16
- package/custom-elements.json +29644 -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 -99
- 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 +9 -253
- 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 +235 -0
- package/dist/esm/button/button.base.js +297 -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.js +9 -273
- 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 +0 -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 +69 -49
- 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 +0 -1
- 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 +388 -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 +22 -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.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 +11 -7
- 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 +1 -1
- 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 +63 -0
- package/dist/esm/dialog/dialog.js +51 -307
- 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 +75 -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 +13 -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 +95 -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 +61 -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 +110 -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 +185 -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 +25 -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 +493 -0
- package/dist/esm/dropdown/dropdown.base.js +833 -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 +17 -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 +216 -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 +94 -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 +123 -0
- package/dist/esm/field/field.base.js +200 -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 +18 -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 +124 -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 +192 -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 +16 -0
- package/dist/esm/listbox/listbox.template.js +26 -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 +149 -183
- 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.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.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 +40 -0
- package/dist/esm/menu-item/menu-item.options.js +14 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -1
- 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 +36 -72
- 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 +299 -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 +133 -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 +62 -0
- package/dist/esm/radio/radio.js +52 -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 +423 -319
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.d.ts +14 -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 +77 -0
- package/dist/esm/rating-display/rating-display.base.js +109 -0
- package/dist/esm/rating-display/rating-display.base.js.map +1 -0
- package/dist/esm/rating-display/rating-display.d.ts +38 -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 +34 -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 +150 -0
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
- package/dist/esm/rating-display/rating-display.template.d.ts +17 -0
- package/dist/esm/rating-display/rating-display.template.js +30 -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 -29
- 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 +40 -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 +5 -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 +272 -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 +41 -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.styles.d.ts +1 -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 +348 -0
- package/dist/esm/textarea/textarea.base.js +502 -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 +42 -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.js +5 -7
- 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.js +26 -23
- 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 +74 -0
- package/dist/esm/tree/tree.base.js +237 -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 +10 -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 +14 -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 +88 -0
- package/dist/esm/tree-item/tree-item.base.js +160 -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.d.ts +1 -0
- package/dist/esm/tree-item/tree-item.styles.js +162 -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 +29 -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 +93 -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/request-idle-callback.d.ts +41 -0
- package/dist/esm/utils/request-idle-callback.js +72 -0
- package/dist/esm/utils/request-idle-callback.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 +7878 -2235
- package/dist/web-components.js +10095 -6219
- package/dist/web-components.min.js +425 -200
- package/package.json +60 -174
- 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 -276
- package/dist/dts/button/button.options.d.ts +0 -83
- package/dist/dts/button/button.styles.d.ts +0 -6
- package/dist/dts/button/button.template.d.ts +0 -15
- 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 -104
- 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 -51
- 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/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 -27852
- 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.e73a6496.iframe.bundle.js +0 -2
- package/dist/storybook/main.e73a6496.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 -2999
- package/playwright.config.ts +0 -24
- 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/button.definition.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/spinner/spinner.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/switch/switch.styles.d.ts → 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/tab-panel/tab-panel.styles.d.ts → esm/switch/switch.styles.d.ts} +0 -0
- /package/dist/{dts → esm}/tab/tab.definition.d.ts +0 -0
- /package/dist/{dts/tabs/tabs.styles.d.ts → esm/tab/tab.styles.d.ts} +0 -0
- /package/dist/{dts/tab/tab.styles.d.ts → esm/tab-panel/tab-panel.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 → esm}/toggle-button/toggle-button.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,1133 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 03 Nov 2025 04:07:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.131](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.131)
|
|
8
|
+
|
|
9
|
+
Mon, 03 Nov 2025 04:07:19 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.130..@fluentui/web-components_v3.0.0-beta.131)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- fix: hide dropdown indicator and support native collapse behavior on click ([PR #35439](https://github.com/microsoft/fluentui/pull/35439) by 13071055+chrisdholt@users.noreply.github.com)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-beta.130](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.130)
|
|
17
|
+
|
|
18
|
+
Mon, 20 Oct 2025 04:08:15 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.129..@fluentui/web-components_v3.0.0-beta.130)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- fix: update dropdown forced-colors mode states ([PR #35340](https://github.com/microsoft/fluentui/pull/35340) by rupertdavid@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [3.0.0-beta.129](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.129)
|
|
26
|
+
|
|
27
|
+
Thu, 16 Oct 2025 04:09:10 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.128..@fluentui/web-components_v3.0.0-beta.129)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- fix(web-components): ensure menu initialization is queued ([PR #35328](https://github.com/microsoft/fluentui/pull/35328) by 863023+radium-v@users.noreply.github.com)
|
|
33
|
+
|
|
34
|
+
## [3.0.0-beta.128](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.128)
|
|
35
|
+
|
|
36
|
+
Wed, 15 Oct 2025 04:07:30 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.127..@fluentui/web-components_v3.0.0-beta.128)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- exclude node_modules and dist so CEM type parser maps types properly ([PR #35326](https://github.com/microsoft/fluentui/pull/35326) by jes@microsoft.com)
|
|
42
|
+
|
|
43
|
+
## [3.0.0-beta.127](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.127)
|
|
44
|
+
|
|
45
|
+
Tue, 14 Oct 2025 04:06:46 GMT
|
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.126..@fluentui/web-components_v3.0.0-beta.127)
|
|
47
|
+
|
|
48
|
+
### Changes
|
|
49
|
+
|
|
50
|
+
- remove aria-hidden from field labels to zoom text accessibility works, remove field text-input and text-area examples from storybook ([PR #35308](https://github.com/microsoft/fluentui/pull/35308) by jes@microsoft.com)
|
|
51
|
+
- [chore]: bump min version of node from 20 to 22 ([PR #35286](https://github.com/microsoft/fluentui/pull/35286) by 863023+radium-v@users.noreply.github.com)
|
|
52
|
+
|
|
53
|
+
## [3.0.0-beta.126](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.126)
|
|
54
|
+
|
|
55
|
+
Fri, 10 Oct 2025 04:08:57 GMT
|
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.125..@fluentui/web-components_v3.0.0-beta.126)
|
|
57
|
+
|
|
58
|
+
### Changes
|
|
59
|
+
|
|
60
|
+
- [fix]: voice over in navigation mode was not announcing tabs belonging to a disabled tablist as disabled ([PR #35299](https://github.com/microsoft/fluentui/pull/35299) by jes@microsoft.com)
|
|
61
|
+
|
|
62
|
+
## [3.0.0-beta.125](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.125)
|
|
63
|
+
|
|
64
|
+
Mon, 06 Oct 2025 04:08:36 GMT
|
|
65
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.124..@fluentui/web-components_v3.0.0-beta.125)
|
|
66
|
+
|
|
67
|
+
### Changes
|
|
68
|
+
|
|
69
|
+
- Fix Node version to be compaditible with CEM analyzer so parsedTypes get properly written. ([PR #35277](https://github.com/microsoft/fluentui/pull/35277) by jes@microsoft.com)
|
|
70
|
+
|
|
71
|
+
## [3.0.0-beta.124](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.124)
|
|
72
|
+
|
|
73
|
+
Thu, 18 Sep 2025 04:07:17 GMT
|
|
74
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.123..@fluentui/web-components_v3.0.0-beta.124)
|
|
75
|
+
|
|
76
|
+
### Changes
|
|
77
|
+
|
|
78
|
+
- fix: bug in switch checked story in forced-colors mode ([PR #35204](https://github.com/microsoft/fluentui/pull/35204) by rupertdavid@microsoft.com)
|
|
79
|
+
|
|
80
|
+
## [3.0.0-beta.123](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.123)
|
|
81
|
+
|
|
82
|
+
Fri, 05 Sep 2025 04:09:54 GMT
|
|
83
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.122..@fluentui/web-components_v3.0.0-beta.123)
|
|
84
|
+
|
|
85
|
+
### Changes
|
|
86
|
+
|
|
87
|
+
- fix: use defined selector in waitForConnectedDescendants ([PR #35142](https://github.com/microsoft/fluentui/pull/35142) by 863023+radium-v@users.noreply.github.com)
|
|
88
|
+
|
|
89
|
+
## [3.0.0-beta.122](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.122)
|
|
90
|
+
|
|
91
|
+
Thu, 04 Sep 2025 04:07:08 GMT
|
|
92
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.121..@fluentui/web-components_v3.0.0-beta.122)
|
|
93
|
+
|
|
94
|
+
### Changes
|
|
95
|
+
|
|
96
|
+
- feat: enable SSR for rating-display ([PR #35126](https://github.com/microsoft/fluentui/pull/35126) by machi@microsoft.com)
|
|
97
|
+
|
|
98
|
+
## [3.0.0-beta.121](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.121)
|
|
99
|
+
|
|
100
|
+
Wed, 03 Sep 2025 04:08:39 GMT
|
|
101
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.120..@fluentui/web-components_v3.0.0-beta.121)
|
|
102
|
+
|
|
103
|
+
### Changes
|
|
104
|
+
|
|
105
|
+
- refactor: replace slotted with slotchange for tree and tree-item ([PR #35138](https://github.com/microsoft/fluentui/pull/35138) by machi@microsoft.com)
|
|
106
|
+
|
|
107
|
+
## [3.0.0-beta.120](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.120)
|
|
108
|
+
|
|
109
|
+
Mon, 01 Sep 2025 04:08:19 GMT
|
|
110
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.119..@fluentui/web-components_v3.0.0-beta.120)
|
|
111
|
+
|
|
112
|
+
### Changes
|
|
113
|
+
|
|
114
|
+
- fix: add focus-ring to dropdown ([PR #35116](https://github.com/microsoft/fluentui/pull/35116) by rupertdavid@microsoft.com)
|
|
115
|
+
- fix(dropdown): use slotchange events instead of manual slot assignment ([PR #35125](https://github.com/microsoft/fluentui/pull/35125) by 863023+radium-v@users.noreply.github.com)
|
|
116
|
+
|
|
117
|
+
## [3.0.0-beta.119](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.119)
|
|
118
|
+
|
|
119
|
+
Wed, 27 Aug 2025 04:06:43 GMT
|
|
120
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.118..@fluentui/web-components_v3.0.0-beta.119)
|
|
121
|
+
|
|
122
|
+
### Changes
|
|
123
|
+
|
|
124
|
+
- feat: make tree and tree-item SSR compatible ([PR #35091](https://github.com/microsoft/fluentui/pull/35091) by machi@microsoft.com)
|
|
125
|
+
|
|
126
|
+
## [3.0.0-beta.118](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.118)
|
|
127
|
+
|
|
128
|
+
Tue, 26 Aug 2025 04:07:19 GMT
|
|
129
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.117..@fluentui/web-components_v3.0.0-beta.118)
|
|
130
|
+
|
|
131
|
+
### Changes
|
|
132
|
+
|
|
133
|
+
- fix: remove unnecessary type check and avoid using instanceof in menu-list ([PR #35074](https://github.com/microsoft/fluentui/pull/35074) by machi@microsoft.com)
|
|
134
|
+
- fix: make tablist more ssr compatible ([PR #35072](https://github.com/microsoft/fluentui/pull/35072) by machi@microsoft.com)
|
|
135
|
+
|
|
136
|
+
## [3.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.117)
|
|
137
|
+
|
|
138
|
+
Mon, 25 Aug 2025 04:07:50 GMT
|
|
139
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.116..@fluentui/web-components_v3.0.0-beta.117)
|
|
140
|
+
|
|
141
|
+
### Changes
|
|
142
|
+
|
|
143
|
+
- fix: remove unnecessary type check for better ssr compatibility ([PR #35073](https://github.com/microsoft/fluentui/pull/35073) by machi@microsoft.com)
|
|
144
|
+
|
|
145
|
+
## [3.0.0-beta.116](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.116)
|
|
146
|
+
|
|
147
|
+
Wed, 13 Aug 2025 04:08:18 GMT
|
|
148
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.115..@fluentui/web-components_v3.0.0-beta.116)
|
|
149
|
+
|
|
150
|
+
### Changes
|
|
151
|
+
|
|
152
|
+
- feat: make components ready for ssr support ([PR #34996](https://github.com/microsoft/fluentui/pull/34996) by machi@microsoft.com)
|
|
153
|
+
|
|
154
|
+
## [3.0.0-beta.115](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.115)
|
|
155
|
+
|
|
156
|
+
Mon, 04 Aug 2025 04:07:50 GMT
|
|
157
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.114..@fluentui/web-components_v3.0.0-beta.115)
|
|
158
|
+
|
|
159
|
+
### Changes
|
|
160
|
+
|
|
161
|
+
- fix: avoid setting tabindex before button is connected ([PR #34960](https://github.com/microsoft/fluentui/pull/34960) by machi@microsoft.com)
|
|
162
|
+
|
|
163
|
+
## [3.0.0-beta.114](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.114)
|
|
164
|
+
|
|
165
|
+
Fri, 25 Jul 2025 04:07:23 GMT
|
|
166
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.113..@fluentui/web-components_v3.0.0-beta.114)
|
|
167
|
+
|
|
168
|
+
### Changes
|
|
169
|
+
|
|
170
|
+
- a11y: remove vertical margins on dialog to support 400% zoom ([PR #34906](https://github.com/microsoft/fluentui/pull/34906) by rupertdavid@microsoft.com)
|
|
171
|
+
|
|
172
|
+
## [3.0.0-beta.113](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.113)
|
|
173
|
+
|
|
174
|
+
Mon, 21 Jul 2025 04:07:39 GMT
|
|
175
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.112..@fluentui/web-components_v3.0.0-beta.113)
|
|
176
|
+
|
|
177
|
+
### Changes
|
|
178
|
+
|
|
179
|
+
- fix: remove unnecessary tabindex logic from switch template ([PR #34877](https://github.com/microsoft/fluentui/pull/34877) by machi@microsoft.com)
|
|
180
|
+
- fix: vertical slider in rtl has the opposite value than the visual ([PR #34876](https://github.com/microsoft/fluentui/pull/34876) by machi@microsoft.com)
|
|
181
|
+
|
|
182
|
+
## [3.0.0-beta.112](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.112)
|
|
183
|
+
|
|
184
|
+
Fri, 04 Jul 2025 04:08:39 GMT
|
|
185
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.111..@fluentui/web-components_v3.0.0-beta.112)
|
|
186
|
+
|
|
187
|
+
### Changes
|
|
188
|
+
|
|
189
|
+
- fix: initially checked radio should be focusable ([PR #34776](https://github.com/microsoft/fluentui/pull/34776) by machi@microsoft.com)
|
|
190
|
+
|
|
191
|
+
## [3.0.0-beta.111](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.111)
|
|
192
|
+
|
|
193
|
+
Tue, 01 Jul 2025 04:08:27 GMT
|
|
194
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.110..@fluentui/web-components_v3.0.0-beta.111)
|
|
195
|
+
|
|
196
|
+
### Changes
|
|
197
|
+
|
|
198
|
+
- refactor: move tabindex logic into JS class ([PR #34741](https://github.com/microsoft/fluentui/pull/34741) by machi@microsoft.com)
|
|
199
|
+
|
|
200
|
+
## [3.0.0-beta.110](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.110)
|
|
201
|
+
|
|
202
|
+
Tue, 24 Jun 2025 04:06:55 GMT
|
|
203
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.109..@fluentui/web-components_v3.0.0-beta.110)
|
|
204
|
+
|
|
205
|
+
### Changes
|
|
206
|
+
|
|
207
|
+
- fix start and end slot for tabs ([PR #34704](https://github.com/microsoft/fluentui/pull/34704) by jes@microsoft.com)
|
|
208
|
+
- fix(dropdown): add anchor positioning fallback logic ([PR #34647](https://github.com/microsoft/fluentui/pull/34647) by 863023+radium-v@users.noreply.github.com)
|
|
209
|
+
|
|
210
|
+
## [3.0.0-beta.109](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.109)
|
|
211
|
+
|
|
212
|
+
Fri, 20 Jun 2025 04:06:30 GMT
|
|
213
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.108..@fluentui/web-components_v3.0.0-beta.109)
|
|
214
|
+
|
|
215
|
+
### Changes
|
|
216
|
+
|
|
217
|
+
- fix: progress bar when value is missing in firefox and safari ([PR #34684](https://github.com/microsoft/fluentui/pull/34684) by machi@microsoft.com)
|
|
218
|
+
|
|
219
|
+
## [3.0.0-beta.108](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.108)
|
|
220
|
+
|
|
221
|
+
Thu, 19 Jun 2025 04:06:30 GMT
|
|
222
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.107..@fluentui/web-components_v3.0.0-beta.108)
|
|
223
|
+
|
|
224
|
+
### Changes
|
|
225
|
+
|
|
226
|
+
- refactor: use css attr func to calculate progress indicator width ([PR #34674](https://github.com/microsoft/fluentui/pull/34674) by machi@microsoft.com)
|
|
227
|
+
|
|
228
|
+
## [3.0.0-beta.107](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.107)
|
|
229
|
+
|
|
230
|
+
Mon, 02 Jun 2025 04:07:10 GMT
|
|
231
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.106..@fluentui/web-components_v3.0.0-beta.107)
|
|
232
|
+
|
|
233
|
+
### Changes
|
|
234
|
+
|
|
235
|
+
- fix: various field interaction bugs ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by 863023+radium-v@users.noreply.github.com)
|
|
236
|
+
- occasionally focusing off of combobox would open and focus listbox ([PR #34404](https://github.com/microsoft/fluentui/pull/34404) by jes@microsoft.com)
|
|
237
|
+
|
|
238
|
+
## [3.0.0-beta.106](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.106)
|
|
239
|
+
|
|
240
|
+
Wed, 28 May 2025 04:06:58 GMT
|
|
241
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.105..@fluentui/web-components_v3.0.0-beta.106)
|
|
242
|
+
|
|
243
|
+
### Changes
|
|
244
|
+
|
|
245
|
+
- Co-located types with ES modules. This should not affect users. ([PR #34487](https://github.com/microsoft/fluentui/pull/34487) by burtonsmith@microsoft.com)
|
|
246
|
+
- Accesible name and title for dialog ([PR #34519](https://github.com/microsoft/fluentui/pull/34519) by jes@microsoft.com)
|
|
247
|
+
|
|
248
|
+
## [3.0.0-beta.105](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.105)
|
|
249
|
+
|
|
250
|
+
Mon, 26 May 2025 04:07:35 GMT
|
|
251
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.104..@fluentui/web-components_v3.0.0-beta.105)
|
|
252
|
+
|
|
253
|
+
### Changes
|
|
254
|
+
|
|
255
|
+
- 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)
|
|
256
|
+
|
|
257
|
+
## [3.0.0-beta.104](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.104)
|
|
258
|
+
|
|
259
|
+
Fri, 23 May 2025 04:06:43 GMT
|
|
260
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.103..@fluentui/web-components_v3.0.0-beta.104)
|
|
261
|
+
|
|
262
|
+
### Changes
|
|
263
|
+
|
|
264
|
+
- 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)
|
|
265
|
+
- fix: better fallback positioning for sub menu ([PR #34499](https://github.com/microsoft/fluentui/pull/34499) by machi@microsoft.com)
|
|
266
|
+
|
|
267
|
+
## [3.0.0-beta.103](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.103)
|
|
268
|
+
|
|
269
|
+
Thu, 22 May 2025 04:06:51 GMT
|
|
270
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.102..@fluentui/web-components_v3.0.0-beta.103)
|
|
271
|
+
|
|
272
|
+
### Changes
|
|
273
|
+
|
|
274
|
+
- Fixed compound-button high contrast text colors. ([PR #34490](https://github.com/microsoft/fluentui/pull/34490) by 601470+mlijanto@users.noreply.github.com)
|
|
275
|
+
- Adds click event to close slot of drawer ([PR #34479](https://github.com/microsoft/fluentui/pull/34479) by jes@microsoft.com)
|
|
276
|
+
|
|
277
|
+
## [3.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.102)
|
|
278
|
+
|
|
279
|
+
Wed, 21 May 2025 04:07:25 GMT
|
|
280
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.101..@fluentui/web-components_v3.0.0-beta.102)
|
|
281
|
+
|
|
282
|
+
### Changes
|
|
283
|
+
|
|
284
|
+
- manage focus only when menu is open ([PR #34486](https://github.com/microsoft/fluentui/pull/34486) by machi@microsoft.com)
|
|
285
|
+
|
|
286
|
+
## [3.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.101)
|
|
287
|
+
|
|
288
|
+
Tue, 20 May 2025 04:06:48 GMT
|
|
289
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.100..@fluentui/web-components_v3.0.0-beta.101)
|
|
290
|
+
|
|
291
|
+
### Changes
|
|
292
|
+
|
|
293
|
+
- fixes accesibility issues with dialog close button ([PR #34469](https://github.com/microsoft/fluentui/pull/34469) by jes@microsoft.com)
|
|
294
|
+
|
|
295
|
+
## [3.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.100)
|
|
296
|
+
|
|
297
|
+
Mon, 19 May 2025 04:07:24 GMT
|
|
298
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.99..@fluentui/web-components_v3.0.0-beta.100)
|
|
299
|
+
|
|
300
|
+
### Changes
|
|
301
|
+
|
|
302
|
+
- Include Custom Elements Manifest in package exports ([PR #34460](https://github.com/microsoft/fluentui/pull/34460) by burtonsmith@microsoft.com)
|
|
303
|
+
|
|
304
|
+
## [3.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.99)
|
|
305
|
+
|
|
306
|
+
Thu, 15 May 2025 04:06:34 GMT
|
|
307
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.98..@fluentui/web-components_v3.0.0-beta.99)
|
|
308
|
+
|
|
309
|
+
### Changes
|
|
310
|
+
|
|
311
|
+
- Add tree exports to main index ([PR #34448](https://github.com/microsoft/fluentui/pull/34448) by jes@microsoft.com)
|
|
312
|
+
|
|
313
|
+
## [3.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.98)
|
|
314
|
+
|
|
315
|
+
Fri, 09 May 2025 04:07:03 GMT
|
|
316
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.97..@fluentui/web-components_v3.0.0-beta.98)
|
|
317
|
+
|
|
318
|
+
### Changes
|
|
319
|
+
|
|
320
|
+
- fix the selected primary focus state ([PR #34400](https://github.com/microsoft/fluentui/pull/34400) by jes@microsoft.com)
|
|
321
|
+
|
|
322
|
+
## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
|
|
323
|
+
|
|
324
|
+
Wed, 07 May 2025 04:08:26 GMT
|
|
325
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
|
|
326
|
+
|
|
327
|
+
### Changes
|
|
328
|
+
|
|
329
|
+
- [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
|
|
330
|
+
- 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)
|
|
331
|
+
- [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
|
|
332
|
+
|
|
333
|
+
## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
|
|
334
|
+
|
|
335
|
+
Wed, 30 Apr 2025 04:06:34 GMT
|
|
336
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
|
|
337
|
+
|
|
338
|
+
### Changes
|
|
339
|
+
|
|
340
|
+
- feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
|
|
341
|
+
|
|
342
|
+
## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
|
|
343
|
+
|
|
344
|
+
Thu, 24 Apr 2025 04:06:27 GMT
|
|
345
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
|
|
346
|
+
|
|
347
|
+
### Changes
|
|
348
|
+
|
|
349
|
+
- support callback for expand change ([PR #34234](https://github.com/microsoft/fluentui/pull/34234) by HangWhy@outlook.com)
|
|
350
|
+
|
|
351
|
+
## [3.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.94)
|
|
352
|
+
|
|
353
|
+
Tue, 22 Apr 2025 04:07:05 GMT
|
|
354
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.93..@fluentui/web-components_v3.0.0-beta.94)
|
|
355
|
+
|
|
356
|
+
### Changes
|
|
357
|
+
|
|
358
|
+
- 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)
|
|
359
|
+
|
|
360
|
+
## [3.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.93)
|
|
361
|
+
|
|
362
|
+
Fri, 18 Apr 2025 04:06:38 GMT
|
|
363
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.92..@fluentui/web-components_v3.0.0-beta.93)
|
|
364
|
+
|
|
365
|
+
### Changes
|
|
366
|
+
|
|
367
|
+
- fix tabs animation starting position ([PR #34185](https://github.com/microsoft/fluentui/pull/34185) by 1981616118@qq.com)
|
|
368
|
+
- [fix] only set expanded is expanded is not set ([PR #34282](https://github.com/microsoft/fluentui/pull/34282) by jes@microsoft.com)
|
|
369
|
+
|
|
370
|
+
## [3.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.92)
|
|
371
|
+
|
|
372
|
+
Thu, 17 Apr 2025 04:07:28 GMT
|
|
373
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.91..@fluentui/web-components_v3.0.0-beta.92)
|
|
374
|
+
|
|
375
|
+
### Changes
|
|
376
|
+
|
|
377
|
+
- tree item initial selection, tree item expands for sub selected item ([PR #34258](https://github.com/microsoft/fluentui/pull/34258) by jes@microsoft.com)
|
|
378
|
+
|
|
379
|
+
## [3.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.91)
|
|
380
|
+
|
|
381
|
+
Tue, 15 Apr 2025 04:06:21 GMT
|
|
382
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.90..@fluentui/web-components_v3.0.0-beta.91)
|
|
383
|
+
|
|
384
|
+
### Changes
|
|
385
|
+
|
|
386
|
+
- 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)
|
|
387
|
+
|
|
388
|
+
## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
|
|
389
|
+
|
|
390
|
+
Thu, 10 Apr 2025 04:07:19 GMT
|
|
391
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
|
|
392
|
+
|
|
393
|
+
### Changes
|
|
394
|
+
|
|
395
|
+
- 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)
|
|
396
|
+
- fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
|
|
397
|
+
|
|
398
|
+
## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
|
|
399
|
+
|
|
400
|
+
Wed, 09 Apr 2025 04:06:41 GMT
|
|
401
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
|
|
402
|
+
|
|
403
|
+
### Changes
|
|
404
|
+
|
|
405
|
+
- 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)
|
|
406
|
+
|
|
407
|
+
## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
|
|
408
|
+
|
|
409
|
+
Fri, 21 Mar 2025 04:07:36 GMT
|
|
410
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
|
|
411
|
+
|
|
412
|
+
### Changes
|
|
413
|
+
|
|
414
|
+
- fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
|
|
415
|
+
|
|
416
|
+
## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
|
|
417
|
+
|
|
418
|
+
Thu, 20 Mar 2025 04:07:02 GMT
|
|
419
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
|
|
420
|
+
|
|
421
|
+
### Changes
|
|
422
|
+
|
|
423
|
+
- [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
|
|
424
|
+
|
|
425
|
+
## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
|
|
426
|
+
|
|
427
|
+
Fri, 14 Mar 2025 04:07:05 GMT
|
|
428
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
|
|
429
|
+
|
|
430
|
+
### Changes
|
|
431
|
+
|
|
432
|
+
- refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
|
|
433
|
+
- move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
|
|
434
|
+
|
|
435
|
+
## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
|
|
436
|
+
|
|
437
|
+
Thu, 13 Mar 2025 04:07:37 GMT
|
|
438
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
|
|
439
|
+
|
|
440
|
+
### Changes
|
|
441
|
+
|
|
442
|
+
- fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
|
|
443
|
+
|
|
444
|
+
## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
|
|
445
|
+
|
|
446
|
+
Mon, 10 Mar 2025 21:05:03 GMT
|
|
447
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
|
|
448
|
+
|
|
449
|
+
### Changes
|
|
450
|
+
|
|
451
|
+
- 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)
|
|
452
|
+
|
|
453
|
+
## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
|
|
454
|
+
|
|
455
|
+
Wed, 05 Mar 2025 04:07:03 GMT
|
|
456
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
|
|
457
|
+
|
|
458
|
+
### Changes
|
|
459
|
+
|
|
460
|
+
- feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
|
|
461
|
+
|
|
462
|
+
## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
|
|
463
|
+
|
|
464
|
+
Fri, 28 Feb 2025 04:07:19 GMT
|
|
465
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
|
|
466
|
+
|
|
467
|
+
### Changes
|
|
468
|
+
|
|
469
|
+
- Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
|
|
470
|
+
- fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
|
|
471
|
+
- fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
|
|
472
|
+
|
|
473
|
+
## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
|
|
474
|
+
|
|
475
|
+
Tue, 25 Feb 2025 04:07:15 GMT
|
|
476
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
|
|
477
|
+
|
|
478
|
+
### Changes
|
|
479
|
+
|
|
480
|
+
- 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)
|
|
481
|
+
|
|
482
|
+
## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
|
|
483
|
+
|
|
484
|
+
Thu, 13 Feb 2025 04:06:52 GMT
|
|
485
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
|
|
486
|
+
|
|
487
|
+
### Changes
|
|
488
|
+
|
|
489
|
+
- makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
|
|
490
|
+
|
|
491
|
+
## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
|
|
492
|
+
|
|
493
|
+
Fri, 07 Feb 2025 04:07:35 GMT
|
|
494
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
|
|
495
|
+
|
|
496
|
+
### Changes
|
|
497
|
+
|
|
498
|
+
- remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
|
|
499
|
+
|
|
500
|
+
## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
|
|
501
|
+
|
|
502
|
+
Tue, 04 Feb 2025 04:07:18 GMT
|
|
503
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
|
|
504
|
+
|
|
505
|
+
### Changes
|
|
506
|
+
|
|
507
|
+
- add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
|
|
508
|
+
- 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)
|
|
509
|
+
|
|
510
|
+
## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
|
|
511
|
+
|
|
512
|
+
Fri, 17 Jan 2025 04:07:40 GMT
|
|
513
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
|
|
514
|
+
|
|
515
|
+
### Changes
|
|
516
|
+
|
|
517
|
+
- fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
|
|
518
|
+
- fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
|
|
519
|
+
|
|
520
|
+
## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
|
|
521
|
+
|
|
522
|
+
Thu, 09 Jan 2025 04:07:00 GMT
|
|
523
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
|
|
524
|
+
|
|
525
|
+
### Changes
|
|
526
|
+
|
|
527
|
+
- 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)
|
|
528
|
+
- fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
|
|
529
|
+
|
|
530
|
+
## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
|
|
531
|
+
|
|
532
|
+
Mon, 23 Dec 2024 04:07:55 GMT
|
|
533
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
|
|
534
|
+
|
|
535
|
+
### Changes
|
|
536
|
+
|
|
537
|
+
- 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)
|
|
538
|
+
|
|
539
|
+
## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
|
|
540
|
+
|
|
541
|
+
Fri, 06 Dec 2024 04:07:47 GMT
|
|
542
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
|
|
543
|
+
|
|
544
|
+
### Changes
|
|
545
|
+
|
|
546
|
+
- add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
|
|
547
|
+
|
|
548
|
+
## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
|
|
549
|
+
|
|
550
|
+
Thu, 07 Nov 2024 04:07:40 GMT
|
|
551
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
|
|
552
|
+
|
|
553
|
+
### Changes
|
|
554
|
+
|
|
555
|
+
- feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
|
|
556
|
+
|
|
557
|
+
## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
|
|
558
|
+
|
|
559
|
+
Wed, 30 Oct 2024 04:06:53 GMT
|
|
560
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
|
|
561
|
+
|
|
562
|
+
### Changes
|
|
563
|
+
|
|
564
|
+
- 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)
|
|
565
|
+
|
|
566
|
+
## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
|
|
567
|
+
|
|
568
|
+
Tue, 29 Oct 2024 04:06:49 GMT
|
|
569
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
|
|
570
|
+
|
|
571
|
+
### Changes
|
|
572
|
+
|
|
573
|
+
- replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
|
|
574
|
+
|
|
575
|
+
## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
|
|
576
|
+
|
|
577
|
+
Fri, 25 Oct 2024 20:54:39 GMT
|
|
578
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
|
|
579
|
+
|
|
580
|
+
### Changes
|
|
581
|
+
|
|
582
|
+
- fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
|
|
583
|
+
- fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
|
|
584
|
+
|
|
585
|
+
## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
|
|
586
|
+
|
|
587
|
+
Tue, 15 Oct 2024 04:07:48 GMT
|
|
588
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
|
|
589
|
+
|
|
590
|
+
### Changes
|
|
591
|
+
|
|
592
|
+
- Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
|
|
593
|
+
- 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)
|
|
594
|
+
|
|
595
|
+
## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
|
|
596
|
+
|
|
597
|
+
Mon, 07 Oct 2024 04:08:32 GMT
|
|
598
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
|
|
599
|
+
|
|
600
|
+
### Changes
|
|
601
|
+
|
|
602
|
+
- feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
|
|
603
|
+
|
|
604
|
+
## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
|
|
605
|
+
|
|
606
|
+
Fri, 04 Oct 2024 04:09:02 GMT
|
|
607
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
|
|
608
|
+
|
|
609
|
+
### Changes
|
|
610
|
+
|
|
611
|
+
- fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
|
|
612
|
+
|
|
613
|
+
## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
|
|
614
|
+
|
|
615
|
+
Fri, 27 Sep 2024 04:07:03 GMT
|
|
616
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
|
|
617
|
+
|
|
618
|
+
### Changes
|
|
619
|
+
|
|
620
|
+
- feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
|
|
621
|
+
|
|
622
|
+
## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
|
|
623
|
+
|
|
624
|
+
Wed, 11 Sep 2024 04:08:18 GMT
|
|
625
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
|
|
626
|
+
|
|
627
|
+
### Changes
|
|
628
|
+
|
|
629
|
+
- docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
|
|
630
|
+
|
|
631
|
+
## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
|
|
632
|
+
|
|
633
|
+
Thu, 05 Sep 2024 04:07:18 GMT
|
|
634
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
|
|
635
|
+
|
|
636
|
+
### Changes
|
|
637
|
+
|
|
638
|
+
- chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
|
|
639
|
+
|
|
640
|
+
## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
|
|
641
|
+
|
|
642
|
+
Wed, 04 Sep 2024 04:08:17 GMT
|
|
643
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
|
|
644
|
+
|
|
645
|
+
### Changes
|
|
646
|
+
|
|
647
|
+
- normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
|
|
648
|
+
- restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
|
|
649
|
+
|
|
650
|
+
## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
|
|
651
|
+
|
|
652
|
+
Fri, 30 Aug 2024 04:07:03 GMT
|
|
653
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
|
|
654
|
+
|
|
655
|
+
### Changes
|
|
656
|
+
|
|
657
|
+
- 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)
|
|
658
|
+
|
|
659
|
+
## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
|
|
660
|
+
|
|
661
|
+
Thu, 29 Aug 2024 04:07:09 GMT
|
|
662
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
|
|
663
|
+
|
|
664
|
+
### Changes
|
|
665
|
+
|
|
666
|
+
- 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)
|
|
667
|
+
|
|
668
|
+
## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
|
|
669
|
+
|
|
670
|
+
Wed, 28 Aug 2024 04:06:49 GMT
|
|
671
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
|
|
672
|
+
|
|
673
|
+
### Changes
|
|
674
|
+
|
|
675
|
+
- feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
|
|
676
|
+
|
|
677
|
+
## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
|
|
678
|
+
|
|
679
|
+
Wed, 21 Aug 2024 04:07:11 GMT
|
|
680
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
|
|
681
|
+
|
|
682
|
+
### Changes
|
|
683
|
+
|
|
684
|
+
- feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
|
|
685
|
+
|
|
686
|
+
## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
|
|
687
|
+
|
|
688
|
+
Tue, 20 Aug 2024 04:06:57 GMT
|
|
689
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
|
|
690
|
+
|
|
691
|
+
### Changes
|
|
692
|
+
|
|
693
|
+
- feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
|
|
694
|
+
|
|
695
|
+
## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
|
|
696
|
+
|
|
697
|
+
Fri, 16 Aug 2024 04:08:15 GMT
|
|
698
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
|
|
699
|
+
|
|
700
|
+
### Changes
|
|
701
|
+
|
|
702
|
+
- export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
|
|
703
|
+
|
|
704
|
+
## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
|
|
705
|
+
|
|
706
|
+
Wed, 14 Aug 2024 04:07:35 GMT
|
|
707
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
|
|
708
|
+
|
|
709
|
+
### Changes
|
|
710
|
+
|
|
711
|
+
- feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
|
|
712
|
+
- export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
|
|
713
|
+
|
|
714
|
+
## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
|
|
715
|
+
|
|
716
|
+
Thu, 08 Aug 2024 04:07:16 GMT
|
|
717
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
|
|
718
|
+
|
|
719
|
+
### Changes
|
|
720
|
+
|
|
721
|
+
- [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)
|
|
722
|
+
|
|
723
|
+
## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
|
|
724
|
+
|
|
725
|
+
Tue, 06 Aug 2024 04:07:08 GMT
|
|
726
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
|
|
727
|
+
|
|
728
|
+
### Changes
|
|
729
|
+
|
|
730
|
+
- Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
|
|
731
|
+
|
|
732
|
+
## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
|
|
733
|
+
|
|
734
|
+
Mon, 05 Aug 2024 04:08:39 GMT
|
|
735
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
|
|
736
|
+
|
|
737
|
+
### Changes
|
|
738
|
+
|
|
739
|
+
- fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
|
|
740
|
+
|
|
741
|
+
## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
|
|
742
|
+
|
|
743
|
+
Fri, 02 Aug 2024 04:07:54 GMT
|
|
744
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
|
|
745
|
+
|
|
746
|
+
### Changes
|
|
747
|
+
|
|
748
|
+
- Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
|
|
749
|
+
- feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
|
|
750
|
+
|
|
751
|
+
## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
|
|
752
|
+
|
|
753
|
+
Mon, 29 Jul 2024 04:07:23 GMT
|
|
754
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
|
|
755
|
+
|
|
756
|
+
### Changes
|
|
757
|
+
|
|
758
|
+
- chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
|
|
759
|
+
- fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
|
|
760
|
+
|
|
761
|
+
## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
|
|
762
|
+
|
|
763
|
+
Fri, 26 Jul 2024 04:08:24 GMT
|
|
764
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
|
|
765
|
+
|
|
766
|
+
### Changes
|
|
767
|
+
|
|
768
|
+
- [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)
|
|
769
|
+
|
|
770
|
+
## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
|
|
771
|
+
|
|
772
|
+
Thu, 25 Jul 2024 04:08:33 GMT
|
|
773
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
|
|
774
|
+
|
|
775
|
+
### Changes
|
|
776
|
+
|
|
777
|
+
- chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
|
|
778
|
+
- 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)
|
|
779
|
+
|
|
780
|
+
## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
|
|
781
|
+
|
|
782
|
+
Wed, 24 Jul 2024 04:07:07 GMT
|
|
783
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
|
|
784
|
+
|
|
785
|
+
### Changes
|
|
786
|
+
|
|
787
|
+
- 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)
|
|
788
|
+
- feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
|
|
789
|
+
- 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)
|
|
790
|
+
|
|
791
|
+
## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
|
|
792
|
+
|
|
793
|
+
Tue, 23 Jul 2024 04:07:05 GMT
|
|
794
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
|
|
795
|
+
|
|
796
|
+
### Changes
|
|
797
|
+
|
|
798
|
+
- fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
|
|
799
|
+
- chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
|
|
800
|
+
|
|
801
|
+
## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
|
|
802
|
+
|
|
803
|
+
Fri, 19 Jul 2024 04:08:32 GMT
|
|
804
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
|
|
805
|
+
|
|
806
|
+
### Changes
|
|
807
|
+
|
|
808
|
+
- chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
|
|
809
|
+
|
|
810
|
+
## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
|
|
811
|
+
|
|
812
|
+
Thu, 18 Jul 2024 04:06:50 GMT
|
|
813
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
|
|
814
|
+
|
|
815
|
+
### Changes
|
|
816
|
+
|
|
817
|
+
- fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
|
|
818
|
+
|
|
819
|
+
## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
|
|
820
|
+
|
|
821
|
+
Wed, 17 Jul 2024 04:07:52 GMT
|
|
822
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
|
|
823
|
+
|
|
824
|
+
### Changes
|
|
825
|
+
|
|
826
|
+
- chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
|
|
827
|
+
|
|
828
|
+
## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
|
|
829
|
+
|
|
830
|
+
Tue, 16 Jul 2024 04:08:02 GMT
|
|
831
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
|
|
832
|
+
|
|
833
|
+
### Changes
|
|
834
|
+
|
|
835
|
+
- fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
|
|
836
|
+
- 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)
|
|
837
|
+
- fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
|
|
838
|
+
|
|
839
|
+
## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
|
|
840
|
+
|
|
841
|
+
Thu, 11 Jul 2024 04:07:36 GMT
|
|
842
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
|
|
843
|
+
|
|
844
|
+
### Changes
|
|
845
|
+
|
|
846
|
+
- feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
|
|
847
|
+
|
|
848
|
+
## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
|
|
849
|
+
|
|
850
|
+
Tue, 09 Jul 2024 04:07:26 GMT
|
|
851
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
|
|
852
|
+
|
|
853
|
+
### Changes
|
|
854
|
+
|
|
855
|
+
- 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)
|
|
856
|
+
- 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)
|
|
857
|
+
|
|
858
|
+
## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
|
|
859
|
+
|
|
860
|
+
Thu, 04 Jul 2024 04:08:13 GMT
|
|
861
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
|
|
862
|
+
|
|
863
|
+
### Changes
|
|
864
|
+
|
|
865
|
+
- 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)
|
|
866
|
+
- fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
|
|
867
|
+
- 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)
|
|
868
|
+
|
|
869
|
+
## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
|
|
870
|
+
|
|
871
|
+
Wed, 03 Jul 2024 04:08:00 GMT
|
|
872
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
|
|
873
|
+
|
|
874
|
+
### Changes
|
|
875
|
+
|
|
876
|
+
- fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
|
|
877
|
+
- expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
|
|
878
|
+
- 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)
|
|
879
|
+
- fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
|
|
880
|
+
|
|
881
|
+
## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
|
|
882
|
+
|
|
883
|
+
Mon, 01 Jul 2024 04:08:12 GMT
|
|
884
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
|
|
885
|
+
|
|
886
|
+
### Changes
|
|
887
|
+
|
|
888
|
+
- Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
|
|
889
|
+
|
|
890
|
+
## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
|
|
891
|
+
|
|
892
|
+
Fri, 28 Jun 2024 04:07:17 GMT
|
|
893
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
|
|
894
|
+
|
|
895
|
+
### Changes
|
|
896
|
+
|
|
897
|
+
- refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
|
|
898
|
+
- Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
|
|
899
|
+
- Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
|
|
900
|
+
- chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
|
|
901
|
+
- 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)
|
|
902
|
+
|
|
903
|
+
## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
|
|
904
|
+
|
|
905
|
+
Wed, 26 Jun 2024 04:07:58 GMT
|
|
906
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
|
|
907
|
+
|
|
908
|
+
### Changes
|
|
909
|
+
|
|
910
|
+
- feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
|
|
911
|
+
|
|
912
|
+
## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
|
|
913
|
+
|
|
914
|
+
Tue, 25 Jun 2024 04:06:35 GMT
|
|
915
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
|
|
916
|
+
|
|
917
|
+
### Changes
|
|
918
|
+
|
|
919
|
+
- 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)
|
|
920
|
+
|
|
921
|
+
## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
|
|
922
|
+
|
|
923
|
+
Mon, 24 Jun 2024 04:06:02 GMT
|
|
924
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
|
|
925
|
+
|
|
926
|
+
### Changes
|
|
927
|
+
|
|
928
|
+
- Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
|
|
929
|
+
|
|
930
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
931
|
+
|
|
932
|
+
Fri, 21 Jun 2024 04:06:58 GMT
|
|
933
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
934
|
+
|
|
935
|
+
### Changes
|
|
936
|
+
|
|
937
|
+
- 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)
|
|
938
|
+
|
|
939
|
+
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
940
|
+
|
|
941
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
942
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
943
|
+
|
|
944
|
+
### Changes
|
|
945
|
+
|
|
946
|
+
- 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)
|
|
947
|
+
- feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
|
|
948
|
+
- 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)
|
|
949
|
+
- 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)
|
|
950
|
+
- 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)
|
|
951
|
+
- 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)
|
|
952
|
+
- 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)
|
|
953
|
+
- 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)
|
|
954
|
+
|
|
955
|
+
## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
|
|
956
|
+
|
|
957
|
+
Tue, 18 Jun 2024 04:05:31 GMT
|
|
958
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
|
|
959
|
+
|
|
960
|
+
### Changes
|
|
961
|
+
|
|
962
|
+
- 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)
|
|
963
|
+
- update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
|
|
964
|
+
|
|
965
|
+
## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
|
|
966
|
+
|
|
967
|
+
Fri, 14 Jun 2024 04:06:06 GMT
|
|
968
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
|
|
969
|
+
|
|
970
|
+
### Changes
|
|
971
|
+
|
|
972
|
+
- 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)
|
|
973
|
+
|
|
974
|
+
## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
|
|
975
|
+
|
|
976
|
+
Thu, 13 Jun 2024 04:06:41 GMT
|
|
977
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
|
|
978
|
+
|
|
979
|
+
### Changes
|
|
980
|
+
|
|
981
|
+
- refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
|
|
982
|
+
- add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
|
|
983
|
+
|
|
984
|
+
## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
|
|
985
|
+
|
|
986
|
+
Wed, 12 Jun 2024 04:06:09 GMT
|
|
987
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
|
|
988
|
+
|
|
989
|
+
### Changes
|
|
990
|
+
|
|
991
|
+
- 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)
|
|
992
|
+
- refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
|
|
993
|
+
|
|
994
|
+
## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
|
|
995
|
+
|
|
996
|
+
Tue, 11 Jun 2024 04:06:29 GMT
|
|
997
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
|
|
998
|
+
|
|
999
|
+
### Changes
|
|
1000
|
+
|
|
1001
|
+
- feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
|
|
1002
|
+
- 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)
|
|
1003
|
+
|
|
1004
|
+
## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
|
|
1005
|
+
|
|
1006
|
+
Mon, 10 Jun 2024 04:07:58 GMT
|
|
1007
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
|
|
1008
|
+
|
|
1009
|
+
### Changes
|
|
1010
|
+
|
|
1011
|
+
- 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)
|
|
1012
|
+
- 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)
|
|
1013
|
+
- 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)
|
|
1014
|
+
|
|
1015
|
+
## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
|
|
1016
|
+
|
|
1017
|
+
Fri, 07 Jun 2024 04:06:31 GMT
|
|
1018
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
|
|
1019
|
+
|
|
1020
|
+
### Changes
|
|
1021
|
+
|
|
1022
|
+
- Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
|
|
1023
|
+
- Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
|
|
1024
|
+
|
|
1025
|
+
## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
|
|
1026
|
+
|
|
1027
|
+
Thu, 06 Jun 2024 04:06:19 GMT
|
|
1028
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
|
|
1029
|
+
|
|
1030
|
+
### Changes
|
|
1031
|
+
|
|
1032
|
+
- add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
|
|
1033
|
+
- fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
|
|
1034
|
+
|
|
1035
|
+
## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
|
|
1036
|
+
|
|
1037
|
+
Wed, 05 Jun 2024 04:06:41 GMT
|
|
1038
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
|
|
1039
|
+
|
|
1040
|
+
### Changes
|
|
1041
|
+
|
|
1042
|
+
- chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
|
|
1043
|
+
- Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
|
|
1044
|
+
- 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)
|
|
1045
|
+
|
|
1046
|
+
## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
|
|
1047
|
+
|
|
1048
|
+
Mon, 03 Jun 2024 04:06:55 GMT
|
|
1049
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
|
|
1050
|
+
|
|
1051
|
+
### Changes
|
|
1052
|
+
|
|
1053
|
+
- chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
|
|
1054
|
+
|
|
1055
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
1056
|
+
|
|
1057
|
+
Fri, 24 May 2024 04:06:21 GMT
|
|
1058
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
1059
|
+
|
|
1060
|
+
### Changes
|
|
1061
|
+
|
|
1062
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
1063
|
+
|
|
1064
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
1065
|
+
|
|
1066
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
1067
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
1068
|
+
|
|
1069
|
+
### Changes
|
|
1070
|
+
|
|
1071
|
+
- 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)
|
|
1072
|
+
|
|
1073
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
1074
|
+
|
|
1075
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
1076
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
1077
|
+
|
|
1078
|
+
### Changes
|
|
1079
|
+
|
|
1080
|
+
- 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)
|
|
1081
|
+
|
|
1082
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
1083
|
+
|
|
1084
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
1085
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
1086
|
+
|
|
1087
|
+
### Changes
|
|
1088
|
+
|
|
1089
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
1090
|
+
|
|
1091
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
1092
|
+
|
|
1093
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
1094
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
1095
|
+
|
|
1096
|
+
### Changes
|
|
1097
|
+
|
|
1098
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
1099
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
1100
|
+
|
|
1101
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
1102
|
+
|
|
1103
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
1104
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
1105
|
+
|
|
1106
|
+
### Changes
|
|
1107
|
+
|
|
1108
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
1109
|
+
|
|
1110
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
1111
|
+
|
|
1112
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
1113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
1114
|
+
|
|
1115
|
+
### Changes
|
|
1116
|
+
|
|
1117
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
1118
|
+
|
|
1119
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
1120
|
+
|
|
1121
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
1122
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
1123
|
+
|
|
1124
|
+
### Changes
|
|
1125
|
+
|
|
1126
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
1127
|
+
|
|
7
1128
|
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
8
1129
|
|
|
9
|
-
Thu, 25 Apr 2024 04:09:
|
|
1130
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
10
1131
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
11
1132
|
|
|
12
1133
|
### Changes
|
|
@@ -395,7 +1516,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
395
1516
|
|
|
396
1517
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
397
1518
|
|
|
398
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
1519
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
399
1520
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
400
1521
|
|
|
401
1522
|
### Changes
|
|
@@ -404,7 +1525,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
404
1525
|
|
|
405
1526
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
406
1527
|
|
|
407
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
1528
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
408
1529
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
409
1530
|
|
|
410
1531
|
### Changes
|
|
@@ -414,9 +1535,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
414
1535
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
415
1536
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
416
1537
|
|
|
1538
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
1539
|
+
|
|
1540
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
1541
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
1542
|
+
|
|
1543
|
+
### Patches
|
|
1544
|
+
|
|
1545
|
+
- 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 =)
|
|
1546
|
+
|
|
1547
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
1548
|
+
|
|
1549
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
1550
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
1551
|
+
|
|
1552
|
+
### Minor changes
|
|
1553
|
+
|
|
1554
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
1555
|
+
|
|
1556
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
1557
|
+
|
|
1558
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
1559
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
1560
|
+
|
|
1561
|
+
### Patches
|
|
1562
|
+
|
|
1563
|
+
- 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)
|
|
1564
|
+
|
|
1565
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
1566
|
+
|
|
1567
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
1568
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
1569
|
+
|
|
1570
|
+
### Patches
|
|
1571
|
+
|
|
1572
|
+
- 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)
|
|
1573
|
+
|
|
1574
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
1575
|
+
|
|
1576
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
1577
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
1578
|
+
|
|
1579
|
+
### Patches
|
|
1580
|
+
|
|
1581
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
1582
|
+
|
|
1583
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
1584
|
+
|
|
1585
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
1586
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
1587
|
+
|
|
1588
|
+
### Patches
|
|
1589
|
+
|
|
1590
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
1591
|
+
|
|
1592
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
1593
|
+
|
|
1594
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
1595
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
1596
|
+
|
|
1597
|
+
### Patches
|
|
1598
|
+
|
|
1599
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
1600
|
+
|
|
417
1601
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
418
1602
|
|
|
419
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
1603
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
420
1604
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
421
1605
|
|
|
422
1606
|
### Patches
|
|
@@ -425,7 +1609,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
425
1609
|
|
|
426
1610
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
427
1611
|
|
|
428
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
1612
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
429
1613
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
430
1614
|
|
|
431
1615
|
### Patches
|
|
@@ -434,7 +1618,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
434
1618
|
|
|
435
1619
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
436
1620
|
|
|
437
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
1621
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
438
1622
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
439
1623
|
|
|
440
1624
|
### Patches
|
|
@@ -443,7 +1627,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
443
1627
|
|
|
444
1628
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
445
1629
|
|
|
446
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
1630
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
447
1631
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
448
1632
|
|
|
449
1633
|
### Patches
|
|
@@ -452,7 +1636,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
452
1636
|
|
|
453
1637
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
454
1638
|
|
|
455
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
1639
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
456
1640
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
457
1641
|
|
|
458
1642
|
### Patches
|
|
@@ -461,7 +1645,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
461
1645
|
|
|
462
1646
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
463
1647
|
|
|
464
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
1648
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
465
1649
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
466
1650
|
|
|
467
1651
|
### Patches
|
|
@@ -470,7 +1654,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
470
1654
|
|
|
471
1655
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
472
1656
|
|
|
473
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
1657
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
474
1658
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
475
1659
|
|
|
476
1660
|
### Patches
|
|
@@ -479,7 +1663,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
479
1663
|
|
|
480
1664
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
481
1665
|
|
|
482
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
1666
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
483
1667
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
484
1668
|
|
|
485
1669
|
### Patches
|
|
@@ -488,7 +1672,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
488
1672
|
|
|
489
1673
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
490
1674
|
|
|
491
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
1675
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
492
1676
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
493
1677
|
|
|
494
1678
|
### Patches
|
|
@@ -497,7 +1681,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
497
1681
|
|
|
498
1682
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
499
1683
|
|
|
500
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
1684
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
501
1685
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
502
1686
|
|
|
503
1687
|
### Patches
|
|
@@ -506,7 +1690,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
506
1690
|
|
|
507
1691
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
508
1692
|
|
|
509
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
1693
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
510
1694
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
511
1695
|
|
|
512
1696
|
### Patches
|
|
@@ -515,7 +1699,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
515
1699
|
|
|
516
1700
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
517
1701
|
|
|
518
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
1702
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
519
1703
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
520
1704
|
|
|
521
1705
|
### Patches
|
|
@@ -524,7 +1708,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
524
1708
|
|
|
525
1709
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
526
1710
|
|
|
527
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
1711
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
528
1712
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
529
1713
|
|
|
530
1714
|
### Minor changes
|
|
@@ -533,7 +1717,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
533
1717
|
|
|
534
1718
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
535
1719
|
|
|
536
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
1720
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
537
1721
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
538
1722
|
|
|
539
1723
|
### Minor changes
|
|
@@ -542,7 +1726,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
542
1726
|
|
|
543
1727
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
544
1728
|
|
|
545
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
1729
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
546
1730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
547
1731
|
|
|
548
1732
|
### Patches
|
|
@@ -551,7 +1735,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
551
1735
|
|
|
552
1736
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
553
1737
|
|
|
554
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
1738
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
555
1739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
556
1740
|
|
|
557
1741
|
### Minor changes
|
|
@@ -560,7 +1744,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
560
1744
|
|
|
561
1745
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
562
1746
|
|
|
563
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
1747
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
564
1748
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
565
1749
|
|
|
566
1750
|
### Patches
|
|
@@ -569,7 +1753,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
569
1753
|
|
|
570
1754
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
571
1755
|
|
|
572
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
1756
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
573
1757
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
574
1758
|
|
|
575
1759
|
### Patches
|
|
@@ -578,7 +1762,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
578
1762
|
|
|
579
1763
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
580
1764
|
|
|
581
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
1765
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
582
1766
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
583
1767
|
|
|
584
1768
|
### Patches
|
|
@@ -587,7 +1771,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
587
1771
|
|
|
588
1772
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
589
1773
|
|
|
590
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
1774
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
591
1775
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
592
1776
|
|
|
593
1777
|
### Minor changes
|
|
@@ -596,7 +1780,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
596
1780
|
|
|
597
1781
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
598
1782
|
|
|
599
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
1783
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
600
1784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
601
1785
|
|
|
602
1786
|
### Patches
|
|
@@ -605,7 +1789,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
605
1789
|
|
|
606
1790
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
607
1791
|
|
|
608
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
1792
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
609
1793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
610
1794
|
|
|
611
1795
|
### Patches
|
|
@@ -614,7 +1798,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
614
1798
|
|
|
615
1799
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
616
1800
|
|
|
617
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
1801
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
618
1802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
619
1803
|
|
|
620
1804
|
### Patches
|
|
@@ -623,7 +1807,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
623
1807
|
|
|
624
1808
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
625
1809
|
|
|
626
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
1810
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
627
1811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
628
1812
|
|
|
629
1813
|
### Minor changes
|
|
@@ -632,7 +1816,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
632
1816
|
|
|
633
1817
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
634
1818
|
|
|
635
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
1819
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
636
1820
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
637
1821
|
|
|
638
1822
|
### Patches
|
|
@@ -641,7 +1825,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
641
1825
|
|
|
642
1826
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
643
1827
|
|
|
644
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
1828
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
645
1829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
646
1830
|
|
|
647
1831
|
### Patches
|
|
@@ -652,7 +1836,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
652
1836
|
|
|
653
1837
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
654
1838
|
|
|
655
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
1839
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
656
1840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
657
1841
|
|
|
658
1842
|
### Major changes
|
|
@@ -661,7 +1845,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
661
1845
|
|
|
662
1846
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
663
1847
|
|
|
664
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
1848
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
665
1849
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
666
1850
|
|
|
667
1851
|
### Patches
|
|
@@ -670,7 +1854,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
670
1854
|
|
|
671
1855
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
672
1856
|
|
|
673
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
1857
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
674
1858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
675
1859
|
|
|
676
1860
|
### Patches
|
|
@@ -679,7 +1863,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
679
1863
|
|
|
680
1864
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
681
1865
|
|
|
682
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
1866
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
683
1867
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
684
1868
|
|
|
685
1869
|
### Patches
|
|
@@ -688,7 +1872,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
688
1872
|
|
|
689
1873
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
690
1874
|
|
|
691
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
1875
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
692
1876
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
693
1877
|
|
|
694
1878
|
### Minor changes
|
|
@@ -702,7 +1886,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
702
1886
|
|
|
703
1887
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
704
1888
|
|
|
705
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
1889
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
706
1890
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
707
1891
|
|
|
708
1892
|
### Patches
|
|
@@ -711,7 +1895,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
711
1895
|
|
|
712
1896
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
713
1897
|
|
|
714
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
1898
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
715
1899
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
716
1900
|
|
|
717
1901
|
### Patches
|
|
@@ -721,7 +1905,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
721
1905
|
|
|
722
1906
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
723
1907
|
|
|
724
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
1908
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
725
1909
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
726
1910
|
|
|
727
1911
|
### Patches
|
|
@@ -730,7 +1914,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
730
1914
|
|
|
731
1915
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
732
1916
|
|
|
733
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
1917
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
734
1918
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
735
1919
|
|
|
736
1920
|
### Patches
|
|
@@ -739,7 +1923,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
739
1923
|
|
|
740
1924
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
741
1925
|
|
|
742
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
1926
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
743
1927
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
744
1928
|
|
|
745
1929
|
### Patches
|
|
@@ -749,7 +1933,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
749
1933
|
|
|
750
1934
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
751
1935
|
|
|
752
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
1936
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
753
1937
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
754
1938
|
|
|
755
1939
|
### Patches
|
|
@@ -758,7 +1942,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
758
1942
|
|
|
759
1943
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
760
1944
|
|
|
761
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
1945
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
762
1946
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
763
1947
|
|
|
764
1948
|
### Minor changes
|
|
@@ -767,7 +1951,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
767
1951
|
|
|
768
1952
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
769
1953
|
|
|
770
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
1954
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
771
1955
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
772
1956
|
|
|
773
1957
|
### Patches
|
|
@@ -777,7 +1961,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
777
1961
|
|
|
778
1962
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
779
1963
|
|
|
780
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
1964
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
781
1965
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
782
1966
|
|
|
783
1967
|
### Patches
|
|
@@ -786,7 +1970,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
786
1970
|
|
|
787
1971
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
788
1972
|
|
|
789
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
1973
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
790
1974
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
791
1975
|
|
|
792
1976
|
### Minor changes
|
|
@@ -795,7 +1979,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
795
1979
|
|
|
796
1980
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
797
1981
|
|
|
798
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
1982
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
799
1983
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
800
1984
|
|
|
801
1985
|
### Patches
|
|
@@ -805,7 +1989,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
805
1989
|
|
|
806
1990
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
807
1991
|
|
|
808
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
1992
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
809
1993
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
810
1994
|
|
|
811
1995
|
### Patches
|
|
@@ -814,7 +1998,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
814
1998
|
|
|
815
1999
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
816
2000
|
|
|
817
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
2001
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
818
2002
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
819
2003
|
|
|
820
2004
|
### Patches
|
|
@@ -823,7 +2007,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
823
2007
|
|
|
824
2008
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
825
2009
|
|
|
826
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
2010
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
827
2011
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
828
2012
|
|
|
829
2013
|
### Patches
|
|
@@ -832,7 +2016,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
832
2016
|
|
|
833
2017
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
834
2018
|
|
|
835
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
2019
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
836
2020
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
837
2021
|
|
|
838
2022
|
### Patches
|
|
@@ -842,7 +2026,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
842
2026
|
|
|
843
2027
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
844
2028
|
|
|
845
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
2029
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
846
2030
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
847
2031
|
|
|
848
2032
|
### Patches
|
|
@@ -851,7 +2035,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
851
2035
|
|
|
852
2036
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
853
2037
|
|
|
854
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
2038
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
855
2039
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
856
2040
|
|
|
857
2041
|
### Patches
|
|
@@ -860,7 +2044,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
860
2044
|
|
|
861
2045
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
862
2046
|
|
|
863
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
2047
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
864
2048
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
865
2049
|
|
|
866
2050
|
### Patches
|
|
@@ -869,7 +2053,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
869
2053
|
|
|
870
2054
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
871
2055
|
|
|
872
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
2056
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
873
2057
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
874
2058
|
|
|
875
2059
|
### Minor changes
|
|
@@ -878,7 +2062,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
878
2062
|
|
|
879
2063
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
880
2064
|
|
|
881
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
2065
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
882
2066
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
883
2067
|
|
|
884
2068
|
### Patches
|
|
@@ -887,7 +2071,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
887
2071
|
|
|
888
2072
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
889
2073
|
|
|
890
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
2074
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
891
2075
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
892
2076
|
|
|
893
2077
|
### Patches
|
|
@@ -896,7 +2080,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
896
2080
|
|
|
897
2081
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
898
2082
|
|
|
899
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
2083
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
900
2084
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
901
2085
|
|
|
902
2086
|
### Patches
|
|
@@ -906,7 +2090,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
906
2090
|
|
|
907
2091
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
908
2092
|
|
|
909
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
2093
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
910
2094
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
911
2095
|
|
|
912
2096
|
### Minor changes
|
|
@@ -920,7 +2104,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
920
2104
|
|
|
921
2105
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
922
2106
|
|
|
923
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
2107
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
924
2108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
925
2109
|
|
|
926
2110
|
### Patches
|
|
@@ -929,7 +2113,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
929
2113
|
|
|
930
2114
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
931
2115
|
|
|
932
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
2116
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
933
2117
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
934
2118
|
|
|
935
2119
|
### Minor changes
|
|
@@ -939,7 +2123,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
939
2123
|
|
|
940
2124
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
941
2125
|
|
|
942
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
2126
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
943
2127
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
944
2128
|
|
|
945
2129
|
### Patches
|
|
@@ -948,7 +2132,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
948
2132
|
|
|
949
2133
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
950
2134
|
|
|
951
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
2135
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
952
2136
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
953
2137
|
|
|
954
2138
|
### Patches
|
|
@@ -957,7 +2141,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
957
2141
|
|
|
958
2142
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
959
2143
|
|
|
960
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
2144
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
961
2145
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
962
2146
|
|
|
963
2147
|
### Major changes
|
|
@@ -990,7 +2174,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
990
2174
|
|
|
991
2175
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
992
2176
|
|
|
993
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
2177
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
994
2178
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
995
2179
|
|
|
996
2180
|
### Patches
|
|
@@ -999,7 +2183,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
999
2183
|
|
|
1000
2184
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
1001
2185
|
|
|
1002
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
2186
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1003
2187
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
1004
2188
|
|
|
1005
2189
|
### Minor changes
|
|
@@ -1008,7 +2192,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
1008
2192
|
|
|
1009
2193
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
1010
2194
|
|
|
1011
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
2195
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
1012
2196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
1013
2197
|
|
|
1014
2198
|
### Patches
|
|
@@ -1017,7 +2201,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
1017
2201
|
|
|
1018
2202
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
1019
2203
|
|
|
1020
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
2204
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
1021
2205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
1022
2206
|
|
|
1023
2207
|
### Patches
|
|
@@ -1027,7 +2211,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
1027
2211
|
|
|
1028
2212
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
1029
2213
|
|
|
1030
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
2214
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1031
2215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
1032
2216
|
|
|
1033
2217
|
### Minor changes
|
|
@@ -1036,7 +2220,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
1036
2220
|
|
|
1037
2221
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
1038
2222
|
|
|
1039
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
2223
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1040
2224
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
1041
2225
|
|
|
1042
2226
|
### Patches
|
|
@@ -1045,7 +2229,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
1045
2229
|
|
|
1046
2230
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
1047
2231
|
|
|
1048
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
2232
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1049
2233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
1050
2234
|
|
|
1051
2235
|
### Patches
|
|
@@ -1054,7 +2238,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1054
2238
|
|
|
1055
2239
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
1056
2240
|
|
|
1057
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
2241
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1058
2242
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
1059
2243
|
|
|
1060
2244
|
### Patches
|
|
@@ -1063,7 +2247,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
1063
2247
|
|
|
1064
2248
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
1065
2249
|
|
|
1066
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
2250
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1067
2251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
1068
2252
|
|
|
1069
2253
|
### Minor changes
|
|
@@ -1072,7 +2256,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1072
2256
|
|
|
1073
2257
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
1074
2258
|
|
|
1075
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
2259
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1076
2260
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
1077
2261
|
|
|
1078
2262
|
### Patches
|
|
@@ -1081,7 +2265,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1081
2265
|
|
|
1082
2266
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1083
2267
|
|
|
1084
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
2268
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1085
2269
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1086
2270
|
|
|
1087
2271
|
### Minor changes
|
|
@@ -1094,7 +2278,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1094
2278
|
|
|
1095
2279
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1096
2280
|
|
|
1097
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
2281
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1098
2282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1099
2283
|
|
|
1100
2284
|
### Minor changes
|
|
@@ -1103,7 +2287,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1103
2287
|
|
|
1104
2288
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1105
2289
|
|
|
1106
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
2290
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1107
2291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1108
2292
|
|
|
1109
2293
|
### Minor changes
|
|
@@ -1116,7 +2300,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1116
2300
|
|
|
1117
2301
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1118
2302
|
|
|
1119
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
2303
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1120
2304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1121
2305
|
|
|
1122
2306
|
### Patches
|
|
@@ -1125,7 +2309,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1125
2309
|
|
|
1126
2310
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1127
2311
|
|
|
1128
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
2312
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1129
2313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1130
2314
|
|
|
1131
2315
|
### Patches
|
|
@@ -1134,7 +2318,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1134
2318
|
|
|
1135
2319
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1136
2320
|
|
|
1137
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
2321
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1138
2322
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1139
2323
|
|
|
1140
2324
|
### Minor changes
|
|
@@ -1143,7 +2327,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1143
2327
|
|
|
1144
2328
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1145
2329
|
|
|
1146
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
2330
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1147
2331
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1148
2332
|
|
|
1149
2333
|
### Minor changes
|
|
@@ -1153,7 +2337,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1153
2337
|
|
|
1154
2338
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1155
2339
|
|
|
1156
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
2340
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1157
2341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1158
2342
|
|
|
1159
2343
|
### Patches
|
|
@@ -1163,7 +2347,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1163
2347
|
|
|
1164
2348
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1165
2349
|
|
|
1166
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
2350
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1167
2351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1168
2352
|
|
|
1169
2353
|
### Patches
|
|
@@ -1172,7 +2356,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1172
2356
|
|
|
1173
2357
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1174
2358
|
|
|
1175
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
2359
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1176
2360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1177
2361
|
|
|
1178
2362
|
### Minor changes
|
|
@@ -1181,7 +2365,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1181
2365
|
|
|
1182
2366
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1183
2367
|
|
|
1184
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
2368
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1185
2369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1186
2370
|
|
|
1187
2371
|
### Patches
|
|
@@ -1190,7 +2374,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1190
2374
|
|
|
1191
2375
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1192
2376
|
|
|
1193
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
2377
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1194
2378
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1195
2379
|
|
|
1196
2380
|
### Minor changes
|
|
@@ -1203,7 +2387,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1203
2387
|
|
|
1204
2388
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1205
2389
|
|
|
1206
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
2390
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1207
2391
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1208
2392
|
|
|
1209
2393
|
### Patches
|
|
@@ -1212,7 +2396,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1212
2396
|
|
|
1213
2397
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1214
2398
|
|
|
1215
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
2399
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1216
2400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1217
2401
|
|
|
1218
2402
|
### Minor changes
|
|
@@ -1221,7 +2405,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1221
2405
|
|
|
1222
2406
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1223
2407
|
|
|
1224
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
2408
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1225
2409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1226
2410
|
|
|
1227
2411
|
### Minor changes
|
|
@@ -1234,7 +2418,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1234
2418
|
|
|
1235
2419
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1236
2420
|
|
|
1237
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
2421
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1238
2422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1239
2423
|
|
|
1240
2424
|
### Patches
|
|
@@ -1243,7 +2427,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1243
2427
|
|
|
1244
2428
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1245
2429
|
|
|
1246
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
2430
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1247
2431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1248
2432
|
|
|
1249
2433
|
### Patches
|
|
@@ -1252,7 +2436,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1252
2436
|
|
|
1253
2437
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1254
2438
|
|
|
1255
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
2439
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1256
2440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1257
2441
|
|
|
1258
2442
|
### Patches
|
|
@@ -1262,7 +2446,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1262
2446
|
|
|
1263
2447
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1264
2448
|
|
|
1265
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
2449
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1266
2450
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1267
2451
|
|
|
1268
2452
|
### Patches
|
|
@@ -1271,7 +2455,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1271
2455
|
|
|
1272
2456
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1273
2457
|
|
|
1274
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
2458
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1275
2459
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1276
2460
|
|
|
1277
2461
|
### Patches
|
|
@@ -1286,7 +2470,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1286
2470
|
|
|
1287
2471
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1288
2472
|
|
|
1289
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
2473
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1290
2474
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1291
2475
|
|
|
1292
2476
|
### Patches
|
|
@@ -1295,7 +2479,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1295
2479
|
|
|
1296
2480
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1297
2481
|
|
|
1298
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
2482
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1299
2483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1300
2484
|
|
|
1301
2485
|
### Minor changes
|
|
@@ -1308,7 +2492,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1308
2492
|
|
|
1309
2493
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1310
2494
|
|
|
1311
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
2495
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1312
2496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1313
2497
|
|
|
1314
2498
|
### Patches
|
|
@@ -1317,7 +2501,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1317
2501
|
|
|
1318
2502
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1319
2503
|
|
|
1320
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
2504
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1321
2505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1322
2506
|
|
|
1323
2507
|
### Patches
|
|
@@ -1326,7 +2510,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1326
2510
|
|
|
1327
2511
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1328
2512
|
|
|
1329
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
2513
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1330
2514
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1331
2515
|
|
|
1332
2516
|
### Minor changes
|
|
@@ -1335,7 +2519,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1335
2519
|
|
|
1336
2520
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1337
2521
|
|
|
1338
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
2522
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1339
2523
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1340
2524
|
|
|
1341
2525
|
### Patches
|
|
@@ -1347,7 +2531,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1347
2531
|
|
|
1348
2532
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1349
2533
|
|
|
1350
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
2534
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1351
2535
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1352
2536
|
|
|
1353
2537
|
### Minor changes
|
|
@@ -1356,7 +2540,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1356
2540
|
|
|
1357
2541
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1358
2542
|
|
|
1359
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
2543
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1360
2544
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1361
2545
|
|
|
1362
2546
|
### Patches
|
|
@@ -1365,7 +2549,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1365
2549
|
|
|
1366
2550
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1367
2551
|
|
|
1368
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
2552
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1369
2553
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1370
2554
|
|
|
1371
2555
|
### Patches
|
|
@@ -1374,7 +2558,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1374
2558
|
|
|
1375
2559
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1376
2560
|
|
|
1377
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
2561
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1378
2562
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1379
2563
|
|
|
1380
2564
|
### Minor changes
|