@fluentui/web-components 3.0.0-alpha.2 → 3.0.0-alpha.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.json +556 -4
- package/CHANGELOG.md +313 -98
- package/dist/dts/accordion/accordion.d.ts +7 -0
- package/dist/dts/accordion/accordion.definition.d.ts +11 -0
- package/dist/dts/accordion/accordion.styles.d.ts +1 -0
- package/dist/dts/accordion/accordion.template.d.ts +3 -0
- package/dist/dts/accordion/define.d.ts +1 -0
- package/dist/dts/accordion/index.d.ts +4 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +33 -0
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +11 -0
- package/dist/dts/accordion-item/accordion-item.options.d.ts +27 -0
- package/dist/dts/accordion-item/accordion-item.styles.d.ts +1 -0
- package/dist/dts/accordion-item/accordion-item.template.d.ts +7 -0
- package/dist/dts/accordion-item/define.d.ts +1 -0
- package/dist/dts/accordion-item/index.d.ts +5 -0
- package/dist/dts/anchor-button/anchor-button.d.ts +64 -0
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +10 -0
- package/dist/dts/anchor-button/anchor-button.options.d.ts +46 -0
- package/dist/dts/anchor-button/anchor-button.styles.d.ts +1 -0
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -0
- package/dist/dts/anchor-button/define.d.ts +1 -0
- package/dist/dts/anchor-button/index.d.ts +4 -0
- package/dist/dts/avatar/avatar.d.ts +97 -0
- package/dist/dts/avatar/avatar.definition.d.ts +9 -0
- package/dist/dts/avatar/avatar.options.d.ts +142 -0
- package/dist/dts/avatar/avatar.styles.d.ts +4 -0
- package/dist/dts/avatar/avatar.template.d.ts +8 -0
- package/dist/dts/avatar/define.d.ts +1 -0
- package/dist/dts/avatar/index.d.ts +5 -0
- package/dist/dts/badge/badge.d.ts +2 -2
- package/dist/dts/button/button.d.ts +55 -0
- package/dist/dts/button/button.definition.d.ts +10 -0
- package/dist/dts/button/button.options.d.ts +46 -0
- package/dist/dts/button/button.styles.d.ts +1 -0
- package/dist/dts/button/button.template.d.ts +7 -0
- package/dist/dts/button/define.d.ts +1 -0
- package/dist/dts/button/index.d.ts +5 -0
- package/dist/dts/compound-button/compound-button.d.ts +7 -0
- package/dist/dts/compound-button/compound-button.definition.d.ts +10 -0
- package/dist/dts/compound-button/compound-button.options.d.ts +50 -0
- package/dist/dts/compound-button/compound-button.styles.d.ts +1 -0
- package/dist/dts/compound-button/compound-button.template.d.ts +13 -0
- package/dist/dts/compound-button/define.d.ts +1 -0
- package/dist/dts/compound-button/index.d.ts +5 -0
- package/dist/dts/counter-badge/counter-badge.d.ts +4 -4
- package/dist/dts/divider/define.d.ts +1 -0
- package/dist/dts/divider/divider.d.ts +31 -0
- package/dist/dts/divider/divider.definition.d.ts +9 -0
- package/dist/dts/divider/divider.options.d.ts +40 -0
- package/dist/dts/divider/divider.styles.d.ts +4 -0
- package/dist/dts/divider/divider.template.d.ts +7 -0
- package/dist/dts/divider/index.d.ts +5 -0
- package/dist/dts/image/define.d.ts +1 -0
- package/dist/dts/image/image.d.ts +48 -0
- package/dist/dts/image/image.definition.d.ts +9 -0
- package/dist/dts/image/image.options.d.ts +27 -0
- package/dist/dts/image/image.styles.d.ts +5 -0
- package/dist/dts/image/image.template.d.ts +7 -0
- package/dist/dts/image/index.d.ts +5 -0
- package/dist/dts/index.d.ts +21 -0
- package/dist/dts/label/define.d.ts +1 -0
- package/dist/dts/label/index.d.ts +4 -0
- package/dist/dts/label/label.d.ts +42 -0
- package/dist/dts/label/label.definition.d.ts +10 -0
- package/dist/dts/label/label.options.d.ts +26 -0
- package/dist/dts/label/label.styles.d.ts +4 -0
- package/dist/dts/label/label.template.d.ts +8 -0
- package/dist/dts/menu-button/define.d.ts +1 -0
- package/dist/dts/menu-button/index.d.ts +5 -0
- package/dist/dts/menu-button/menu-button.d.ts +7 -0
- package/dist/dts/menu-button/menu-button.definition.d.ts +10 -0
- package/dist/dts/menu-button/menu-button.options.d.ts +46 -0
- package/dist/dts/menu-button/menu-button.template.d.ts +7 -0
- package/dist/dts/menu-item/define.d.ts +1 -0
- package/dist/dts/menu-item/index.d.ts +4 -0
- package/dist/dts/menu-item/menu-item.d.ts +8 -0
- package/dist/dts/menu-item/menu-item.definition.d.ts +11 -0
- package/dist/dts/menu-item/menu-item.styles.d.ts +4 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +3 -0
- package/dist/dts/menu-list/define.d.ts +1 -0
- package/dist/dts/menu-list/index.d.ts +4 -0
- package/dist/dts/menu-list/menu-list.d.ts +9 -0
- package/dist/dts/menu-list/menu-list.definition.d.ts +11 -0
- package/dist/dts/menu-list/menu-list.styles.d.ts +4 -0
- package/dist/dts/menu-list/menu-list.template.d.ts +3 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +2 -2
- package/dist/dts/progress-bar/progress-bar.styles.d.ts +1 -1
- package/dist/dts/radio/define.d.ts +1 -0
- package/dist/dts/radio/index.d.ts +4 -0
- package/dist/dts/radio/radio.d.ts +7 -0
- package/dist/dts/radio/radio.definition.d.ts +10 -0
- package/dist/dts/radio/radio.styles.d.ts +4 -0
- package/dist/dts/radio/radio.template.d.ts +3 -0
- package/dist/dts/radio-group/define.d.ts +1 -0
- package/dist/dts/radio-group/index.d.ts +5 -0
- package/dist/dts/radio-group/radio-group.d.ts +15 -0
- package/dist/dts/radio-group/radio-group.definition.d.ts +10 -0
- package/dist/dts/radio-group/radio-group.styles.d.ts +4 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +3 -0
- package/dist/dts/slider/define.d.ts +1 -0
- package/dist/dts/slider/index.d.ts +5 -0
- package/dist/dts/slider/slider.d.ts +24 -0
- package/dist/dts/slider/slider.definition.d.ts +10 -0
- package/dist/dts/slider/slider.options.d.ts +15 -0
- package/dist/dts/slider/slider.styles.d.ts +4 -0
- package/dist/dts/slider/slider.template.d.ts +3 -0
- package/dist/dts/spinner/define.d.ts +1 -0
- package/dist/dts/spinner/index.d.ts +5 -0
- package/dist/dts/spinner/spinner.d.ts +25 -0
- package/dist/dts/spinner/spinner.definition.d.ts +11 -0
- package/dist/dts/spinner/spinner.options.d.ts +32 -0
- package/dist/dts/spinner/spinner.styles.d.ts +1 -0
- package/dist/dts/spinner/spinner.template.d.ts +3 -0
- package/dist/dts/switch/define.d.ts +1 -0
- package/dist/dts/switch/index.d.ts +5 -0
- package/dist/dts/switch/switch.d.ts +13 -0
- package/dist/dts/switch/switch.definition.d.ts +9 -0
- package/dist/dts/switch/switch.options.d.ts +15 -0
- package/dist/dts/switch/switch.styles.d.ts +1 -0
- package/dist/dts/switch/switch.template.d.ts +3 -0
- package/dist/dts/tab/define.d.ts +1 -0
- package/dist/dts/tab/index.d.ts +4 -0
- package/dist/dts/tab/tab.d.ts +8 -0
- package/dist/dts/tab/tab.definition.d.ts +2 -0
- package/dist/dts/tab/tab.styles.d.ts +1 -0
- package/dist/dts/tab/tab.template.d.ts +4 -0
- package/dist/dts/tab-panel/define.d.ts +1 -0
- package/dist/dts/tab-panel/index.d.ts +4 -0
- package/dist/dts/tab-panel/tab-panel.d.ts +3 -0
- package/dist/dts/tab-panel/tab-panel.definition.d.ts +2 -0
- package/dist/dts/tab-panel/tab-panel.styles.d.ts +1 -0
- package/dist/dts/tab-panel/tab-panel.template.d.ts +1 -0
- package/dist/dts/tabs/define.d.ts +1 -0
- package/dist/dts/tabs/index.d.ts +5 -0
- package/dist/dts/tabs/tabs.d.ts +88 -0
- package/dist/dts/tabs/tabs.definition.d.ts +2 -0
- package/dist/dts/tabs/tabs.options.d.ts +14 -0
- package/dist/dts/tabs/tabs.styles.d.ts +1 -0
- package/dist/dts/tabs/tabs.template.d.ts +1 -0
- package/dist/dts/text/text.d.ts +4 -4
- package/dist/dts/theme/design-tokens.d.ts +5 -0
- package/dist/dts/toggle-button/define.d.ts +1 -0
- package/dist/dts/toggle-button/index.d.ts +5 -0
- package/dist/dts/toggle-button/toggle-button.d.ts +48 -0
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +10 -0
- package/dist/dts/toggle-button/toggle-button.options.d.ts +46 -0
- package/dist/dts/toggle-button/toggle-button.styles.d.ts +1 -0
- package/dist/dts/toggle-button/toggle-button.template.d.ts +7 -0
- package/dist/dts/utils/get-initials.d.ts +18 -0
- package/dist/esm/accordion/accordion.definition.js +19 -0
- package/dist/esm/accordion/accordion.definition.js.map +1 -0
- package/dist/esm/accordion/accordion.js +8 -0
- package/dist/esm/accordion/accordion.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +12 -0
- package/dist/esm/accordion/accordion.styles.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +3 -0
- package/dist/esm/accordion/accordion.template.js.map +1 -0
- package/dist/esm/accordion/define.js +4 -0
- package/dist/esm/accordion/define.js.map +1 -0
- package/dist/esm/accordion/index.js +5 -0
- package/dist/esm/accordion/index.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.js +29 -0
- package/dist/esm/accordion-item/accordion-item.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.options.js +17 -0
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.styles.js +198 -0
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.template.js +37 -0
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
- package/dist/esm/accordion-item/define.js +4 -0
- package/dist/esm/accordion-item/define.js.map +1 -0
- package/dist/esm/accordion-item/index.js +6 -0
- package/dist/esm/accordion-item/index.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.definition.js +21 -0
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.js +93 -0
- package/dist/esm/anchor-button/anchor-button.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.options.js +17 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.styles.js +11 -0
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.template.js +7 -0
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -0
- package/dist/esm/anchor-button/define.js +4 -0
- package/dist/esm/anchor-button/define.js.map +1 -0
- package/dist/esm/anchor-button/index.js +5 -0
- package/dist/esm/anchor-button/index.js.map +1 -0
- package/dist/esm/avatar/avatar.definition.js +17 -0
- package/dist/esm/avatar/avatar.definition.js.map +1 -0
- package/dist/esm/avatar/avatar.js +92 -0
- package/dist/esm/avatar/avatar.js.map +1 -0
- package/dist/esm/avatar/avatar.options.js +87 -0
- package/dist/esm/avatar/avatar.options.js.map +1 -0
- package/dist/esm/avatar/avatar.styles.js +477 -0
- package/dist/esm/avatar/avatar.styles.js.map +1 -0
- package/dist/esm/avatar/avatar.template.js +28 -0
- package/dist/esm/avatar/avatar.template.js.map +1 -0
- package/dist/esm/avatar/define.js +4 -0
- package/dist/esm/avatar/define.js.map +1 -0
- package/dist/esm/avatar/index.js +6 -0
- package/dist/esm/avatar/index.js.map +1 -0
- package/dist/esm/badge/badge.definition.js +1 -0
- package/dist/esm/badge/badge.definition.js.map +1 -0
- package/dist/esm/badge/badge.js +1 -0
- package/dist/esm/badge/badge.js.map +1 -0
- package/dist/esm/badge/badge.options.js +1 -0
- package/dist/esm/badge/badge.options.js.map +1 -0
- package/dist/esm/badge/badge.styles.js +1 -0
- package/dist/esm/badge/badge.styles.js.map +1 -0
- package/dist/esm/badge/badge.template.js +1 -0
- package/dist/esm/badge/badge.template.js.map +1 -0
- package/dist/esm/badge/define.js +1 -0
- package/dist/esm/badge/define.js.map +1 -0
- package/dist/esm/badge/index.js +1 -0
- package/dist/esm/badge/index.js.map +1 -0
- package/dist/esm/button/button.definition.js +21 -0
- package/dist/esm/button/button.definition.js.map +1 -0
- package/dist/esm/button/button.js +72 -0
- package/dist/esm/button/button.js.map +1 -0
- package/dist/esm/button/button.options.js +30 -0
- package/dist/esm/button/button.options.js.map +1 -0
- package/dist/esm/button/button.styles.js +256 -0
- package/dist/esm/button/button.styles.js.map +1 -0
- package/dist/esm/button/button.template.js +7 -0
- package/dist/esm/button/button.template.js.map +1 -0
- package/dist/esm/button/define.js +4 -0
- package/dist/esm/button/define.js.map +1 -0
- package/dist/esm/button/index.js +6 -0
- package/dist/esm/button/index.js.map +1 -0
- package/dist/esm/compound-button/compound-button.definition.js +21 -0
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -0
- package/dist/esm/compound-button/compound-button.js +8 -0
- package/dist/esm/compound-button/compound-button.js.map +1 -0
- package/dist/esm/compound-button/compound-button.options.js +17 -0
- package/dist/esm/compound-button/compound-button.options.js.map +1 -0
- package/dist/esm/compound-button/compound-button.styles.js +105 -0
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -0
- package/dist/esm/compound-button/compound-button.template.js +60 -0
- package/dist/esm/compound-button/compound-button.template.js.map +1 -0
- package/dist/esm/compound-button/define.js +4 -0
- package/dist/esm/compound-button/define.js.map +1 -0
- package/dist/esm/compound-button/index.js +6 -0
- package/dist/esm/compound-button/index.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.definition.js +1 -0
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.js +1 -0
- package/dist/esm/counter-badge/counter-badge.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.options.js +1 -0
- package/dist/esm/counter-badge/counter-badge.options.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.styles.js +1 -0
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.template.js +1 -0
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -0
- package/dist/esm/counter-badge/define.js +1 -0
- package/dist/esm/counter-badge/define.js.map +1 -0
- package/dist/esm/counter-badge/index.js +1 -0
- package/dist/esm/counter-badge/index.js.map +1 -0
- package/dist/esm/divider/define.js +4 -0
- package/dist/esm/divider/define.js.map +1 -0
- package/dist/esm/divider/divider.definition.js +17 -0
- package/dist/esm/divider/divider.definition.js.map +1 -0
- package/dist/esm/divider/divider.js +21 -0
- package/dist/esm/divider/divider.js.map +1 -0
- package/dist/esm/divider/divider.options.js +31 -0
- package/dist/esm/divider/divider.options.js.map +1 -0
- package/dist/esm/divider/divider.styles.js +115 -0
- package/dist/esm/divider/divider.styles.js.map +1 -0
- package/dist/esm/divider/divider.template.js +7 -0
- package/dist/esm/divider/divider.template.js.map +1 -0
- package/dist/esm/divider/index.js +6 -0
- package/dist/esm/divider/index.js.map +1 -0
- package/dist/esm/fluent-design-system.js +1 -0
- package/dist/esm/fluent-design-system.js.map +1 -0
- package/dist/esm/image/define.js +4 -0
- package/dist/esm/image/define.js.map +1 -0
- package/dist/esm/image/image.definition.js +17 -0
- package/dist/esm/image/image.definition.js.map +1 -0
- package/dist/esm/image/image.js +24 -0
- package/dist/esm/image/image.js.map +1 -0
- package/dist/esm/image/image.options.js +21 -0
- package/dist/esm/image/image.options.js.map +1 -0
- package/dist/esm/image/image.styles.js +59 -0
- package/dist/esm/image/image.styles.js.map +1 -0
- package/dist/esm/image/image.template.js +7 -0
- package/dist/esm/image/image.template.js.map +1 -0
- package/dist/esm/image/index.js +6 -0
- package/dist/esm/image/index.js.map +1 -0
- package/dist/esm/index-rollup.js +1 -0
- package/dist/esm/index-rollup.js.map +1 -0
- package/dist/esm/index.js +22 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/label/define.js +4 -0
- package/dist/esm/label/define.js.map +1 -0
- package/dist/esm/label/index.js +5 -0
- package/dist/esm/label/index.js.map +1 -0
- package/dist/esm/label/label.definition.js +18 -0
- package/dist/esm/label/label.definition.js.map +1 -0
- package/dist/esm/label/label.js +40 -0
- package/dist/esm/label/label.js.map +1 -0
- package/dist/esm/label/label.options.js +16 -0
- package/dist/esm/label/label.options.js.map +1 -0
- package/dist/esm/label/label.styles.js +38 -0
- package/dist/esm/label/label.styles.js.map +1 -0
- package/dist/esm/label/label.template.js +13 -0
- package/dist/esm/label/label.template.js.map +1 -0
- package/dist/esm/menu-button/define.js +4 -0
- package/dist/esm/menu-button/define.js.map +1 -0
- package/dist/esm/menu-button/index.js +6 -0
- package/dist/esm/menu-button/index.js.map +1 -0
- package/dist/esm/menu-button/menu-button.definition.js +21 -0
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -0
- package/dist/esm/menu-button/menu-button.js +8 -0
- package/dist/esm/menu-button/menu-button.js.map +1 -0
- package/dist/esm/menu-button/menu-button.options.js +17 -0
- package/dist/esm/menu-button/menu-button.options.js.map +1 -0
- package/dist/esm/menu-button/menu-button.template.js +10 -0
- package/dist/esm/menu-button/menu-button.template.js.map +1 -0
- package/dist/esm/menu-item/define.js +4 -0
- package/dist/esm/menu-item/define.js.map +1 -0
- package/dist/esm/menu-item/index.js +5 -0
- package/dist/esm/menu-item/index.js.map +1 -0
- package/dist/esm/menu-item/menu-item.definition.js +19 -0
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -0
- package/dist/esm/menu-item/menu-item.js +8 -0
- package/dist/esm/menu-item/menu-item.js.map +1 -0
- package/dist/esm/menu-item/menu-item.styles.js +183 -0
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -0
- package/dist/esm/menu-item/menu-item.template.js +10 -0
- package/dist/esm/menu-item/menu-item.template.js.map +1 -0
- package/dist/esm/menu-list/define.js +4 -0
- package/dist/esm/menu-list/define.js.map +1 -0
- package/dist/esm/menu-list/index.js +5 -0
- package/dist/esm/menu-list/index.js.map +1 -0
- package/dist/esm/menu-list/menu-list.definition.js +19 -0
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -0
- package/dist/esm/menu-list/menu-list.js +36 -0
- package/dist/esm/menu-list/menu-list.js.map +1 -0
- package/dist/esm/menu-list/menu-list.styles.js +24 -0
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -0
- package/dist/esm/menu-list/menu-list.template.js +3 -0
- package/dist/esm/menu-list/menu-list.template.js.map +1 -0
- package/dist/esm/progress-bar/define.js +1 -0
- package/dist/esm/progress-bar/define.js.map +1 -0
- package/dist/esm/progress-bar/index.js +1 -0
- package/dist/esm/progress-bar/index.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.definition.js +1 -0
- package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +11 -0
- package/dist/esm/progress-bar/progress-bar.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.options.js +1 -0
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.styles.js +3 -1
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.template.js +1 -0
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -0
- package/dist/esm/radio/define.js +4 -0
- package/dist/esm/radio/define.js.map +1 -0
- package/dist/esm/radio/index.js +5 -0
- package/dist/esm/radio/index.js.map +1 -0
- package/dist/esm/radio/radio.definition.js +18 -0
- package/dist/esm/radio/radio.definition.js.map +1 -0
- package/dist/esm/radio/radio.js +8 -0
- package/dist/esm/radio/radio.js.map +1 -0
- package/dist/esm/radio/radio.styles.js +108 -0
- package/dist/esm/radio/radio.styles.js.map +1 -0
- package/dist/esm/radio/radio.template.js +6 -0
- package/dist/esm/radio/radio.template.js.map +1 -0
- package/dist/esm/radio-group/define.js +4 -0
- package/dist/esm/radio-group/define.js.map +1 -0
- package/dist/esm/radio-group/index.js +6 -0
- package/dist/esm/radio-group/index.js.map +1 -0
- package/dist/esm/radio-group/radio-group.definition.js +18 -0
- package/dist/esm/radio-group/radio-group.definition.js.map +1 -0
- package/dist/esm/radio-group/radio-group.js +24 -0
- package/dist/esm/radio-group/radio-group.js.map +1 -0
- package/dist/esm/radio-group/radio-group.styles.js +52 -0
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -0
- package/dist/esm/radio-group/radio-group.template.js +3 -0
- package/dist/esm/radio-group/radio-group.template.js.map +1 -0
- package/dist/esm/slider/define.js +4 -0
- package/dist/esm/slider/define.js.map +1 -0
- package/dist/esm/slider/index.js +6 -0
- package/dist/esm/slider/index.js.map +1 -0
- package/dist/esm/slider/slider.definition.js +18 -0
- package/dist/esm/slider/slider.definition.js.map +1 -0
- package/dist/esm/slider/slider.js +59 -0
- package/dist/esm/slider/slider.js.map +1 -0
- package/dist/esm/slider/slider.options.js +10 -0
- package/dist/esm/slider/slider.options.js.map +1 -0
- package/dist/esm/slider/slider.styles.js +186 -0
- package/dist/esm/slider/slider.styles.js.map +1 -0
- package/dist/esm/slider/slider.template.js +5 -0
- package/dist/esm/slider/slider.template.js.map +1 -0
- package/dist/esm/spinner/define.js +4 -0
- package/dist/esm/spinner/define.js.map +1 -0
- package/dist/esm/spinner/index.js +6 -0
- package/dist/esm/spinner/index.js.map +1 -0
- package/dist/esm/spinner/spinner.definition.js +19 -0
- package/dist/esm/spinner/spinner.definition.js.map +1 -0
- package/dist/esm/spinner/spinner.js +16 -0
- package/dist/esm/spinner/spinner.js.map +1 -0
- package/dist/esm/spinner/spinner.options.js +22 -0
- package/dist/esm/spinner/spinner.options.js.map +1 -0
- package/dist/esm/spinner/spinner.styles.js +97 -0
- package/dist/esm/spinner/spinner.styles.js.map +1 -0
- package/dist/esm/spinner/spinner.template.js +22 -0
- package/dist/esm/spinner/spinner.template.js.map +1 -0
- package/dist/esm/styles/index.js +1 -0
- package/dist/esm/styles/index.js.map +1 -0
- package/dist/esm/styles/partials/badge.partials.js +2 -0
- package/dist/esm/styles/partials/badge.partials.js.map +1 -0
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -0
- package/dist/esm/switch/define.js +4 -0
- package/dist/esm/switch/define.js.map +1 -0
- package/dist/esm/switch/index.js +6 -0
- package/dist/esm/switch/index.js.map +1 -0
- package/dist/esm/switch/switch.definition.js +17 -0
- package/dist/esm/switch/switch.definition.js.map +1 -0
- package/dist/esm/switch/switch.js +9 -0
- package/dist/esm/switch/switch.js.map +1 -0
- package/dist/esm/switch/switch.options.js +10 -0
- package/dist/esm/switch/switch.options.js.map +1 -0
- package/dist/esm/switch/switch.styles.js +115 -0
- package/dist/esm/switch/switch.styles.js.map +1 -0
- package/dist/esm/switch/switch.template.js +5 -0
- package/dist/esm/switch/switch.template.js.map +1 -0
- package/dist/esm/tab/define.js +4 -0
- package/dist/esm/tab/define.js.map +1 -0
- package/dist/esm/tab/index.js +5 -0
- package/dist/esm/tab/index.js.map +1 -0
- package/dist/esm/tab/tab.definition.js +10 -0
- package/dist/esm/tab/tab.definition.js.map +1 -0
- package/dist/esm/tab/tab.js +20 -0
- package/dist/esm/tab/tab.js.map +1 -0
- package/dist/esm/tab/tab.styles.js +94 -0
- package/dist/esm/tab/tab.styles.js.map +1 -0
- package/dist/esm/tab/tab.template.js +13 -0
- package/dist/esm/tab/tab.template.js.map +1 -0
- package/dist/esm/tab-panel/define.js +4 -0
- package/dist/esm/tab-panel/define.js.map +1 -0
- package/dist/esm/tab-panel/index.js +5 -0
- package/dist/esm/tab-panel/index.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.definition.js +10 -0
- package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.js +4 -0
- package/dist/esm/tab-panel/tab-panel.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.styles.js +12 -0
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.template.js +3 -0
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -0
- package/dist/esm/tabs/define.js +4 -0
- package/dist/esm/tabs/define.js.map +1 -0
- package/dist/esm/tabs/index.js +6 -0
- package/dist/esm/tabs/index.js.map +1 -0
- package/dist/esm/tabs/tabs.definition.js +10 -0
- package/dist/esm/tabs/tabs.definition.js.map +1 -0
- package/dist/esm/tabs/tabs.js +158 -0
- package/dist/esm/tabs/tabs.js.map +1 -0
- package/dist/esm/tabs/tabs.options.js +12 -0
- package/dist/esm/tabs/tabs.options.js.map +1 -0
- package/dist/esm/tabs/tabs.styles.js +230 -0
- package/dist/esm/tabs/tabs.styles.js.map +1 -0
- package/dist/esm/tabs/tabs.template.js +3 -0
- package/dist/esm/tabs/tabs.template.js.map +1 -0
- package/dist/esm/text/define.js +1 -0
- package/dist/esm/text/define.js.map +1 -0
- package/dist/esm/text/index.js +1 -0
- package/dist/esm/text/index.js.map +1 -0
- package/dist/esm/text/text.definition.js +1 -0
- package/dist/esm/text/text.definition.js.map +1 -0
- package/dist/esm/text/text.js +1 -0
- package/dist/esm/text/text.js.map +1 -0
- package/dist/esm/text/text.options.js +1 -0
- package/dist/esm/text/text.options.js.map +1 -0
- package/dist/esm/text/text.styles.js +8 -1
- package/dist/esm/text/text.styles.js.map +1 -0
- package/dist/esm/text/text.template.js +1 -0
- package/dist/esm/text/text.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.js +6 -0
- package/dist/esm/theme/design-tokens.js.map +1 -0
- package/dist/esm/theme/index.js +1 -0
- package/dist/esm/theme/index.js.map +1 -0
- package/dist/esm/theme/set-theme.js +1 -0
- package/dist/esm/theme/set-theme.js.map +1 -0
- package/dist/esm/toggle-button/define.js +4 -0
- package/dist/esm/toggle-button/define.js.map +1 -0
- package/dist/esm/toggle-button/index.js +6 -0
- package/dist/esm/toggle-button/index.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.definition.js +21 -0
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.js +99 -0
- package/dist/esm/toggle-button/toggle-button.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.options.js +17 -0
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.styles.js +83 -0
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.template.js +7 -0
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -0
- package/dist/esm/utils/get-initials.js +83 -0
- package/dist/esm/utils/get-initials.js.map +1 -0
- package/dist/fluent-web-components.api.json +11485 -4366
- package/dist/web-components.d.ts +2000 -381
- package/dist/web-components.js +7818 -2614
- package/dist/web-components.min.js +178 -127
- package/docs/api-report.md +860 -15
- package/package.json +98 -17
- package/.eslintrc.json +0 -62
- package/build/clean.cjs +0 -29
- package/build/transform-fragments.js +0 -29
- package/dist/dts/badge/badge.stories.d.ts +0 -12
- package/dist/dts/counter-badge/counter-badge.stories.d.ts +0 -14
- package/dist/dts/progress-bar/progress-bar.stories.d.ts +0 -9
- package/dist/dts/text/text.stories.d.ts +0 -8
- package/dist/dts/theme/theme.stories.d.ts +0 -5
- package/dist/esm/badge/badge.stories.js +0 -108
- package/dist/esm/counter-badge/counter-badge.stories.js +0 -102
- package/dist/esm/progress-bar/progress-bar.stories.js +0 -60
- package/dist/esm/text/text.stories.js +0 -111
- package/dist/esm/theme/theme.stories.js +0 -21
- package/public/SegoeUI-VF.ttf +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.png +0 -0
- package/public/theme-switch.ts +0 -13
- package/rollup.config.js +0 -58
- package/storybook-typings.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,191 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 15 May 2023 04:19:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.21)
|
|
8
|
+
|
|
9
|
+
Mon, 15 May 2023 04:19:50 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.20..@fluentui/web-components_v3.0.0-alpha.21)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Fixes exports in Switch ([PR #27821](https://github.com/microsoft/fluentui/pull/27821) by ryan@ryanmerrill.net)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.20)
|
|
17
|
+
|
|
18
|
+
Mon, 08 May 2023 04:19:58 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.19..@fluentui/web-components_v3.0.0-alpha.20)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- feat(radio): add radio and radio-group web components ([PR #27113](https://github.com/microsoft/fluentui/pull/27113) by brianbrady@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [3.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.19)
|
|
26
|
+
|
|
27
|
+
Fri, 21 Apr 2023 04:19:22 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.18..@fluentui/web-components_v3.0.0-alpha.19)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- feat(menu-list): Add menu-list and menu-item web components ([PR #26765](https://github.com/microsoft/fluentui/pull/26765) by brianbrady@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## [3.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.18)
|
|
35
|
+
|
|
36
|
+
Thu, 20 Apr 2023 04:20:30 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.17..@fluentui/web-components_v3.0.0-alpha.18)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- Image component style updates ([PR #27567](https://github.com/microsoft/fluentui/pull/27567) by harankin@microsoft.com)
|
|
42
|
+
|
|
43
|
+
## [3.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.17)
|
|
44
|
+
|
|
45
|
+
Wed, 12 Apr 2023 04:19:35 GMT
|
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.16..@fluentui/web-components_v3.0.0-alpha.17)
|
|
47
|
+
|
|
48
|
+
### Changes
|
|
49
|
+
|
|
50
|
+
- feat(toggle-button): add toggle button web component ([PR #27405](https://github.com/microsoft/fluentui/pull/27405) by chhol@microsoft.com)
|
|
51
|
+
- feat(compound-button): add compound button as new web component ([PR #27407](https://github.com/microsoft/fluentui/pull/27407) by chhol@microsoft.com)
|
|
52
|
+
- feat(anchor-button): add anchor button to web components ([PR #27395](https://github.com/microsoft/fluentui/pull/27395) by chhol@microsoft.com)
|
|
53
|
+
|
|
54
|
+
## [3.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.16)
|
|
55
|
+
|
|
56
|
+
Tue, 11 Apr 2023 04:24:57 GMT
|
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.15..@fluentui/web-components_v3.0.0-alpha.16)
|
|
58
|
+
|
|
59
|
+
### Changes
|
|
60
|
+
|
|
61
|
+
- Adding Tabs, Tab and Tab-Panel ([PR #27505](https://github.com/microsoft/fluentui/pull/27505) by mibaraka@microsoft.com)
|
|
62
|
+
|
|
63
|
+
## [3.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.15)
|
|
64
|
+
|
|
65
|
+
Fri, 07 Apr 2023 04:17:30 GMT
|
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.14..@fluentui/web-components_v3.0.0-alpha.15)
|
|
67
|
+
|
|
68
|
+
### Changes
|
|
69
|
+
|
|
70
|
+
- feat(label): adds label as a new web component ([PR #27344](https://github.com/microsoft/fluentui/pull/27344) by brianbrady@microsoft.com)
|
|
71
|
+
|
|
72
|
+
## [3.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.14)
|
|
73
|
+
|
|
74
|
+
Thu, 06 Apr 2023 04:22:08 GMT
|
|
75
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.13..@fluentui/web-components_v3.0.0-alpha.14)
|
|
76
|
+
|
|
77
|
+
### Changes
|
|
78
|
+
|
|
79
|
+
- Adding TabList, Tab, and TabPanel web components ([PR #27167](https://github.com/microsoft/fluentui/pull/27167) by mibaraka@microsoft.com)
|
|
80
|
+
- feat(menu-button): add menu button as new component ([PR #27396](https://github.com/microsoft/fluentui/pull/27396) by chhol@microsoft.com)
|
|
81
|
+
|
|
82
|
+
## [3.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.13)
|
|
83
|
+
|
|
84
|
+
Fri, 31 Mar 2023 04:19:43 GMT
|
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.12..@fluentui/web-components_v3.0.0-alpha.13)
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- update fast-element and fast-foundation dependencies ([PR #27392](https://github.com/microsoft/fluentui/pull/27392) by chhol@microsoft.com)
|
|
90
|
+
- feat(button): add button web component ([PR #27278](https://github.com/microsoft/fluentui/pull/27278) by chhol@microsoft.com)
|
|
91
|
+
|
|
92
|
+
## [3.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.12)
|
|
93
|
+
|
|
94
|
+
Tue, 28 Mar 2023 04:20:01 GMT
|
|
95
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.11..@fluentui/web-components_v3.0.0-alpha.12)
|
|
96
|
+
|
|
97
|
+
### Changes
|
|
98
|
+
|
|
99
|
+
- Adds Slider as a web component ([PR #27165](https://github.com/microsoft/fluentui/pull/27165) by ryan@ryanmerrill.net)
|
|
100
|
+
|
|
101
|
+
## [3.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.11)
|
|
102
|
+
|
|
103
|
+
Tue, 14 Mar 2023 04:21:22 GMT
|
|
104
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.10..@fluentui/web-components_v3.0.0-alpha.11)
|
|
105
|
+
|
|
106
|
+
### Changes
|
|
107
|
+
|
|
108
|
+
- update FAST dependencies to latest package versions ([PR #27187](https://github.com/microsoft/fluentui/pull/27187) by chhol@microsoft.com)
|
|
109
|
+
- Adds css containment to implemented web components ([PR #27190](https://github.com/microsoft/fluentui/pull/27190) by chhol@microsoft.com)
|
|
110
|
+
|
|
111
|
+
## [3.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.10)
|
|
112
|
+
|
|
113
|
+
Thu, 09 Mar 2023 04:19:45 GMT
|
|
114
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.9..@fluentui/web-components_v3.0.0-alpha.10)
|
|
115
|
+
|
|
116
|
+
### Changes
|
|
117
|
+
|
|
118
|
+
- fix: [text] block breaks the style attribute ([PR #27129](https://github.com/microsoft/fluentui/pull/27129) by jes@microsoft.com)
|
|
119
|
+
|
|
120
|
+
## [3.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.9)
|
|
121
|
+
|
|
122
|
+
Wed, 01 Mar 2023 04:20:20 GMT
|
|
123
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.8..@fluentui/web-components_v3.0.0-alpha.9)
|
|
124
|
+
|
|
125
|
+
### Changes
|
|
126
|
+
|
|
127
|
+
- Redo of PR of Slider spec after merge error ([PR #26981](https://github.com/microsoft/fluentui/pull/26981) by ryan@ryanmerrill.net)
|
|
128
|
+
|
|
129
|
+
## [3.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.8)
|
|
130
|
+
|
|
131
|
+
Tue, 28 Feb 2023 04:25:15 GMT
|
|
132
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.7..@fluentui/web-components_v3.0.0-alpha.8)
|
|
133
|
+
|
|
134
|
+
### Changes
|
|
135
|
+
|
|
136
|
+
- updates wc3 accordion and accordion item docs ([PR #26938](https://github.com/microsoft/fluentui/pull/26938) by brianbrady@microsoft.com)
|
|
137
|
+
|
|
138
|
+
## [3.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.7)
|
|
139
|
+
|
|
140
|
+
Mon, 27 Feb 2023 04:27:02 GMT
|
|
141
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.6..@fluentui/web-components_v3.0.0-alpha.7)
|
|
142
|
+
|
|
143
|
+
### Changes
|
|
144
|
+
|
|
145
|
+
- feat(avatar): add Avatar web component ([PR #26729](https://github.com/microsoft/fluentui/pull/26729) by chhol@microsoft.com)
|
|
146
|
+
- feat(divider): Add divider web component ([PR #26901](https://github.com/microsoft/fluentui/pull/26901) by harankin@microsoft.com)
|
|
147
|
+
- feat(image): Add image web component ([PR #26936](https://github.com/microsoft/fluentui/pull/26936) by harankin@microsoft.com)
|
|
148
|
+
|
|
149
|
+
## [3.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.6)
|
|
150
|
+
|
|
151
|
+
Fri, 24 Feb 2023 04:20:32 GMT
|
|
152
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.5..@fluentui/web-components_v3.0.0-alpha.6)
|
|
153
|
+
|
|
154
|
+
### Changes
|
|
155
|
+
|
|
156
|
+
- feat(switch): Add switch web component ([PR #26517](https://github.com/microsoft/fluentui/pull/26517) by brianbrady@microsoft.com)
|
|
157
|
+
|
|
158
|
+
## [3.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.5)
|
|
159
|
+
|
|
160
|
+
Wed, 22 Feb 2023 04:22:43 GMT
|
|
161
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.4..@fluentui/web-components_v3.0.0-alpha.5)
|
|
162
|
+
|
|
163
|
+
### Changes
|
|
164
|
+
|
|
165
|
+
- feat(accordion): Add accordion web component ([PR #26547](https://github.com/microsoft/fluentui/pull/26547) by brianbrady@microsoft.com)
|
|
166
|
+
|
|
167
|
+
## [3.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.4)
|
|
168
|
+
|
|
169
|
+
Thu, 16 Feb 2023 16:51:48 GMT
|
|
170
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.3..@fluentui/web-components_v3.0.0-alpha.4)
|
|
171
|
+
|
|
172
|
+
### Changes
|
|
173
|
+
|
|
174
|
+
- fix(web-components): dont ship non production assets to npm registry ([PR #26854](https://github.com/microsoft/fluentui/pull/26854) by martinhochel@microsoft.com)
|
|
175
|
+
|
|
176
|
+
## [3.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.3)
|
|
177
|
+
|
|
178
|
+
Wed, 15 Feb 2023 04:24:51 GMT
|
|
179
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.2..@fluentui/web-components_v3.0.0-alpha.3)
|
|
180
|
+
|
|
181
|
+
### Changes
|
|
182
|
+
|
|
183
|
+
- Adds Spinner as a web component ([PR #26392](https://github.com/microsoft/fluentui/pull/26392) by ryan@ryanmerrill.net)
|
|
184
|
+
- update fast element and foundation versions ([PR #26844](https://github.com/microsoft/fluentui/pull/26844) by chhol@microsoft.com)
|
|
185
|
+
|
|
7
186
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
8
187
|
|
|
9
|
-
Wed, 25 Jan 2023
|
|
188
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
10
189
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
11
190
|
|
|
12
191
|
### Changes
|
|
@@ -15,7 +194,7 @@ Wed, 25 Jan 2023 16:36:01 GMT
|
|
|
15
194
|
|
|
16
195
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
17
196
|
|
|
18
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
197
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
19
198
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
20
199
|
|
|
21
200
|
### Changes
|
|
@@ -25,9 +204,45 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
25
204
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
26
205
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
27
206
|
|
|
207
|
+
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
208
|
+
|
|
209
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
210
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
211
|
+
|
|
212
|
+
### Patches
|
|
213
|
+
|
|
214
|
+
- feat: bump tslib to 2.1 to align with rest of monorepo packages ([PR #26457](https://github.com/microsoft/fluentui/pull/26457) by martinhochel@microsoft.com)
|
|
215
|
+
|
|
216
|
+
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
217
|
+
|
|
218
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
219
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
220
|
+
|
|
221
|
+
### Patches
|
|
222
|
+
|
|
223
|
+
- chore: upgrade version of storybook ([PR #26259](https://github.com/microsoft/fluentui/pull/26259) by mgodbolt@microsoft.com)
|
|
224
|
+
|
|
225
|
+
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
226
|
+
|
|
227
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
228
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
229
|
+
|
|
230
|
+
### Patches
|
|
231
|
+
|
|
232
|
+
- fix: layering zindex issue with sub menus ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by jes@microsoft.com)
|
|
233
|
+
|
|
234
|
+
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
235
|
+
|
|
236
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
237
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
238
|
+
|
|
239
|
+
### Patches
|
|
240
|
+
|
|
241
|
+
- Fix fluent-tooltip not showing anchor pointer when wc prefix is changed ([PR #26154](https://github.com/microsoft/fluentui/pull/26154) by abcy@microsoft.com)
|
|
242
|
+
|
|
28
243
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
29
244
|
|
|
30
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
245
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
31
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
32
247
|
|
|
33
248
|
### Patches
|
|
@@ -36,7 +251,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
36
251
|
|
|
37
252
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
38
253
|
|
|
39
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
254
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
40
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
41
256
|
|
|
42
257
|
### Patches
|
|
@@ -45,7 +260,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
45
260
|
|
|
46
261
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
47
262
|
|
|
48
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
263
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
49
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
50
265
|
|
|
51
266
|
### Patches
|
|
@@ -54,7 +269,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
54
269
|
|
|
55
270
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
56
271
|
|
|
57
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
272
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
58
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
59
274
|
|
|
60
275
|
### Patches
|
|
@@ -63,7 +278,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
63
278
|
|
|
64
279
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
65
280
|
|
|
66
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
281
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
67
282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
68
283
|
|
|
69
284
|
### Patches
|
|
@@ -72,7 +287,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
72
287
|
|
|
73
288
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
74
289
|
|
|
75
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
290
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
76
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
77
292
|
|
|
78
293
|
### Patches
|
|
@@ -81,7 +296,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
81
296
|
|
|
82
297
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
83
298
|
|
|
84
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
299
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
85
300
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
86
301
|
|
|
87
302
|
### Patches
|
|
@@ -90,7 +305,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
90
305
|
|
|
91
306
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
92
307
|
|
|
93
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
308
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
94
309
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
95
310
|
|
|
96
311
|
### Patches
|
|
@@ -99,7 +314,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
99
314
|
|
|
100
315
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
101
316
|
|
|
102
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
317
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
103
318
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
104
319
|
|
|
105
320
|
### Minor changes
|
|
@@ -108,7 +323,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
108
323
|
|
|
109
324
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
110
325
|
|
|
111
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
326
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
112
327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
113
328
|
|
|
114
329
|
### Minor changes
|
|
@@ -117,7 +332,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
117
332
|
|
|
118
333
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
119
334
|
|
|
120
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
335
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
121
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
122
337
|
|
|
123
338
|
### Patches
|
|
@@ -126,7 +341,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
126
341
|
|
|
127
342
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
128
343
|
|
|
129
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
344
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
130
345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
131
346
|
|
|
132
347
|
### Minor changes
|
|
@@ -135,7 +350,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
135
350
|
|
|
136
351
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
137
352
|
|
|
138
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
353
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
139
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
140
355
|
|
|
141
356
|
### Patches
|
|
@@ -144,7 +359,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
144
359
|
|
|
145
360
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
146
361
|
|
|
147
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
362
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
148
363
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
149
364
|
|
|
150
365
|
### Patches
|
|
@@ -153,7 +368,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
153
368
|
|
|
154
369
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
155
370
|
|
|
156
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
371
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
157
372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
158
373
|
|
|
159
374
|
### Patches
|
|
@@ -162,7 +377,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
162
377
|
|
|
163
378
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
164
379
|
|
|
165
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
380
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
166
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
167
382
|
|
|
168
383
|
### Minor changes
|
|
@@ -171,7 +386,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
171
386
|
|
|
172
387
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
173
388
|
|
|
174
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
389
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
175
390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
176
391
|
|
|
177
392
|
### Patches
|
|
@@ -180,7 +395,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
180
395
|
|
|
181
396
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
182
397
|
|
|
183
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
398
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
184
399
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
185
400
|
|
|
186
401
|
### Patches
|
|
@@ -189,7 +404,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
189
404
|
|
|
190
405
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
191
406
|
|
|
192
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
407
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
193
408
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
194
409
|
|
|
195
410
|
### Patches
|
|
@@ -198,7 +413,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
198
413
|
|
|
199
414
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
200
415
|
|
|
201
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
416
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
202
417
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
203
418
|
|
|
204
419
|
### Minor changes
|
|
@@ -207,7 +422,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
207
422
|
|
|
208
423
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
209
424
|
|
|
210
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
425
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
211
426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
212
427
|
|
|
213
428
|
### Patches
|
|
@@ -216,7 +431,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
216
431
|
|
|
217
432
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
218
433
|
|
|
219
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
434
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
220
435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
221
436
|
|
|
222
437
|
### Patches
|
|
@@ -227,7 +442,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
227
442
|
|
|
228
443
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
229
444
|
|
|
230
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
445
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
231
446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
232
447
|
|
|
233
448
|
### Major changes
|
|
@@ -236,7 +451,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
236
451
|
|
|
237
452
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
238
453
|
|
|
239
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
454
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
240
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
241
456
|
|
|
242
457
|
### Patches
|
|
@@ -245,7 +460,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
245
460
|
|
|
246
461
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
247
462
|
|
|
248
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
463
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
249
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
250
465
|
|
|
251
466
|
### Patches
|
|
@@ -254,7 +469,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
254
469
|
|
|
255
470
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
256
471
|
|
|
257
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
472
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
258
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
259
474
|
|
|
260
475
|
### Patches
|
|
@@ -263,7 +478,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
263
478
|
|
|
264
479
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
265
480
|
|
|
266
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
481
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
267
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
268
483
|
|
|
269
484
|
### Minor changes
|
|
@@ -277,7 +492,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
277
492
|
|
|
278
493
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
279
494
|
|
|
280
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
495
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
281
496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
282
497
|
|
|
283
498
|
### Patches
|
|
@@ -286,7 +501,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
286
501
|
|
|
287
502
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
288
503
|
|
|
289
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
504
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
290
505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
291
506
|
|
|
292
507
|
### Patches
|
|
@@ -296,7 +511,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
296
511
|
|
|
297
512
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
298
513
|
|
|
299
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
514
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
300
515
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
301
516
|
|
|
302
517
|
### Patches
|
|
@@ -305,7 +520,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
305
520
|
|
|
306
521
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
307
522
|
|
|
308
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
523
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
309
524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
310
525
|
|
|
311
526
|
### Patches
|
|
@@ -314,7 +529,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
314
529
|
|
|
315
530
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
316
531
|
|
|
317
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
532
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
318
533
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
319
534
|
|
|
320
535
|
### Patches
|
|
@@ -324,7 +539,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
324
539
|
|
|
325
540
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
326
541
|
|
|
327
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
542
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
328
543
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
329
544
|
|
|
330
545
|
### Patches
|
|
@@ -333,7 +548,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
333
548
|
|
|
334
549
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
335
550
|
|
|
336
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
551
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
337
552
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
338
553
|
|
|
339
554
|
### Minor changes
|
|
@@ -342,7 +557,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
342
557
|
|
|
343
558
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
344
559
|
|
|
345
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
560
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
346
561
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
347
562
|
|
|
348
563
|
### Patches
|
|
@@ -352,7 +567,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
352
567
|
|
|
353
568
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
354
569
|
|
|
355
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
570
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
356
571
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
357
572
|
|
|
358
573
|
### Patches
|
|
@@ -361,7 +576,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
361
576
|
|
|
362
577
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
363
578
|
|
|
364
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
579
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
365
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
366
581
|
|
|
367
582
|
### Minor changes
|
|
@@ -370,7 +585,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
370
585
|
|
|
371
586
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
372
587
|
|
|
373
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
588
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
374
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
375
590
|
|
|
376
591
|
### Patches
|
|
@@ -380,7 +595,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
380
595
|
|
|
381
596
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
382
597
|
|
|
383
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
598
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
384
599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
385
600
|
|
|
386
601
|
### Patches
|
|
@@ -389,7 +604,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
389
604
|
|
|
390
605
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
391
606
|
|
|
392
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
607
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
393
608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
394
609
|
|
|
395
610
|
### Patches
|
|
@@ -398,7 +613,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
398
613
|
|
|
399
614
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
400
615
|
|
|
401
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
616
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
402
617
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
403
618
|
|
|
404
619
|
### Patches
|
|
@@ -407,7 +622,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
407
622
|
|
|
408
623
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
409
624
|
|
|
410
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
625
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
411
626
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
412
627
|
|
|
413
628
|
### Patches
|
|
@@ -417,7 +632,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
417
632
|
|
|
418
633
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
419
634
|
|
|
420
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
635
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
421
636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
422
637
|
|
|
423
638
|
### Patches
|
|
@@ -426,7 +641,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
426
641
|
|
|
427
642
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
428
643
|
|
|
429
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
644
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
430
645
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
431
646
|
|
|
432
647
|
### Patches
|
|
@@ -435,7 +650,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
435
650
|
|
|
436
651
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
437
652
|
|
|
438
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
653
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
439
654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
440
655
|
|
|
441
656
|
### Patches
|
|
@@ -444,7 +659,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
444
659
|
|
|
445
660
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
446
661
|
|
|
447
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
662
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
448
663
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
449
664
|
|
|
450
665
|
### Minor changes
|
|
@@ -453,7 +668,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
453
668
|
|
|
454
669
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
455
670
|
|
|
456
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
671
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
457
672
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
458
673
|
|
|
459
674
|
### Patches
|
|
@@ -462,7 +677,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
462
677
|
|
|
463
678
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
464
679
|
|
|
465
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
680
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
466
681
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
467
682
|
|
|
468
683
|
### Patches
|
|
@@ -471,7 +686,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
471
686
|
|
|
472
687
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
473
688
|
|
|
474
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
689
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
475
690
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
476
691
|
|
|
477
692
|
### Patches
|
|
@@ -481,7 +696,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
481
696
|
|
|
482
697
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
483
698
|
|
|
484
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
699
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
485
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
486
701
|
|
|
487
702
|
### Minor changes
|
|
@@ -495,7 +710,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
495
710
|
|
|
496
711
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
497
712
|
|
|
498
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
713
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
499
714
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
500
715
|
|
|
501
716
|
### Patches
|
|
@@ -504,7 +719,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
504
719
|
|
|
505
720
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
506
721
|
|
|
507
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
722
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
508
723
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
509
724
|
|
|
510
725
|
### Minor changes
|
|
@@ -514,7 +729,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
514
729
|
|
|
515
730
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
516
731
|
|
|
517
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
732
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
518
733
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
519
734
|
|
|
520
735
|
### Patches
|
|
@@ -523,7 +738,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
523
738
|
|
|
524
739
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
525
740
|
|
|
526
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
741
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
527
742
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
528
743
|
|
|
529
744
|
### Patches
|
|
@@ -532,7 +747,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
532
747
|
|
|
533
748
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
534
749
|
|
|
535
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
750
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
536
751
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
537
752
|
|
|
538
753
|
### Major changes
|
|
@@ -565,7 +780,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
565
780
|
|
|
566
781
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
567
782
|
|
|
568
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
783
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
569
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
570
785
|
|
|
571
786
|
### Patches
|
|
@@ -574,7 +789,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
574
789
|
|
|
575
790
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
576
791
|
|
|
577
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
792
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
578
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
579
794
|
|
|
580
795
|
### Minor changes
|
|
@@ -583,7 +798,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
583
798
|
|
|
584
799
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
585
800
|
|
|
586
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
801
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
587
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
588
803
|
|
|
589
804
|
### Patches
|
|
@@ -592,7 +807,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
592
807
|
|
|
593
808
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
594
809
|
|
|
595
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
810
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
596
811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
597
812
|
|
|
598
813
|
### Patches
|
|
@@ -602,7 +817,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
602
817
|
|
|
603
818
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
604
819
|
|
|
605
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
820
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
606
821
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
607
822
|
|
|
608
823
|
### Minor changes
|
|
@@ -611,7 +826,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
611
826
|
|
|
612
827
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
613
828
|
|
|
614
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
829
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
615
830
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
616
831
|
|
|
617
832
|
### Patches
|
|
@@ -620,7 +835,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
620
835
|
|
|
621
836
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
622
837
|
|
|
623
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
838
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
624
839
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
625
840
|
|
|
626
841
|
### Patches
|
|
@@ -629,7 +844,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
629
844
|
|
|
630
845
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
631
846
|
|
|
632
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
847
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
633
848
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
634
849
|
|
|
635
850
|
### Patches
|
|
@@ -638,7 +853,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
638
853
|
|
|
639
854
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
640
855
|
|
|
641
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
856
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
642
857
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
643
858
|
|
|
644
859
|
### Minor changes
|
|
@@ -647,7 +862,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
647
862
|
|
|
648
863
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
649
864
|
|
|
650
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
865
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
651
866
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
652
867
|
|
|
653
868
|
### Patches
|
|
@@ -656,7 +871,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
656
871
|
|
|
657
872
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
658
873
|
|
|
659
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
874
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
660
875
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
661
876
|
|
|
662
877
|
### Minor changes
|
|
@@ -669,7 +884,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
669
884
|
|
|
670
885
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
671
886
|
|
|
672
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
887
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
673
888
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
674
889
|
|
|
675
890
|
### Minor changes
|
|
@@ -678,7 +893,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
678
893
|
|
|
679
894
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
680
895
|
|
|
681
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
896
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
682
897
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
683
898
|
|
|
684
899
|
### Minor changes
|
|
@@ -691,7 +906,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
691
906
|
|
|
692
907
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
693
908
|
|
|
694
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
909
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
695
910
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
696
911
|
|
|
697
912
|
### Patches
|
|
@@ -700,7 +915,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
700
915
|
|
|
701
916
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
702
917
|
|
|
703
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
918
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
704
919
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
705
920
|
|
|
706
921
|
### Patches
|
|
@@ -709,7 +924,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
709
924
|
|
|
710
925
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
711
926
|
|
|
712
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
927
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
713
928
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
714
929
|
|
|
715
930
|
### Minor changes
|
|
@@ -718,7 +933,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
718
933
|
|
|
719
934
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
720
935
|
|
|
721
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
936
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
722
937
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
723
938
|
|
|
724
939
|
### Minor changes
|
|
@@ -728,7 +943,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
728
943
|
|
|
729
944
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
730
945
|
|
|
731
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
946
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
732
947
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
733
948
|
|
|
734
949
|
### Patches
|
|
@@ -738,7 +953,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
738
953
|
|
|
739
954
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
740
955
|
|
|
741
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
956
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
742
957
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
743
958
|
|
|
744
959
|
### Patches
|
|
@@ -747,7 +962,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
747
962
|
|
|
748
963
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
749
964
|
|
|
750
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
965
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
751
966
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
752
967
|
|
|
753
968
|
### Minor changes
|
|
@@ -756,7 +971,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
756
971
|
|
|
757
972
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
758
973
|
|
|
759
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
974
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
760
975
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
761
976
|
|
|
762
977
|
### Patches
|
|
@@ -765,7 +980,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
765
980
|
|
|
766
981
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
767
982
|
|
|
768
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
983
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
769
984
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
770
985
|
|
|
771
986
|
### Minor changes
|
|
@@ -778,7 +993,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
778
993
|
|
|
779
994
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
780
995
|
|
|
781
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
996
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
782
997
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
783
998
|
|
|
784
999
|
### Patches
|
|
@@ -787,7 +1002,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
787
1002
|
|
|
788
1003
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
789
1004
|
|
|
790
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1005
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
791
1006
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
792
1007
|
|
|
793
1008
|
### Minor changes
|
|
@@ -796,7 +1011,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
796
1011
|
|
|
797
1012
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
798
1013
|
|
|
799
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1014
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
800
1015
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
801
1016
|
|
|
802
1017
|
### Minor changes
|
|
@@ -809,7 +1024,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
809
1024
|
|
|
810
1025
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
811
1026
|
|
|
812
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1027
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
813
1028
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
814
1029
|
|
|
815
1030
|
### Patches
|
|
@@ -818,7 +1033,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
818
1033
|
|
|
819
1034
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
820
1035
|
|
|
821
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1036
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
822
1037
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
823
1038
|
|
|
824
1039
|
### Patches
|
|
@@ -827,7 +1042,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
827
1042
|
|
|
828
1043
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
829
1044
|
|
|
830
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1045
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
831
1046
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
832
1047
|
|
|
833
1048
|
### Patches
|
|
@@ -837,7 +1052,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
837
1052
|
|
|
838
1053
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
839
1054
|
|
|
840
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1055
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
841
1056
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
842
1057
|
|
|
843
1058
|
### Patches
|
|
@@ -846,7 +1061,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
846
1061
|
|
|
847
1062
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
848
1063
|
|
|
849
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1064
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
850
1065
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
851
1066
|
|
|
852
1067
|
### Patches
|
|
@@ -861,7 +1076,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
861
1076
|
|
|
862
1077
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
863
1078
|
|
|
864
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1079
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
865
1080
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
866
1081
|
|
|
867
1082
|
### Patches
|
|
@@ -870,7 +1085,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
870
1085
|
|
|
871
1086
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
872
1087
|
|
|
873
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1088
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
874
1089
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
875
1090
|
|
|
876
1091
|
### Minor changes
|
|
@@ -883,7 +1098,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
883
1098
|
|
|
884
1099
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
885
1100
|
|
|
886
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1101
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
887
1102
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
888
1103
|
|
|
889
1104
|
### Patches
|
|
@@ -892,7 +1107,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
892
1107
|
|
|
893
1108
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
894
1109
|
|
|
895
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1110
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
896
1111
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
897
1112
|
|
|
898
1113
|
### Patches
|
|
@@ -901,7 +1116,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
901
1116
|
|
|
902
1117
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
903
1118
|
|
|
904
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1119
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
905
1120
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
906
1121
|
|
|
907
1122
|
### Minor changes
|
|
@@ -910,7 +1125,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
910
1125
|
|
|
911
1126
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
912
1127
|
|
|
913
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1128
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
914
1129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
915
1130
|
|
|
916
1131
|
### Patches
|
|
@@ -922,7 +1137,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
922
1137
|
|
|
923
1138
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
924
1139
|
|
|
925
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1140
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
926
1141
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
927
1142
|
|
|
928
1143
|
### Minor changes
|
|
@@ -931,7 +1146,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
931
1146
|
|
|
932
1147
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
933
1148
|
|
|
934
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1149
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
935
1150
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
936
1151
|
|
|
937
1152
|
### Patches
|
|
@@ -940,7 +1155,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
940
1155
|
|
|
941
1156
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
942
1157
|
|
|
943
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1158
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
944
1159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
945
1160
|
|
|
946
1161
|
### Patches
|
|
@@ -949,7 +1164,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
949
1164
|
|
|
950
1165
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
951
1166
|
|
|
952
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1167
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
953
1168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
954
1169
|
|
|
955
1170
|
### Minor changes
|