@fluentui/web-components 3.0.0-beta.8 → 3.0.0-beta.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +858 -103
- package/README.md +49 -16
- package/dist/dts/accordion/accordion.bench.d.ts +3 -0
- package/dist/dts/accordion/accordion.d.ts +35 -12
- package/dist/dts/accordion/accordion.options.d.ts +3 -3
- package/dist/dts/accordion/accordion.template.d.ts +1 -1
- package/dist/dts/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +59 -26
- package/dist/dts/accordion-item/accordion-item.options.d.ts +3 -3
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -2
- package/dist/dts/accordion-item/index.d.ts +3 -2
- package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
- package/dist/dts/anchor-button/anchor-button.d.ts +127 -80
- package/dist/dts/anchor-button/anchor-button.options.d.ts +26 -6
- package/dist/dts/anchor-button/anchor-button.template.d.ts +1 -1
- package/dist/dts/anchor-button/index.d.ts +4 -3
- package/dist/dts/avatar/avatar.bench.d.ts +3 -0
- package/dist/dts/avatar/avatar.d.ts +53 -25
- package/dist/dts/avatar/avatar.options.d.ts +6 -6
- package/dist/dts/avatar/avatar.template.d.ts +1 -1
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/badge.bench.d.ts +3 -0
- package/dist/dts/badge/badge.d.ts +30 -0
- package/dist/dts/badge/badge.options.d.ts +6 -6
- package/dist/dts/badge/badge.template.d.ts +1 -1
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/button.bench.d.ts +3 -0
- package/dist/dts/button/button.d.ts +206 -84
- package/dist/dts/button/button.definition.d.ts +3 -1
- package/dist/dts/button/button.options.d.ts +22 -8
- package/dist/dts/button/button.styles.d.ts +9 -0
- package/dist/dts/button/button.template.d.ts +9 -3
- package/dist/dts/button/index.d.ts +5 -4
- package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
- package/dist/dts/checkbox/checkbox.d.ts +324 -39
- package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
- package/dist/dts/checkbox/checkbox.template.d.ts +3 -2
- package/dist/dts/checkbox/index.d.ts +4 -3
- package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
- package/dist/dts/compound-button/compound-button.options.d.ts +4 -9
- package/dist/dts/compound-button/compound-button.template.d.ts +1 -1
- package/dist/dts/compound-button/index.d.ts +2 -2
- package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
- package/dist/dts/counter-badge/counter-badge.d.ts +36 -0
- package/dist/dts/counter-badge/counter-badge.options.d.ts +6 -6
- package/dist/dts/counter-badge/counter-badge.template.d.ts +2 -2
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/dialog.bench.d.ts +3 -0
- package/dist/dts/dialog/dialog.d.ts +12 -146
- package/dist/dts/dialog/dialog.options.d.ts +2 -2
- package/dist/dts/dialog/dialog.template.d.ts +1 -1
- package/dist/dts/dialog/index.d.ts +2 -1
- package/dist/dts/dialog-body/define.d.ts +1 -0
- package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
- package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
- package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
- package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
- package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
- package/dist/dts/dialog-body/index.d.ts +4 -0
- package/dist/dts/divider/divider.bench.d.ts +3 -0
- package/dist/dts/divider/divider.d.ts +57 -11
- package/dist/dts/divider/divider.options.d.ts +4 -5
- package/dist/dts/divider/divider.template.d.ts +1 -1
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/drawer/define.d.ts +1 -0
- package/dist/dts/drawer/drawer.d.ts +93 -0
- package/dist/dts/drawer/drawer.definition.d.ts +8 -0
- package/dist/dts/drawer/drawer.options.d.ts +40 -0
- package/dist/dts/drawer/drawer.styles.d.ts +4 -0
- package/dist/dts/drawer/drawer.template.d.ts +8 -0
- package/dist/dts/drawer/index.d.ts +5 -0
- package/dist/dts/drawer-body/define.d.ts +1 -0
- package/dist/dts/drawer-body/drawer-body.d.ts +20 -0
- package/dist/dts/drawer-body/drawer-body.definition.d.ts +8 -0
- package/dist/dts/drawer-body/drawer-body.styles.d.ts +4 -0
- package/dist/dts/drawer-body/drawer-body.template.d.ts +8 -0
- package/dist/dts/drawer-body/index.d.ts +4 -0
- package/dist/dts/dropdown/define.d.ts +1 -0
- package/dist/dts/dropdown/dropdown.d.ts +492 -0
- package/dist/dts/dropdown/dropdown.definition.d.ts +9 -0
- package/dist/dts/dropdown/dropdown.options.d.ts +53 -0
- package/dist/dts/dropdown/dropdown.styles.d.ts +6 -0
- package/dist/dts/dropdown/dropdown.template.d.ts +38 -0
- package/dist/dts/dropdown/index.d.ts +5 -0
- package/dist/dts/field/define.d.ts +1 -0
- package/dist/dts/field/field.bench.d.ts +3 -0
- package/dist/dts/field/field.d.ts +136 -0
- package/dist/dts/field/field.definition.d.ts +9 -0
- package/dist/dts/field/field.options.d.ts +43 -0
- package/dist/dts/field/field.styles.d.ts +6 -0
- package/dist/dts/field/field.template.d.ts +6 -0
- package/dist/dts/field/index.d.ts +6 -0
- package/dist/dts/form-associated/form-associated.d.ts +4 -78
- package/dist/dts/image/image.bench.d.ts +3 -0
- package/dist/dts/image/image.d.ts +36 -0
- package/dist/dts/image/image.options.d.ts +2 -3
- package/dist/dts/image/image.template.d.ts +1 -1
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +42 -1
- package/dist/dts/index.d.ts +65 -31
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/label/label.bench.d.ts +3 -0
- package/dist/dts/label/label.d.ts +24 -2
- package/dist/dts/label/label.options.d.ts +2 -2
- package/dist/dts/label/label.template.d.ts +2 -2
- package/dist/dts/link/define.d.ts +1 -0
- package/dist/dts/link/index.d.ts +5 -0
- package/dist/dts/link/link.bench.d.ts +3 -0
- package/dist/dts/link/link.d.ts +45 -0
- package/dist/dts/link/link.definition.d.ts +7 -0
- package/dist/dts/link/link.options.d.ts +52 -0
- package/dist/dts/link/link.styles.d.ts +1 -0
- package/dist/dts/link/link.template.d.ts +12 -0
- package/dist/dts/listbox/define.d.ts +1 -0
- package/dist/dts/listbox/index.d.ts +5 -0
- package/dist/dts/listbox/listbox.d.ts +116 -0
- package/dist/dts/listbox/listbox.definition.d.ts +9 -0
- package/dist/dts/listbox/listbox.options.d.ts +10 -0
- package/dist/dts/listbox/listbox.styles.d.ts +6 -0
- package/dist/dts/listbox/listbox.template.d.ts +17 -0
- package/dist/dts/menu/index.d.ts +1 -1
- package/dist/dts/menu/menu.bench.d.ts +3 -0
- package/dist/dts/menu/menu.d.ts +87 -58
- package/dist/dts/menu/menu.template.d.ts +1 -1
- package/dist/dts/menu-button/index.d.ts +4 -3
- package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
- package/dist/dts/menu-button/menu-button.options.d.ts +5 -6
- package/dist/dts/menu-button/menu-button.template.d.ts +1 -1
- package/dist/dts/menu-item/index.d.ts +5 -3
- package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
- package/dist/dts/menu-item/menu-item.d.ts +34 -57
- package/dist/dts/menu-item/menu-item.options.d.ts +2 -2
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
- package/dist/dts/menu-list/menu-list.d.ts +12 -10
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -1
- package/dist/dts/message-bar/define.d.ts +1 -0
- package/dist/dts/message-bar/index.d.ts +5 -0
- package/dist/dts/message-bar/message-bar.bench.d.ts +3 -0
- package/dist/dts/message-bar/message-bar.d.ts +66 -0
- package/dist/dts/message-bar/message-bar.definition.d.ts +9 -0
- package/dist/dts/message-bar/message-bar.options.d.ts +30 -0
- package/dist/dts/message-bar/message-bar.styles.d.ts +7 -0
- package/dist/dts/message-bar/message-bar.template.d.ts +14 -0
- package/dist/dts/option/define.d.ts +1 -0
- package/dist/dts/option/index.d.ts +5 -0
- package/dist/dts/option/option.d.ts +260 -0
- package/dist/dts/option/option.definition.d.ts +9 -0
- package/dist/dts/option/option.options.d.ts +20 -0
- package/dist/dts/option/option.styles.d.ts +6 -0
- package/dist/dts/option/option.template.d.ts +16 -0
- package/dist/dts/patterns/start-end.d.ts +20 -6
- package/dist/dts/progress-bar/index.d.ts +2 -2
- package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +85 -16
- package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -13
- package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -2
- package/dist/dts/radio/index.d.ts +2 -1
- package/dist/dts/radio/radio.bench.d.ts +3 -0
- package/dist/dts/radio/radio.d.ts +38 -35
- package/dist/dts/radio/radio.options.d.ts +14 -0
- package/dist/dts/radio/radio.styles.d.ts +3 -1
- package/dist/dts/radio/radio.template.d.ts +14 -2
- package/dist/dts/radio-group/index.d.ts +2 -1
- package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
- package/dist/dts/radio-group/radio-group.d.ts +211 -49
- package/dist/dts/radio-group/radio-group.options.d.ts +1 -1
- package/dist/dts/radio-group/radio-group.template.d.ts +1 -1
- package/dist/dts/rating-display/define.d.ts +1 -0
- package/dist/dts/rating-display/index.d.ts +5 -0
- package/dist/dts/rating-display/rating-display.d.ts +150 -0
- package/dist/dts/rating-display/rating-display.definition.d.ts +9 -0
- package/dist/dts/rating-display/rating-display.options.d.ts +29 -0
- package/dist/dts/rating-display/rating-display.styles.d.ts +6 -0
- package/dist/dts/rating-display/rating-display.template.d.ts +14 -0
- package/dist/dts/slider/index.d.ts +3 -2
- package/dist/dts/slider/slider.bench.d.ts +3 -0
- package/dist/dts/slider/slider.d.ts +182 -38
- package/dist/dts/slider/slider.options.d.ts +6 -6
- package/dist/dts/slider/slider.template.d.ts +2 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.bench.d.ts +3 -0
- package/dist/dts/spinner/spinner.d.ts +30 -5
- package/dist/dts/spinner/spinner.options.d.ts +2 -2
- package/dist/dts/spinner/spinner.template.d.ts +2 -5
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
- package/dist/dts/styles/states/index.d.ts +634 -0
- package/dist/dts/switch/index.d.ts +3 -2
- package/dist/dts/switch/switch.bench.d.ts +3 -0
- package/dist/dts/switch/switch.d.ts +3 -40
- package/dist/dts/switch/switch.options.d.ts +1 -1
- package/dist/dts/switch/switch.template.d.ts +2 -2
- package/dist/dts/tab/index.d.ts +4 -3
- package/dist/dts/tab/tab.bench.d.ts +3 -0
- package/dist/dts/tab/tab.d.ts +3 -2
- package/dist/dts/tab/tab.template.d.ts +2 -2
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
- package/dist/dts/tab-panel/tab-panel.template.d.ts +2 -2
- package/dist/dts/tablist/define.d.ts +1 -0
- package/dist/dts/tablist/index.d.ts +5 -0
- package/dist/dts/tablist/tablist.bench.d.ts +3 -0
- package/dist/dts/tablist/tablist.d.ts +191 -0
- package/dist/dts/tablist/tablist.definition.d.ts +7 -0
- package/dist/dts/tablist/tablist.options.d.ts +44 -0
- package/dist/dts/tablist/tablist.styles.d.ts +4 -0
- package/dist/dts/tablist/tablist.template.d.ts +5 -0
- package/dist/dts/tabs/index.d.ts +5 -4
- package/dist/dts/tabs/tabs.bench.d.ts +3 -0
- package/dist/dts/tabs/tabs.d.ts +14 -10
- package/dist/dts/tabs/tabs.options.d.ts +6 -6
- package/dist/dts/tabs/tabs.template.d.ts +3 -3
- package/dist/dts/text/index.d.ts +2 -2
- package/dist/dts/text/text.bench.d.ts +3 -0
- package/dist/dts/text/text.d.ts +41 -2
- package/dist/dts/text/text.options.d.ts +4 -4
- package/dist/dts/text/text.template.d.ts +1 -1
- package/dist/dts/text-input/index.d.ts +5 -4
- package/dist/dts/text-input/text-input.bench.d.ts +3 -0
- package/dist/dts/text-input/text-input.d.ts +350 -65
- package/dist/dts/text-input/text-input.definition.d.ts +2 -3
- package/dist/dts/text-input/text-input.options.d.ts +22 -32
- package/dist/dts/text-input/text-input.styles.d.ts +5 -2
- package/dist/dts/text-input/text-input.template.d.ts +9 -3
- package/dist/dts/textarea/define.d.ts +1 -0
- package/dist/dts/textarea/index.d.ts +5 -0
- package/dist/dts/textarea/textarea.bench.d.ts +3 -0
- package/dist/dts/textarea/textarea.d.ts +390 -0
- package/dist/dts/textarea/textarea.definition.d.ts +9 -0
- package/dist/dts/textarea/textarea.options.d.ts +49 -0
- package/dist/dts/textarea/textarea.styles.d.ts +7 -0
- package/dist/dts/textarea/textarea.template.d.ts +12 -0
- package/dist/dts/theme/design-tokens.d.ts +2220 -384
- package/dist/dts/theme/index.d.ts +1 -1
- package/dist/dts/theme/set-theme.d.ts +27 -5
- package/dist/dts/theme/set-theme.global.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.local.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.shadow.bench.d.ts +3 -0
- package/dist/dts/toggle-button/index.d.ts +5 -4
- package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
- package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
- package/dist/dts/toggle-button/toggle-button.options.d.ts +4 -5
- package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
- package/dist/dts/toggle-button/toggle-button.template.d.ts +1 -1
- package/dist/dts/tooltip/define.d.ts +1 -0
- package/dist/dts/tooltip/index.d.ts +5 -0
- package/dist/dts/tooltip/tooltip.d.ts +95 -0
- package/dist/dts/tooltip/tooltip.definition.d.ts +9 -0
- package/dist/dts/tooltip/tooltip.options.d.ts +24 -0
- package/dist/dts/tooltip/tooltip.styles.d.ts +5 -0
- package/dist/dts/tooltip/tooltip.template.d.ts +6 -0
- package/dist/dts/tsdoc-metadata.json +11 -0
- package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
- package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
- package/dist/dts/utils/converters.d.ts +17 -0
- package/dist/dts/utils/display.d.ts +17 -0
- package/dist/dts/utils/element-internals.d.ts +54 -0
- package/dist/dts/utils/focusable-element.d.ts +3 -0
- package/dist/dts/utils/index.d.ts +4 -0
- package/dist/dts/utils/language.d.ts +9 -0
- package/dist/dts/utils/root-active-element.d.ts +1 -0
- package/dist/dts/utils/support.d.ts +15 -0
- package/dist/dts/utils/template-helpers.d.ts +2 -3
- package/dist/dts/utils/typings.d.ts +1 -1
- package/dist/dts/utils/unique-id.d.ts +9 -0
- package/dist/esm/accordion/accordion.bench.js +30 -0
- package/dist/esm/accordion/accordion.bench.js.map +1 -0
- package/dist/esm/accordion/accordion.js +52 -97
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +1 -1
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
- package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.js +80 -40
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +63 -85
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +24 -43
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
- package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +153 -85
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +15 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.styles.js +12 -5
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +7 -35
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/anchor-button/index.js +3 -3
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.bench.js +10 -0
- package/dist/esm/avatar/avatar.bench.js.map +1 -0
- package/dist/esm/avatar/avatar.js +72 -46
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +133 -132
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.template.js +2 -4
- package/dist/esm/avatar/avatar.template.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/badge.bench.js +11 -0
- package/dist/esm/badge/badge.bench.js.map +1 -0
- package/dist/esm/badge/badge.js +41 -8
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +17 -9
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/button.bench.js +11 -0
- package/dist/esm/button/button.bench.js.map +1 -0
- package/dist/esm/button/button.definition.js +3 -4
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +283 -130
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +10 -1
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +154 -136
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +13 -39
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/button/index.js +4 -4
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.bench.js +11 -0
- package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
- package/dist/esm/checkbox/checkbox.definition.js +1 -1
- package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js +417 -52
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.options.js +0 -8
- package/dist/esm/checkbox/checkbox.options.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +141 -128
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +23 -34
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/checkbox/index.js +3 -3
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/compound-button.bench.js +15 -0
- package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
- package/dist/esm/compound-button/compound-button.definition.js +0 -3
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +34 -35
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +3 -39
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
- package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.js +50 -9
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js +9 -8
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/dialog.bench.js +11 -0
- package/dist/esm/dialog/dialog.bench.js.map +1 -0
- package/dist/esm/dialog/dialog.js +33 -312
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/dialog/dialog.options.js +1 -1
- package/dist/esm/dialog/dialog.options.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +69 -85
- package/dist/esm/dialog/dialog.styles.js.map +1 -1
- package/dist/esm/dialog/dialog.template.js +17 -54
- package/dist/esm/dialog/dialog.template.js.map +1 -1
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/dialog-body/define.js +4 -0
- package/dist/esm/dialog-body/define.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
- package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
- package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.js +22 -0
- package/dist/esm/dialog-body/dialog-body.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
- package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.template.js +42 -0
- package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
- package/dist/esm/dialog-body/index.js +5 -0
- package/dist/esm/dialog-body/index.js.map +1 -0
- package/dist/esm/divider/divider.bench.js +10 -0
- package/dist/esm/divider/divider.bench.js.map +1 -0
- package/dist/esm/divider/divider.js +77 -26
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +0 -1
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +45 -44
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/divider.template.js +1 -9
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/drawer/define.js +4 -0
- package/dist/esm/drawer/define.js.map +1 -0
- package/dist/esm/drawer/drawer.definition.js +16 -0
- package/dist/esm/drawer/drawer.definition.js.map +1 -0
- package/dist/esm/drawer/drawer.js +132 -0
- package/dist/esm/drawer/drawer.js.map +1 -0
- package/dist/esm/drawer/drawer.options.js +25 -0
- package/dist/esm/drawer/drawer.options.js.map +1 -0
- package/dist/esm/drawer/drawer.styles.js +138 -0
- package/dist/esm/drawer/drawer.styles.js.map +1 -0
- package/dist/esm/drawer/drawer.template.js +28 -0
- package/dist/esm/drawer/drawer.template.js.map +1 -0
- package/dist/esm/drawer/index.js +6 -0
- package/dist/esm/drawer/index.js.map +1 -0
- package/dist/esm/drawer-body/define.js +4 -0
- package/dist/esm/drawer-body/define.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
- package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.js +21 -0
- package/dist/esm/drawer-body/drawer-body.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.styles.js +31 -0
- package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.template.js +21 -0
- package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
- package/dist/esm/drawer-body/index.js +5 -0
- package/dist/esm/drawer-body/index.js.map +1 -0
- package/dist/esm/dropdown/define.js +4 -0
- package/dist/esm/dropdown/define.js.map +1 -0
- package/dist/esm/dropdown/dropdown.definition.js +20 -0
- package/dist/esm/dropdown/dropdown.definition.js.map +1 -0
- package/dist/esm/dropdown/dropdown.js +779 -0
- package/dist/esm/dropdown/dropdown.js.map +1 -0
- package/dist/esm/dropdown/dropdown.options.js +43 -0
- package/dist/esm/dropdown/dropdown.options.js.map +1 -0
- package/dist/esm/dropdown/dropdown.styles.js +213 -0
- package/dist/esm/dropdown/dropdown.styles.js.map +1 -0
- package/dist/esm/dropdown/dropdown.template.js +92 -0
- package/dist/esm/dropdown/dropdown.template.js.map +1 -0
- package/dist/esm/dropdown/index.js +6 -0
- package/dist/esm/dropdown/index.js.map +1 -0
- package/dist/esm/field/define.js +4 -0
- package/dist/esm/field/define.js.map +1 -0
- package/dist/esm/field/field.bench.js +10 -0
- package/dist/esm/field/field.bench.js.map +1 -0
- package/dist/esm/field/field.definition.js +20 -0
- package/dist/esm/field/field.definition.js.map +1 -0
- package/dist/esm/field/field.js +211 -0
- package/dist/esm/field/field.js.map +1 -0
- package/dist/esm/field/field.options.js +27 -0
- package/dist/esm/field/field.options.js.map +1 -0
- package/dist/esm/field/field.styles.js +135 -0
- package/dist/esm/field/field.styles.js.map +1 -0
- package/dist/esm/field/field.template.js +26 -0
- package/dist/esm/field/field.template.js.map +1 -0
- package/dist/esm/field/index.js +6 -0
- package/dist/esm/field/index.js.map +1 -0
- package/dist/esm/form-associated/form-associated.js +69 -71
- package/dist/esm/form-associated/form-associated.js.map +1 -1
- package/dist/esm/image/image.bench.js +14 -0
- package/dist/esm/image/image.bench.js.map +1 -0
- package/dist/esm/image/image.js +52 -6
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/image.options.js +0 -1
- package/dist/esm/image/image.options.js.map +1 -1
- package/dist/esm/image/image.styles.js +14 -13
- package/dist/esm/image/image.styles.js.map +1 -1
- package/dist/esm/image/image.template.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +42 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +50 -31
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/label/label.bench.js +11 -0
- package/dist/esm/label/label.bench.js.map +1 -0
- package/dist/esm/label/label.js +33 -6
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.styles.js +28 -21
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/label/label.template.js.map +1 -1
- package/dist/esm/link/define.js +4 -0
- package/dist/esm/link/define.js.map +1 -0
- package/dist/esm/link/index.js +6 -0
- package/dist/esm/link/index.js.map +1 -0
- package/dist/esm/link/link.bench.js +11 -0
- package/dist/esm/link/link.bench.js.map +1 -0
- package/dist/esm/link/link.definition.js +15 -0
- package/dist/esm/link/link.definition.js.map +1 -0
- package/dist/esm/link/link.js +54 -0
- package/dist/esm/link/link.js.map +1 -0
- package/dist/esm/link/link.options.js +21 -0
- package/dist/esm/link/link.options.js.map +1 -0
- package/dist/esm/link/link.styles.js +72 -0
- package/dist/esm/link/link.styles.js.map +1 -0
- package/dist/esm/link/link.template.js +22 -0
- package/dist/esm/link/link.template.js.map +1 -0
- package/dist/esm/listbox/define.js +4 -0
- package/dist/esm/listbox/define.js.map +1 -0
- package/dist/esm/listbox/index.js +6 -0
- package/dist/esm/listbox/index.js.map +1 -0
- package/dist/esm/listbox/listbox.definition.js +17 -0
- package/dist/esm/listbox/listbox.definition.js.map +1 -0
- package/dist/esm/listbox/listbox.js +175 -0
- package/dist/esm/listbox/listbox.js.map +1 -0
- package/dist/esm/listbox/listbox.options.js +15 -0
- package/dist/esm/listbox/listbox.options.js.map +1 -0
- package/dist/esm/listbox/listbox.styles.js +26 -0
- package/dist/esm/listbox/listbox.styles.js.map +1 -0
- package/dist/esm/listbox/listbox.template.js +33 -0
- package/dist/esm/listbox/listbox.template.js.map +1 -0
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu/menu.bench.js +31 -0
- package/dist/esm/menu/menu.bench.js.map +1 -0
- package/dist/esm/menu/menu.js +141 -182
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu/menu.styles.js +53 -9
- package/dist/esm/menu/menu.styles.js.map +1 -1
- package/dist/esm/menu/menu.template.js +3 -9
- package/dist/esm/menu/menu.template.js.map +1 -1
- package/dist/esm/menu-button/index.js +3 -3
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-button/menu-button.bench.js +11 -0
- package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
- package/dist/esm/menu-button/menu-button.definition.js +0 -3
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +5 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/index.js +4 -3
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-item/menu-item.bench.js +11 -0
- package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
- package/dist/esm/menu-item/menu-item.js +101 -127
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.styles.js +107 -131
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +15 -50
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/index.js +1 -1
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/menu-list/menu-list.bench.js +21 -0
- package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
- package/dist/esm/menu-list/menu-list.js +33 -67
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +5 -5
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +0 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/message-bar/define.js +4 -0
- package/dist/esm/message-bar/define.js.map +1 -0
- package/dist/esm/message-bar/index.js +6 -0
- package/dist/esm/message-bar/index.js.map +1 -0
- package/dist/esm/message-bar/message-bar.bench.js +56 -0
- package/dist/esm/message-bar/message-bar.bench.js.map +1 -0
- package/dist/esm/message-bar/message-bar.definition.js +20 -0
- package/dist/esm/message-bar/message-bar.definition.js.map +1 -0
- package/dist/esm/message-bar/message-bar.js +65 -0
- package/dist/esm/message-bar/message-bar.js.map +1 -0
- package/dist/esm/message-bar/message-bar.options.js +27 -0
- package/dist/esm/message-bar/message-bar.options.js.map +1 -0
- package/dist/esm/message-bar/message-bar.styles.js +108 -0
- package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
- package/dist/esm/message-bar/message-bar.template.js +25 -0
- package/dist/esm/message-bar/message-bar.template.js.map +1 -0
- package/dist/esm/option/define.js +4 -0
- package/dist/esm/option/define.js.map +1 -0
- package/dist/esm/option/index.js +6 -0
- package/dist/esm/option/index.js.map +1 -0
- package/dist/esm/option/option.definition.js +17 -0
- package/dist/esm/option/option.definition.js.map +1 -0
- package/dist/esm/option/option.js +296 -0
- package/dist/esm/option/option.js.map +1 -0
- package/dist/esm/option/option.options.js +15 -0
- package/dist/esm/option/option.options.js.map +1 -0
- package/dist/esm/option/option.styles.js +127 -0
- package/dist/esm/option/option.styles.js.map +1 -0
- package/dist/esm/option/option.template.js +42 -0
- package/dist/esm/option/option.template.js.map +1 -0
- package/dist/esm/patterns/aria-globals.js +1 -6
- package/dist/esm/patterns/aria-globals.js.map +1 -1
- package/dist/esm/patterns/start-end.js +12 -0
- package/dist/esm/patterns/start-end.js.map +1 -1
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
- package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +100 -21
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +51 -129
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +8 -26
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio/radio.bench.js +11 -0
- package/dist/esm/radio/radio.bench.js.map +1 -0
- package/dist/esm/radio/radio.js +57 -76
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.options.js +2 -0
- package/dist/esm/radio/radio.options.js.map +1 -0
- package/dist/esm/radio/radio.styles.js +97 -90
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.js +21 -24
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.bench.js +21 -0
- package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
- package/dist/esm/radio-group/radio-group.js +413 -319
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.styles.js +28 -33
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +6 -21
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/rating-display/define.js +4 -0
- package/dist/esm/rating-display/define.js.map +1 -0
- package/dist/esm/rating-display/index.js +6 -0
- package/dist/esm/rating-display/index.js.map +1 -0
- package/dist/esm/rating-display/rating-display.definition.js +17 -0
- package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
- package/dist/esm/rating-display/rating-display.js +158 -0
- package/dist/esm/rating-display/rating-display.js.map +1 -0
- package/dist/esm/rating-display/rating-display.options.js +19 -0
- package/dist/esm/rating-display/rating-display.options.js.map +1 -0
- package/dist/esm/rating-display/rating-display.styles.js +126 -0
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
- package/dist/esm/rating-display/rating-display.template.js +34 -0
- package/dist/esm/rating-display/rating-display.template.js.map +1 -0
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js.map +1 -1
- package/dist/esm/slider/slider.bench.js +10 -0
- package/dist/esm/slider/slider.bench.js.map +1 -0
- package/dist/esm/slider/slider.js +429 -229
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +128 -131
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +11 -28
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.bench.js +10 -0
- package/dist/esm/spinner/spinner.bench.js.map +1 -0
- package/dist/esm/spinner/spinner.js +39 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +123 -61
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +16 -47
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +119 -119
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -1
- package/dist/esm/styles/partials/typography.partials.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/styles/states/index.js +636 -0
- package/dist/esm/styles/states/index.js.map +1 -0
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/switch/switch.bench.js +11 -0
- package/dist/esm/switch/switch.bench.js.map +1 -0
- package/dist/esm/switch/switch.js +3 -54
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +63 -83
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +6 -16
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/index.js +3 -3
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab/tab.bench.js +11 -0
- package/dist/esm/tab/tab.bench.js.map +1 -0
- package/dist/esm/tab/tab.js +2 -7
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +21 -21
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
- package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.styles.js +2 -2
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tablist/define.js +4 -0
- package/dist/esm/tablist/define.js.map +1 -0
- package/dist/esm/tablist/index.js +6 -0
- package/dist/esm/tablist/index.js.map +1 -0
- package/dist/esm/tablist/tablist.bench.js +21 -0
- package/dist/esm/tablist/tablist.bench.js.map +1 -0
- package/dist/esm/tablist/tablist.definition.js +15 -0
- package/dist/esm/tablist/tablist.definition.js.map +1 -0
- package/dist/esm/tablist/tablist.js +389 -0
- package/dist/esm/tablist/tablist.js.map +1 -0
- package/dist/esm/tablist/tablist.options.js +24 -0
- package/dist/esm/tablist/tablist.options.js.map +1 -0
- package/dist/esm/tablist/tablist.styles.js +194 -0
- package/dist/esm/tablist/tablist.styles.js.map +1 -0
- package/dist/esm/tablist/tablist.template.js +10 -0
- package/dist/esm/tablist/tablist.template.js.map +1 -0
- package/dist/esm/tabs/index.js +4 -4
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.bench.js +32 -0
- package/dist/esm/tabs/tabs.bench.js.map +1 -0
- package/dist/esm/tabs/tabs.js +19 -23
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +50 -50
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text/text.bench.js +13 -0
- package/dist/esm/text/text.bench.js.map +1 -0
- package/dist/esm/text/text.js +73 -7
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.styles.js +64 -61
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text/text.template.js.map +1 -1
- package/dist/esm/text-input/index.js +4 -4
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.bench.js +10 -0
- package/dist/esm/text-input/text-input.bench.js.map +1 -0
- package/dist/esm/text-input/text-input.definition.js +5 -3
- package/dist/esm/text-input/text-input.definition.js.map +1 -1
- package/dist/esm/text-input/text-input.js +366 -104
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +26 -19
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +107 -96
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +45 -55
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/textarea/define.js +4 -0
- package/dist/esm/textarea/define.js.map +1 -0
- package/dist/esm/textarea/index.js +6 -0
- package/dist/esm/textarea/index.js.map +1 -0
- package/dist/esm/textarea/textarea.bench.js +10 -0
- package/dist/esm/textarea/textarea.bench.js.map +1 -0
- package/dist/esm/textarea/textarea.definition.js +20 -0
- package/dist/esm/textarea/textarea.definition.js.map +1 -0
- package/dist/esm/textarea/textarea.js +583 -0
- package/dist/esm/textarea/textarea.js.map +1 -0
- package/dist/esm/textarea/textarea.options.js +48 -0
- package/dist/esm/textarea/textarea.options.js.map +1 -0
- package/dist/esm/textarea/textarea.styles.js +268 -0
- package/dist/esm/textarea/textarea.styles.js.map +1 -0
- package/dist/esm/textarea/textarea.template.js +54 -0
- package/dist/esm/textarea/textarea.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.js +2220 -384
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/esm/theme/set-theme.global.bench.js +25 -0
- package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.js +185 -12
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/esm/theme/set-theme.local.bench.js +27 -0
- package/dist/esm/theme/set-theme.local.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.shadow.bench.js +29 -0
- package/dist/esm/theme/set-theme.shadow.bench.js.map +1 -0
- package/dist/esm/toggle-button/index.js +4 -4
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
- package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -3
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.js +44 -91
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +56 -50
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/tooltip/define.js +4 -0
- package/dist/esm/tooltip/define.js.map +1 -0
- package/dist/esm/tooltip/index.js +6 -0
- package/dist/esm/tooltip/index.js.map +1 -0
- package/dist/esm/tooltip/tooltip.definition.js +17 -0
- package/dist/esm/tooltip/tooltip.definition.js.map +1 -0
- package/dist/esm/tooltip/tooltip.js +199 -0
- package/dist/esm/tooltip/tooltip.js.map +1 -0
- package/dist/esm/tooltip/tooltip.options.js +19 -0
- package/dist/esm/tooltip/tooltip.options.js.map +1 -0
- package/dist/esm/tooltip/tooltip.styles.js +96 -0
- package/dist/esm/tooltip/tooltip.styles.js.map +1 -0
- package/dist/esm/tooltip/tooltip.template.js +11 -0
- package/dist/esm/tooltip/tooltip.template.js.map +1 -0
- package/dist/esm/utils/apply-mixins.js.map +1 -1
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
- package/dist/esm/utils/benchmark-wrapper.js +18 -0
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
- package/dist/esm/utils/converters.js +26 -0
- package/dist/esm/utils/converters.js.map +1 -0
- package/dist/esm/utils/direction.js +1 -2
- package/dist/esm/utils/direction.js.map +1 -1
- package/dist/esm/utils/display.js +15 -0
- package/dist/esm/utils/display.js.map +1 -0
- package/dist/esm/utils/element-internals.js +96 -0
- package/dist/esm/utils/element-internals.js.map +1 -0
- package/dist/esm/utils/focusable-element.js +10 -0
- package/dist/esm/utils/focusable-element.js.map +1 -0
- package/dist/esm/utils/get-initials.js +2 -2
- package/dist/esm/utils/get-initials.js.map +1 -1
- package/dist/esm/utils/index.js +4 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/esm/utils/language.js +12 -0
- package/dist/esm/utils/language.js.map +1 -0
- package/dist/esm/utils/root-active-element.js +9 -0
- package/dist/esm/utils/root-active-element.js.map +1 -0
- package/dist/esm/utils/support.js +16 -0
- package/dist/esm/utils/support.js.map +1 -0
- package/dist/esm/utils/template-helpers.js +1 -1
- package/dist/esm/utils/template-helpers.js.map +1 -1
- package/dist/esm/utils/unique-id.js +14 -0
- package/dist/esm/utils/unique-id.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +1 -1
- package/dist/esm/utils/whitespace-filter.js.map +1 -1
- package/dist/web-components.d.ts +8201 -2510
- package/dist/web-components.js +11337 -7453
- package/dist/web-components.min.js +464 -259
- package/package.json +60 -159
- package/dist/dts/button/button.form-associated.d.ts +0 -14
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +0 -14
- package/dist/dts/helpers.tests.d.ts +0 -8
- package/dist/dts/progress-bar/base-progress.d.ts +0 -41
- package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
- package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
- package/dist/dts/radio/radio.form-associated.d.ts +0 -14
- package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
- package/dist/esm/button/button.form-associated.js +0 -14
- package/dist/esm/button/button.form-associated.js.map +0 -1
- package/dist/esm/checkbox/checkbox.form-associated.js +0 -14
- package/dist/esm/checkbox/checkbox.form-associated.js.map +0 -1
- package/dist/esm/helpers.tests.js +0 -29
- package/dist/esm/helpers.tests.js.map +0 -1
- package/dist/esm/progress-bar/base-progress.js +0 -61
- package/dist/esm/progress-bar/base-progress.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.js +0 -16
- package/dist/esm/progress-ring/progress-ring.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.options.js +0 -2
- package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
- package/dist/esm/radio/radio.form-associated.js +0 -14
- package/dist/esm/radio/radio.form-associated.js.map +0 -1
- package/dist/esm/text-input/text-field.form-associated.js +0 -14
- package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
- package/dist/fluent-web-components.api.json +0 -27410
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
- package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
- package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
- package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
- package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/711.b5d63aa3.iframe.bundle.js +0 -2
- package/dist/storybook/711.b5d63aa3.iframe.bundle.js.LICENSE.txt +0 -51
- package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
- package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
- package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
- package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
- package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
- package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
- package/dist/storybook/SegoeUI-VF.ttf +0 -0
- package/dist/storybook/favicon.ico +0 -0
- package/dist/storybook/favicon.png +0 -0
- package/dist/storybook/iframe.html +0 -364
- package/dist/storybook/index.html +0 -165
- package/dist/storybook/main.588112e6.iframe.bundle.js +0 -2
- package/dist/storybook/main.588112e6.iframe.bundle.js.LICENSE.txt +0 -1
- package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
- package/dist/storybook/project.json +0 -1
- package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
- package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
- package/dist/storybook/shell.css +0 -83
- package/dist/storybook/theme-switch.ts +0 -13
- package/docs/api-report.md +0 -2969
- package/playwright.config.ts +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,704 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Feb 2025 04:06:40 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
|
|
8
|
+
|
|
9
|
+
Thu, 13 Feb 2025 04:06:40 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
|
|
17
|
+
|
|
18
|
+
Fri, 07 Feb 2025 04:07:35 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
|
|
26
|
+
|
|
27
|
+
Tue, 04 Feb 2025 04:07:18 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
|
|
33
|
+
- fix: dropdown opens then closes on space key ([PR #33767](https://github.com/microsoft/fluentui/pull/33767) by 863023+radium-v@users.noreply.github.com)
|
|
34
|
+
|
|
35
|
+
## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
|
|
36
|
+
|
|
37
|
+
Fri, 17 Jan 2025 04:07:40 GMT
|
|
38
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
|
|
39
|
+
|
|
40
|
+
### Changes
|
|
41
|
+
|
|
42
|
+
- fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
|
|
43
|
+
- fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
|
|
46
|
+
|
|
47
|
+
Thu, 09 Jan 2025 04:07:00 GMT
|
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
|
|
49
|
+
|
|
50
|
+
### Changes
|
|
51
|
+
|
|
52
|
+
- Allow field states to be set regardless of connection status ([PR #33023](https://github.com/microsoft/fluentui/pull/33023) by 863023+radium-v@users.noreply.github.com)
|
|
53
|
+
- fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
|
|
54
|
+
|
|
55
|
+
## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
|
|
56
|
+
|
|
57
|
+
Mon, 23 Dec 2024 04:07:55 GMT
|
|
58
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
|
|
59
|
+
|
|
60
|
+
### Changes
|
|
61
|
+
|
|
62
|
+
- fix tooltip positioning styles for 'below-end' option ([PR #33494](https://github.com/microsoft/fluentui/pull/33494) by 863023+radium-v@users.noreply.github.com)
|
|
63
|
+
|
|
64
|
+
## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
|
|
65
|
+
|
|
66
|
+
Fri, 06 Dec 2024 04:07:47 GMT
|
|
67
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
|
|
68
|
+
|
|
69
|
+
### Changes
|
|
70
|
+
|
|
71
|
+
- add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
|
|
72
|
+
|
|
73
|
+
## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
|
|
74
|
+
|
|
75
|
+
Thu, 07 Nov 2024 04:07:40 GMT
|
|
76
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
|
|
77
|
+
|
|
78
|
+
### Changes
|
|
79
|
+
|
|
80
|
+
- feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
|
|
81
|
+
|
|
82
|
+
## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
|
|
83
|
+
|
|
84
|
+
Wed, 30 Oct 2024 04:06:53 GMT
|
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- add swapStates function for attribute-driven internal states ([PR #33156](https://github.com/microsoft/fluentui/pull/33156) by 863023+radium-v@users.noreply.github.com)
|
|
90
|
+
|
|
91
|
+
## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
|
|
92
|
+
|
|
93
|
+
Tue, 29 Oct 2024 04:06:49 GMT
|
|
94
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
|
|
95
|
+
|
|
96
|
+
### Changes
|
|
97
|
+
|
|
98
|
+
- replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
|
|
99
|
+
|
|
100
|
+
## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
|
|
101
|
+
|
|
102
|
+
Fri, 25 Oct 2024 20:54:39 GMT
|
|
103
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
|
|
104
|
+
|
|
105
|
+
### Changes
|
|
106
|
+
|
|
107
|
+
- fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
|
|
108
|
+
- fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
|
|
109
|
+
|
|
110
|
+
## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
|
|
111
|
+
|
|
112
|
+
Tue, 15 Oct 2024 04:07:48 GMT
|
|
113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
|
|
114
|
+
|
|
115
|
+
### Changes
|
|
116
|
+
|
|
117
|
+
- Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
|
|
118
|
+
- fix prefers-reduced-motion media query in button ([PR #33034](https://github.com/microsoft/fluentui/pull/33034) by 863023+radium-v@users.noreply.github.com)
|
|
119
|
+
|
|
120
|
+
## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
|
|
121
|
+
|
|
122
|
+
Mon, 07 Oct 2024 04:08:32 GMT
|
|
123
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
|
|
124
|
+
|
|
125
|
+
### Changes
|
|
126
|
+
|
|
127
|
+
- feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
|
|
128
|
+
|
|
129
|
+
## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
|
|
130
|
+
|
|
131
|
+
Fri, 04 Oct 2024 04:09:02 GMT
|
|
132
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
|
|
133
|
+
|
|
134
|
+
### Changes
|
|
135
|
+
|
|
136
|
+
- fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
|
|
137
|
+
|
|
138
|
+
## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
|
|
139
|
+
|
|
140
|
+
Fri, 27 Sep 2024 04:07:03 GMT
|
|
141
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
|
|
142
|
+
|
|
143
|
+
### Changes
|
|
144
|
+
|
|
145
|
+
- feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
|
|
146
|
+
|
|
147
|
+
## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
|
|
148
|
+
|
|
149
|
+
Wed, 11 Sep 2024 04:08:18 GMT
|
|
150
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
|
|
151
|
+
|
|
152
|
+
### Changes
|
|
153
|
+
|
|
154
|
+
- docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
|
|
155
|
+
|
|
156
|
+
## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
|
|
157
|
+
|
|
158
|
+
Thu, 05 Sep 2024 04:07:18 GMT
|
|
159
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
|
|
160
|
+
|
|
161
|
+
### Changes
|
|
162
|
+
|
|
163
|
+
- chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
|
|
164
|
+
|
|
165
|
+
## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
|
|
166
|
+
|
|
167
|
+
Wed, 04 Sep 2024 04:08:17 GMT
|
|
168
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
|
|
169
|
+
|
|
170
|
+
### Changes
|
|
171
|
+
|
|
172
|
+
- normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
|
|
173
|
+
- restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
|
|
174
|
+
|
|
175
|
+
## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
|
|
176
|
+
|
|
177
|
+
Fri, 30 Aug 2024 04:07:03 GMT
|
|
178
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
|
|
179
|
+
|
|
180
|
+
### Changes
|
|
181
|
+
|
|
182
|
+
- fix: add primary button state and improved button disabled state in forced-colors mode ([PR #32419](https://github.com/microsoft/fluentui/pull/32419) by rupertdavid@microsoft.com)
|
|
183
|
+
|
|
184
|
+
## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
|
|
185
|
+
|
|
186
|
+
Thu, 29 Aug 2024 04:07:09 GMT
|
|
187
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
|
|
188
|
+
|
|
189
|
+
### Changes
|
|
190
|
+
|
|
191
|
+
- chore: add missing exports for LinkStyles and MessageBar and remove default option from DividerApperance and ImageFit ([PR #32405](https://github.com/microsoft/fluentui/pull/32405) by rupertdavid@microsoft.com)
|
|
192
|
+
|
|
193
|
+
## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
|
|
194
|
+
|
|
195
|
+
Wed, 28 Aug 2024 04:06:49 GMT
|
|
196
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
|
|
197
|
+
|
|
198
|
+
### Changes
|
|
199
|
+
|
|
200
|
+
- feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
|
|
201
|
+
|
|
202
|
+
## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
|
|
203
|
+
|
|
204
|
+
Wed, 21 Aug 2024 04:07:11 GMT
|
|
205
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
|
|
206
|
+
|
|
207
|
+
### Changes
|
|
208
|
+
|
|
209
|
+
- feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
|
|
210
|
+
|
|
211
|
+
## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
|
|
212
|
+
|
|
213
|
+
Tue, 20 Aug 2024 04:06:57 GMT
|
|
214
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
|
|
215
|
+
|
|
216
|
+
### Changes
|
|
217
|
+
|
|
218
|
+
- feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
|
|
219
|
+
|
|
220
|
+
## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
|
|
221
|
+
|
|
222
|
+
Fri, 16 Aug 2024 04:08:15 GMT
|
|
223
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
|
|
224
|
+
|
|
225
|
+
### Changes
|
|
226
|
+
|
|
227
|
+
- export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
|
|
228
|
+
|
|
229
|
+
## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
|
|
230
|
+
|
|
231
|
+
Wed, 14 Aug 2024 04:07:35 GMT
|
|
232
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
|
|
233
|
+
|
|
234
|
+
### Changes
|
|
235
|
+
|
|
236
|
+
- feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
|
|
237
|
+
- export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
|
|
238
|
+
|
|
239
|
+
## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
|
|
240
|
+
|
|
241
|
+
Thu, 08 Aug 2024 04:07:16 GMT
|
|
242
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
|
|
243
|
+
|
|
244
|
+
### Changes
|
|
245
|
+
|
|
246
|
+
- [chore]: [rating-display] move size, color and generate icons out of base class ([PR #32239](https://github.com/microsoft/fluentui/pull/32239) by jes@microsoft.com)
|
|
247
|
+
|
|
248
|
+
## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
|
|
249
|
+
|
|
250
|
+
Tue, 06 Aug 2024 04:07:08 GMT
|
|
251
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
|
|
252
|
+
|
|
253
|
+
### Changes
|
|
254
|
+
|
|
255
|
+
- Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
|
|
256
|
+
|
|
257
|
+
## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
|
|
258
|
+
|
|
259
|
+
Mon, 05 Aug 2024 04:08:39 GMT
|
|
260
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
|
|
261
|
+
|
|
262
|
+
### Changes
|
|
263
|
+
|
|
264
|
+
- fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
|
|
265
|
+
|
|
266
|
+
## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
|
|
267
|
+
|
|
268
|
+
Fri, 02 Aug 2024 04:07:54 GMT
|
|
269
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
|
|
270
|
+
|
|
271
|
+
### Changes
|
|
272
|
+
|
|
273
|
+
- Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
|
|
274
|
+
- feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
|
|
275
|
+
|
|
276
|
+
## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
|
|
277
|
+
|
|
278
|
+
Mon, 29 Jul 2024 04:07:23 GMT
|
|
279
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
|
|
280
|
+
|
|
281
|
+
### Changes
|
|
282
|
+
|
|
283
|
+
- chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
|
|
284
|
+
- fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
|
|
285
|
+
|
|
286
|
+
## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
|
|
287
|
+
|
|
288
|
+
Fri, 26 Jul 2024 04:08:24 GMT
|
|
289
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
|
|
290
|
+
|
|
291
|
+
### Changes
|
|
292
|
+
|
|
293
|
+
- [chore]: create base class for accordion item and remove style and layout specific api ([PR #32102](https://github.com/microsoft/fluentui/pull/32102) by jes@microsoft.com)
|
|
294
|
+
|
|
295
|
+
## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
|
|
296
|
+
|
|
297
|
+
Thu, 25 Jul 2024 04:08:33 GMT
|
|
298
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
|
|
299
|
+
|
|
300
|
+
### Changes
|
|
301
|
+
|
|
302
|
+
- chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
|
|
303
|
+
- chore: create base class for textinput and remove style and layout specific api ([PR #32080](https://github.com/microsoft/fluentui/pull/32080) by jes@microsoft.com)
|
|
304
|
+
|
|
305
|
+
## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
|
|
306
|
+
|
|
307
|
+
Wed, 24 Jul 2024 04:07:07 GMT
|
|
308
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
|
|
309
|
+
|
|
310
|
+
### Changes
|
|
311
|
+
|
|
312
|
+
- chore: create base class for progress bar and remove style and layout specfic api ([PR #32066](https://github.com/microsoft/fluentui/pull/32066) by jes@microsoft.com)
|
|
313
|
+
- feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
|
|
314
|
+
- chore: create base class for spinner and remove style and layout specfic api ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by jes@microsoft.com)
|
|
315
|
+
|
|
316
|
+
## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
|
|
317
|
+
|
|
318
|
+
Tue, 23 Jul 2024 04:07:05 GMT
|
|
319
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
|
|
320
|
+
|
|
321
|
+
### Changes
|
|
322
|
+
|
|
323
|
+
- fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
|
|
324
|
+
- chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
|
|
325
|
+
|
|
326
|
+
## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
|
|
327
|
+
|
|
328
|
+
Fri, 19 Jul 2024 04:08:32 GMT
|
|
329
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
|
|
330
|
+
|
|
331
|
+
### Changes
|
|
332
|
+
|
|
333
|
+
- chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
|
|
334
|
+
|
|
335
|
+
## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
|
|
336
|
+
|
|
337
|
+
Thu, 18 Jul 2024 04:06:50 GMT
|
|
338
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
|
|
339
|
+
|
|
340
|
+
### Changes
|
|
341
|
+
|
|
342
|
+
- fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
|
|
343
|
+
|
|
344
|
+
## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
|
|
345
|
+
|
|
346
|
+
Wed, 17 Jul 2024 04:07:52 GMT
|
|
347
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
|
|
348
|
+
|
|
349
|
+
### Changes
|
|
350
|
+
|
|
351
|
+
- chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
|
|
352
|
+
|
|
353
|
+
## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
|
|
354
|
+
|
|
355
|
+
Tue, 16 Jul 2024 04:08:02 GMT
|
|
356
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
|
|
357
|
+
|
|
358
|
+
### Changes
|
|
359
|
+
|
|
360
|
+
- fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
|
|
361
|
+
- fix: expose tabindex as an overriden attribute with a default value of 0' ([PR #32007](https://github.com/microsoft/fluentui/pull/32007) by 13071055+chrisdholt@users.noreply.github.com)
|
|
362
|
+
- fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
|
|
363
|
+
|
|
364
|
+
## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
|
|
365
|
+
|
|
366
|
+
Thu, 11 Jul 2024 04:07:36 GMT
|
|
367
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
|
|
368
|
+
|
|
369
|
+
### Changes
|
|
370
|
+
|
|
371
|
+
- feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
|
|
372
|
+
|
|
373
|
+
## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
|
|
374
|
+
|
|
375
|
+
Tue, 09 Jul 2024 04:07:26 GMT
|
|
376
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
|
|
377
|
+
|
|
378
|
+
### Changes
|
|
379
|
+
|
|
380
|
+
- convert menu list and menu item to use element internals ([PR #31932](https://github.com/microsoft/fluentui/pull/31932) by 13071055+chrisdholt@users.noreply.github.com)
|
|
381
|
+
- fix: export drawer and drawer body from root package and package exports ([PR #31931](https://github.com/microsoft/fluentui/pull/31931) by 13071055+chrisdholt@users.noreply.github.com)
|
|
382
|
+
|
|
383
|
+
## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
|
|
384
|
+
|
|
385
|
+
Thu, 04 Jul 2024 04:08:13 GMT
|
|
386
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
|
|
387
|
+
|
|
388
|
+
### Changes
|
|
389
|
+
|
|
390
|
+
- feat: update radio and radio-group to use ElementInternals for form association ([PR #31783](https://github.com/microsoft/fluentui/pull/31783) by 863023+radium-v@users.noreply.github.com)
|
|
391
|
+
- fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
|
|
392
|
+
- refactor(web-components): cleanup accordion and convert to element internals for states ([PR #31866](https://github.com/microsoft/fluentui/pull/31866) by rupertdavid@microsoft.com)
|
|
393
|
+
|
|
394
|
+
## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
|
|
395
|
+
|
|
396
|
+
Wed, 03 Jul 2024 04:08:00 GMT
|
|
397
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
|
|
398
|
+
|
|
399
|
+
### Changes
|
|
400
|
+
|
|
401
|
+
- fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
|
|
402
|
+
- expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
|
|
403
|
+
- fix text-input focus handling when focusable slotted start and end elements are present ([PR #31903](https://github.com/microsoft/fluentui/pull/31903) by 863023+radium-v@users.noreply.github.com)
|
|
404
|
+
- fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
|
|
405
|
+
|
|
406
|
+
## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
|
|
407
|
+
|
|
408
|
+
Mon, 01 Jul 2024 04:08:12 GMT
|
|
409
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
|
|
410
|
+
|
|
411
|
+
### Changes
|
|
412
|
+
|
|
413
|
+
- Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
|
|
414
|
+
|
|
415
|
+
## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
|
|
416
|
+
|
|
417
|
+
Fri, 28 Jun 2024 04:07:17 GMT
|
|
418
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
|
|
419
|
+
|
|
420
|
+
### Changes
|
|
421
|
+
|
|
422
|
+
- refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
|
|
423
|
+
- Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
|
|
424
|
+
- Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
|
|
425
|
+
- chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
|
|
426
|
+
- fix: ensure menu keydown logic allows shift+tab to navigate as expected ([PR #31849](https://github.com/microsoft/fluentui/pull/31849) by 13071055+chrisdholt@users.noreply.github.com)
|
|
427
|
+
|
|
428
|
+
## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
|
|
429
|
+
|
|
430
|
+
Wed, 26 Jun 2024 04:07:58 GMT
|
|
431
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
|
|
432
|
+
|
|
433
|
+
### Changes
|
|
434
|
+
|
|
435
|
+
- feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
|
|
436
|
+
|
|
437
|
+
## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
|
|
438
|
+
|
|
439
|
+
Tue, 25 Jun 2024 04:06:35 GMT
|
|
440
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
|
|
441
|
+
|
|
442
|
+
### Changes
|
|
443
|
+
|
|
444
|
+
- updates the Text component to use Element Internals custom states for presentational attributes ([PR #31770](https://github.com/microsoft/fluentui/pull/31770) by 13071055+chrisdholt@users.noreply.github.com)
|
|
445
|
+
|
|
446
|
+
## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
|
|
447
|
+
|
|
448
|
+
Mon, 24 Jun 2024 04:06:02 GMT
|
|
449
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
|
|
450
|
+
|
|
451
|
+
### Changes
|
|
452
|
+
|
|
453
|
+
- Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
|
|
454
|
+
|
|
455
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
456
|
+
|
|
457
|
+
Fri, 21 Jun 2024 04:06:58 GMT
|
|
458
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
459
|
+
|
|
460
|
+
### Changes
|
|
461
|
+
|
|
462
|
+
- feat: make fast-element a peer dependencies of the web-components package ([PR #31772](https://github.com/microsoft/fluentui/pull/31772) by 13071055+chrisdholt@users.noreply.github.com)
|
|
463
|
+
|
|
464
|
+
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
465
|
+
|
|
466
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
467
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
468
|
+
|
|
469
|
+
### Changes
|
|
470
|
+
|
|
471
|
+
- feat: update progress bar to use element internals custom states for visual states ([PR #31739](https://github.com/microsoft/fluentui/pull/31739) by 13071055+chrisdholt@users.noreply.github.com)
|
|
472
|
+
- feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
|
|
473
|
+
- feat: update link to use Element Internals custom states for presentational attributes ([PR #31752](https://github.com/microsoft/fluentui/pull/31752) by 13071055+chrisdholt@users.noreply.github.com)
|
|
474
|
+
- feat: update checkbox to use Element Internals custom states for presentational attributes ([PR #31756](https://github.com/microsoft/fluentui/pull/31756) by 13071055+chrisdholt@users.noreply.github.com)
|
|
475
|
+
- feat: update text input to use Element Internals custom states for presentational attributes ([PR #31753](https://github.com/microsoft/fluentui/pull/31753) by 13071055+chrisdholt@users.noreply.github.com)
|
|
476
|
+
- update image to use element internals custom states for visual states ([PR #31737](https://github.com/microsoft/fluentui/pull/31737) by 13071055+chrisdholt@users.noreply.github.com)
|
|
477
|
+
- feat: update spinner to use Element Internals for presentational styling ([PR #31741](https://github.com/microsoft/fluentui/pull/31741) by 13071055+chrisdholt@users.noreply.github.com)
|
|
478
|
+
- update label to use element internals custom states for styling ([PR #31738](https://github.com/microsoft/fluentui/pull/31738) by 13071055+chrisdholt@users.noreply.github.com)
|
|
479
|
+
|
|
480
|
+
## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
|
|
481
|
+
|
|
482
|
+
Tue, 18 Jun 2024 04:05:31 GMT
|
|
483
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
|
|
484
|
+
|
|
485
|
+
### Changes
|
|
486
|
+
|
|
487
|
+
- feat: update button and anchor button to leverage custom states for variants ([PR #31718](https://github.com/microsoft/fluentui/pull/31718) by 13071055+chrisdholt@users.noreply.github.com)
|
|
488
|
+
- update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
|
|
489
|
+
|
|
490
|
+
## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
|
|
491
|
+
|
|
492
|
+
Fri, 14 Jun 2024 04:06:06 GMT
|
|
493
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
|
|
494
|
+
|
|
495
|
+
### Changes
|
|
496
|
+
|
|
497
|
+
- update avatar to use ElementInternals for role and states for color ([PR #31693](https://github.com/microsoft/fluentui/pull/31693) by 13071055+chrisdholt@users.noreply.github.com)
|
|
498
|
+
|
|
499
|
+
## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
|
|
500
|
+
|
|
501
|
+
Thu, 13 Jun 2024 04:06:41 GMT
|
|
502
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
|
|
503
|
+
|
|
504
|
+
### Changes
|
|
505
|
+
|
|
506
|
+
- refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
|
|
507
|
+
- add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
|
|
508
|
+
|
|
509
|
+
## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
|
|
510
|
+
|
|
511
|
+
Wed, 12 Jun 2024 04:06:09 GMT
|
|
512
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
|
|
513
|
+
|
|
514
|
+
### Changes
|
|
515
|
+
|
|
516
|
+
- refactor anchor-button to use ElementInternals, remove disabled and disabledFocusable ([PR #31653](https://github.com/microsoft/fluentui/pull/31653) by 13071055+chrisdholt@users.noreply.github.com)
|
|
517
|
+
- refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
|
|
518
|
+
|
|
519
|
+
## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
|
|
520
|
+
|
|
521
|
+
Tue, 11 Jun 2024 04:06:29 GMT
|
|
522
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
|
|
523
|
+
|
|
524
|
+
### Changes
|
|
525
|
+
|
|
526
|
+
- feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
|
|
527
|
+
- fix: show default title action in dialog-body for modal dialogs ([PR #31648](https://github.com/microsoft/fluentui/pull/31648) by 13071055+chrisdholt@users.noreply.github.com)
|
|
528
|
+
|
|
529
|
+
## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
|
|
530
|
+
|
|
531
|
+
Mon, 10 Jun 2024 04:07:58 GMT
|
|
532
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
|
|
533
|
+
|
|
534
|
+
### Changes
|
|
535
|
+
|
|
536
|
+
- feat: refactor Switch to use ElementInternals by extending BaseCheckbox ([PR #31613](https://github.com/microsoft/fluentui/pull/31613) by 13071055+chrisdholt@users.noreply.github.com)
|
|
537
|
+
- fixes the border-color for switch when in the checked state on rest ([PR #31628](https://github.com/microsoft/fluentui/pull/31628) by 13071055+chrisdholt@users.noreply.github.com)
|
|
538
|
+
- add try-catch block to ensure that registered properties can be updated dynamically ([PR #31629](https://github.com/microsoft/fluentui/pull/31629) by 13071055+chrisdholt@users.noreply.github.com)
|
|
539
|
+
|
|
540
|
+
## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
|
|
541
|
+
|
|
542
|
+
Fri, 07 Jun 2024 04:06:31 GMT
|
|
543
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
|
|
544
|
+
|
|
545
|
+
### Changes
|
|
546
|
+
|
|
547
|
+
- Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
|
|
548
|
+
- Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
|
|
549
|
+
|
|
550
|
+
## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
|
|
551
|
+
|
|
552
|
+
Thu, 06 Jun 2024 04:06:19 GMT
|
|
553
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
|
|
554
|
+
|
|
555
|
+
### Changes
|
|
556
|
+
|
|
557
|
+
- add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
|
|
558
|
+
- fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
|
|
559
|
+
|
|
560
|
+
## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
|
|
561
|
+
|
|
562
|
+
Wed, 05 Jun 2024 04:06:41 GMT
|
|
563
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
|
|
564
|
+
|
|
565
|
+
### Changes
|
|
566
|
+
|
|
567
|
+
- chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
|
|
568
|
+
- Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
|
|
569
|
+
- fix(web-components): remove tabindex from slider thumb causing duplicate focus regions ([PR #31402](https://github.com/microsoft/fluentui/pull/31402) by 13071055+chrisdholt@users.noreply.github.com)
|
|
570
|
+
|
|
571
|
+
## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
|
|
572
|
+
|
|
573
|
+
Mon, 03 Jun 2024 04:06:55 GMT
|
|
574
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
|
|
575
|
+
|
|
576
|
+
### Changes
|
|
577
|
+
|
|
578
|
+
- chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
|
|
579
|
+
|
|
580
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
581
|
+
|
|
582
|
+
Fri, 24 May 2024 04:06:21 GMT
|
|
583
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
584
|
+
|
|
585
|
+
### Changes
|
|
586
|
+
|
|
587
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
588
|
+
|
|
589
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
590
|
+
|
|
591
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
592
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
593
|
+
|
|
594
|
+
### Changes
|
|
595
|
+
|
|
596
|
+
- chore(web-components): update README.md and add initial developer quick start pages ([PR #31416](https://github.com/microsoft/fluentui/pull/31416) by 13071055+chrisdholt@users.noreply.github.com)
|
|
597
|
+
|
|
598
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
599
|
+
|
|
600
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
601
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
602
|
+
|
|
603
|
+
### Changes
|
|
604
|
+
|
|
605
|
+
- Use click() instead of press() in button keydownHandler ([PR #31428](https://github.com/microsoft/fluentui/pull/31428) by 863023+radium-v@users.noreply.github.com)
|
|
606
|
+
|
|
607
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
608
|
+
|
|
609
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
610
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
611
|
+
|
|
612
|
+
### Changes
|
|
613
|
+
|
|
614
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
615
|
+
|
|
616
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
617
|
+
|
|
618
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
619
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
620
|
+
|
|
621
|
+
### Changes
|
|
622
|
+
|
|
623
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
624
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
625
|
+
|
|
626
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
627
|
+
|
|
628
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
629
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
630
|
+
|
|
631
|
+
### Changes
|
|
632
|
+
|
|
633
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
634
|
+
|
|
635
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
636
|
+
|
|
637
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
638
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
639
|
+
|
|
640
|
+
### Changes
|
|
641
|
+
|
|
642
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
643
|
+
|
|
644
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
645
|
+
|
|
646
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
647
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
648
|
+
|
|
649
|
+
### Changes
|
|
650
|
+
|
|
651
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
652
|
+
|
|
653
|
+
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
654
|
+
|
|
655
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
656
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
657
|
+
|
|
658
|
+
### Changes
|
|
659
|
+
|
|
660
|
+
- ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
|
|
661
|
+
|
|
662
|
+
## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
|
|
663
|
+
|
|
664
|
+
Tue, 23 Apr 2024 04:09:06 GMT
|
|
665
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
|
|
666
|
+
|
|
667
|
+
### Changes
|
|
668
|
+
|
|
669
|
+
- Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
|
|
670
|
+
|
|
671
|
+
## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
|
|
672
|
+
|
|
673
|
+
Mon, 15 Apr 2024 04:09:34 GMT
|
|
674
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
|
|
675
|
+
|
|
676
|
+
### Changes
|
|
677
|
+
|
|
678
|
+
- fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
|
|
679
|
+
|
|
680
|
+
## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
|
|
681
|
+
|
|
682
|
+
Tue, 09 Apr 2024 04:08:05 GMT
|
|
683
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
|
|
684
|
+
|
|
685
|
+
### Changes
|
|
686
|
+
|
|
687
|
+
- revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
|
|
688
|
+
|
|
689
|
+
## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
|
|
690
|
+
|
|
691
|
+
Mon, 08 Apr 2024 04:08:59 GMT
|
|
692
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
|
|
693
|
+
|
|
694
|
+
### Changes
|
|
695
|
+
|
|
696
|
+
- chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
|
|
697
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
|
|
698
|
+
|
|
7
699
|
## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
|
|
8
700
|
|
|
9
|
-
Mon, 12 Feb 2024 04:
|
|
701
|
+
Mon, 12 Feb 2024 04:08:06 GMT
|
|
10
702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
|
|
11
703
|
|
|
12
704
|
### Changes
|
|
@@ -349,7 +1041,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
349
1041
|
|
|
350
1042
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
351
1043
|
|
|
352
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
1044
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
353
1045
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
354
1046
|
|
|
355
1047
|
### Changes
|
|
@@ -358,7 +1050,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
358
1050
|
|
|
359
1051
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
360
1052
|
|
|
361
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
1053
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
362
1054
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
363
1055
|
|
|
364
1056
|
### Changes
|
|
@@ -368,9 +1060,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
368
1060
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
369
1061
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
370
1062
|
|
|
1063
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
1064
|
+
|
|
1065
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
1066
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
1067
|
+
|
|
1068
|
+
### Patches
|
|
1069
|
+
|
|
1070
|
+
- fix(web-components): fix toolbar stealing focus when document has moved focus to another element ([PR #30997](https://github.com/microsoft/fluentui/pull/30997) by =)
|
|
1071
|
+
|
|
1072
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
1073
|
+
|
|
1074
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
1075
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
1076
|
+
|
|
1077
|
+
### Minor changes
|
|
1078
|
+
|
|
1079
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
1080
|
+
|
|
1081
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
1082
|
+
|
|
1083
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
1084
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
1085
|
+
|
|
1086
|
+
### Patches
|
|
1087
|
+
|
|
1088
|
+
- updates fast-foundation to fix a memory leak within form associated disconnected callback ([PR #29806](https://github.com/microsoft/fluentui/pull/29806) by chhol@microsoft.com)
|
|
1089
|
+
|
|
1090
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
1091
|
+
|
|
1092
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
1093
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
1094
|
+
|
|
1095
|
+
### Patches
|
|
1096
|
+
|
|
1097
|
+
- fix(web-components): ensures that text area size responds to rows and cols attributes ([PR #28135](https://github.com/microsoft/fluentui/pull/28135) by vnbaaij@outlook.com)
|
|
1098
|
+
|
|
1099
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
1100
|
+
|
|
1101
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
1102
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
1103
|
+
|
|
1104
|
+
### Patches
|
|
1105
|
+
|
|
1106
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
1107
|
+
|
|
1108
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
1109
|
+
|
|
1110
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
1111
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
1112
|
+
|
|
1113
|
+
### Patches
|
|
1114
|
+
|
|
1115
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
1116
|
+
|
|
1117
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
1118
|
+
|
|
1119
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
1120
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
1121
|
+
|
|
1122
|
+
### Patches
|
|
1123
|
+
|
|
1124
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
1125
|
+
|
|
371
1126
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
372
1127
|
|
|
373
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
1128
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
374
1129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
375
1130
|
|
|
376
1131
|
### Patches
|
|
@@ -379,7 +1134,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
379
1134
|
|
|
380
1135
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
381
1136
|
|
|
382
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
1137
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
383
1138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
384
1139
|
|
|
385
1140
|
### Patches
|
|
@@ -388,7 +1143,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
388
1143
|
|
|
389
1144
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
390
1145
|
|
|
391
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
1146
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
392
1147
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
393
1148
|
|
|
394
1149
|
### Patches
|
|
@@ -397,7 +1152,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
397
1152
|
|
|
398
1153
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
399
1154
|
|
|
400
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
1155
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
401
1156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
402
1157
|
|
|
403
1158
|
### Patches
|
|
@@ -406,7 +1161,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
406
1161
|
|
|
407
1162
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
408
1163
|
|
|
409
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
1164
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
410
1165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
411
1166
|
|
|
412
1167
|
### Patches
|
|
@@ -415,7 +1170,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
415
1170
|
|
|
416
1171
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
417
1172
|
|
|
418
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
1173
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
419
1174
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
420
1175
|
|
|
421
1176
|
### Patches
|
|
@@ -424,7 +1179,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
424
1179
|
|
|
425
1180
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
426
1181
|
|
|
427
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
1182
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
428
1183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
429
1184
|
|
|
430
1185
|
### Patches
|
|
@@ -433,7 +1188,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
433
1188
|
|
|
434
1189
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
435
1190
|
|
|
436
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
1191
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
437
1192
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
438
1193
|
|
|
439
1194
|
### Patches
|
|
@@ -442,7 +1197,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
442
1197
|
|
|
443
1198
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
444
1199
|
|
|
445
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
1200
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
446
1201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
447
1202
|
|
|
448
1203
|
### Patches
|
|
@@ -451,7 +1206,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
451
1206
|
|
|
452
1207
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
453
1208
|
|
|
454
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
1209
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
455
1210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
456
1211
|
|
|
457
1212
|
### Patches
|
|
@@ -460,7 +1215,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
460
1215
|
|
|
461
1216
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
462
1217
|
|
|
463
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
1218
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
464
1219
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
465
1220
|
|
|
466
1221
|
### Patches
|
|
@@ -469,7 +1224,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
469
1224
|
|
|
470
1225
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
471
1226
|
|
|
472
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
1227
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
473
1228
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
474
1229
|
|
|
475
1230
|
### Patches
|
|
@@ -478,7 +1233,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
478
1233
|
|
|
479
1234
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
480
1235
|
|
|
481
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
1236
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
482
1237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
483
1238
|
|
|
484
1239
|
### Minor changes
|
|
@@ -487,7 +1242,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
487
1242
|
|
|
488
1243
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
489
1244
|
|
|
490
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
1245
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
491
1246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
492
1247
|
|
|
493
1248
|
### Minor changes
|
|
@@ -496,7 +1251,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
496
1251
|
|
|
497
1252
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
498
1253
|
|
|
499
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
1254
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
500
1255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
501
1256
|
|
|
502
1257
|
### Patches
|
|
@@ -505,7 +1260,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
505
1260
|
|
|
506
1261
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
507
1262
|
|
|
508
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
1263
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
509
1264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
510
1265
|
|
|
511
1266
|
### Minor changes
|
|
@@ -514,7 +1269,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
514
1269
|
|
|
515
1270
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
516
1271
|
|
|
517
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
1272
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
518
1273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
519
1274
|
|
|
520
1275
|
### Patches
|
|
@@ -523,7 +1278,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
523
1278
|
|
|
524
1279
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
525
1280
|
|
|
526
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
1281
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
527
1282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
528
1283
|
|
|
529
1284
|
### Patches
|
|
@@ -532,7 +1287,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
532
1287
|
|
|
533
1288
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
534
1289
|
|
|
535
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
1290
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
536
1291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
537
1292
|
|
|
538
1293
|
### Patches
|
|
@@ -541,7 +1296,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
541
1296
|
|
|
542
1297
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
543
1298
|
|
|
544
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
1299
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
545
1300
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
546
1301
|
|
|
547
1302
|
### Minor changes
|
|
@@ -550,7 +1305,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
550
1305
|
|
|
551
1306
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
552
1307
|
|
|
553
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
1308
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
554
1309
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
555
1310
|
|
|
556
1311
|
### Patches
|
|
@@ -559,7 +1314,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
559
1314
|
|
|
560
1315
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
561
1316
|
|
|
562
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
1317
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
563
1318
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
564
1319
|
|
|
565
1320
|
### Patches
|
|
@@ -568,7 +1323,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
568
1323
|
|
|
569
1324
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
570
1325
|
|
|
571
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
1326
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
572
1327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
573
1328
|
|
|
574
1329
|
### Patches
|
|
@@ -577,7 +1332,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
577
1332
|
|
|
578
1333
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
579
1334
|
|
|
580
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
1335
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
581
1336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
582
1337
|
|
|
583
1338
|
### Minor changes
|
|
@@ -586,7 +1341,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
586
1341
|
|
|
587
1342
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
588
1343
|
|
|
589
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
1344
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
590
1345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
591
1346
|
|
|
592
1347
|
### Patches
|
|
@@ -595,7 +1350,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
595
1350
|
|
|
596
1351
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
597
1352
|
|
|
598
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
1353
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
599
1354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
600
1355
|
|
|
601
1356
|
### Patches
|
|
@@ -606,7 +1361,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
606
1361
|
|
|
607
1362
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
608
1363
|
|
|
609
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
1364
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
610
1365
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
611
1366
|
|
|
612
1367
|
### Major changes
|
|
@@ -615,7 +1370,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
615
1370
|
|
|
616
1371
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
617
1372
|
|
|
618
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
1373
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
619
1374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
620
1375
|
|
|
621
1376
|
### Patches
|
|
@@ -624,7 +1379,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
624
1379
|
|
|
625
1380
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
626
1381
|
|
|
627
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
1382
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
628
1383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
629
1384
|
|
|
630
1385
|
### Patches
|
|
@@ -633,7 +1388,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
633
1388
|
|
|
634
1389
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
635
1390
|
|
|
636
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
1391
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
637
1392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
638
1393
|
|
|
639
1394
|
### Patches
|
|
@@ -642,7 +1397,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
642
1397
|
|
|
643
1398
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
644
1399
|
|
|
645
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
1400
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
646
1401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
647
1402
|
|
|
648
1403
|
### Minor changes
|
|
@@ -656,7 +1411,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
656
1411
|
|
|
657
1412
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
658
1413
|
|
|
659
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
1414
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
660
1415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
661
1416
|
|
|
662
1417
|
### Patches
|
|
@@ -665,7 +1420,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
665
1420
|
|
|
666
1421
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
667
1422
|
|
|
668
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
1423
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
669
1424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
670
1425
|
|
|
671
1426
|
### Patches
|
|
@@ -675,7 +1430,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
675
1430
|
|
|
676
1431
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
677
1432
|
|
|
678
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
1433
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
679
1434
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
680
1435
|
|
|
681
1436
|
### Patches
|
|
@@ -684,7 +1439,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
684
1439
|
|
|
685
1440
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
686
1441
|
|
|
687
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
1442
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
688
1443
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
689
1444
|
|
|
690
1445
|
### Patches
|
|
@@ -693,7 +1448,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
693
1448
|
|
|
694
1449
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
695
1450
|
|
|
696
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
1451
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
697
1452
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
698
1453
|
|
|
699
1454
|
### Patches
|
|
@@ -703,7 +1458,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
703
1458
|
|
|
704
1459
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
705
1460
|
|
|
706
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
1461
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
707
1462
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
708
1463
|
|
|
709
1464
|
### Patches
|
|
@@ -712,7 +1467,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
712
1467
|
|
|
713
1468
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
714
1469
|
|
|
715
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
1470
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
716
1471
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
717
1472
|
|
|
718
1473
|
### Minor changes
|
|
@@ -721,7 +1476,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
721
1476
|
|
|
722
1477
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
723
1478
|
|
|
724
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
1479
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
725
1480
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
726
1481
|
|
|
727
1482
|
### Patches
|
|
@@ -731,7 +1486,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
731
1486
|
|
|
732
1487
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
733
1488
|
|
|
734
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
1489
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
735
1490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
736
1491
|
|
|
737
1492
|
### Patches
|
|
@@ -740,7 +1495,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
740
1495
|
|
|
741
1496
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
742
1497
|
|
|
743
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
1498
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
744
1499
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
745
1500
|
|
|
746
1501
|
### Minor changes
|
|
@@ -749,7 +1504,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
749
1504
|
|
|
750
1505
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
751
1506
|
|
|
752
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
1507
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
753
1508
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
754
1509
|
|
|
755
1510
|
### Patches
|
|
@@ -759,7 +1514,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
759
1514
|
|
|
760
1515
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
761
1516
|
|
|
762
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
1517
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
763
1518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
764
1519
|
|
|
765
1520
|
### Patches
|
|
@@ -768,7 +1523,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
768
1523
|
|
|
769
1524
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
770
1525
|
|
|
771
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
1526
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
772
1527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
773
1528
|
|
|
774
1529
|
### Patches
|
|
@@ -777,7 +1532,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
777
1532
|
|
|
778
1533
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
779
1534
|
|
|
780
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
1535
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
781
1536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
782
1537
|
|
|
783
1538
|
### Patches
|
|
@@ -786,7 +1541,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
786
1541
|
|
|
787
1542
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
788
1543
|
|
|
789
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
1544
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
790
1545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
791
1546
|
|
|
792
1547
|
### Patches
|
|
@@ -796,7 +1551,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
796
1551
|
|
|
797
1552
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
798
1553
|
|
|
799
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
1554
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
800
1555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
801
1556
|
|
|
802
1557
|
### Patches
|
|
@@ -805,7 +1560,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
805
1560
|
|
|
806
1561
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
807
1562
|
|
|
808
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
1563
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
809
1564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
810
1565
|
|
|
811
1566
|
### Patches
|
|
@@ -814,7 +1569,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
814
1569
|
|
|
815
1570
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
816
1571
|
|
|
817
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
1572
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
818
1573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
819
1574
|
|
|
820
1575
|
### Patches
|
|
@@ -823,7 +1578,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
823
1578
|
|
|
824
1579
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
825
1580
|
|
|
826
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
1581
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
827
1582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
828
1583
|
|
|
829
1584
|
### Minor changes
|
|
@@ -832,7 +1587,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
832
1587
|
|
|
833
1588
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
834
1589
|
|
|
835
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
1590
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
836
1591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
837
1592
|
|
|
838
1593
|
### Patches
|
|
@@ -841,7 +1596,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
841
1596
|
|
|
842
1597
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
843
1598
|
|
|
844
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
1599
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
845
1600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
846
1601
|
|
|
847
1602
|
### Patches
|
|
@@ -850,7 +1605,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
850
1605
|
|
|
851
1606
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
852
1607
|
|
|
853
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
1608
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
854
1609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
855
1610
|
|
|
856
1611
|
### Patches
|
|
@@ -860,7 +1615,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
860
1615
|
|
|
861
1616
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
862
1617
|
|
|
863
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
1618
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
864
1619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
865
1620
|
|
|
866
1621
|
### Minor changes
|
|
@@ -874,7 +1629,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
874
1629
|
|
|
875
1630
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
876
1631
|
|
|
877
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1632
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
878
1633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
879
1634
|
|
|
880
1635
|
### Patches
|
|
@@ -883,7 +1638,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
883
1638
|
|
|
884
1639
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
885
1640
|
|
|
886
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1641
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
887
1642
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
888
1643
|
|
|
889
1644
|
### Minor changes
|
|
@@ -893,7 +1648,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
893
1648
|
|
|
894
1649
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
895
1650
|
|
|
896
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1651
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
897
1652
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
898
1653
|
|
|
899
1654
|
### Patches
|
|
@@ -902,7 +1657,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
902
1657
|
|
|
903
1658
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
904
1659
|
|
|
905
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1660
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
906
1661
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
907
1662
|
|
|
908
1663
|
### Patches
|
|
@@ -911,7 +1666,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
911
1666
|
|
|
912
1667
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
913
1668
|
|
|
914
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1669
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
915
1670
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
916
1671
|
|
|
917
1672
|
### Major changes
|
|
@@ -944,7 +1699,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
944
1699
|
|
|
945
1700
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
946
1701
|
|
|
947
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1702
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
948
1703
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
949
1704
|
|
|
950
1705
|
### Patches
|
|
@@ -953,7 +1708,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
953
1708
|
|
|
954
1709
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
955
1710
|
|
|
956
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1711
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
957
1712
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
958
1713
|
|
|
959
1714
|
### Minor changes
|
|
@@ -962,7 +1717,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
962
1717
|
|
|
963
1718
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
964
1719
|
|
|
965
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
1720
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
966
1721
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
967
1722
|
|
|
968
1723
|
### Patches
|
|
@@ -971,7 +1726,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
971
1726
|
|
|
972
1727
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
973
1728
|
|
|
974
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
1729
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
975
1730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
976
1731
|
|
|
977
1732
|
### Patches
|
|
@@ -981,7 +1736,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
981
1736
|
|
|
982
1737
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
983
1738
|
|
|
984
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1739
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
985
1740
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
986
1741
|
|
|
987
1742
|
### Minor changes
|
|
@@ -990,7 +1745,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
990
1745
|
|
|
991
1746
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
992
1747
|
|
|
993
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1748
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
994
1749
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
995
1750
|
|
|
996
1751
|
### Patches
|
|
@@ -999,7 +1754,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
999
1754
|
|
|
1000
1755
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
1001
1756
|
|
|
1002
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1757
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1003
1758
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
1004
1759
|
|
|
1005
1760
|
### Patches
|
|
@@ -1008,7 +1763,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1008
1763
|
|
|
1009
1764
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
1010
1765
|
|
|
1011
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1766
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1012
1767
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
1013
1768
|
|
|
1014
1769
|
### Patches
|
|
@@ -1017,7 +1772,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
1017
1772
|
|
|
1018
1773
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
1019
1774
|
|
|
1020
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1775
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1021
1776
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
1022
1777
|
|
|
1023
1778
|
### Minor changes
|
|
@@ -1026,7 +1781,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1026
1781
|
|
|
1027
1782
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
1028
1783
|
|
|
1029
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1784
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1030
1785
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
1031
1786
|
|
|
1032
1787
|
### Patches
|
|
@@ -1035,7 +1790,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1035
1790
|
|
|
1036
1791
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1037
1792
|
|
|
1038
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1793
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1039
1794
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1040
1795
|
|
|
1041
1796
|
### Minor changes
|
|
@@ -1048,7 +1803,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1048
1803
|
|
|
1049
1804
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1050
1805
|
|
|
1051
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1806
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1052
1807
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1053
1808
|
|
|
1054
1809
|
### Minor changes
|
|
@@ -1057,7 +1812,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1057
1812
|
|
|
1058
1813
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1059
1814
|
|
|
1060
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1815
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1061
1816
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1062
1817
|
|
|
1063
1818
|
### Minor changes
|
|
@@ -1070,7 +1825,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1070
1825
|
|
|
1071
1826
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1072
1827
|
|
|
1073
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1828
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1074
1829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1075
1830
|
|
|
1076
1831
|
### Patches
|
|
@@ -1079,7 +1834,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1079
1834
|
|
|
1080
1835
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1081
1836
|
|
|
1082
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1837
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1083
1838
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1084
1839
|
|
|
1085
1840
|
### Patches
|
|
@@ -1088,7 +1843,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1088
1843
|
|
|
1089
1844
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1090
1845
|
|
|
1091
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1846
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1092
1847
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1093
1848
|
|
|
1094
1849
|
### Minor changes
|
|
@@ -1097,7 +1852,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1097
1852
|
|
|
1098
1853
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1099
1854
|
|
|
1100
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1855
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1101
1856
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1102
1857
|
|
|
1103
1858
|
### Minor changes
|
|
@@ -1107,7 +1862,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1107
1862
|
|
|
1108
1863
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1109
1864
|
|
|
1110
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1865
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1111
1866
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1112
1867
|
|
|
1113
1868
|
### Patches
|
|
@@ -1117,7 +1872,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1117
1872
|
|
|
1118
1873
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1119
1874
|
|
|
1120
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1875
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1121
1876
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1122
1877
|
|
|
1123
1878
|
### Patches
|
|
@@ -1126,7 +1881,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1126
1881
|
|
|
1127
1882
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1128
1883
|
|
|
1129
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1884
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1130
1885
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1131
1886
|
|
|
1132
1887
|
### Minor changes
|
|
@@ -1135,7 +1890,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1135
1890
|
|
|
1136
1891
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1137
1892
|
|
|
1138
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1893
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1139
1894
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1140
1895
|
|
|
1141
1896
|
### Patches
|
|
@@ -1144,7 +1899,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1144
1899
|
|
|
1145
1900
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1146
1901
|
|
|
1147
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1902
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1148
1903
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1149
1904
|
|
|
1150
1905
|
### Minor changes
|
|
@@ -1157,7 +1912,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1157
1912
|
|
|
1158
1913
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1159
1914
|
|
|
1160
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1915
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1161
1916
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1162
1917
|
|
|
1163
1918
|
### Patches
|
|
@@ -1166,7 +1921,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1166
1921
|
|
|
1167
1922
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1168
1923
|
|
|
1169
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1924
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1170
1925
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1171
1926
|
|
|
1172
1927
|
### Minor changes
|
|
@@ -1175,7 +1930,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1175
1930
|
|
|
1176
1931
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1177
1932
|
|
|
1178
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1933
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1179
1934
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1180
1935
|
|
|
1181
1936
|
### Minor changes
|
|
@@ -1188,7 +1943,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1188
1943
|
|
|
1189
1944
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1190
1945
|
|
|
1191
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1946
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1192
1947
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1193
1948
|
|
|
1194
1949
|
### Patches
|
|
@@ -1197,7 +1952,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1197
1952
|
|
|
1198
1953
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1199
1954
|
|
|
1200
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1955
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1201
1956
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1202
1957
|
|
|
1203
1958
|
### Patches
|
|
@@ -1206,7 +1961,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1206
1961
|
|
|
1207
1962
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1208
1963
|
|
|
1209
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1964
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1210
1965
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1211
1966
|
|
|
1212
1967
|
### Patches
|
|
@@ -1216,7 +1971,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1216
1971
|
|
|
1217
1972
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1218
1973
|
|
|
1219
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1974
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1220
1975
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1221
1976
|
|
|
1222
1977
|
### Patches
|
|
@@ -1225,7 +1980,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1225
1980
|
|
|
1226
1981
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1227
1982
|
|
|
1228
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1983
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1229
1984
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1230
1985
|
|
|
1231
1986
|
### Patches
|
|
@@ -1240,7 +1995,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1240
1995
|
|
|
1241
1996
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1242
1997
|
|
|
1243
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1998
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1244
1999
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1245
2000
|
|
|
1246
2001
|
### Patches
|
|
@@ -1249,7 +2004,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1249
2004
|
|
|
1250
2005
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1251
2006
|
|
|
1252
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
2007
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1253
2008
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1254
2009
|
|
|
1255
2010
|
### Minor changes
|
|
@@ -1262,7 +2017,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1262
2017
|
|
|
1263
2018
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1264
2019
|
|
|
1265
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
2020
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1266
2021
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1267
2022
|
|
|
1268
2023
|
### Patches
|
|
@@ -1271,7 +2026,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1271
2026
|
|
|
1272
2027
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1273
2028
|
|
|
1274
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
2029
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1275
2030
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1276
2031
|
|
|
1277
2032
|
### Patches
|
|
@@ -1280,7 +2035,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1280
2035
|
|
|
1281
2036
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1282
2037
|
|
|
1283
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
2038
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1284
2039
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1285
2040
|
|
|
1286
2041
|
### Minor changes
|
|
@@ -1289,7 +2044,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1289
2044
|
|
|
1290
2045
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1291
2046
|
|
|
1292
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
2047
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1293
2048
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1294
2049
|
|
|
1295
2050
|
### Patches
|
|
@@ -1301,7 +2056,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1301
2056
|
|
|
1302
2057
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1303
2058
|
|
|
1304
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
2059
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1305
2060
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1306
2061
|
|
|
1307
2062
|
### Minor changes
|
|
@@ -1310,7 +2065,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1310
2065
|
|
|
1311
2066
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1312
2067
|
|
|
1313
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
2068
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1314
2069
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1315
2070
|
|
|
1316
2071
|
### Patches
|
|
@@ -1319,7 +2074,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1319
2074
|
|
|
1320
2075
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1321
2076
|
|
|
1322
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
2077
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1323
2078
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1324
2079
|
|
|
1325
2080
|
### Patches
|
|
@@ -1328,7 +2083,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1328
2083
|
|
|
1329
2084
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1330
2085
|
|
|
1331
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
2086
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1332
2087
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1333
2088
|
|
|
1334
2089
|
### Minor changes
|