@fluentui/web-components 3.0.0-beta.2 → 3.0.0-beta.21
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 +339 -103
- package/README.md +46 -15
- package/dist/dts/accordion/accordion.d.ts +47 -3
- package/dist/dts/accordion/accordion.definition.d.ts +0 -4
- package/dist/dts/accordion/accordion.options.d.ts +14 -0
- package/dist/dts/accordion/accordion.template.d.ts +4 -0
- package/dist/dts/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/accordion-item.d.ts +78 -3
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
- package/dist/dts/accordion-item/accordion-item.options.d.ts +1 -1
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
- package/dist/dts/accordion-item/index.d.ts +2 -2
- package/dist/dts/anchor-button/anchor-button.d.ts +116 -4
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
- package/dist/dts/anchor-button/anchor-button.options.d.ts +19 -2
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
- package/dist/dts/anchor-button/index.d.ts +2 -2
- package/dist/dts/avatar/avatar.options.d.ts +1 -1
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/badge.d.ts +1 -1
- package/dist/dts/badge/badge.definition.d.ts +0 -3
- package/dist/dts/badge/badge.options.d.ts +2 -2
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/button.d.ts +243 -22
- package/dist/dts/button/button.definition.d.ts +2 -3
- package/dist/dts/button/button.options.d.ts +39 -3
- package/dist/dts/button/button.styles.d.ts +5 -0
- package/dist/dts/button/button.template.d.ts +8 -0
- package/dist/dts/button/index.d.ts +2 -2
- package/dist/dts/checkbox/checkbox.d.ts +46 -3
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +14 -0
- package/dist/dts/checkbox/checkbox.options.d.ts +1 -1
- package/dist/dts/checkbox/checkbox.template.d.ts +6 -1
- package/dist/dts/checkbox/index.d.ts +2 -2
- package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
- package/dist/dts/compound-button/compound-button.options.d.ts +6 -6
- package/dist/dts/compound-button/index.d.ts +2 -2
- package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
- package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/define.d.ts +1 -0
- package/dist/dts/dialog/dialog.d.ts +192 -0
- package/dist/dts/dialog/dialog.definition.d.ts +9 -0
- package/dist/dts/dialog/dialog.options.d.ts +11 -0
- package/dist/dts/dialog/dialog.styles.d.ts +4 -0
- package/dist/dts/dialog/dialog.template.d.ts +7 -0
- package/dist/dts/dialog/index.d.ts +5 -0
- package/dist/dts/divider/divider.d.ts +20 -4
- package/dist/dts/divider/divider.options.d.ts +30 -6
- package/dist/dts/divider/divider.template.d.ts +1 -0
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/form-associated/form-associated.d.ts +104 -0
- package/dist/dts/image/image.options.d.ts +1 -1
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +35 -1
- package/dist/dts/index.d.ts +36 -29
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/label/label.options.d.ts +1 -1
- package/dist/dts/menu/define.d.ts +1 -0
- package/dist/dts/menu/index.d.ts +4 -0
- package/dist/dts/menu/menu.d.ts +194 -0
- package/dist/dts/menu/menu.definition.d.ts +9 -0
- package/dist/dts/menu/menu.styles.d.ts +4 -0
- package/dist/dts/menu/menu.template.d.ts +4 -0
- package/dist/dts/menu-button/index.d.ts +2 -2
- package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +2 -2
- package/dist/dts/menu-item/index.d.ts +2 -1
- package/dist/dts/menu-item/menu-item.d.ts +161 -4
- package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/menu-list/menu-list.d.ts +71 -4
- package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
- package/dist/dts/patterns/aria-globals.d.ts +189 -0
- package/dist/dts/patterns/index.d.ts +2 -0
- package/dist/dts/patterns/start-end.d.ts +44 -0
- package/dist/dts/progress-bar/base-progress.d.ts +41 -0
- package/dist/dts/progress-bar/index.d.ts +2 -2
- package/dist/dts/progress-bar/progress-bar.d.ts +11 -4
- package/dist/dts/progress-bar/progress-bar.options.d.ts +10 -1
- package/dist/dts/progress-bar/progress-bar.template.d.ts +2 -0
- package/dist/dts/radio/index.d.ts +1 -1
- package/dist/dts/radio/radio.d.ts +54 -3
- package/dist/dts/radio/radio.form-associated.d.ts +14 -0
- package/dist/dts/radio/radio.template.d.ts +2 -1
- package/dist/dts/radio-group/index.d.ts +2 -2
- package/dist/dts/radio-group/radio-group.d.ts +91 -2
- package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +1 -0
- package/dist/dts/slider/index.d.ts +2 -2
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.d.ts +195 -5
- package/dist/dts/slider/slider.form-associated.d.ts +14 -0
- package/dist/dts/slider/slider.options.d.ts +43 -2
- package/dist/dts/slider/slider.template.d.ts +4 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.d.ts +9 -2
- package/dist/dts/spinner/spinner.definition.d.ts +0 -4
- package/dist/dts/spinner/spinner.options.d.ts +1 -1
- package/dist/dts/spinner/spinner.template.d.ts +1 -2
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
- package/dist/dts/switch/index.d.ts +2 -2
- package/dist/dts/switch/switch.d.ts +34 -2
- package/dist/dts/switch/switch.form-associated.d.ts +14 -0
- package/dist/dts/switch/switch.options.d.ts +1 -1
- package/dist/dts/switch/switch.template.d.ts +2 -1
- package/dist/dts/tab/index.d.ts +1 -1
- package/dist/dts/tab/tab.d.ts +17 -2
- package/dist/dts/tab/tab.template.d.ts +3 -3
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
- package/dist/dts/tabs/index.d.ts +2 -2
- package/dist/dts/tabs/tabs.d.ts +89 -4
- package/dist/dts/tabs/tabs.options.d.ts +21 -3
- package/dist/dts/tabs/tabs.template.d.ts +5 -1
- package/dist/dts/text/index.d.ts +2 -2
- package/dist/dts/text/text.options.d.ts +1 -1
- package/dist/dts/text-input/index.d.ts +5 -5
- package/dist/dts/text-input/text-input.d.ts +355 -10
- package/dist/dts/text-input/text-input.definition.d.ts +2 -3
- package/dist/dts/text-input/text-input.options.d.ts +30 -9
- package/dist/dts/text-input/text-input.styles.d.ts +5 -2
- package/dist/dts/text-input/text-input.template.d.ts +8 -1
- package/dist/dts/theme/design-tokens.d.ts +436 -384
- package/dist/dts/theme/set-theme.d.ts +1 -2
- package/dist/dts/toggle-button/index.d.ts +2 -2
- package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
- package/dist/dts/toggle-button/toggle-button.options.d.ts +2 -2
- package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
- package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
- package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
- package/dist/dts/utils/direction.d.ts +10 -0
- package/dist/dts/utils/display.d.ts +17 -0
- package/dist/dts/utils/index.d.ts +6 -0
- package/dist/dts/utils/template-helpers.d.ts +16 -0
- package/dist/dts/utils/typings.d.ts +6 -0
- package/dist/dts/utils/whitespace-filter.d.ts +12 -0
- package/dist/esm/accordion/accordion.definition.js +0 -4
- package/dist/esm/accordion/accordion.definition.js.map +1 -1
- package/dist/esm/accordion/accordion.js +211 -3
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +9 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion/accordion.template.js +11 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +81 -10
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +47 -2
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- 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 +53 -10
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +11 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.styles.js +255 -3
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +49 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/anchor-button/index.js +2 -2
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.js +1 -6
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +5 -5
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/badge.definition.js +0 -3
- package/dist/esm/badge/badge.definition.js.map +1 -1
- package/dist/esm/badge/badge.js +2 -7
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +8 -1
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -2
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/button.definition.js +2 -6
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +263 -41
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +20 -0
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +54 -56
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +23 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/button/index.js +2 -2
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.form-associated.js +14 -0
- package/dist/esm/checkbox/checkbox.form-associated.js.map +1 -0
- package/dist/esm/checkbox/checkbox.js +63 -10
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +1 -1
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +35 -7
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/checkbox/index.js +2 -2
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/compound-button.definition.js +0 -6
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +7 -7
- package/dist/esm/compound-button/compound-button.template.js +4 -40
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- 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.definition.js +0 -4
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +2 -7
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/define.js +4 -0
- package/dist/esm/dialog/define.js.map +1 -0
- package/dist/esm/dialog/dialog.definition.js +17 -0
- package/dist/esm/dialog/dialog.definition.js.map +1 -0
- package/dist/esm/dialog/dialog.js +365 -0
- package/dist/esm/dialog/dialog.js.map +1 -0
- package/dist/esm/dialog/dialog.options.js +10 -0
- package/dist/esm/dialog/dialog.options.js.map +1 -0
- package/dist/esm/dialog/dialog.styles.js +102 -0
- package/dist/esm/dialog/dialog.styles.js.map +1 -0
- package/dist/esm/dialog/dialog.template.js +61 -0
- package/dist/esm/dialog/dialog.template.js.map +1 -0
- package/dist/esm/dialog/index.js +6 -0
- package/dist/esm/dialog/index.js.map +1 -0
- package/dist/esm/divider/divider.js +30 -10
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -5
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +1 -1
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/divider.template.js +12 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/form-associated/form-associated.js +458 -0
- package/dist/esm/form-associated/form-associated.js.map +1 -0
- package/dist/esm/image/image.js +1 -6
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +35 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +36 -29
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/label/label.js +1 -6
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.styles.js +1 -1
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/menu/define.js +4 -0
- package/dist/esm/menu/define.js.map +1 -0
- package/dist/esm/menu/index.js +5 -0
- package/dist/esm/menu/index.js.map +1 -0
- package/dist/esm/menu/menu.definition.js +17 -0
- package/dist/esm/menu/menu.definition.js.map +1 -0
- package/dist/esm/menu/menu.js +408 -0
- package/dist/esm/menu/menu.js.map +1 -0
- package/dist/esm/menu/menu.styles.js +17 -0
- package/dist/esm/menu/menu.styles.js.map +1 -0
- package/dist/esm/menu/menu.template.js +24 -0
- package/dist/esm/menu/menu.template.js.map +1 -0
- package/dist/esm/menu-button/index.js +2 -2
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-button/menu-button.definition.js +0 -6
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +6 -2
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/index.js +2 -1
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-item/menu-item.definition.js +0 -4
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +265 -4
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.js +27 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -0
- package/dist/esm/menu-item/menu-item.styles.js +1 -1
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +57 -2
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- 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.definition.js +0 -4
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +260 -10
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +1 -1
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +13 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/patterns/aria-globals.js +72 -0
- package/dist/esm/patterns/aria-globals.js.map +1 -0
- package/dist/esm/patterns/index.js +3 -0
- package/dist/esm/patterns/index.js.map +1 -0
- package/dist/esm/patterns/start-end.js +29 -0
- package/dist/esm/patterns/start-end.js.map +1 -0
- package/dist/esm/progress-bar/base-progress.js +56 -0
- package/dist/esm/progress-bar/base-progress.js.map +1 -0
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.js +11 -9
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +25 -1
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio/radio.form-associated.js +14 -0
- package/dist/esm/radio/radio.form-associated.js.map +1 -0
- package/dist/esm/radio/radio.js +91 -3
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.styles.js +1 -1
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.js +28 -2
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -2
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.js +347 -9
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -0
- package/dist/esm/radio-group/radio-group.styles.js +1 -1
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +30 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js +12 -0
- package/dist/esm/slider/slider-utilities.js.map +1 -0
- package/dist/esm/slider/slider.form-associated.js +14 -0
- package/dist/esm/slider/slider.form-associated.js.map +1 -0
- package/dist/esm/slider/slider.js +433 -22
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +11 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +1 -1
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +38 -1
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.definition.js +0 -4
- package/dist/esm/spinner/spinner.definition.js.map +1 -1
- package/dist/esm/spinner/spinner.js +13 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +3 -17
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +8 -21
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +1 -1
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- 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.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/switch/switch.form-associated.js +14 -0
- package/dist/esm/switch/switch.form-associated.js.map +1 -0
- package/dist/esm/switch/switch.js +49 -9
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +4 -3
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +25 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/index.js +1 -1
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab/tab.js +9 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +1 -1
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- 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.js +2 -2
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +8 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tabs/index.js +2 -2
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.js +279 -11
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +6 -2
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +1 -1
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +14 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text/text.js +1 -6
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.styles.js +1 -1
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/index.js +4 -5
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.definition.js +2 -3
- package/dist/esm/text-input/text-input.definition.js.map +1 -1
- package/dist/esm/text-input/text-input.js +340 -11
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +35 -2
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +8 -3
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +49 -2
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +437 -386
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.js +2 -2
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/esm/toggle-button/index.js +2 -2
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -5
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.js +43 -91
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +31 -26
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
- package/dist/esm/utils/benchmark-wrapper.js +18 -0
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
- package/dist/esm/utils/direction.js +15 -0
- package/dist/esm/utils/direction.js.map +1 -0
- package/dist/esm/utils/display.js +15 -0
- package/dist/esm/utils/display.js.map +1 -0
- package/dist/esm/utils/get-initials.js.map +1 -1
- package/dist/esm/utils/index.js +7 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/template-helpers.js +19 -0
- package/dist/esm/utils/template-helpers.js.map +1 -0
- package/dist/esm/utils/typings.js +3 -0
- package/dist/esm/utils/typings.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +13 -0
- package/dist/esm/utils/whitespace-filter.js.map +1 -0
- package/dist/fluent-web-components.api.json +19072 -7994
- package/dist/web-components.d.ts +4130 -1264
- package/dist/web-components.js +3675 -3856
- package/dist/web-components.min.js +340 -190
- package/docs/api-report.md +1352 -527
- package/package.json +20 -11
- package/playwright.config.ts +2 -3
- package/project.json +6 -0
- package/tensile.config.js +22 -0
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- 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/651.e36cf1e8.iframe.bundle.js +0 -462
- package/dist/storybook/651.e36cf1e8.iframe.bundle.js.LICENSE.txt +0 -46
- package/dist/storybook/651.e36cf1e8.iframe.bundle.js.map +0 -1
- 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.696937e6.iframe.bundle.js +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/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,185 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 24 May 2024 04:06:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
8
|
+
|
|
9
|
+
Fri, 24 May 2024 04:06:12 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
17
|
+
|
|
18
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- 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)
|
|
24
|
+
|
|
25
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
26
|
+
|
|
27
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- 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)
|
|
33
|
+
|
|
34
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
35
|
+
|
|
36
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
42
|
+
|
|
43
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
44
|
+
|
|
45
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
47
|
+
|
|
48
|
+
### Changes
|
|
49
|
+
|
|
50
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
51
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
52
|
+
|
|
53
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
54
|
+
|
|
55
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
57
|
+
|
|
58
|
+
### Changes
|
|
59
|
+
|
|
60
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
61
|
+
|
|
62
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
63
|
+
|
|
64
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
65
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
66
|
+
|
|
67
|
+
### Changes
|
|
68
|
+
|
|
69
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
70
|
+
|
|
71
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
72
|
+
|
|
73
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
74
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
75
|
+
|
|
76
|
+
### Changes
|
|
77
|
+
|
|
78
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
79
|
+
|
|
80
|
+
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
81
|
+
|
|
82
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
83
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
84
|
+
|
|
85
|
+
### Changes
|
|
86
|
+
|
|
87
|
+
- ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
|
|
88
|
+
|
|
89
|
+
## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
|
|
90
|
+
|
|
91
|
+
Tue, 23 Apr 2024 04:09:06 GMT
|
|
92
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
|
|
93
|
+
|
|
94
|
+
### Changes
|
|
95
|
+
|
|
96
|
+
- Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
|
|
97
|
+
|
|
98
|
+
## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
|
|
99
|
+
|
|
100
|
+
Mon, 15 Apr 2024 04:09:34 GMT
|
|
101
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
|
|
102
|
+
|
|
103
|
+
### Changes
|
|
104
|
+
|
|
105
|
+
- fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
|
|
106
|
+
|
|
107
|
+
## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
|
|
108
|
+
|
|
109
|
+
Tue, 09 Apr 2024 04:08:05 GMT
|
|
110
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
|
|
111
|
+
|
|
112
|
+
### Changes
|
|
113
|
+
|
|
114
|
+
- revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
|
|
115
|
+
|
|
116
|
+
## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
|
|
117
|
+
|
|
118
|
+
Mon, 08 Apr 2024 04:08:59 GMT
|
|
119
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
|
|
120
|
+
|
|
121
|
+
### Changes
|
|
122
|
+
|
|
123
|
+
- chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
|
|
124
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
|
|
125
|
+
|
|
126
|
+
## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
|
|
127
|
+
|
|
128
|
+
Mon, 12 Feb 2024 04:08:06 GMT
|
|
129
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
|
|
130
|
+
|
|
131
|
+
### Changes
|
|
132
|
+
|
|
133
|
+
- Removes dependancy on fast-foundation classes and templates ([PR #30090](https://github.com/microsoft/fluentui/pull/30090) by jes@microsoft.com)
|
|
134
|
+
|
|
135
|
+
## [3.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.7)
|
|
136
|
+
|
|
137
|
+
Fri, 09 Feb 2024 04:08:43 GMT
|
|
138
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.6..@fluentui/web-components_v3.0.0-beta.7)
|
|
139
|
+
|
|
140
|
+
### Changes
|
|
141
|
+
|
|
142
|
+
- feat: remove JS design token implementation in favor of platform css variables ([PR #30002](https://github.com/microsoft/fluentui/pull/30002) by chhol@microsoft.com)
|
|
143
|
+
|
|
144
|
+
## [3.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.6)
|
|
145
|
+
|
|
146
|
+
Thu, 26 Oct 2023 04:16:51 GMT
|
|
147
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.5..@fluentui/web-components_v3.0.0-beta.6)
|
|
148
|
+
|
|
149
|
+
### Changes
|
|
150
|
+
|
|
151
|
+
- feat(dialog): add dialog web component ([PR #28569](https://github.com/microsoft/fluentui/pull/28569) by brian.christopher.brady@gmail.com)
|
|
152
|
+
|
|
153
|
+
## [3.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.5)
|
|
154
|
+
|
|
155
|
+
Thu, 19 Oct 2023 04:18:07 GMT
|
|
156
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.4..@fluentui/web-components_v3.0.0-beta.5)
|
|
157
|
+
|
|
158
|
+
### Changes
|
|
159
|
+
|
|
160
|
+
- Updates package with Menu component sideEffect. ([PR #29581](https://github.com/microsoft/fluentui/pull/29581) by hale.rankin@microsoft.com)
|
|
161
|
+
|
|
162
|
+
## [3.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.4)
|
|
163
|
+
|
|
164
|
+
Fri, 13 Oct 2023 04:17:27 GMT
|
|
165
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.3..@fluentui/web-components_v3.0.0-beta.4)
|
|
166
|
+
|
|
167
|
+
### Changes
|
|
168
|
+
|
|
169
|
+
- fix: update switch to use margin instead of transform for the checked state to support RTL ([PR #29505](https://github.com/microsoft/fluentui/pull/29505) by chhol@microsoft.com)
|
|
170
|
+
|
|
171
|
+
## [3.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.3)
|
|
172
|
+
|
|
173
|
+
Thu, 28 Sep 2023 04:18:49 GMT
|
|
174
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.2..@fluentui/web-components_v3.0.0-beta.3)
|
|
175
|
+
|
|
176
|
+
### Changes
|
|
177
|
+
|
|
178
|
+
- feat(menu): adds menu web component ([PR #27906](https://github.com/microsoft/fluentui/pull/27906) by brian.christopher.brady@gmail.com)
|
|
179
|
+
|
|
7
180
|
## [3.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.2)
|
|
8
181
|
|
|
9
|
-
Mon, 28 Aug 2023 04:
|
|
182
|
+
Mon, 28 Aug 2023 04:19:02 GMT
|
|
10
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.1..@fluentui/web-components_v3.0.0-beta.2)
|
|
11
184
|
|
|
12
185
|
### Changes
|
|
@@ -295,7 +468,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
295
468
|
|
|
296
469
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
297
470
|
|
|
298
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
471
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
299
472
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
300
473
|
|
|
301
474
|
### Changes
|
|
@@ -304,7 +477,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
304
477
|
|
|
305
478
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
306
479
|
|
|
307
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
480
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
308
481
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
309
482
|
|
|
310
483
|
### Changes
|
|
@@ -314,9 +487,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
314
487
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
315
488
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
316
489
|
|
|
490
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
491
|
+
|
|
492
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
493
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
494
|
+
|
|
495
|
+
### Patches
|
|
496
|
+
|
|
497
|
+
- 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 =)
|
|
498
|
+
|
|
499
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
500
|
+
|
|
501
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
502
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
503
|
+
|
|
504
|
+
### Minor changes
|
|
505
|
+
|
|
506
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
507
|
+
|
|
508
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
509
|
+
|
|
510
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
511
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
512
|
+
|
|
513
|
+
### Patches
|
|
514
|
+
|
|
515
|
+
- 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)
|
|
516
|
+
|
|
517
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
518
|
+
|
|
519
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
520
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
521
|
+
|
|
522
|
+
### Patches
|
|
523
|
+
|
|
524
|
+
- 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)
|
|
525
|
+
|
|
526
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
527
|
+
|
|
528
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
529
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
530
|
+
|
|
531
|
+
### Patches
|
|
532
|
+
|
|
533
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
534
|
+
|
|
535
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
536
|
+
|
|
537
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
538
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
539
|
+
|
|
540
|
+
### Patches
|
|
541
|
+
|
|
542
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
543
|
+
|
|
544
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
545
|
+
|
|
546
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
547
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
548
|
+
|
|
549
|
+
### Patches
|
|
550
|
+
|
|
551
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
552
|
+
|
|
317
553
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
318
554
|
|
|
319
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
555
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
320
556
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
321
557
|
|
|
322
558
|
### Patches
|
|
@@ -325,7 +561,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
325
561
|
|
|
326
562
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
327
563
|
|
|
328
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
564
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
329
565
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
330
566
|
|
|
331
567
|
### Patches
|
|
@@ -334,7 +570,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
334
570
|
|
|
335
571
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
336
572
|
|
|
337
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
573
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
338
574
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
339
575
|
|
|
340
576
|
### Patches
|
|
@@ -343,7 +579,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
343
579
|
|
|
344
580
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
345
581
|
|
|
346
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
582
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
347
583
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
348
584
|
|
|
349
585
|
### Patches
|
|
@@ -352,7 +588,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
352
588
|
|
|
353
589
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
354
590
|
|
|
355
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
591
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
356
592
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
357
593
|
|
|
358
594
|
### Patches
|
|
@@ -361,7 +597,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
361
597
|
|
|
362
598
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
363
599
|
|
|
364
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
600
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
365
601
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
366
602
|
|
|
367
603
|
### Patches
|
|
@@ -370,7 +606,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
370
606
|
|
|
371
607
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
372
608
|
|
|
373
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
609
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
374
610
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
375
611
|
|
|
376
612
|
### Patches
|
|
@@ -379,7 +615,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
379
615
|
|
|
380
616
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
381
617
|
|
|
382
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
618
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
383
619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
384
620
|
|
|
385
621
|
### Patches
|
|
@@ -388,7 +624,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
388
624
|
|
|
389
625
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
390
626
|
|
|
391
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
627
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
392
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
393
629
|
|
|
394
630
|
### Patches
|
|
@@ -397,7 +633,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
397
633
|
|
|
398
634
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
399
635
|
|
|
400
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
636
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
401
637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
402
638
|
|
|
403
639
|
### Patches
|
|
@@ -406,7 +642,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
406
642
|
|
|
407
643
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
408
644
|
|
|
409
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
645
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
410
646
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
411
647
|
|
|
412
648
|
### Patches
|
|
@@ -415,7 +651,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
415
651
|
|
|
416
652
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
417
653
|
|
|
418
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
654
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
419
655
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
420
656
|
|
|
421
657
|
### Patches
|
|
@@ -424,7 +660,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
424
660
|
|
|
425
661
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
426
662
|
|
|
427
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
663
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
428
664
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
429
665
|
|
|
430
666
|
### Minor changes
|
|
@@ -433,7 +669,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
433
669
|
|
|
434
670
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
435
671
|
|
|
436
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
672
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
437
673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
438
674
|
|
|
439
675
|
### Minor changes
|
|
@@ -442,7 +678,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
442
678
|
|
|
443
679
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
444
680
|
|
|
445
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
681
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
446
682
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
447
683
|
|
|
448
684
|
### Patches
|
|
@@ -451,7 +687,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
451
687
|
|
|
452
688
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
453
689
|
|
|
454
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
690
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
455
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
456
692
|
|
|
457
693
|
### Minor changes
|
|
@@ -460,7 +696,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
460
696
|
|
|
461
697
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
462
698
|
|
|
463
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
699
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
464
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
465
701
|
|
|
466
702
|
### Patches
|
|
@@ -469,7 +705,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
469
705
|
|
|
470
706
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
471
707
|
|
|
472
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
708
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
473
709
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
474
710
|
|
|
475
711
|
### Patches
|
|
@@ -478,7 +714,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
478
714
|
|
|
479
715
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
480
716
|
|
|
481
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
717
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
482
718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
483
719
|
|
|
484
720
|
### Patches
|
|
@@ -487,7 +723,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
487
723
|
|
|
488
724
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
489
725
|
|
|
490
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
726
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
491
727
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
492
728
|
|
|
493
729
|
### Minor changes
|
|
@@ -496,7 +732,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
496
732
|
|
|
497
733
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
498
734
|
|
|
499
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
735
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
500
736
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
501
737
|
|
|
502
738
|
### Patches
|
|
@@ -505,7 +741,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
505
741
|
|
|
506
742
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
507
743
|
|
|
508
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
744
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
509
745
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
510
746
|
|
|
511
747
|
### Patches
|
|
@@ -514,7 +750,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
514
750
|
|
|
515
751
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
516
752
|
|
|
517
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
753
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
518
754
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
519
755
|
|
|
520
756
|
### Patches
|
|
@@ -523,7 +759,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
523
759
|
|
|
524
760
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
525
761
|
|
|
526
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
762
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
527
763
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
528
764
|
|
|
529
765
|
### Minor changes
|
|
@@ -532,7 +768,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
532
768
|
|
|
533
769
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
534
770
|
|
|
535
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
771
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
536
772
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
537
773
|
|
|
538
774
|
### Patches
|
|
@@ -541,7 +777,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
541
777
|
|
|
542
778
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
543
779
|
|
|
544
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
780
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
545
781
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
546
782
|
|
|
547
783
|
### Patches
|
|
@@ -552,7 +788,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
552
788
|
|
|
553
789
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
554
790
|
|
|
555
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
791
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
556
792
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
557
793
|
|
|
558
794
|
### Major changes
|
|
@@ -561,7 +797,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
561
797
|
|
|
562
798
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
563
799
|
|
|
564
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
800
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
565
801
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
566
802
|
|
|
567
803
|
### Patches
|
|
@@ -570,7 +806,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
570
806
|
|
|
571
807
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
572
808
|
|
|
573
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
809
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
574
810
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
575
811
|
|
|
576
812
|
### Patches
|
|
@@ -579,7 +815,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
579
815
|
|
|
580
816
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
581
817
|
|
|
582
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
818
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
583
819
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
584
820
|
|
|
585
821
|
### Patches
|
|
@@ -588,7 +824,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
588
824
|
|
|
589
825
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
590
826
|
|
|
591
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
827
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
592
828
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
593
829
|
|
|
594
830
|
### Minor changes
|
|
@@ -602,7 +838,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
602
838
|
|
|
603
839
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
604
840
|
|
|
605
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
841
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
606
842
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
607
843
|
|
|
608
844
|
### Patches
|
|
@@ -611,7 +847,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
611
847
|
|
|
612
848
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
613
849
|
|
|
614
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
850
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
615
851
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
616
852
|
|
|
617
853
|
### Patches
|
|
@@ -621,7 +857,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
621
857
|
|
|
622
858
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
623
859
|
|
|
624
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
860
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
625
861
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
626
862
|
|
|
627
863
|
### Patches
|
|
@@ -630,7 +866,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
630
866
|
|
|
631
867
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
632
868
|
|
|
633
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
869
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
634
870
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
635
871
|
|
|
636
872
|
### Patches
|
|
@@ -639,7 +875,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
639
875
|
|
|
640
876
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
641
877
|
|
|
642
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
878
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
643
879
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
644
880
|
|
|
645
881
|
### Patches
|
|
@@ -649,7 +885,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
649
885
|
|
|
650
886
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
651
887
|
|
|
652
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
888
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
653
889
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
654
890
|
|
|
655
891
|
### Patches
|
|
@@ -658,7 +894,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
658
894
|
|
|
659
895
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
660
896
|
|
|
661
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
897
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
662
898
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
663
899
|
|
|
664
900
|
### Minor changes
|
|
@@ -667,7 +903,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
667
903
|
|
|
668
904
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
669
905
|
|
|
670
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
906
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
671
907
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
672
908
|
|
|
673
909
|
### Patches
|
|
@@ -677,7 +913,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
677
913
|
|
|
678
914
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
679
915
|
|
|
680
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
916
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
681
917
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
682
918
|
|
|
683
919
|
### Patches
|
|
@@ -686,7 +922,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
686
922
|
|
|
687
923
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
688
924
|
|
|
689
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
925
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
690
926
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
691
927
|
|
|
692
928
|
### Minor changes
|
|
@@ -695,7 +931,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
695
931
|
|
|
696
932
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
697
933
|
|
|
698
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
934
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
699
935
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
700
936
|
|
|
701
937
|
### Patches
|
|
@@ -705,7 +941,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
705
941
|
|
|
706
942
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
707
943
|
|
|
708
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
944
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
709
945
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
710
946
|
|
|
711
947
|
### Patches
|
|
@@ -714,7 +950,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
714
950
|
|
|
715
951
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
716
952
|
|
|
717
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
953
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
718
954
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
719
955
|
|
|
720
956
|
### Patches
|
|
@@ -723,7 +959,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
723
959
|
|
|
724
960
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
725
961
|
|
|
726
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
962
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
727
963
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
728
964
|
|
|
729
965
|
### Patches
|
|
@@ -732,7 +968,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
732
968
|
|
|
733
969
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
734
970
|
|
|
735
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
971
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
736
972
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
737
973
|
|
|
738
974
|
### Patches
|
|
@@ -742,7 +978,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
742
978
|
|
|
743
979
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
744
980
|
|
|
745
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
981
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
746
982
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
747
983
|
|
|
748
984
|
### Patches
|
|
@@ -751,7 +987,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
751
987
|
|
|
752
988
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
753
989
|
|
|
754
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
990
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
755
991
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
756
992
|
|
|
757
993
|
### Patches
|
|
@@ -760,7 +996,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
760
996
|
|
|
761
997
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
762
998
|
|
|
763
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
999
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
764
1000
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
765
1001
|
|
|
766
1002
|
### Patches
|
|
@@ -769,7 +1005,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
769
1005
|
|
|
770
1006
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
771
1007
|
|
|
772
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
1008
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
773
1009
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
774
1010
|
|
|
775
1011
|
### Minor changes
|
|
@@ -778,7 +1014,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
778
1014
|
|
|
779
1015
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
780
1016
|
|
|
781
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
1017
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
782
1018
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
783
1019
|
|
|
784
1020
|
### Patches
|
|
@@ -787,7 +1023,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
787
1023
|
|
|
788
1024
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
789
1025
|
|
|
790
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
1026
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
791
1027
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
792
1028
|
|
|
793
1029
|
### Patches
|
|
@@ -796,7 +1032,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
796
1032
|
|
|
797
1033
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
798
1034
|
|
|
799
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
1035
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
800
1036
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
801
1037
|
|
|
802
1038
|
### Patches
|
|
@@ -806,7 +1042,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
806
1042
|
|
|
807
1043
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
808
1044
|
|
|
809
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
1045
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
810
1046
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
811
1047
|
|
|
812
1048
|
### Minor changes
|
|
@@ -820,7 +1056,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
820
1056
|
|
|
821
1057
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
822
1058
|
|
|
823
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1059
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
824
1060
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
825
1061
|
|
|
826
1062
|
### Patches
|
|
@@ -829,7 +1065,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
829
1065
|
|
|
830
1066
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
831
1067
|
|
|
832
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1068
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
833
1069
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
834
1070
|
|
|
835
1071
|
### Minor changes
|
|
@@ -839,7 +1075,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
839
1075
|
|
|
840
1076
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
841
1077
|
|
|
842
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1078
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
843
1079
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
844
1080
|
|
|
845
1081
|
### Patches
|
|
@@ -848,7 +1084,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
848
1084
|
|
|
849
1085
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
850
1086
|
|
|
851
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1087
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
852
1088
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
853
1089
|
|
|
854
1090
|
### Patches
|
|
@@ -857,7 +1093,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
857
1093
|
|
|
858
1094
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
859
1095
|
|
|
860
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1096
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
861
1097
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
862
1098
|
|
|
863
1099
|
### Major changes
|
|
@@ -890,7 +1126,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
890
1126
|
|
|
891
1127
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
892
1128
|
|
|
893
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1129
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
894
1130
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
895
1131
|
|
|
896
1132
|
### Patches
|
|
@@ -899,7 +1135,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
899
1135
|
|
|
900
1136
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
901
1137
|
|
|
902
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1138
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
903
1139
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
904
1140
|
|
|
905
1141
|
### Minor changes
|
|
@@ -908,7 +1144,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
908
1144
|
|
|
909
1145
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
910
1146
|
|
|
911
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
1147
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
912
1148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
913
1149
|
|
|
914
1150
|
### Patches
|
|
@@ -917,7 +1153,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
917
1153
|
|
|
918
1154
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
919
1155
|
|
|
920
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
1156
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
921
1157
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
922
1158
|
|
|
923
1159
|
### Patches
|
|
@@ -927,7 +1163,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
927
1163
|
|
|
928
1164
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
929
1165
|
|
|
930
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1166
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
931
1167
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
932
1168
|
|
|
933
1169
|
### Minor changes
|
|
@@ -936,7 +1172,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
936
1172
|
|
|
937
1173
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
938
1174
|
|
|
939
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1175
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
940
1176
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
941
1177
|
|
|
942
1178
|
### Patches
|
|
@@ -945,7 +1181,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
945
1181
|
|
|
946
1182
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
947
1183
|
|
|
948
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1184
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
949
1185
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
950
1186
|
|
|
951
1187
|
### Patches
|
|
@@ -954,7 +1190,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
954
1190
|
|
|
955
1191
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
956
1192
|
|
|
957
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1193
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
958
1194
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
959
1195
|
|
|
960
1196
|
### Patches
|
|
@@ -963,7 +1199,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
963
1199
|
|
|
964
1200
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
965
1201
|
|
|
966
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1202
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
967
1203
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
968
1204
|
|
|
969
1205
|
### Minor changes
|
|
@@ -972,7 +1208,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
972
1208
|
|
|
973
1209
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
974
1210
|
|
|
975
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1211
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
976
1212
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
977
1213
|
|
|
978
1214
|
### Patches
|
|
@@ -981,7 +1217,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
981
1217
|
|
|
982
1218
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
983
1219
|
|
|
984
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1220
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
985
1221
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
986
1222
|
|
|
987
1223
|
### Minor changes
|
|
@@ -994,7 +1230,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
994
1230
|
|
|
995
1231
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
996
1232
|
|
|
997
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1233
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
998
1234
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
999
1235
|
|
|
1000
1236
|
### Minor changes
|
|
@@ -1003,7 +1239,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1003
1239
|
|
|
1004
1240
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1005
1241
|
|
|
1006
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1242
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1007
1243
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1008
1244
|
|
|
1009
1245
|
### Minor changes
|
|
@@ -1016,7 +1252,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1016
1252
|
|
|
1017
1253
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1018
1254
|
|
|
1019
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1255
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1020
1256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1021
1257
|
|
|
1022
1258
|
### Patches
|
|
@@ -1025,7 +1261,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1025
1261
|
|
|
1026
1262
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1027
1263
|
|
|
1028
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1264
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1029
1265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1030
1266
|
|
|
1031
1267
|
### Patches
|
|
@@ -1034,7 +1270,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1034
1270
|
|
|
1035
1271
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1036
1272
|
|
|
1037
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1273
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1038
1274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1039
1275
|
|
|
1040
1276
|
### Minor changes
|
|
@@ -1043,7 +1279,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1043
1279
|
|
|
1044
1280
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1045
1281
|
|
|
1046
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1282
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1047
1283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1048
1284
|
|
|
1049
1285
|
### Minor changes
|
|
@@ -1053,7 +1289,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1053
1289
|
|
|
1054
1290
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1055
1291
|
|
|
1056
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1292
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1057
1293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1058
1294
|
|
|
1059
1295
|
### Patches
|
|
@@ -1063,7 +1299,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1063
1299
|
|
|
1064
1300
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1065
1301
|
|
|
1066
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1302
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1067
1303
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1068
1304
|
|
|
1069
1305
|
### Patches
|
|
@@ -1072,7 +1308,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1072
1308
|
|
|
1073
1309
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1074
1310
|
|
|
1075
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1311
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1076
1312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1077
1313
|
|
|
1078
1314
|
### Minor changes
|
|
@@ -1081,7 +1317,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1081
1317
|
|
|
1082
1318
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1083
1319
|
|
|
1084
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1320
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1085
1321
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1086
1322
|
|
|
1087
1323
|
### Patches
|
|
@@ -1090,7 +1326,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1090
1326
|
|
|
1091
1327
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1092
1328
|
|
|
1093
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1329
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1094
1330
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1095
1331
|
|
|
1096
1332
|
### Minor changes
|
|
@@ -1103,7 +1339,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1103
1339
|
|
|
1104
1340
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1105
1341
|
|
|
1106
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1342
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1107
1343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1108
1344
|
|
|
1109
1345
|
### Patches
|
|
@@ -1112,7 +1348,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1112
1348
|
|
|
1113
1349
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1114
1350
|
|
|
1115
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1351
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1116
1352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1117
1353
|
|
|
1118
1354
|
### Minor changes
|
|
@@ -1121,7 +1357,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1121
1357
|
|
|
1122
1358
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1123
1359
|
|
|
1124
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1360
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1125
1361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1126
1362
|
|
|
1127
1363
|
### Minor changes
|
|
@@ -1134,7 +1370,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1134
1370
|
|
|
1135
1371
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1136
1372
|
|
|
1137
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1373
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1138
1374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1139
1375
|
|
|
1140
1376
|
### Patches
|
|
@@ -1143,7 +1379,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1143
1379
|
|
|
1144
1380
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1145
1381
|
|
|
1146
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1382
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1147
1383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1148
1384
|
|
|
1149
1385
|
### Patches
|
|
@@ -1152,7 +1388,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1152
1388
|
|
|
1153
1389
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1154
1390
|
|
|
1155
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1391
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1156
1392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1157
1393
|
|
|
1158
1394
|
### Patches
|
|
@@ -1162,7 +1398,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1162
1398
|
|
|
1163
1399
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1164
1400
|
|
|
1165
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1401
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1166
1402
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1167
1403
|
|
|
1168
1404
|
### Patches
|
|
@@ -1171,7 +1407,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1171
1407
|
|
|
1172
1408
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1173
1409
|
|
|
1174
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1410
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1175
1411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1176
1412
|
|
|
1177
1413
|
### Patches
|
|
@@ -1186,7 +1422,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1186
1422
|
|
|
1187
1423
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1188
1424
|
|
|
1189
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1425
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1190
1426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1191
1427
|
|
|
1192
1428
|
### Patches
|
|
@@ -1195,7 +1431,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1195
1431
|
|
|
1196
1432
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1197
1433
|
|
|
1198
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1434
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1199
1435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1200
1436
|
|
|
1201
1437
|
### Minor changes
|
|
@@ -1208,7 +1444,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1208
1444
|
|
|
1209
1445
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1210
1446
|
|
|
1211
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1447
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1212
1448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1213
1449
|
|
|
1214
1450
|
### Patches
|
|
@@ -1217,7 +1453,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1217
1453
|
|
|
1218
1454
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1219
1455
|
|
|
1220
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1456
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1221
1457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1222
1458
|
|
|
1223
1459
|
### Patches
|
|
@@ -1226,7 +1462,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1226
1462
|
|
|
1227
1463
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1228
1464
|
|
|
1229
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1465
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1230
1466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1231
1467
|
|
|
1232
1468
|
### Minor changes
|
|
@@ -1235,7 +1471,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1235
1471
|
|
|
1236
1472
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1237
1473
|
|
|
1238
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1474
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1239
1475
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1240
1476
|
|
|
1241
1477
|
### Patches
|
|
@@ -1247,7 +1483,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1247
1483
|
|
|
1248
1484
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1249
1485
|
|
|
1250
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1486
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1251
1487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1252
1488
|
|
|
1253
1489
|
### Minor changes
|
|
@@ -1256,7 +1492,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1256
1492
|
|
|
1257
1493
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1258
1494
|
|
|
1259
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1495
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1260
1496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1261
1497
|
|
|
1262
1498
|
### Patches
|
|
@@ -1265,7 +1501,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1265
1501
|
|
|
1266
1502
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1267
1503
|
|
|
1268
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1504
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1269
1505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1270
1506
|
|
|
1271
1507
|
### Patches
|
|
@@ -1274,7 +1510,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1274
1510
|
|
|
1275
1511
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1276
1512
|
|
|
1277
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1513
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1278
1514
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1279
1515
|
|
|
1280
1516
|
### Minor changes
|