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