@fluentui/web-components 3.0.0-beta.10 → 3.0.0-beta.100
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 +1026 -103
- package/README.md +57 -16
- package/custom-elements.json +28367 -0
- package/dist/dts/accordion/accordion.bench.d.ts +3 -0
- package/dist/dts/accordion/accordion.d.ts +37 -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.base.d.ts +59 -0
- package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +15 -67
- 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 +4 -2
- package/dist/dts/anchor-button/anchor-button.base.d.ts +144 -0
- package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
- package/dist/dts/anchor-button/anchor-button.d.ts +36 -128
- 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 +6 -3
- package/dist/dts/avatar/avatar.base.d.ts +30 -0
- package/dist/dts/avatar/avatar.bench.d.ts +3 -0
- package/dist/dts/avatar/avatar.d.ts +41 -40
- 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 +3 -2
- package/dist/dts/badge/badge.bench.d.ts +3 -0
- package/dist/dts/badge/badge.d.ts +2 -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.base.d.ts +242 -0
- package/dist/dts/button/button.bench.d.ts +3 -0
- package/dist/dts/button/button.d.ts +19 -159
- 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 +6 -4
- package/dist/dts/checkbox/checkbox.base.d.ts +288 -0
- package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
- package/dist/dts/checkbox/checkbox.d.ts +31 -47
- 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 +5 -3
- package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
- package/dist/dts/compound-button/compound-button.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 +9 -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 +14 -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 +16 -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.base.d.ts +49 -0
- package/dist/dts/divider/divider.bench.d.ts +3 -0
- package/dist/dts/divider/divider.d.ts +10 -27
- 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 +3 -2
- package/dist/dts/drawer/define.d.ts +1 -0
- package/dist/dts/drawer/drawer.d.ts +96 -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 +23 -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.base.d.ts +479 -0
- package/dist/dts/dropdown/dropdown.d.ts +30 -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 +6 -0
- package/dist/dts/field/define.d.ts +1 -0
- package/dist/dts/field/field.base.d.ts +120 -0
- package/dist/dts/field/field.bench.d.ts +3 -0
- package/dist/dts/field/field.d.ts +20 -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 +7 -0
- package/dist/dts/image/image.bench.d.ts +3 -0
- package/dist/dts/image/image.d.ts +3 -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 +44 -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 +3 -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 +35 -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 +118 -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 +90 -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.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 +36 -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 +14 -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 +50 -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 +262 -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 +3 -2
- package/dist/dts/progress-bar/progress-bar.base.d.ts +73 -0
- package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +8 -20
- 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 +40 -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 +213 -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 +6 -0
- package/dist/dts/rating-display/rating-display.base.d.ts +89 -0
- package/dist/dts/rating-display/rating-display.d.ts +50 -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 +183 -39
- 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 +3 -2
- package/dist/dts/spinner/spinner.base.d.ts +14 -0
- package/dist/dts/spinner/spinner.bench.d.ts +3 -0
- package/dist/dts/spinner/spinner.d.ts +8 -6
- 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 +134 -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 +10 -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 +5 -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.d.ts +5 -0
- package/dist/dts/tab-panel/tab-panel.definition.d.ts +3 -0
- package/dist/dts/tab-panel/tab-panel.template.d.ts +5 -2
- package/dist/dts/tablist/define.d.ts +1 -0
- package/dist/dts/tablist/index.d.ts +6 -0
- package/dist/dts/tablist/tablist.base.d.ts +95 -0
- package/dist/dts/tablist/tablist.bench.d.ts +3 -0
- package/dist/dts/tablist/tablist.d.ts +94 -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.base.d.ts +90 -0
- package/dist/dts/tabs/tabs.bench.d.ts +3 -0
- package/dist/dts/tabs/tabs.d.ts +22 -95
- package/dist/dts/tabs/tabs.definition.d.ts +3 -0
- package/dist/dts/tabs/tabs.options.d.ts +6 -6
- package/dist/dts/tabs/tabs.template.d.ts +6 -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 +12 -3
- 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 +6 -4
- package/dist/dts/text-input/text-input.base.d.ts +402 -0
- package/dist/dts/text-input/text-input.bench.d.ts +3 -0
- package/dist/dts/text-input/text-input.d.ts +22 -138
- 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 +6 -0
- package/dist/dts/textarea/textarea.base.d.ts +347 -0
- package/dist/dts/textarea/textarea.bench.d.ts +3 -0
- package/dist/dts/textarea/textarea.d.ts +47 -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 +1837 -1
- 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 +31 -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 +98 -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/tree/define.d.ts +1 -0
- package/dist/dts/tree/index.d.ts +5 -0
- package/dist/dts/tree/tree.base.d.ts +68 -0
- package/dist/dts/tree/tree.bench.d.ts +3 -0
- package/dist/dts/tree/tree.d.ts +34 -0
- package/dist/dts/tree/tree.definition.d.ts +8 -0
- package/dist/dts/tree/tree.styles.d.ts +1 -0
- package/dist/dts/tree/tree.template.d.ts +2 -0
- package/dist/dts/tree-item/define.d.ts +1 -0
- package/dist/dts/tree-item/index.d.ts +6 -0
- package/dist/dts/tree-item/tree-item.base.d.ts +81 -0
- package/dist/dts/tree-item/tree-item.bench.d.ts +3 -0
- package/dist/dts/tree-item/tree-item.d.ts +44 -0
- package/dist/dts/tree-item/tree-item.definition.d.ts +8 -0
- package/dist/dts/tree-item/tree-item.options.d.ts +22 -0
- package/dist/dts/tree-item/tree-item.styles.d.ts +1 -0
- package/dist/dts/tree-item/tree-item.template.d.ts +2 -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/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 +54 -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.base.js +77 -0
- package/dist/esm/accordion-item/accordion-item.base.js.map +1 -0
- 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 +9 -84
- 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 +36 -59
- 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 +3 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.base.js +147 -0
- package/dist/esm/anchor-button/anchor-button.base.js.map +1 -0
- 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 +38 -112
- 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 +5 -3
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.base.js +25 -0
- package/dist/esm/avatar/avatar.base.js.map +1 -0
- 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 +57 -51
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +1 -1
- 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 +3 -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 +3 -7
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +13 -8
- 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.base.js +283 -0
- package/dist/esm/button/button.base.js.map +1 -0
- 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 +10 -167
- 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 +94 -76
- 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 +5 -4
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.base.js +366 -0
- package/dist/esm/checkbox/checkbox.base.js.map +1 -0
- 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 +43 -58
- 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 +136 -123
- 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 +4 -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.js +3 -0
- package/dist/esm/compound-button/compound-button.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +11 -13
- 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 +11 -9
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js +2 -5
- 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 +35 -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 +24 -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.base.js +61 -0
- package/dist/esm/divider/divider.base.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 +9 -37
- 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 +4 -6
- 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 +3 -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 +135 -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 +24 -0
- package/dist/esm/drawer-body/drawer-body.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.styles.js +37 -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.base.js +781 -0
- package/dist/esm/dropdown/dropdown.base.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 +35 -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 +7 -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.base.js +189 -0
- package/dist/esm/field/field.base.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 +29 -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 +7 -0
- package/dist/esm/field/index.js.map +1 -0
- 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 +4 -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.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 +44 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +52 -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 +4 -6
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.styles.js +13 -7
- 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 +38 -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 +71 -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 +180 -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 +144 -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.js +3 -0
- package/dist/esm/menu-button/menu-button.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 +103 -127
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.styles.js +98 -122
- 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 +35 -67
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +1 -1
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +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 +41 -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 +107 -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 +298 -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 +3 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.base.js +90 -0
- package/dist/esm/progress-bar/progress-bar.base.js.map +1 -0
- 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 +6 -27
- 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 +49 -128
- 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 +59 -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 +95 -88
- 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 +415 -319
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.styles.js +27 -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 +7 -0
- package/dist/esm/rating-display/index.js.map +1 -0
- package/dist/esm/rating-display/rating-display.base.js +94 -0
- package/dist/esm/rating-display/rating-display.base.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 +50 -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 +123 -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 +436 -243
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +121 -129
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +12 -28
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/index.js +3 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.base.js +18 -0
- package/dist/esm/spinner/spinner.base.js.map +1 -0
- 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 +8 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +115 -54
- 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 +5 -6
- 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 +136 -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 +10 -54
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +36 -56
- 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 +4 -7
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +1 -1
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/define.js +3 -0
- package/dist/esm/tab-panel/define.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.definition.js +3 -0
- package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.js +5 -0
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +3 -0
- 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 +7 -0
- package/dist/esm/tablist/index.js.map +1 -0
- package/dist/esm/tablist/tablist.base.js +249 -0
- package/dist/esm/tablist/tablist.base.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 +161 -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 +193 -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/define.js +3 -0
- package/dist/esm/tabs/define.js.map +1 -1
- package/dist/esm/tabs/index.js +4 -4
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.base.js +279 -0
- package/dist/esm/tabs/tabs.base.js.map +1 -0
- package/dist/esm/tabs/tabs.bench.js +32 -0
- package/dist/esm/tabs/tabs.bench.js.map +1 -0
- package/dist/esm/tabs/tabs.definition.js +3 -0
- package/dist/esm/tabs/tabs.definition.js.map +1 -1
- package/dist/esm/tabs/tabs.js +44 -300
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +1 -1
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +3 -0
- 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 +10 -6
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.styles.js +34 -32
- 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 +5 -4
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.base.js +423 -0
- package/dist/esm/text-input/text-input.base.js.map +1 -0
- 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 +16 -174
- 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 +22 -12
- 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 +7 -0
- package/dist/esm/textarea/index.js.map +1 -0
- package/dist/esm/textarea/textarea.base.js +494 -0
- package/dist/esm/textarea/textarea.base.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 +73 -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 +1837 -1
- 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 +46 -91
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +34 -26
- 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 +202 -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/tree/define.js +4 -0
- package/dist/esm/tree/define.js.map +1 -0
- package/dist/esm/tree/index.js +6 -0
- package/dist/esm/tree/index.js.map +1 -0
- package/dist/esm/tree/tree.base.js +228 -0
- package/dist/esm/tree/tree.base.js.map +1 -0
- package/dist/esm/tree/tree.bench.js +10 -0
- package/dist/esm/tree/tree.bench.js.map +1 -0
- package/dist/esm/tree/tree.definition.js +16 -0
- package/dist/esm/tree/tree.definition.js.map +1 -0
- package/dist/esm/tree/tree.js +61 -0
- package/dist/esm/tree/tree.js.map +1 -0
- package/dist/esm/tree/tree.styles.js +9 -0
- package/dist/esm/tree/tree.styles.js.map +1 -0
- package/dist/esm/tree/tree.template.js +19 -0
- package/dist/esm/tree/tree.template.js.map +1 -0
- package/dist/esm/tree-item/define.js +4 -0
- package/dist/esm/tree-item/define.js.map +1 -0
- package/dist/esm/tree-item/index.js +6 -0
- package/dist/esm/tree-item/index.js.map +1 -0
- package/dist/esm/tree-item/tree-item.base.js +142 -0
- package/dist/esm/tree-item/tree-item.base.js.map +1 -0
- package/dist/esm/tree-item/tree-item.bench.js +10 -0
- package/dist/esm/tree-item/tree-item.bench.js.map +1 -0
- package/dist/esm/tree-item/tree-item.definition.js +16 -0
- package/dist/esm/tree-item/tree-item.definition.js.map +1 -0
- package/dist/esm/tree-item/tree-item.js +71 -0
- package/dist/esm/tree-item/tree-item.js.map +1 -0
- package/dist/esm/tree-item/tree-item.options.js +24 -0
- package/dist/esm/tree-item/tree-item.options.js.map +1 -0
- package/dist/esm/tree-item/tree-item.styles.js +157 -0
- package/dist/esm/tree-item/tree-item.styles.js.map +1 -0
- package/dist/esm/tree-item/tree-item.template.js +37 -0
- package/dist/esm/tree-item/tree-item.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-wrapper.js.map +1 -1
- 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 +8323 -2550
- package/dist/web-components.js +11254 -7449
- package/dist/web-components.min.js +414 -199
- package/package.json +75 -160
- 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/form-associated/form-associated.d.ts +0 -178
- 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/slider/slider.form-associated.d.ts +0 -14
- package/dist/dts/switch/switch.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/form-associated/form-associated.js +0 -458
- package/dist/esm/form-associated/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/slider/slider.form-associated.js +0 -14
- package/dist/esm/slider/slider.form-associated.js.map +0 -1
- package/dist/esm/switch/switch.form-associated.js +0 -14
- package/dist/esm/switch/switch.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/284.0946b1fb.iframe.bundle.js +0 -2
- package/dist/storybook/284.0946b1fb.iframe.bundle.js.LICENSE.txt +0 -51
- 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/721.46fa9f53.iframe.bundle.js +0 -2
- package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
- package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
- package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
- package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
- package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
- package/dist/storybook/SegoeUI-VF.ttf +0 -0
- package/dist/storybook/favicon.ico +0 -0
- package/dist/storybook/favicon.png +0 -0
- package/dist/storybook/iframe.html +0 -364
- package/dist/storybook/index.html +0 -165
- package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
- package/dist/storybook/main.b9de79ac.iframe.bundle.js +0 -2
- package/dist/storybook/main.b9de79ac.iframe.bundle.js.LICENSE.txt +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/tensile.config.js +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,872 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 19 May 2025 04:07:13 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.100)
|
|
8
|
+
|
|
9
|
+
Mon, 19 May 2025 04:07:13 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.99..@fluentui/web-components_v3.0.0-beta.100)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Include Custom Elements Manifest in package exports ([PR #34460](https://github.com/microsoft/fluentui/pull/34460) by burtonsmith@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.99)
|
|
17
|
+
|
|
18
|
+
Thu, 15 May 2025 04:06:34 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.98..@fluentui/web-components_v3.0.0-beta.99)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- Add tree exports to main index ([PR #34448](https://github.com/microsoft/fluentui/pull/34448) by jes@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [3.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.98)
|
|
26
|
+
|
|
27
|
+
Fri, 09 May 2025 04:07:03 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.97..@fluentui/web-components_v3.0.0-beta.98)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- fix the selected primary focus state ([PR #34400](https://github.com/microsoft/fluentui/pull/34400) by jes@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
|
|
35
|
+
|
|
36
|
+
Wed, 07 May 2025 04:08:26 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
|
|
42
|
+
- fix: text-input setValidity fails if control is not available ([PR #34372](https://github.com/microsoft/fluentui/pull/34372) by 863023+radium-v@users.noreply.github.com)
|
|
43
|
+
- [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
|
|
46
|
+
|
|
47
|
+
Wed, 30 Apr 2025 04:06:34 GMT
|
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
|
|
49
|
+
|
|
50
|
+
### Changes
|
|
51
|
+
|
|
52
|
+
- feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
|
|
53
|
+
|
|
54
|
+
## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
|
|
55
|
+
|
|
56
|
+
Thu, 24 Apr 2025 04:06:27 GMT
|
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
|
|
58
|
+
|
|
59
|
+
### Changes
|
|
60
|
+
|
|
61
|
+
- support callback for expand change ([PR #34234](https://github.com/microsoft/fluentui/pull/34234) by HangWhy@outlook.com)
|
|
62
|
+
|
|
63
|
+
## [3.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.94)
|
|
64
|
+
|
|
65
|
+
Tue, 22 Apr 2025 04:07:05 GMT
|
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.93..@fluentui/web-components_v3.0.0-beta.94)
|
|
67
|
+
|
|
68
|
+
### Changes
|
|
69
|
+
|
|
70
|
+
- Added custom elements manifest to project and included it in published package ([PR #34283](https://github.com/microsoft/fluentui/pull/34283) by burtonsmith@microsoft.com)
|
|
71
|
+
|
|
72
|
+
## [3.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.93)
|
|
73
|
+
|
|
74
|
+
Fri, 18 Apr 2025 04:06:38 GMT
|
|
75
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.92..@fluentui/web-components_v3.0.0-beta.93)
|
|
76
|
+
|
|
77
|
+
### Changes
|
|
78
|
+
|
|
79
|
+
- fix tabs animation starting position ([PR #34185](https://github.com/microsoft/fluentui/pull/34185) by 1981616118@qq.com)
|
|
80
|
+
- [fix] only set expanded is expanded is not set ([PR #34282](https://github.com/microsoft/fluentui/pull/34282) by jes@microsoft.com)
|
|
81
|
+
|
|
82
|
+
## [3.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.92)
|
|
83
|
+
|
|
84
|
+
Thu, 17 Apr 2025 04:07:28 GMT
|
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.91..@fluentui/web-components_v3.0.0-beta.92)
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- tree item initial selection, tree item expands for sub selected item ([PR #34258](https://github.com/microsoft/fluentui/pull/34258) by jes@microsoft.com)
|
|
90
|
+
|
|
91
|
+
## [3.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.91)
|
|
92
|
+
|
|
93
|
+
Tue, 15 Apr 2025 04:06:21 GMT
|
|
94
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.90..@fluentui/web-components_v3.0.0-beta.91)
|
|
95
|
+
|
|
96
|
+
### Changes
|
|
97
|
+
|
|
98
|
+
- fix: dropdown validation message and add missing validity functions ([PR #34219](https://github.com/microsoft/fluentui/pull/34219) by 863023+radium-v@users.noreply.github.com)
|
|
99
|
+
|
|
100
|
+
## [3.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.90)
|
|
101
|
+
|
|
102
|
+
Thu, 10 Apr 2025 04:07:19 GMT
|
|
103
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.89..@fluentui/web-components_v3.0.0-beta.90)
|
|
104
|
+
|
|
105
|
+
### Changes
|
|
106
|
+
|
|
107
|
+
- feat: remove use of custom states for presentational styling ([PR #34168](https://github.com/microsoft/fluentui/pull/34168) by 13071055+chrisdholt@users.noreply.github.com)
|
|
108
|
+
- fix typo in avatar styles for beige color ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by 13071055+chrisdholt@users.noreply.github.com)
|
|
109
|
+
|
|
110
|
+
## [3.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.89)
|
|
111
|
+
|
|
112
|
+
Wed, 09 Apr 2025 04:06:41 GMT
|
|
113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.88..@fluentui/web-components_v3.0.0-beta.89)
|
|
114
|
+
|
|
115
|
+
### Changes
|
|
116
|
+
|
|
117
|
+
- deprecate tabs and tab-panel in favor of tablist ([PR #34206](https://github.com/microsoft/fluentui/pull/34206) by 13071055+chrisdholt@users.noreply.github.com)
|
|
118
|
+
|
|
119
|
+
## [3.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.88)
|
|
120
|
+
|
|
121
|
+
Fri, 21 Mar 2025 04:07:36 GMT
|
|
122
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.87..@fluentui/web-components_v3.0.0-beta.88)
|
|
123
|
+
|
|
124
|
+
### Changes
|
|
125
|
+
|
|
126
|
+
- fix: emit change event on tablist only when active tab changed ([PR #34055](https://github.com/microsoft/fluentui/pull/34055) by machi@microsoft.com)
|
|
127
|
+
|
|
128
|
+
## [3.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.87)
|
|
129
|
+
|
|
130
|
+
Thu, 20 Mar 2025 04:07:02 GMT
|
|
131
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.86..@fluentui/web-components_v3.0.0-beta.87)
|
|
132
|
+
|
|
133
|
+
### Changes
|
|
134
|
+
|
|
135
|
+
- [chore]: move core functionality to base dropdown ([PR #34033](https://github.com/microsoft/fluentui/pull/34033) by jes@microsoft.com)
|
|
136
|
+
|
|
137
|
+
## [3.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.86)
|
|
138
|
+
|
|
139
|
+
Fri, 14 Mar 2025 04:07:05 GMT
|
|
140
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.85..@fluentui/web-components_v3.0.0-beta.86)
|
|
141
|
+
|
|
142
|
+
### Changes
|
|
143
|
+
|
|
144
|
+
- refactor out base classes for tree and tree item ([PR #33990](https://github.com/microsoft/fluentui/pull/33990) by jes@microsoft.com)
|
|
145
|
+
- move filtering for tree-items to template ([PR #33989](https://github.com/microsoft/fluentui/pull/33989) by jes@microsoft.com)
|
|
146
|
+
|
|
147
|
+
## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
|
|
148
|
+
|
|
149
|
+
Thu, 13 Mar 2025 04:07:37 GMT
|
|
150
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
|
|
151
|
+
|
|
152
|
+
### Changes
|
|
153
|
+
|
|
154
|
+
- fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
|
|
155
|
+
|
|
156
|
+
## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
|
|
157
|
+
|
|
158
|
+
Mon, 10 Mar 2025 21:05:03 GMT
|
|
159
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
|
|
160
|
+
|
|
161
|
+
### Changes
|
|
162
|
+
|
|
163
|
+
- fix: move base classes to a separate file and provide export paths for improved tree shaking ([PR #33962](https://github.com/microsoft/fluentui/pull/33962) by 13071055+chrisdholt@users.noreply.github.com)
|
|
164
|
+
|
|
165
|
+
## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
|
|
166
|
+
|
|
167
|
+
Wed, 05 Mar 2025 04:07:03 GMT
|
|
168
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.82..@fluentui/web-components_v3.0.0-beta.83)
|
|
169
|
+
|
|
170
|
+
### Changes
|
|
171
|
+
|
|
172
|
+
- feat: auto associate tabpanels with tabs ([PR #33939](https://github.com/microsoft/fluentui/pull/33939) by machi@microsoft.com)
|
|
173
|
+
|
|
174
|
+
## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
|
|
175
|
+
|
|
176
|
+
Fri, 28 Feb 2025 04:07:19 GMT
|
|
177
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
|
|
178
|
+
|
|
179
|
+
### Changes
|
|
180
|
+
|
|
181
|
+
- Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
|
|
182
|
+
- fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
|
|
183
|
+
- fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
|
|
184
|
+
|
|
185
|
+
## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
|
|
186
|
+
|
|
187
|
+
Tue, 25 Feb 2025 04:07:15 GMT
|
|
188
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.80..@fluentui/web-components_v3.0.0-beta.81)
|
|
189
|
+
|
|
190
|
+
### Changes
|
|
191
|
+
|
|
192
|
+
- fix: dropdown should emit a change event when the value changes via user input ([PR #33885](https://github.com/microsoft/fluentui/pull/33885) by 863023+radium-v@users.noreply.github.com)
|
|
193
|
+
|
|
194
|
+
## [3.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.80)
|
|
195
|
+
|
|
196
|
+
Thu, 13 Feb 2025 04:06:52 GMT
|
|
197
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.79..@fluentui/web-components_v3.0.0-beta.80)
|
|
198
|
+
|
|
199
|
+
### Changes
|
|
200
|
+
|
|
201
|
+
- makes direction change observable for slider ([PR #33834](https://github.com/microsoft/fluentui/pull/33834) by jes@microsoft.com)
|
|
202
|
+
|
|
203
|
+
## [3.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.79)
|
|
204
|
+
|
|
205
|
+
Fri, 07 Feb 2025 04:07:35 GMT
|
|
206
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.78..@fluentui/web-components_v3.0.0-beta.79)
|
|
207
|
+
|
|
208
|
+
### Changes
|
|
209
|
+
|
|
210
|
+
- remove unnecessary filtering in menu-item ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by jes@microsoft.com)
|
|
211
|
+
|
|
212
|
+
## [3.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.78)
|
|
213
|
+
|
|
214
|
+
Tue, 04 Feb 2025 04:07:18 GMT
|
|
215
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.77..@fluentui/web-components_v3.0.0-beta.78)
|
|
216
|
+
|
|
217
|
+
### Changes
|
|
218
|
+
|
|
219
|
+
- add Dropdown, Listbox, and Option components ([PR #32116](https://github.com/microsoft/fluentui/pull/32116) by 863023+radium-v@users.noreply.github.com)
|
|
220
|
+
- 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)
|
|
221
|
+
|
|
222
|
+
## [3.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.77)
|
|
223
|
+
|
|
224
|
+
Fri, 17 Jan 2025 04:07:40 GMT
|
|
225
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.76..@fluentui/web-components_v3.0.0-beta.77)
|
|
226
|
+
|
|
227
|
+
### Changes
|
|
228
|
+
|
|
229
|
+
- fix: revert logical properties in spinner to support rtl" ([PR #33654](https://github.com/microsoft/fluentui/pull/33654) by rupertdavid@microsoft.com)
|
|
230
|
+
- fix: update disabled switch styles to GrayText for high-contrast mode ([PR #33637](https://github.com/microsoft/fluentui/pull/33637) by rupertdavid@microsoft.com)
|
|
231
|
+
|
|
232
|
+
## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76)
|
|
233
|
+
|
|
234
|
+
Thu, 09 Jan 2025 04:07:00 GMT
|
|
235
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76)
|
|
236
|
+
|
|
237
|
+
### Changes
|
|
238
|
+
|
|
239
|
+
- 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)
|
|
240
|
+
- fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com)
|
|
241
|
+
|
|
242
|
+
## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75)
|
|
243
|
+
|
|
244
|
+
Mon, 23 Dec 2024 04:07:55 GMT
|
|
245
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.74..@fluentui/web-components_v3.0.0-beta.75)
|
|
246
|
+
|
|
247
|
+
### Changes
|
|
248
|
+
|
|
249
|
+
- 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)
|
|
250
|
+
|
|
251
|
+
## [3.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.74)
|
|
252
|
+
|
|
253
|
+
Fri, 06 Dec 2024 04:07:47 GMT
|
|
254
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.73..@fluentui/web-components_v3.0.0-beta.74)
|
|
255
|
+
|
|
256
|
+
### Changes
|
|
257
|
+
|
|
258
|
+
- add current-value attribute to text-input ([PR #33144](https://github.com/microsoft/fluentui/pull/33144) by 863023+radium-v@users.noreply.github.com)
|
|
259
|
+
|
|
260
|
+
## [3.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.73)
|
|
261
|
+
|
|
262
|
+
Thu, 07 Nov 2024 04:07:40 GMT
|
|
263
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.72..@fluentui/web-components_v3.0.0-beta.73)
|
|
264
|
+
|
|
265
|
+
### Changes
|
|
266
|
+
|
|
267
|
+
- feat: add Tooltip component ([PR #32852](https://github.com/microsoft/fluentui/pull/32852) by rupertdavid@microsoft.com)
|
|
268
|
+
|
|
269
|
+
## [3.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.72)
|
|
270
|
+
|
|
271
|
+
Wed, 30 Oct 2024 04:06:53 GMT
|
|
272
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.71..@fluentui/web-components_v3.0.0-beta.72)
|
|
273
|
+
|
|
274
|
+
### Changes
|
|
275
|
+
|
|
276
|
+
- 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)
|
|
277
|
+
|
|
278
|
+
## [3.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.71)
|
|
279
|
+
|
|
280
|
+
Tue, 29 Oct 2024 04:06:49 GMT
|
|
281
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.70..@fluentui/web-components_v3.0.0-beta.71)
|
|
282
|
+
|
|
283
|
+
### Changes
|
|
284
|
+
|
|
285
|
+
- replace state partials with stateSelector function ([PR #33037](https://github.com/microsoft/fluentui/pull/33037) by 863023+radium-v@users.noreply.github.com)
|
|
286
|
+
|
|
287
|
+
## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
|
|
288
|
+
|
|
289
|
+
Fri, 25 Oct 2024 20:54:39 GMT
|
|
290
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
|
|
291
|
+
|
|
292
|
+
### Changes
|
|
293
|
+
|
|
294
|
+
- fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
|
|
295
|
+
- fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
|
|
296
|
+
|
|
297
|
+
## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
|
|
298
|
+
|
|
299
|
+
Tue, 15 Oct 2024 04:07:48 GMT
|
|
300
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
|
|
301
|
+
|
|
302
|
+
### Changes
|
|
303
|
+
|
|
304
|
+
- Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
|
|
305
|
+
- 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)
|
|
306
|
+
|
|
307
|
+
## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
|
|
308
|
+
|
|
309
|
+
Mon, 07 Oct 2024 04:08:32 GMT
|
|
310
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
|
|
311
|
+
|
|
312
|
+
### Changes
|
|
313
|
+
|
|
314
|
+
- feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
|
|
315
|
+
|
|
316
|
+
## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
|
|
317
|
+
|
|
318
|
+
Fri, 04 Oct 2024 04:09:02 GMT
|
|
319
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
|
|
320
|
+
|
|
321
|
+
### Changes
|
|
322
|
+
|
|
323
|
+
- fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
|
|
324
|
+
|
|
325
|
+
## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
|
|
326
|
+
|
|
327
|
+
Fri, 27 Sep 2024 04:07:03 GMT
|
|
328
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
|
|
329
|
+
|
|
330
|
+
### Changes
|
|
331
|
+
|
|
332
|
+
- feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
|
|
333
|
+
|
|
334
|
+
## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
|
|
335
|
+
|
|
336
|
+
Wed, 11 Sep 2024 04:08:18 GMT
|
|
337
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
|
|
338
|
+
|
|
339
|
+
### Changes
|
|
340
|
+
|
|
341
|
+
- docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
|
|
342
|
+
|
|
343
|
+
## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
|
|
344
|
+
|
|
345
|
+
Thu, 05 Sep 2024 04:07:18 GMT
|
|
346
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
|
|
347
|
+
|
|
348
|
+
### Changes
|
|
349
|
+
|
|
350
|
+
- chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
|
|
351
|
+
|
|
352
|
+
## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
|
|
353
|
+
|
|
354
|
+
Wed, 04 Sep 2024 04:08:17 GMT
|
|
355
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
|
|
356
|
+
|
|
357
|
+
### Changes
|
|
358
|
+
|
|
359
|
+
- normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
|
|
360
|
+
- restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
|
|
361
|
+
|
|
362
|
+
## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
|
|
363
|
+
|
|
364
|
+
Fri, 30 Aug 2024 04:07:03 GMT
|
|
365
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
|
|
366
|
+
|
|
367
|
+
### Changes
|
|
368
|
+
|
|
369
|
+
- 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)
|
|
370
|
+
|
|
371
|
+
## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
|
|
372
|
+
|
|
373
|
+
Thu, 29 Aug 2024 04:07:09 GMT
|
|
374
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
|
|
375
|
+
|
|
376
|
+
### Changes
|
|
377
|
+
|
|
378
|
+
- 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)
|
|
379
|
+
|
|
380
|
+
## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
|
|
381
|
+
|
|
382
|
+
Wed, 28 Aug 2024 04:06:49 GMT
|
|
383
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
|
|
384
|
+
|
|
385
|
+
### Changes
|
|
386
|
+
|
|
387
|
+
- feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
|
|
388
|
+
|
|
389
|
+
## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
|
|
390
|
+
|
|
391
|
+
Wed, 21 Aug 2024 04:07:11 GMT
|
|
392
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
|
|
393
|
+
|
|
394
|
+
### Changes
|
|
395
|
+
|
|
396
|
+
- feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
|
|
397
|
+
|
|
398
|
+
## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
|
|
399
|
+
|
|
400
|
+
Tue, 20 Aug 2024 04:06:57 GMT
|
|
401
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
|
|
402
|
+
|
|
403
|
+
### Changes
|
|
404
|
+
|
|
405
|
+
- feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
|
|
406
|
+
|
|
407
|
+
## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
|
|
408
|
+
|
|
409
|
+
Fri, 16 Aug 2024 04:08:15 GMT
|
|
410
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
|
|
411
|
+
|
|
412
|
+
### Changes
|
|
413
|
+
|
|
414
|
+
- export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
|
|
415
|
+
|
|
416
|
+
## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
|
|
417
|
+
|
|
418
|
+
Wed, 14 Aug 2024 04:07:35 GMT
|
|
419
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
|
|
420
|
+
|
|
421
|
+
### Changes
|
|
422
|
+
|
|
423
|
+
- feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
|
|
424
|
+
- export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
|
|
425
|
+
|
|
426
|
+
## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
|
|
427
|
+
|
|
428
|
+
Thu, 08 Aug 2024 04:07:16 GMT
|
|
429
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
|
|
430
|
+
|
|
431
|
+
### Changes
|
|
432
|
+
|
|
433
|
+
- [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)
|
|
434
|
+
|
|
435
|
+
## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
|
|
436
|
+
|
|
437
|
+
Tue, 06 Aug 2024 04:07:08 GMT
|
|
438
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
|
|
439
|
+
|
|
440
|
+
### Changes
|
|
441
|
+
|
|
442
|
+
- Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
|
|
443
|
+
|
|
444
|
+
## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
|
|
445
|
+
|
|
446
|
+
Mon, 05 Aug 2024 04:08:39 GMT
|
|
447
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
|
|
448
|
+
|
|
449
|
+
### Changes
|
|
450
|
+
|
|
451
|
+
- fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
|
|
452
|
+
|
|
453
|
+
## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
|
|
454
|
+
|
|
455
|
+
Fri, 02 Aug 2024 04:07:54 GMT
|
|
456
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
|
|
457
|
+
|
|
458
|
+
### Changes
|
|
459
|
+
|
|
460
|
+
- Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
|
|
461
|
+
- feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
|
|
462
|
+
|
|
463
|
+
## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
|
|
464
|
+
|
|
465
|
+
Mon, 29 Jul 2024 04:07:23 GMT
|
|
466
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
|
|
467
|
+
|
|
468
|
+
### Changes
|
|
469
|
+
|
|
470
|
+
- chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
|
|
471
|
+
- fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
|
|
472
|
+
|
|
473
|
+
## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
|
|
474
|
+
|
|
475
|
+
Fri, 26 Jul 2024 04:08:24 GMT
|
|
476
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
|
|
477
|
+
|
|
478
|
+
### Changes
|
|
479
|
+
|
|
480
|
+
- [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)
|
|
481
|
+
|
|
482
|
+
## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
|
|
483
|
+
|
|
484
|
+
Thu, 25 Jul 2024 04:08:33 GMT
|
|
485
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
|
|
486
|
+
|
|
487
|
+
### Changes
|
|
488
|
+
|
|
489
|
+
- chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
|
|
490
|
+
- 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)
|
|
491
|
+
|
|
492
|
+
## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
|
|
493
|
+
|
|
494
|
+
Wed, 24 Jul 2024 04:07:07 GMT
|
|
495
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
|
|
496
|
+
|
|
497
|
+
### Changes
|
|
498
|
+
|
|
499
|
+
- 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)
|
|
500
|
+
- feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
|
|
501
|
+
- 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)
|
|
502
|
+
|
|
503
|
+
## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
|
|
504
|
+
|
|
505
|
+
Tue, 23 Jul 2024 04:07:05 GMT
|
|
506
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
|
|
507
|
+
|
|
508
|
+
### Changes
|
|
509
|
+
|
|
510
|
+
- fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
|
|
511
|
+
- chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
|
|
512
|
+
|
|
513
|
+
## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
|
|
514
|
+
|
|
515
|
+
Fri, 19 Jul 2024 04:08:32 GMT
|
|
516
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
|
|
517
|
+
|
|
518
|
+
### Changes
|
|
519
|
+
|
|
520
|
+
- chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
|
|
521
|
+
|
|
522
|
+
## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
|
|
523
|
+
|
|
524
|
+
Thu, 18 Jul 2024 04:06:50 GMT
|
|
525
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
|
|
526
|
+
|
|
527
|
+
### Changes
|
|
528
|
+
|
|
529
|
+
- fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
|
|
530
|
+
|
|
531
|
+
## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
|
|
532
|
+
|
|
533
|
+
Wed, 17 Jul 2024 04:07:52 GMT
|
|
534
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
|
|
535
|
+
|
|
536
|
+
### Changes
|
|
537
|
+
|
|
538
|
+
- chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
|
|
539
|
+
|
|
540
|
+
## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
|
|
541
|
+
|
|
542
|
+
Tue, 16 Jul 2024 04:08:02 GMT
|
|
543
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
|
|
544
|
+
|
|
545
|
+
### Changes
|
|
546
|
+
|
|
547
|
+
- fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
|
|
548
|
+
- 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)
|
|
549
|
+
- fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
|
|
550
|
+
|
|
551
|
+
## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
|
|
552
|
+
|
|
553
|
+
Thu, 11 Jul 2024 04:07:36 GMT
|
|
554
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
|
|
555
|
+
|
|
556
|
+
### Changes
|
|
557
|
+
|
|
558
|
+
- feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
|
|
559
|
+
|
|
560
|
+
## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
|
|
561
|
+
|
|
562
|
+
Tue, 09 Jul 2024 04:07:26 GMT
|
|
563
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
|
|
564
|
+
|
|
565
|
+
### Changes
|
|
566
|
+
|
|
567
|
+
- 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)
|
|
568
|
+
- 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)
|
|
569
|
+
|
|
570
|
+
## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
|
|
571
|
+
|
|
572
|
+
Thu, 04 Jul 2024 04:08:13 GMT
|
|
573
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
|
|
574
|
+
|
|
575
|
+
### Changes
|
|
576
|
+
|
|
577
|
+
- 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)
|
|
578
|
+
- fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
|
|
579
|
+
- 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)
|
|
580
|
+
|
|
581
|
+
## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
|
|
582
|
+
|
|
583
|
+
Wed, 03 Jul 2024 04:08:00 GMT
|
|
584
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
|
|
585
|
+
|
|
586
|
+
### Changes
|
|
587
|
+
|
|
588
|
+
- fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
|
|
589
|
+
- expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
|
|
590
|
+
- 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)
|
|
591
|
+
- fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
|
|
592
|
+
|
|
593
|
+
## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
|
|
594
|
+
|
|
595
|
+
Mon, 01 Jul 2024 04:08:12 GMT
|
|
596
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
|
|
597
|
+
|
|
598
|
+
### Changes
|
|
599
|
+
|
|
600
|
+
- Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
|
|
601
|
+
|
|
602
|
+
## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
|
|
603
|
+
|
|
604
|
+
Fri, 28 Jun 2024 04:07:17 GMT
|
|
605
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
|
|
606
|
+
|
|
607
|
+
### Changes
|
|
608
|
+
|
|
609
|
+
- refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
|
|
610
|
+
- Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
|
|
611
|
+
- Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
|
|
612
|
+
- chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
|
|
613
|
+
- 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)
|
|
614
|
+
|
|
615
|
+
## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
|
|
616
|
+
|
|
617
|
+
Wed, 26 Jun 2024 04:07:58 GMT
|
|
618
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
|
|
619
|
+
|
|
620
|
+
### Changes
|
|
621
|
+
|
|
622
|
+
- feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
|
|
623
|
+
|
|
624
|
+
## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
|
|
625
|
+
|
|
626
|
+
Tue, 25 Jun 2024 04:06:35 GMT
|
|
627
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
|
|
628
|
+
|
|
629
|
+
### Changes
|
|
630
|
+
|
|
631
|
+
- 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)
|
|
632
|
+
|
|
633
|
+
## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
|
|
634
|
+
|
|
635
|
+
Mon, 24 Jun 2024 04:06:02 GMT
|
|
636
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
|
|
637
|
+
|
|
638
|
+
### Changes
|
|
639
|
+
|
|
640
|
+
- Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
|
|
641
|
+
|
|
642
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
643
|
+
|
|
644
|
+
Fri, 21 Jun 2024 04:06:58 GMT
|
|
645
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
646
|
+
|
|
647
|
+
### Changes
|
|
648
|
+
|
|
649
|
+
- 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)
|
|
650
|
+
|
|
651
|
+
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
652
|
+
|
|
653
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
654
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
655
|
+
|
|
656
|
+
### Changes
|
|
657
|
+
|
|
658
|
+
- 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)
|
|
659
|
+
- feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
|
|
660
|
+
- 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)
|
|
661
|
+
- 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)
|
|
662
|
+
- 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)
|
|
663
|
+
- 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)
|
|
664
|
+
- 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)
|
|
665
|
+
- 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)
|
|
666
|
+
|
|
667
|
+
## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
|
|
668
|
+
|
|
669
|
+
Tue, 18 Jun 2024 04:05:31 GMT
|
|
670
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
|
|
671
|
+
|
|
672
|
+
### Changes
|
|
673
|
+
|
|
674
|
+
- 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)
|
|
675
|
+
- update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
|
|
676
|
+
|
|
677
|
+
## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
|
|
678
|
+
|
|
679
|
+
Fri, 14 Jun 2024 04:06:06 GMT
|
|
680
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
|
|
681
|
+
|
|
682
|
+
### Changes
|
|
683
|
+
|
|
684
|
+
- 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)
|
|
685
|
+
|
|
686
|
+
## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
|
|
687
|
+
|
|
688
|
+
Thu, 13 Jun 2024 04:06:41 GMT
|
|
689
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
|
|
690
|
+
|
|
691
|
+
### Changes
|
|
692
|
+
|
|
693
|
+
- refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
|
|
694
|
+
- add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
|
|
695
|
+
|
|
696
|
+
## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
|
|
697
|
+
|
|
698
|
+
Wed, 12 Jun 2024 04:06:09 GMT
|
|
699
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
|
|
700
|
+
|
|
701
|
+
### Changes
|
|
702
|
+
|
|
703
|
+
- 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)
|
|
704
|
+
- refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
|
|
705
|
+
|
|
706
|
+
## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
|
|
707
|
+
|
|
708
|
+
Tue, 11 Jun 2024 04:06:29 GMT
|
|
709
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
|
|
710
|
+
|
|
711
|
+
### Changes
|
|
712
|
+
|
|
713
|
+
- feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
|
|
714
|
+
- 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)
|
|
715
|
+
|
|
716
|
+
## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
|
|
717
|
+
|
|
718
|
+
Mon, 10 Jun 2024 04:07:58 GMT
|
|
719
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
|
|
720
|
+
|
|
721
|
+
### Changes
|
|
722
|
+
|
|
723
|
+
- 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)
|
|
724
|
+
- 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)
|
|
725
|
+
- 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)
|
|
726
|
+
|
|
727
|
+
## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
|
|
728
|
+
|
|
729
|
+
Fri, 07 Jun 2024 04:06:31 GMT
|
|
730
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
|
|
731
|
+
|
|
732
|
+
### Changes
|
|
733
|
+
|
|
734
|
+
- Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
|
|
735
|
+
- Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
|
|
736
|
+
|
|
737
|
+
## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
|
|
738
|
+
|
|
739
|
+
Thu, 06 Jun 2024 04:06:19 GMT
|
|
740
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
|
|
741
|
+
|
|
742
|
+
### Changes
|
|
743
|
+
|
|
744
|
+
- add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
|
|
745
|
+
- fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
|
|
746
|
+
|
|
747
|
+
## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
|
|
748
|
+
|
|
749
|
+
Wed, 05 Jun 2024 04:06:41 GMT
|
|
750
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
|
|
751
|
+
|
|
752
|
+
### Changes
|
|
753
|
+
|
|
754
|
+
- chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
|
|
755
|
+
- Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
|
|
756
|
+
- 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)
|
|
757
|
+
|
|
758
|
+
## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
|
|
759
|
+
|
|
760
|
+
Mon, 03 Jun 2024 04:06:55 GMT
|
|
761
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
|
|
762
|
+
|
|
763
|
+
### Changes
|
|
764
|
+
|
|
765
|
+
- chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
|
|
766
|
+
|
|
767
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
768
|
+
|
|
769
|
+
Fri, 24 May 2024 04:06:21 GMT
|
|
770
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
771
|
+
|
|
772
|
+
### Changes
|
|
773
|
+
|
|
774
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
775
|
+
|
|
776
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
777
|
+
|
|
778
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
779
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
780
|
+
|
|
781
|
+
### Changes
|
|
782
|
+
|
|
783
|
+
- 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)
|
|
784
|
+
|
|
785
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
786
|
+
|
|
787
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
788
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
789
|
+
|
|
790
|
+
### Changes
|
|
791
|
+
|
|
792
|
+
- 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)
|
|
793
|
+
|
|
794
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
795
|
+
|
|
796
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
797
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
798
|
+
|
|
799
|
+
### Changes
|
|
800
|
+
|
|
801
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
802
|
+
|
|
803
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
804
|
+
|
|
805
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
806
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
807
|
+
|
|
808
|
+
### Changes
|
|
809
|
+
|
|
810
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
811
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
812
|
+
|
|
813
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
814
|
+
|
|
815
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
816
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
817
|
+
|
|
818
|
+
### Changes
|
|
819
|
+
|
|
820
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
821
|
+
|
|
822
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
823
|
+
|
|
824
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
825
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
826
|
+
|
|
827
|
+
### Changes
|
|
828
|
+
|
|
829
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
830
|
+
|
|
831
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
832
|
+
|
|
833
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
834
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
835
|
+
|
|
836
|
+
### Changes
|
|
837
|
+
|
|
838
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
839
|
+
|
|
840
|
+
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
841
|
+
|
|
842
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
843
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
844
|
+
|
|
845
|
+
### Changes
|
|
846
|
+
|
|
847
|
+
- ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
|
|
848
|
+
|
|
849
|
+
## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
|
|
850
|
+
|
|
851
|
+
Tue, 23 Apr 2024 04:09:06 GMT
|
|
852
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
|
|
853
|
+
|
|
854
|
+
### Changes
|
|
855
|
+
|
|
856
|
+
- Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
|
|
857
|
+
|
|
858
|
+
## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
|
|
859
|
+
|
|
860
|
+
Mon, 15 Apr 2024 04:09:34 GMT
|
|
861
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
|
|
862
|
+
|
|
863
|
+
### Changes
|
|
864
|
+
|
|
865
|
+
- fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
|
|
866
|
+
|
|
7
867
|
## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
|
|
8
868
|
|
|
9
|
-
Tue, 09 Apr 2024 04:
|
|
869
|
+
Tue, 09 Apr 2024 04:08:05 GMT
|
|
10
870
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
|
|
11
871
|
|
|
12
872
|
### Changes
|
|
@@ -368,7 +1228,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
368
1228
|
|
|
369
1229
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
370
1230
|
|
|
371
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
1231
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
372
1232
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
373
1233
|
|
|
374
1234
|
### Changes
|
|
@@ -377,7 +1237,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
377
1237
|
|
|
378
1238
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
379
1239
|
|
|
380
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
1240
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
381
1241
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
382
1242
|
|
|
383
1243
|
### Changes
|
|
@@ -387,9 +1247,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
387
1247
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
388
1248
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
389
1249
|
|
|
1250
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
1251
|
+
|
|
1252
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
1253
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
1254
|
+
|
|
1255
|
+
### Patches
|
|
1256
|
+
|
|
1257
|
+
- 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 =)
|
|
1258
|
+
|
|
1259
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
1260
|
+
|
|
1261
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
1262
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
1263
|
+
|
|
1264
|
+
### Minor changes
|
|
1265
|
+
|
|
1266
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
1267
|
+
|
|
1268
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
1269
|
+
|
|
1270
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
1271
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
1272
|
+
|
|
1273
|
+
### Patches
|
|
1274
|
+
|
|
1275
|
+
- 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)
|
|
1276
|
+
|
|
1277
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
1278
|
+
|
|
1279
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
1280
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
1281
|
+
|
|
1282
|
+
### Patches
|
|
1283
|
+
|
|
1284
|
+
- 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)
|
|
1285
|
+
|
|
1286
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
1287
|
+
|
|
1288
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
1289
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
1290
|
+
|
|
1291
|
+
### Patches
|
|
1292
|
+
|
|
1293
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
1294
|
+
|
|
1295
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
1296
|
+
|
|
1297
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
1298
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
1299
|
+
|
|
1300
|
+
### Patches
|
|
1301
|
+
|
|
1302
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
1303
|
+
|
|
1304
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
1305
|
+
|
|
1306
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
1307
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
1308
|
+
|
|
1309
|
+
### Patches
|
|
1310
|
+
|
|
1311
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
1312
|
+
|
|
390
1313
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
391
1314
|
|
|
392
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
1315
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
393
1316
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
394
1317
|
|
|
395
1318
|
### Patches
|
|
@@ -398,7 +1321,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
398
1321
|
|
|
399
1322
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
400
1323
|
|
|
401
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
1324
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
402
1325
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
403
1326
|
|
|
404
1327
|
### Patches
|
|
@@ -407,7 +1330,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
407
1330
|
|
|
408
1331
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
409
1332
|
|
|
410
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
1333
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
411
1334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
412
1335
|
|
|
413
1336
|
### Patches
|
|
@@ -416,7 +1339,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
416
1339
|
|
|
417
1340
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
418
1341
|
|
|
419
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
1342
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
420
1343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
421
1344
|
|
|
422
1345
|
### Patches
|
|
@@ -425,7 +1348,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
425
1348
|
|
|
426
1349
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
427
1350
|
|
|
428
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
1351
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
429
1352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
430
1353
|
|
|
431
1354
|
### Patches
|
|
@@ -434,7 +1357,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
434
1357
|
|
|
435
1358
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
436
1359
|
|
|
437
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
1360
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
438
1361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
439
1362
|
|
|
440
1363
|
### Patches
|
|
@@ -443,7 +1366,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
443
1366
|
|
|
444
1367
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
445
1368
|
|
|
446
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
1369
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
447
1370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
448
1371
|
|
|
449
1372
|
### Patches
|
|
@@ -452,7 +1375,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
452
1375
|
|
|
453
1376
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
454
1377
|
|
|
455
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
1378
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
456
1379
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
457
1380
|
|
|
458
1381
|
### Patches
|
|
@@ -461,7 +1384,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
461
1384
|
|
|
462
1385
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
463
1386
|
|
|
464
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
1387
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
465
1388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
466
1389
|
|
|
467
1390
|
### Patches
|
|
@@ -470,7 +1393,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
470
1393
|
|
|
471
1394
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
472
1395
|
|
|
473
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
1396
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
474
1397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
475
1398
|
|
|
476
1399
|
### Patches
|
|
@@ -479,7 +1402,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
479
1402
|
|
|
480
1403
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
481
1404
|
|
|
482
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
1405
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
483
1406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
484
1407
|
|
|
485
1408
|
### Patches
|
|
@@ -488,7 +1411,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
488
1411
|
|
|
489
1412
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
490
1413
|
|
|
491
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
1414
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
492
1415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
493
1416
|
|
|
494
1417
|
### Patches
|
|
@@ -497,7 +1420,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
497
1420
|
|
|
498
1421
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
499
1422
|
|
|
500
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
1423
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
501
1424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
502
1425
|
|
|
503
1426
|
### Minor changes
|
|
@@ -506,7 +1429,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
506
1429
|
|
|
507
1430
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
508
1431
|
|
|
509
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
1432
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
510
1433
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
511
1434
|
|
|
512
1435
|
### Minor changes
|
|
@@ -515,7 +1438,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
515
1438
|
|
|
516
1439
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
517
1440
|
|
|
518
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
1441
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
519
1442
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
520
1443
|
|
|
521
1444
|
### Patches
|
|
@@ -524,7 +1447,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
524
1447
|
|
|
525
1448
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
526
1449
|
|
|
527
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
1450
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
528
1451
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
529
1452
|
|
|
530
1453
|
### Minor changes
|
|
@@ -533,7 +1456,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
533
1456
|
|
|
534
1457
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
535
1458
|
|
|
536
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
1459
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
537
1460
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
538
1461
|
|
|
539
1462
|
### Patches
|
|
@@ -542,7 +1465,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
542
1465
|
|
|
543
1466
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
544
1467
|
|
|
545
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
1468
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
546
1469
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
547
1470
|
|
|
548
1471
|
### Patches
|
|
@@ -551,7 +1474,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
551
1474
|
|
|
552
1475
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
553
1476
|
|
|
554
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
1477
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
555
1478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
556
1479
|
|
|
557
1480
|
### Patches
|
|
@@ -560,7 +1483,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
560
1483
|
|
|
561
1484
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
562
1485
|
|
|
563
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
1486
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
564
1487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
565
1488
|
|
|
566
1489
|
### Minor changes
|
|
@@ -569,7 +1492,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
569
1492
|
|
|
570
1493
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
571
1494
|
|
|
572
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
1495
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
573
1496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
574
1497
|
|
|
575
1498
|
### Patches
|
|
@@ -578,7 +1501,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
578
1501
|
|
|
579
1502
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
580
1503
|
|
|
581
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
1504
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
582
1505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
583
1506
|
|
|
584
1507
|
### Patches
|
|
@@ -587,7 +1510,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
587
1510
|
|
|
588
1511
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
589
1512
|
|
|
590
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
1513
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
591
1514
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
592
1515
|
|
|
593
1516
|
### Patches
|
|
@@ -596,7 +1519,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
596
1519
|
|
|
597
1520
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
598
1521
|
|
|
599
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
1522
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
600
1523
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
601
1524
|
|
|
602
1525
|
### Minor changes
|
|
@@ -605,7 +1528,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
605
1528
|
|
|
606
1529
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
607
1530
|
|
|
608
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
1531
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
609
1532
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
610
1533
|
|
|
611
1534
|
### Patches
|
|
@@ -614,7 +1537,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
614
1537
|
|
|
615
1538
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
616
1539
|
|
|
617
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
1540
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
618
1541
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
619
1542
|
|
|
620
1543
|
### Patches
|
|
@@ -625,7 +1548,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
625
1548
|
|
|
626
1549
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
627
1550
|
|
|
628
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
1551
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
629
1552
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
630
1553
|
|
|
631
1554
|
### Major changes
|
|
@@ -634,7 +1557,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
634
1557
|
|
|
635
1558
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
636
1559
|
|
|
637
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
1560
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
638
1561
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
639
1562
|
|
|
640
1563
|
### Patches
|
|
@@ -643,7 +1566,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
643
1566
|
|
|
644
1567
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
645
1568
|
|
|
646
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
1569
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
647
1570
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
648
1571
|
|
|
649
1572
|
### Patches
|
|
@@ -652,7 +1575,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
652
1575
|
|
|
653
1576
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
654
1577
|
|
|
655
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
1578
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
656
1579
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
657
1580
|
|
|
658
1581
|
### Patches
|
|
@@ -661,7 +1584,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
661
1584
|
|
|
662
1585
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
663
1586
|
|
|
664
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
1587
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
665
1588
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
666
1589
|
|
|
667
1590
|
### Minor changes
|
|
@@ -675,7 +1598,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
675
1598
|
|
|
676
1599
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
677
1600
|
|
|
678
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
1601
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
679
1602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
680
1603
|
|
|
681
1604
|
### Patches
|
|
@@ -684,7 +1607,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
684
1607
|
|
|
685
1608
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
686
1609
|
|
|
687
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
1610
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
688
1611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
689
1612
|
|
|
690
1613
|
### Patches
|
|
@@ -694,7 +1617,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
694
1617
|
|
|
695
1618
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
696
1619
|
|
|
697
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
1620
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
698
1621
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
699
1622
|
|
|
700
1623
|
### Patches
|
|
@@ -703,7 +1626,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
703
1626
|
|
|
704
1627
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
705
1628
|
|
|
706
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
1629
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
707
1630
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
708
1631
|
|
|
709
1632
|
### Patches
|
|
@@ -712,7 +1635,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
712
1635
|
|
|
713
1636
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
714
1637
|
|
|
715
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
1638
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
716
1639
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
717
1640
|
|
|
718
1641
|
### Patches
|
|
@@ -722,7 +1645,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
722
1645
|
|
|
723
1646
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
724
1647
|
|
|
725
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
1648
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
726
1649
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
727
1650
|
|
|
728
1651
|
### Patches
|
|
@@ -731,7 +1654,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
731
1654
|
|
|
732
1655
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
733
1656
|
|
|
734
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
1657
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
735
1658
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
736
1659
|
|
|
737
1660
|
### Minor changes
|
|
@@ -740,7 +1663,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
740
1663
|
|
|
741
1664
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
742
1665
|
|
|
743
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
1666
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
744
1667
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
745
1668
|
|
|
746
1669
|
### Patches
|
|
@@ -750,7 +1673,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
750
1673
|
|
|
751
1674
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
752
1675
|
|
|
753
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
1676
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
754
1677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
755
1678
|
|
|
756
1679
|
### Patches
|
|
@@ -759,7 +1682,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
759
1682
|
|
|
760
1683
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
761
1684
|
|
|
762
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
1685
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
763
1686
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
764
1687
|
|
|
765
1688
|
### Minor changes
|
|
@@ -768,7 +1691,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
768
1691
|
|
|
769
1692
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
770
1693
|
|
|
771
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
1694
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
772
1695
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
773
1696
|
|
|
774
1697
|
### Patches
|
|
@@ -778,7 +1701,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
778
1701
|
|
|
779
1702
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
780
1703
|
|
|
781
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
1704
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
782
1705
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
783
1706
|
|
|
784
1707
|
### Patches
|
|
@@ -787,7 +1710,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
787
1710
|
|
|
788
1711
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
789
1712
|
|
|
790
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
1713
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
791
1714
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
792
1715
|
|
|
793
1716
|
### Patches
|
|
@@ -796,7 +1719,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
796
1719
|
|
|
797
1720
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
798
1721
|
|
|
799
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
1722
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
800
1723
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
801
1724
|
|
|
802
1725
|
### Patches
|
|
@@ -805,7 +1728,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
805
1728
|
|
|
806
1729
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
807
1730
|
|
|
808
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
1731
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
809
1732
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
810
1733
|
|
|
811
1734
|
### Patches
|
|
@@ -815,7 +1738,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
815
1738
|
|
|
816
1739
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
817
1740
|
|
|
818
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
1741
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
819
1742
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
820
1743
|
|
|
821
1744
|
### Patches
|
|
@@ -824,7 +1747,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
824
1747
|
|
|
825
1748
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
826
1749
|
|
|
827
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
1750
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
828
1751
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
829
1752
|
|
|
830
1753
|
### Patches
|
|
@@ -833,7 +1756,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
833
1756
|
|
|
834
1757
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
835
1758
|
|
|
836
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
1759
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
837
1760
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
838
1761
|
|
|
839
1762
|
### Patches
|
|
@@ -842,7 +1765,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
842
1765
|
|
|
843
1766
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
844
1767
|
|
|
845
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
1768
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
846
1769
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
847
1770
|
|
|
848
1771
|
### Minor changes
|
|
@@ -851,7 +1774,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
851
1774
|
|
|
852
1775
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
853
1776
|
|
|
854
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
1777
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
855
1778
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
856
1779
|
|
|
857
1780
|
### Patches
|
|
@@ -860,7 +1783,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
860
1783
|
|
|
861
1784
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
862
1785
|
|
|
863
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
1786
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
864
1787
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
865
1788
|
|
|
866
1789
|
### Patches
|
|
@@ -869,7 +1792,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
869
1792
|
|
|
870
1793
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
871
1794
|
|
|
872
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
1795
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
873
1796
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
874
1797
|
|
|
875
1798
|
### Patches
|
|
@@ -879,7 +1802,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
879
1802
|
|
|
880
1803
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
881
1804
|
|
|
882
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
1805
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
883
1806
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
884
1807
|
|
|
885
1808
|
### Minor changes
|
|
@@ -893,7 +1816,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
893
1816
|
|
|
894
1817
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
895
1818
|
|
|
896
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1819
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
897
1820
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
898
1821
|
|
|
899
1822
|
### Patches
|
|
@@ -902,7 +1825,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
902
1825
|
|
|
903
1826
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
904
1827
|
|
|
905
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1828
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
906
1829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
907
1830
|
|
|
908
1831
|
### Minor changes
|
|
@@ -912,7 +1835,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
912
1835
|
|
|
913
1836
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
914
1837
|
|
|
915
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1838
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
916
1839
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
917
1840
|
|
|
918
1841
|
### Patches
|
|
@@ -921,7 +1844,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
921
1844
|
|
|
922
1845
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
923
1846
|
|
|
924
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1847
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
925
1848
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
926
1849
|
|
|
927
1850
|
### Patches
|
|
@@ -930,7 +1853,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
930
1853
|
|
|
931
1854
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
932
1855
|
|
|
933
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1856
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
934
1857
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
935
1858
|
|
|
936
1859
|
### Major changes
|
|
@@ -963,7 +1886,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
963
1886
|
|
|
964
1887
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
965
1888
|
|
|
966
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1889
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
967
1890
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
968
1891
|
|
|
969
1892
|
### Patches
|
|
@@ -972,7 +1895,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
972
1895
|
|
|
973
1896
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
974
1897
|
|
|
975
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1898
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
976
1899
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
977
1900
|
|
|
978
1901
|
### Minor changes
|
|
@@ -981,7 +1904,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
981
1904
|
|
|
982
1905
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
983
1906
|
|
|
984
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
1907
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
985
1908
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
986
1909
|
|
|
987
1910
|
### Patches
|
|
@@ -990,7 +1913,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
990
1913
|
|
|
991
1914
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
992
1915
|
|
|
993
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
1916
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
994
1917
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
995
1918
|
|
|
996
1919
|
### Patches
|
|
@@ -1000,7 +1923,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
1000
1923
|
|
|
1001
1924
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
1002
1925
|
|
|
1003
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1926
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1004
1927
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
1005
1928
|
|
|
1006
1929
|
### Minor changes
|
|
@@ -1009,7 +1932,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
1009
1932
|
|
|
1010
1933
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
1011
1934
|
|
|
1012
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1935
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1013
1936
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
1014
1937
|
|
|
1015
1938
|
### Patches
|
|
@@ -1018,7 +1941,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
1018
1941
|
|
|
1019
1942
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
1020
1943
|
|
|
1021
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1944
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1022
1945
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
1023
1946
|
|
|
1024
1947
|
### Patches
|
|
@@ -1027,7 +1950,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1027
1950
|
|
|
1028
1951
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
1029
1952
|
|
|
1030
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1953
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1031
1954
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
1032
1955
|
|
|
1033
1956
|
### Patches
|
|
@@ -1036,7 +1959,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
1036
1959
|
|
|
1037
1960
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
1038
1961
|
|
|
1039
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1962
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1040
1963
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
1041
1964
|
|
|
1042
1965
|
### Minor changes
|
|
@@ -1045,7 +1968,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1045
1968
|
|
|
1046
1969
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
1047
1970
|
|
|
1048
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1971
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1049
1972
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
1050
1973
|
|
|
1051
1974
|
### Patches
|
|
@@ -1054,7 +1977,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1054
1977
|
|
|
1055
1978
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1056
1979
|
|
|
1057
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1980
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1058
1981
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1059
1982
|
|
|
1060
1983
|
### Minor changes
|
|
@@ -1067,7 +1990,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1067
1990
|
|
|
1068
1991
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1069
1992
|
|
|
1070
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1993
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1071
1994
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1072
1995
|
|
|
1073
1996
|
### Minor changes
|
|
@@ -1076,7 +1999,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1076
1999
|
|
|
1077
2000
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1078
2001
|
|
|
1079
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
2002
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1080
2003
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1081
2004
|
|
|
1082
2005
|
### Minor changes
|
|
@@ -1089,7 +2012,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1089
2012
|
|
|
1090
2013
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1091
2014
|
|
|
1092
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
2015
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1093
2016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1094
2017
|
|
|
1095
2018
|
### Patches
|
|
@@ -1098,7 +2021,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1098
2021
|
|
|
1099
2022
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1100
2023
|
|
|
1101
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
2024
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1102
2025
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1103
2026
|
|
|
1104
2027
|
### Patches
|
|
@@ -1107,7 +2030,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1107
2030
|
|
|
1108
2031
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1109
2032
|
|
|
1110
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
2033
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1111
2034
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1112
2035
|
|
|
1113
2036
|
### Minor changes
|
|
@@ -1116,7 +2039,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1116
2039
|
|
|
1117
2040
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1118
2041
|
|
|
1119
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
2042
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1120
2043
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1121
2044
|
|
|
1122
2045
|
### Minor changes
|
|
@@ -1126,7 +2049,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1126
2049
|
|
|
1127
2050
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1128
2051
|
|
|
1129
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
2052
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1130
2053
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1131
2054
|
|
|
1132
2055
|
### Patches
|
|
@@ -1136,7 +2059,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1136
2059
|
|
|
1137
2060
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1138
2061
|
|
|
1139
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
2062
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1140
2063
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1141
2064
|
|
|
1142
2065
|
### Patches
|
|
@@ -1145,7 +2068,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1145
2068
|
|
|
1146
2069
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1147
2070
|
|
|
1148
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
2071
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1149
2072
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1150
2073
|
|
|
1151
2074
|
### Minor changes
|
|
@@ -1154,7 +2077,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1154
2077
|
|
|
1155
2078
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1156
2079
|
|
|
1157
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
2080
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1158
2081
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1159
2082
|
|
|
1160
2083
|
### Patches
|
|
@@ -1163,7 +2086,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1163
2086
|
|
|
1164
2087
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1165
2088
|
|
|
1166
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
2089
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1167
2090
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1168
2091
|
|
|
1169
2092
|
### Minor changes
|
|
@@ -1176,7 +2099,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1176
2099
|
|
|
1177
2100
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1178
2101
|
|
|
1179
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
2102
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1180
2103
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1181
2104
|
|
|
1182
2105
|
### Patches
|
|
@@ -1185,7 +2108,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1185
2108
|
|
|
1186
2109
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1187
2110
|
|
|
1188
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
2111
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1189
2112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1190
2113
|
|
|
1191
2114
|
### Minor changes
|
|
@@ -1194,7 +2117,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1194
2117
|
|
|
1195
2118
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1196
2119
|
|
|
1197
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
2120
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1198
2121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1199
2122
|
|
|
1200
2123
|
### Minor changes
|
|
@@ -1207,7 +2130,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1207
2130
|
|
|
1208
2131
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1209
2132
|
|
|
1210
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
2133
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1211
2134
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1212
2135
|
|
|
1213
2136
|
### Patches
|
|
@@ -1216,7 +2139,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1216
2139
|
|
|
1217
2140
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1218
2141
|
|
|
1219
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
2142
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1220
2143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1221
2144
|
|
|
1222
2145
|
### Patches
|
|
@@ -1225,7 +2148,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1225
2148
|
|
|
1226
2149
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1227
2150
|
|
|
1228
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
2151
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1229
2152
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1230
2153
|
|
|
1231
2154
|
### Patches
|
|
@@ -1235,7 +2158,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1235
2158
|
|
|
1236
2159
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1237
2160
|
|
|
1238
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
2161
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1239
2162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1240
2163
|
|
|
1241
2164
|
### Patches
|
|
@@ -1244,7 +2167,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1244
2167
|
|
|
1245
2168
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1246
2169
|
|
|
1247
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
2170
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1248
2171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1249
2172
|
|
|
1250
2173
|
### Patches
|
|
@@ -1259,7 +2182,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1259
2182
|
|
|
1260
2183
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1261
2184
|
|
|
1262
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
2185
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1263
2186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1264
2187
|
|
|
1265
2188
|
### Patches
|
|
@@ -1268,7 +2191,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1268
2191
|
|
|
1269
2192
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1270
2193
|
|
|
1271
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
2194
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1272
2195
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1273
2196
|
|
|
1274
2197
|
### Minor changes
|
|
@@ -1281,7 +2204,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1281
2204
|
|
|
1282
2205
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1283
2206
|
|
|
1284
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
2207
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1285
2208
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1286
2209
|
|
|
1287
2210
|
### Patches
|
|
@@ -1290,7 +2213,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1290
2213
|
|
|
1291
2214
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1292
2215
|
|
|
1293
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
2216
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1294
2217
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1295
2218
|
|
|
1296
2219
|
### Patches
|
|
@@ -1299,7 +2222,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1299
2222
|
|
|
1300
2223
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1301
2224
|
|
|
1302
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
2225
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1303
2226
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1304
2227
|
|
|
1305
2228
|
### Minor changes
|
|
@@ -1308,7 +2231,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1308
2231
|
|
|
1309
2232
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1310
2233
|
|
|
1311
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
2234
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1312
2235
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1313
2236
|
|
|
1314
2237
|
### Patches
|
|
@@ -1320,7 +2243,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1320
2243
|
|
|
1321
2244
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1322
2245
|
|
|
1323
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
2246
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1324
2247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1325
2248
|
|
|
1326
2249
|
### Minor changes
|
|
@@ -1329,7 +2252,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1329
2252
|
|
|
1330
2253
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1331
2254
|
|
|
1332
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
2255
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1333
2256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1334
2257
|
|
|
1335
2258
|
### Patches
|
|
@@ -1338,7 +2261,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1338
2261
|
|
|
1339
2262
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1340
2263
|
|
|
1341
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
2264
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1342
2265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1343
2266
|
|
|
1344
2267
|
### Patches
|
|
@@ -1347,7 +2270,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1347
2270
|
|
|
1348
2271
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1349
2272
|
|
|
1350
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
2273
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1351
2274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1352
2275
|
|
|
1353
2276
|
### Minor changes
|