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