@fluentui/web-components 3.0.0-beta.7 → 3.0.0-beta.70
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 +774 -103
- package/README.md +46 -15
- package/dist/dts/accordion/accordion.bench.d.ts +3 -0
- package/dist/dts/accordion/accordion.d.ts +70 -3
- package/dist/dts/accordion/accordion.definition.d.ts +0 -4
- package/dist/dts/accordion/accordion.options.d.ts +14 -0
- package/dist/dts/accordion/accordion.template.d.ts +4 -0
- package/dist/dts/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +120 -12
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
- package/dist/dts/accordion-item/accordion-item.options.d.ts +4 -4
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
- package/dist/dts/accordion-item/index.d.ts +3 -2
- package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
- package/dist/dts/anchor-button/anchor-button.d.ts +185 -26
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
- package/dist/dts/anchor-button/anchor-button.options.d.ts +43 -6
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
- package/dist/dts/anchor-button/index.d.ts +4 -3
- package/dist/dts/avatar/avatar.bench.d.ts +3 -0
- package/dist/dts/avatar/avatar.d.ts +51 -23
- package/dist/dts/avatar/avatar.options.d.ts +7 -7
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/badge.bench.d.ts +3 -0
- package/dist/dts/badge/badge.d.ts +31 -1
- package/dist/dts/badge/badge.definition.d.ts +0 -3
- package/dist/dts/badge/badge.options.d.ts +7 -7
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/button.bench.d.ts +3 -0
- package/dist/dts/button/button.d.ts +284 -23
- package/dist/dts/button/button.definition.d.ts +2 -3
- package/dist/dts/button/button.options.d.ts +42 -7
- package/dist/dts/button/button.styles.d.ts +9 -0
- package/dist/dts/button/button.template.d.ts +8 -0
- package/dist/dts/button/index.d.ts +5 -4
- package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
- package/dist/dts/checkbox/checkbox.d.ts +343 -15
- package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
- package/dist/dts/checkbox/checkbox.template.d.ts +7 -1
- package/dist/dts/checkbox/index.d.ts +4 -3
- package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
- package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
- package/dist/dts/compound-button/compound-button.options.d.ts +5 -10
- 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 +37 -1
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
- package/dist/dts/counter-badge/counter-badge.options.d.ts +6 -6
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/dialog.bench.d.ts +3 -0
- package/dist/dts/dialog/dialog.d.ts +12 -146
- package/dist/dts/dialog/dialog.options.d.ts +3 -3
- package/dist/dts/dialog/index.d.ts +2 -1
- package/dist/dts/dialog-body/define.d.ts +1 -0
- package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
- package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
- package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
- package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
- package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
- package/dist/dts/dialog-body/index.d.ts +4 -0
- package/dist/dts/divider/divider.bench.d.ts +3 -0
- package/dist/dts/divider/divider.d.ts +74 -12
- package/dist/dts/divider/divider.options.d.ts +32 -9
- package/dist/dts/divider/divider.template.d.ts +1 -0
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/drawer/define.d.ts +1 -0
- package/dist/dts/drawer/drawer.d.ts +93 -0
- package/dist/dts/drawer/drawer.definition.d.ts +8 -0
- package/dist/dts/drawer/drawer.options.d.ts +40 -0
- package/dist/dts/drawer/drawer.styles.d.ts +4 -0
- package/dist/dts/drawer/drawer.template.d.ts +8 -0
- package/dist/dts/drawer/index.d.ts +5 -0
- package/dist/dts/drawer-body/define.d.ts +1 -0
- package/dist/dts/drawer-body/drawer-body.d.ts +20 -0
- package/dist/dts/drawer-body/drawer-body.definition.d.ts +8 -0
- package/dist/dts/drawer-body/drawer-body.styles.d.ts +4 -0
- package/dist/dts/drawer-body/drawer-body.template.d.ts +8 -0
- package/dist/dts/drawer-body/index.d.ts +4 -0
- package/dist/dts/field/define.d.ts +1 -0
- package/dist/dts/field/field.bench.d.ts +3 -0
- package/dist/dts/field/field.d.ts +136 -0
- package/dist/dts/field/field.definition.d.ts +9 -0
- package/dist/dts/field/field.options.d.ts +43 -0
- package/dist/dts/field/field.styles.d.ts +6 -0
- package/dist/dts/field/field.template.d.ts +6 -0
- package/dist/dts/field/index.d.ts +6 -0
- package/dist/dts/form-associated/form-associated.d.ts +104 -0
- package/dist/dts/helpers.tests.d.ts +22 -0
- package/dist/dts/image/image.bench.d.ts +3 -0
- package/dist/dts/image/image.d.ts +36 -0
- package/dist/dts/image/image.options.d.ts +3 -4
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +38 -1
- package/dist/dts/index.d.ts +61 -31
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/label/label.bench.d.ts +3 -0
- package/dist/dts/label/label.d.ts +24 -2
- package/dist/dts/label/label.options.d.ts +3 -3
- package/dist/dts/link/define.d.ts +1 -0
- package/dist/dts/link/index.d.ts +5 -0
- package/dist/dts/link/link.bench.d.ts +3 -0
- package/dist/dts/link/link.d.ts +45 -0
- package/dist/dts/link/link.definition.d.ts +7 -0
- package/dist/dts/link/link.options.d.ts +52 -0
- package/dist/dts/link/link.styles.d.ts +1 -0
- package/dist/dts/link/link.template.d.ts +12 -0
- package/dist/dts/menu/index.d.ts +1 -1
- package/dist/dts/menu/menu.bench.d.ts +3 -0
- package/dist/dts/menu/menu.d.ts +86 -57
- 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.definition.d.ts +0 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +6 -7
- 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 +144 -5
- package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
- package/dist/dts/menu-item/menu-item.styles.d.ts +5 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
- package/dist/dts/menu-list/menu-list.d.ts +73 -4
- package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
- package/dist/dts/message-bar/define.d.ts +1 -0
- package/dist/dts/message-bar/index.d.ts +5 -0
- package/dist/dts/message-bar/message-bar.bench.d.ts +3 -0
- package/dist/dts/message-bar/message-bar.d.ts +66 -0
- package/dist/dts/message-bar/message-bar.definition.d.ts +9 -0
- package/dist/dts/message-bar/message-bar.options.d.ts +30 -0
- package/dist/dts/message-bar/message-bar.styles.d.ts +7 -0
- package/dist/dts/message-bar/message-bar.template.d.ts +14 -0
- package/dist/dts/patterns/aria-globals.d.ts +189 -0
- package/dist/dts/patterns/index.d.ts +2 -0
- package/dist/dts/patterns/start-end.d.ts +44 -0
- package/dist/dts/progress-bar/index.d.ts +2 -2
- package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +89 -13
- package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
- package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -0
- 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 +57 -3
- 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 +13 -0
- package/dist/dts/radio-group/index.d.ts +2 -2
- package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
- package/dist/dts/radio-group/radio-group.d.ts +257 -6
- package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +2 -1
- package/dist/dts/rating-display/define.d.ts +1 -0
- package/dist/dts/rating-display/index.d.ts +5 -0
- package/dist/dts/rating-display/rating-display.d.ts +150 -0
- package/dist/dts/rating-display/rating-display.definition.d.ts +9 -0
- package/dist/dts/rating-display/rating-display.options.d.ts +29 -0
- package/dist/dts/rating-display/rating-display.styles.d.ts +6 -0
- package/dist/dts/rating-display/rating-display.template.d.ts +14 -0
- package/dist/dts/slider/index.d.ts +3 -2
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.bench.d.ts +3 -0
- package/dist/dts/slider/slider.d.ts +341 -6
- package/dist/dts/slider/slider.form-associated.d.ts +14 -0
- package/dist/dts/slider/slider.options.d.ts +44 -3
- package/dist/dts/slider/slider.template.d.ts +4 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.bench.d.ts +3 -0
- package/dist/dts/spinner/spinner.d.ts +29 -4
- package/dist/dts/spinner/spinner.definition.d.ts +0 -4
- package/dist/dts/spinner/spinner.options.d.ts +3 -3
- package/dist/dts/spinner/spinner.template.d.ts +1 -2
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
- package/dist/dts/styles/states/index.d.ts +256 -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 +7 -12
- package/dist/dts/switch/switch.form-associated.d.ts +14 -0
- package/dist/dts/switch/switch.options.d.ts +2 -2
- package/dist/dts/switch/switch.template.d.ts +2 -1
- 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 +17 -2
- package/dist/dts/tab/tab.template.d.ts +3 -3
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
- package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
- package/dist/dts/tablist/define.d.ts +1 -0
- package/dist/dts/tablist/index.d.ts +5 -0
- package/dist/dts/tablist/tablist.bench.d.ts +3 -0
- package/dist/dts/tablist/tablist.d.ts +191 -0
- package/dist/dts/tablist/tablist.definition.d.ts +7 -0
- package/dist/dts/tablist/tablist.options.d.ts +44 -0
- package/dist/dts/tablist/tablist.styles.d.ts +4 -0
- package/dist/dts/tablist/tablist.template.d.ts +5 -0
- package/dist/dts/tabs/index.d.ts +5 -4
- package/dist/dts/tabs/tabs.bench.d.ts +3 -0
- package/dist/dts/tabs/tabs.d.ts +102 -13
- package/dist/dts/tabs/tabs.options.d.ts +23 -5
- package/dist/dts/tabs/tabs.template.d.ts +5 -1
- 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 +40 -1
- package/dist/dts/text/text.options.d.ts +5 -5
- package/dist/dts/text-input/index.d.ts +5 -5
- package/dist/dts/text-input/text-input.bench.d.ts +3 -0
- package/dist/dts/text-input/text-input.d.ts +415 -11
- package/dist/dts/text-input/text-input.definition.d.ts +2 -3
- package/dist/dts/text-input/text-input.options.d.ts +31 -10
- package/dist/dts/text-input/text-input.styles.d.ts +5 -2
- package/dist/dts/text-input/text-input.template.d.ts +8 -1
- package/dist/dts/textarea/define.d.ts +1 -0
- package/dist/dts/textarea/index.d.ts +5 -0
- package/dist/dts/textarea/textarea.bench.d.ts +3 -0
- package/dist/dts/textarea/textarea.d.ts +390 -0
- package/dist/dts/textarea/textarea.definition.d.ts +9 -0
- package/dist/dts/textarea/textarea.options.d.ts +49 -0
- package/dist/dts/textarea/textarea.styles.d.ts +7 -0
- package/dist/dts/textarea/textarea.template.d.ts +12 -0
- package/dist/dts/theme/design-tokens.d.ts +2220 -384
- package/dist/dts/theme/index.d.ts +1 -1
- package/dist/dts/theme/set-theme.d.ts +27 -5
- package/dist/dts/theme/set-theme.global.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.local.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.shadow.bench.d.ts +3 -0
- package/dist/dts/toggle-button/index.d.ts +5 -4
- package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
- package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
- package/dist/dts/toggle-button/toggle-button.options.d.ts +6 -7
- package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
- package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
- package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
- package/dist/dts/utils/converters.d.ts +17 -0
- package/dist/dts/utils/direction.d.ts +10 -0
- package/dist/dts/utils/display.d.ts +17 -0
- package/dist/dts/utils/element-internals.d.ts +20 -0
- package/dist/dts/utils/focusable-element.d.ts +3 -0
- package/dist/dts/utils/index.d.ts +7 -0
- package/dist/dts/utils/root-active-element.d.ts +1 -0
- package/dist/dts/utils/template-helpers.d.ts +16 -0
- package/dist/dts/utils/typings.d.ts +6 -0
- package/dist/dts/utils/whitespace-filter.d.ts +12 -0
- package/dist/esm/accordion/accordion.bench.js +30 -0
- package/dist/esm/accordion/accordion.bench.js.map +1 -0
- package/dist/esm/accordion/accordion.definition.js +0 -4
- package/dist/esm/accordion/accordion.definition.js.map +1 -1
- package/dist/esm/accordion/accordion.js +172 -3
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +9 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion/accordion.template.js +11 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
- package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +138 -13
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js +1 -1
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +63 -85
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +30 -4
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
- package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -6
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +193 -60
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +26 -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 +21 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/anchor-button/index.js +3 -3
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.bench.js +10 -0
- package/dist/esm/avatar/avatar.bench.js.map +1 -0
- package/dist/esm/avatar/avatar.js +66 -37
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +132 -132
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.template.js +2 -4
- package/dist/esm/avatar/avatar.template.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/badge.bench.js +11 -0
- package/dist/esm/badge/badge.bench.js.map +1 -0
- package/dist/esm/badge/badge.definition.js +0 -3
- package/dist/esm/badge/badge.definition.js.map +1 -1
- package/dist/esm/badge/badge.js +61 -7
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +17 -9
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -2
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/button.bench.js +11 -0
- package/dist/esm/button/button.bench.js.map +1 -0
- package/dist/esm/button/button.definition.js +2 -6
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +331 -38
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +20 -1
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +154 -136
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +23 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/button/index.js +4 -4
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.bench.js +11 -0
- package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
- package/dist/esm/checkbox/checkbox.definition.js +1 -1
- package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js +447 -13
- 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 +146 -128
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +34 -17
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/checkbox/index.js +3 -3
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/compound-button.bench.js +15 -0
- package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
- package/dist/esm/compound-button/compound-button.definition.js +0 -6
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +34 -35
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +4 -40
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
- package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +69 -7
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js +14 -8
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/dialog.bench.js +11 -0
- package/dist/esm/dialog/dialog.bench.js.map +1 -0
- package/dist/esm/dialog/dialog.js +33 -312
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/dialog/dialog.options.js +1 -1
- package/dist/esm/dialog/dialog.options.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +69 -85
- package/dist/esm/dialog/dialog.styles.js.map +1 -1
- package/dist/esm/dialog/dialog.template.js +17 -54
- package/dist/esm/dialog/dialog.template.js.map +1 -1
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/dialog-body/define.js +4 -0
- package/dist/esm/dialog-body/define.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
- package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
- package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.js +22 -0
- package/dist/esm/dialog-body/dialog-body.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
- package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.template.js +42 -0
- package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
- package/dist/esm/dialog-body/index.js +5 -0
- package/dist/esm/dialog-body/index.js.map +1 -0
- package/dist/esm/divider/divider.bench.js +10 -0
- package/dist/esm/divider/divider.bench.js.map +1 -0
- package/dist/esm/divider/divider.js +104 -12
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -6
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +45 -44
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/divider.template.js +4 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/drawer/define.js +4 -0
- package/dist/esm/drawer/define.js.map +1 -0
- package/dist/esm/drawer/drawer.definition.js +16 -0
- package/dist/esm/drawer/drawer.definition.js.map +1 -0
- package/dist/esm/drawer/drawer.js +132 -0
- package/dist/esm/drawer/drawer.js.map +1 -0
- package/dist/esm/drawer/drawer.options.js +25 -0
- package/dist/esm/drawer/drawer.options.js.map +1 -0
- package/dist/esm/drawer/drawer.styles.js +138 -0
- package/dist/esm/drawer/drawer.styles.js.map +1 -0
- package/dist/esm/drawer/drawer.template.js +28 -0
- package/dist/esm/drawer/drawer.template.js.map +1 -0
- package/dist/esm/drawer/index.js +6 -0
- package/dist/esm/drawer/index.js.map +1 -0
- package/dist/esm/drawer-body/define.js +4 -0
- package/dist/esm/drawer-body/define.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.definition.js +16 -0
- package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.js +21 -0
- package/dist/esm/drawer-body/drawer-body.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.styles.js +31 -0
- package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.template.js +21 -0
- package/dist/esm/drawer-body/drawer-body.template.js.map +1 -0
- package/dist/esm/drawer-body/index.js +5 -0
- package/dist/esm/drawer-body/index.js.map +1 -0
- package/dist/esm/field/define.js +4 -0
- package/dist/esm/field/define.js.map +1 -0
- package/dist/esm/field/field.bench.js +10 -0
- package/dist/esm/field/field.bench.js.map +1 -0
- package/dist/esm/field/field.definition.js +20 -0
- package/dist/esm/field/field.definition.js.map +1 -0
- package/dist/esm/field/field.js +212 -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 +200 -0
- package/dist/esm/field/field.styles.js.map +1 -0
- package/dist/esm/field/field.template.js +26 -0
- package/dist/esm/field/field.template.js.map +1 -0
- package/dist/esm/field/index.js +6 -0
- package/dist/esm/field/index.js.map +1 -0
- package/dist/esm/form-associated/form-associated.js +458 -0
- package/dist/esm/form-associated/form-associated.js.map +1 -0
- package/dist/esm/helpers.tests.js +44 -0
- package/dist/esm/helpers.tests.js.map +1 -1
- package/dist/esm/image/image.bench.js +14 -0
- package/dist/esm/image/image.bench.js.map +1 -0
- package/dist/esm/image/image.js +61 -6
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/image.options.js +0 -1
- package/dist/esm/image/image.options.js.map +1 -1
- package/dist/esm/image/image.styles.js +14 -13
- package/dist/esm/image/image.styles.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +38 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +46 -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 +42 -6
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.styles.js +29 -21
- package/dist/esm/label/label.styles.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 +58 -0
- package/dist/esm/link/link.js.map +1 -0
- package/dist/esm/link/link.options.js +21 -0
- package/dist/esm/link/link.options.js.map +1 -0
- package/dist/esm/link/link.styles.js +72 -0
- package/dist/esm/link/link.styles.js.map +1 -0
- package/dist/esm/link/link.template.js +22 -0
- package/dist/esm/link/link.template.js.map +1 -0
- package/dist/esm/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 +146 -175
- 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 -6
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +6 -2
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/index.js +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.definition.js +0 -4
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +261 -4
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.js +27 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -0
- package/dist/esm/menu-item/menu-item.styles.js +112 -131
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +30 -7
- 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.definition.js +0 -4
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +239 -16
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +5 -5
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +12 -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 +79 -0
- package/dist/esm/message-bar/message-bar.js.map +1 -0
- package/dist/esm/message-bar/message-bar.options.js +27 -0
- package/dist/esm/message-bar/message-bar.options.js.map +1 -0
- package/dist/esm/message-bar/message-bar.styles.js +108 -0
- package/dist/esm/message-bar/message-bar.styles.js.map +1 -0
- package/dist/esm/message-bar/message-bar.template.js +25 -0
- package/dist/esm/message-bar/message-bar.template.js.map +1 -0
- package/dist/esm/patterns/aria-globals.js +72 -0
- package/dist/esm/patterns/aria-globals.js.map +1 -0
- package/dist/esm/patterns/index.js +3 -0
- package/dist/esm/patterns/index.js.map +1 -0
- package/dist/esm/patterns/start-end.js +29 -0
- package/dist/esm/patterns/start-end.js.map +1 -0
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
- package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +117 -16
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +51 -129
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +11 -5
- 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 +78 -3
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.options.js +2 -0
- package/dist/esm/radio/radio.options.js.map +1 -0
- package/dist/esm/radio/radio.styles.js +97 -90
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.js +27 -4
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -2
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.bench.js +21 -0
- package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
- package/dist/esm/radio-group/radio-group.js +457 -15
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -0
- package/dist/esm/radio-group/radio-group.styles.js +28 -33
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +15 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/rating-display/define.js +4 -0
- package/dist/esm/rating-display/define.js.map +1 -0
- package/dist/esm/rating-display/index.js +6 -0
- package/dist/esm/rating-display/index.js.map +1 -0
- package/dist/esm/rating-display/rating-display.definition.js +17 -0
- package/dist/esm/rating-display/rating-display.definition.js.map +1 -0
- package/dist/esm/rating-display/rating-display.js +169 -0
- package/dist/esm/rating-display/rating-display.js.map +1 -0
- package/dist/esm/rating-display/rating-display.options.js +19 -0
- package/dist/esm/rating-display/rating-display.options.js.map +1 -0
- package/dist/esm/rating-display/rating-display.styles.js +126 -0
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
- package/dist/esm/rating-display/rating-display.template.js +34 -0
- package/dist/esm/rating-display/rating-display.template.js.map +1 -0
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js +12 -0
- package/dist/esm/slider/slider-utilities.js.map +1 -0
- package/dist/esm/slider/slider.bench.js +10 -0
- package/dist/esm/slider/slider.bench.js.map +1 -0
- package/dist/esm/slider/slider.form-associated.js +14 -0
- package/dist/esm/slider/slider.form-associated.js.map +1 -0
- package/dist/esm/slider/slider.js +660 -27
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +11 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +124 -131
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +22 -2
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.bench.js +10 -0
- package/dist/esm/spinner/spinner.bench.js.map +1 -0
- package/dist/esm/spinner/spinner.definition.js +0 -4
- package/dist/esm/spinner/spinner.definition.js.map +1 -1
- package/dist/esm/spinner/spinner.js +48 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +123 -61
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +16 -21
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +119 -119
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -1
- package/dist/esm/styles/partials/typography.partials.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/styles/states/index.js +262 -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.form-associated.js +14 -0
- package/dist/esm/switch/switch.form-associated.js.map +1 -0
- package/dist/esm/switch/switch.js +6 -12
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +59 -83
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +15 -1
- 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 +9 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +21 -21
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
- package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
- package/dist/esm/tab-panel/tab-panel.js +2 -2
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +2 -2
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +8 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tablist/define.js +4 -0
- package/dist/esm/tablist/define.js.map +1 -0
- package/dist/esm/tablist/index.js +6 -0
- package/dist/esm/tablist/index.js.map +1 -0
- package/dist/esm/tablist/tablist.bench.js +21 -0
- package/dist/esm/tablist/tablist.bench.js.map +1 -0
- package/dist/esm/tablist/tablist.definition.js +15 -0
- package/dist/esm/tablist/tablist.definition.js.map +1 -0
- package/dist/esm/tablist/tablist.js +407 -0
- package/dist/esm/tablist/tablist.js.map +1 -0
- package/dist/esm/tablist/tablist.options.js +24 -0
- package/dist/esm/tablist/tablist.options.js.map +1 -0
- package/dist/esm/tablist/tablist.styles.js +194 -0
- package/dist/esm/tablist/tablist.styles.js.map +1 -0
- package/dist/esm/tablist/tablist.template.js +10 -0
- package/dist/esm/tablist/tablist.template.js.map +1 -0
- package/dist/esm/tabs/index.js +4 -4
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/tabs/tabs.bench.js +32 -0
- package/dist/esm/tabs/tabs.bench.js.map +1 -0
- package/dist/esm/tabs/tabs.js +292 -20
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +6 -2
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +50 -50
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +14 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text/text.bench.js +13 -0
- package/dist/esm/text/text.bench.js.map +1 -0
- package/dist/esm/text/text.js +92 -7
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.styles.js +83 -61
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/index.js +4 -5
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.bench.js +10 -0
- package/dist/esm/text-input/text-input.bench.js.map +1 -0
- package/dist/esm/text-input/text-input.definition.js +5 -3
- package/dist/esm/text-input/text-input.definition.js.map +1 -1
- package/dist/esm/text-input/text-input.js +439 -12
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +35 -2
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +107 -96
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +55 -2
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/textarea/define.js +4 -0
- package/dist/esm/textarea/define.js.map +1 -0
- package/dist/esm/textarea/index.js +6 -0
- package/dist/esm/textarea/index.js.map +1 -0
- package/dist/esm/textarea/textarea.bench.js +10 -0
- package/dist/esm/textarea/textarea.bench.js.map +1 -0
- package/dist/esm/textarea/textarea.definition.js +20 -0
- package/dist/esm/textarea/textarea.definition.js.map +1 -0
- package/dist/esm/textarea/textarea.js +605 -0
- package/dist/esm/textarea/textarea.js.map +1 -0
- package/dist/esm/textarea/textarea.options.js +48 -0
- package/dist/esm/textarea/textarea.options.js.map +1 -0
- package/dist/esm/textarea/textarea.styles.js +268 -0
- package/dist/esm/textarea/textarea.styles.js.map +1 -0
- package/dist/esm/textarea/textarea.template.js +54 -0
- package/dist/esm/textarea/textarea.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.js +2220 -384
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/esm/theme/set-theme.global.bench.js +25 -0
- package/dist/esm/theme/set-theme.global.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.js +186 -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 -5
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.js +44 -91
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +56 -50
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
- package/dist/esm/utils/benchmark-wrapper.js +18 -0
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
- package/dist/esm/utils/converters.js +26 -0
- package/dist/esm/utils/converters.js.map +1 -0
- package/dist/esm/utils/direction.js +15 -0
- package/dist/esm/utils/direction.js.map +1 -0
- package/dist/esm/utils/display.js +15 -0
- package/dist/esm/utils/display.js.map +1 -0
- package/dist/esm/utils/element-internals.js +34 -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.map +1 -1
- package/dist/esm/utils/index.js +8 -0
- package/dist/esm/utils/index.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/template-helpers.js +19 -0
- package/dist/esm/utils/template-helpers.js.map +1 -0
- package/dist/esm/utils/typings.js +3 -0
- package/dist/esm/utils/typings.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +13 -0
- package/dist/esm/utils/whitespace-filter.js.map +1 -0
- package/dist/web-components.d.ts +8063 -1625
- package/dist/web-components.js +9704 -8548
- package/dist/web-components.min.js +428 -259
- package/package.json +56 -158
- package/dist/fluent-web-components.api.json +0 -22035
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
- package/dist/storybook/350.e4be85c2.iframe.bundle.js +0 -462
- package/dist/storybook/350.e4be85c2.iframe.bundle.js.LICENSE.txt +0 -51
- package/dist/storybook/350.e4be85c2.iframe.bundle.js.map +0 -1
- 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.b095c2e8.iframe.bundle.js +0 -2
- package/dist/storybook/main.b095c2e8.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 -2459
- package/playwright.config.ts +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,620 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 25 Oct 2024 20:54:28 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.70)
|
|
8
|
+
|
|
9
|
+
Fri, 25 Oct 2024 20:54:28 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.69..@fluentui/web-components_v3.0.0-beta.70)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- fix: move proper menu positioning for split button into component css ([PR #33140](https://github.com/microsoft/fluentui/pull/33140) by machi@microsoft.com)
|
|
15
|
+
- fix: change to new css anchor positioning properties ([PR #33139](https://github.com/microsoft/fluentui/pull/33139) by machi@microsoft.com)
|
|
16
|
+
|
|
17
|
+
## [3.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.69)
|
|
18
|
+
|
|
19
|
+
Tue, 15 Oct 2024 04:07:48 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.68..@fluentui/web-components_v3.0.0-beta.69)
|
|
21
|
+
|
|
22
|
+
### Changes
|
|
23
|
+
|
|
24
|
+
- Fix: menu-item emit current state when checked change event fires ([PR #33029](https://github.com/microsoft/fluentui/pull/33029) by jes@microsoft.com)
|
|
25
|
+
- 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)
|
|
26
|
+
|
|
27
|
+
## [3.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.68)
|
|
28
|
+
|
|
29
|
+
Mon, 07 Oct 2024 04:08:32 GMT
|
|
30
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.67..@fluentui/web-components_v3.0.0-beta.68)
|
|
31
|
+
|
|
32
|
+
### Changes
|
|
33
|
+
|
|
34
|
+
- feat: adds split-button ([PR #32948](https://github.com/microsoft/fluentui/pull/32948) by jes@microsoft.com)
|
|
35
|
+
|
|
36
|
+
## [3.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.67)
|
|
37
|
+
|
|
38
|
+
Fri, 04 Oct 2024 04:09:02 GMT
|
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.66..@fluentui/web-components_v3.0.0-beta.67)
|
|
40
|
+
|
|
41
|
+
### Changes
|
|
42
|
+
|
|
43
|
+
- fix: removes display inheritance so all html elements can render ([PR #32874](https://github.com/microsoft/fluentui/pull/32874) by jes@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## [3.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.66)
|
|
46
|
+
|
|
47
|
+
Fri, 27 Sep 2024 04:07:03 GMT
|
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.65..@fluentui/web-components_v3.0.0-beta.66)
|
|
49
|
+
|
|
50
|
+
### Changes
|
|
51
|
+
|
|
52
|
+
- feat: add support for custom icons and colors to rating-display ([PR #32907](https://github.com/microsoft/fluentui/pull/32907) by mlijanto@microsoft.com)
|
|
53
|
+
|
|
54
|
+
## [3.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.65)
|
|
55
|
+
|
|
56
|
+
Wed, 11 Sep 2024 04:08:18 GMT
|
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.64..@fluentui/web-components_v3.0.0-beta.65)
|
|
58
|
+
|
|
59
|
+
### Changes
|
|
60
|
+
|
|
61
|
+
- docs: reflect setTheme change ([PR #32490](https://github.com/microsoft/fluentui/pull/32490) by machi@microsoft.com)
|
|
62
|
+
|
|
63
|
+
## [3.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.64)
|
|
64
|
+
|
|
65
|
+
Thu, 05 Sep 2024 04:07:18 GMT
|
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.63..@fluentui/web-components_v3.0.0-beta.64)
|
|
67
|
+
|
|
68
|
+
### Changes
|
|
69
|
+
|
|
70
|
+
- chore: add missing export for textarea ([PR #32450](https://github.com/microsoft/fluentui/pull/32450) by rupertdavid@microsoft.com)
|
|
71
|
+
|
|
72
|
+
## [3.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.63)
|
|
73
|
+
|
|
74
|
+
Wed, 04 Sep 2024 04:08:17 GMT
|
|
75
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.62..@fluentui/web-components_v3.0.0-beta.63)
|
|
76
|
+
|
|
77
|
+
### Changes
|
|
78
|
+
|
|
79
|
+
- normalize export paths ([PR #32451](https://github.com/microsoft/fluentui/pull/32451) by 863023+radium-v@users.noreply.github.com)
|
|
80
|
+
- restore define modules as default exports ([PR #32452](https://github.com/microsoft/fluentui/pull/32452) by 863023+radium-v@users.noreply.github.com)
|
|
81
|
+
|
|
82
|
+
## [3.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.62)
|
|
83
|
+
|
|
84
|
+
Fri, 30 Aug 2024 04:07:03 GMT
|
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.61..@fluentui/web-components_v3.0.0-beta.62)
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- 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)
|
|
90
|
+
|
|
91
|
+
## [3.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.61)
|
|
92
|
+
|
|
93
|
+
Thu, 29 Aug 2024 04:07:09 GMT
|
|
94
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.60..@fluentui/web-components_v3.0.0-beta.61)
|
|
95
|
+
|
|
96
|
+
### Changes
|
|
97
|
+
|
|
98
|
+
- 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)
|
|
99
|
+
|
|
100
|
+
## [3.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.60)
|
|
101
|
+
|
|
102
|
+
Wed, 28 Aug 2024 04:06:49 GMT
|
|
103
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.59..@fluentui/web-components_v3.0.0-beta.60)
|
|
104
|
+
|
|
105
|
+
### Changes
|
|
106
|
+
|
|
107
|
+
- feat: adjust slider sliding range ([PR #32350](https://github.com/microsoft/fluentui/pull/32350) by machi@microsoft.com)
|
|
108
|
+
|
|
109
|
+
## [3.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.59)
|
|
110
|
+
|
|
111
|
+
Wed, 21 Aug 2024 04:07:11 GMT
|
|
112
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.58..@fluentui/web-components_v3.0.0-beta.59)
|
|
113
|
+
|
|
114
|
+
### Changes
|
|
115
|
+
|
|
116
|
+
- feat: update fast-element to latest stable version ([PR #32344](https://github.com/microsoft/fluentui/pull/32344) by 13071055+chrisdholt@users.noreply.github.com)
|
|
117
|
+
|
|
118
|
+
## [3.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.58)
|
|
119
|
+
|
|
120
|
+
Tue, 20 Aug 2024 04:06:57 GMT
|
|
121
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.57..@fluentui/web-components_v3.0.0-beta.58)
|
|
122
|
+
|
|
123
|
+
### Changes
|
|
124
|
+
|
|
125
|
+
- feat: enabling setting theme on an individual element and unsetting themes ([PR #31973](https://github.com/microsoft/fluentui/pull/31973) by machi@microsoft.com)
|
|
126
|
+
|
|
127
|
+
## [3.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.57)
|
|
128
|
+
|
|
129
|
+
Fri, 16 Aug 2024 04:08:15 GMT
|
|
130
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.56..@fluentui/web-components_v3.0.0-beta.57)
|
|
131
|
+
|
|
132
|
+
### Changes
|
|
133
|
+
|
|
134
|
+
- export BaseCheckbox class ([PR #32302](https://github.com/microsoft/fluentui/pull/32302) by rupertdavid@microsoft.com)
|
|
135
|
+
|
|
136
|
+
## [3.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.56)
|
|
137
|
+
|
|
138
|
+
Wed, 14 Aug 2024 04:07:35 GMT
|
|
139
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.55..@fluentui/web-components_v3.0.0-beta.56)
|
|
140
|
+
|
|
141
|
+
### Changes
|
|
142
|
+
|
|
143
|
+
- feat(web-components): add fluent-textarea component ([PR #32037](https://github.com/microsoft/fluentui/pull/32037) by machi@microsoft.com)
|
|
144
|
+
- export BaseAnchor class ([PR #32295](https://github.com/microsoft/fluentui/pull/32295) by rupertdavid@microsoft.com)
|
|
145
|
+
|
|
146
|
+
## [3.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.55)
|
|
147
|
+
|
|
148
|
+
Thu, 08 Aug 2024 04:07:16 GMT
|
|
149
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.54..@fluentui/web-components_v3.0.0-beta.55)
|
|
150
|
+
|
|
151
|
+
### Changes
|
|
152
|
+
|
|
153
|
+
- [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)
|
|
154
|
+
|
|
155
|
+
## [3.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.54)
|
|
156
|
+
|
|
157
|
+
Tue, 06 Aug 2024 04:07:08 GMT
|
|
158
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.53..@fluentui/web-components_v3.0.0-beta.54)
|
|
159
|
+
|
|
160
|
+
### Changes
|
|
161
|
+
|
|
162
|
+
- Add Tablist component ([PR #32098](https://github.com/microsoft/fluentui/pull/32098) by rupertdavid@microsoft.com)
|
|
163
|
+
|
|
164
|
+
## [3.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.53)
|
|
165
|
+
|
|
166
|
+
Mon, 05 Aug 2024 04:08:39 GMT
|
|
167
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.52..@fluentui/web-components_v3.0.0-beta.53)
|
|
168
|
+
|
|
169
|
+
### Changes
|
|
170
|
+
|
|
171
|
+
- fix(web-components): detach design tokens from existing themes ([PR #32130](https://github.com/microsoft/fluentui/pull/32130) by machi@microsoft.com)
|
|
172
|
+
|
|
173
|
+
## [3.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.52)
|
|
174
|
+
|
|
175
|
+
Fri, 02 Aug 2024 04:07:54 GMT
|
|
176
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.51..@fluentui/web-components_v3.0.0-beta.52)
|
|
177
|
+
|
|
178
|
+
### Changes
|
|
179
|
+
|
|
180
|
+
- Export patterns. ([PR #32182](https://github.com/microsoft/fluentui/pull/32182) by mlijanto@microsoft.com)
|
|
181
|
+
- feat: abstracts layout api from field class ([PR #32203](https://github.com/microsoft/fluentui/pull/32203) by jes@microsoft.com)
|
|
182
|
+
|
|
183
|
+
## [3.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.51)
|
|
184
|
+
|
|
185
|
+
Mon, 29 Jul 2024 04:07:23 GMT
|
|
186
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.50..@fluentui/web-components_v3.0.0-beta.51)
|
|
187
|
+
|
|
188
|
+
### Changes
|
|
189
|
+
|
|
190
|
+
- chore: move size and generate initials out of base class ([PR #32123](https://github.com/microsoft/fluentui/pull/32123) by jes@microsoft.com)
|
|
191
|
+
- fix: reference accordion item base class in accordion ([PR #32117](https://github.com/microsoft/fluentui/pull/32117) by jes@microsoft.com)
|
|
192
|
+
|
|
193
|
+
## [3.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.50)
|
|
194
|
+
|
|
195
|
+
Fri, 26 Jul 2024 04:08:24 GMT
|
|
196
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.49..@fluentui/web-components_v3.0.0-beta.50)
|
|
197
|
+
|
|
198
|
+
### Changes
|
|
199
|
+
|
|
200
|
+
- [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)
|
|
201
|
+
|
|
202
|
+
## [3.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.49)
|
|
203
|
+
|
|
204
|
+
Thu, 25 Jul 2024 04:08:33 GMT
|
|
205
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.48..@fluentui/web-components_v3.0.0-beta.49)
|
|
206
|
+
|
|
207
|
+
### Changes
|
|
208
|
+
|
|
209
|
+
- chore: create avatar base class to abstract style specfic api ([PR #32083](https://github.com/microsoft/fluentui/pull/32083) by jes@microsoft.com)
|
|
210
|
+
- 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)
|
|
211
|
+
|
|
212
|
+
## [3.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.48)
|
|
213
|
+
|
|
214
|
+
Wed, 24 Jul 2024 04:07:07 GMT
|
|
215
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.47..@fluentui/web-components_v3.0.0-beta.48)
|
|
216
|
+
|
|
217
|
+
### Changes
|
|
218
|
+
|
|
219
|
+
- 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)
|
|
220
|
+
- feat(web-components): relax setTheme() argument type to allow custom tokens ([PR #32087](https://github.com/microsoft/fluentui/pull/32087) by machi@microsoft.com)
|
|
221
|
+
- 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)
|
|
222
|
+
|
|
223
|
+
## [3.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.47)
|
|
224
|
+
|
|
225
|
+
Tue, 23 Jul 2024 04:07:05 GMT
|
|
226
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.46..@fluentui/web-components_v3.0.0-beta.47)
|
|
227
|
+
|
|
228
|
+
### Changes
|
|
229
|
+
|
|
230
|
+
- fix: move spinner animation off of main thread ([PR #32056](https://github.com/microsoft/fluentui/pull/32056) by rupertdavid@microsoft.com)
|
|
231
|
+
- chore: create divider base class to abstract style specfic api ([PR #32065](https://github.com/microsoft/fluentui/pull/32065) by jes@microsoft.com)
|
|
232
|
+
|
|
233
|
+
## [3.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.46)
|
|
234
|
+
|
|
235
|
+
Fri, 19 Jul 2024 04:08:32 GMT
|
|
236
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.45..@fluentui/web-components_v3.0.0-beta.46)
|
|
237
|
+
|
|
238
|
+
### Changes
|
|
239
|
+
|
|
240
|
+
- chore: [button] move style related api out of base class ([PR #32049](https://github.com/microsoft/fluentui/pull/32049) by jes@microsoft.com)
|
|
241
|
+
|
|
242
|
+
## [3.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.45)
|
|
243
|
+
|
|
244
|
+
Thu, 18 Jul 2024 04:06:50 GMT
|
|
245
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.44..@fluentui/web-components_v3.0.0-beta.45)
|
|
246
|
+
|
|
247
|
+
### Changes
|
|
248
|
+
|
|
249
|
+
- fix: removed padding from field host element ([PR #32002](https://github.com/microsoft/fluentui/pull/32002) by jes@microsoft.com)
|
|
250
|
+
|
|
251
|
+
## [3.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.44)
|
|
252
|
+
|
|
253
|
+
Wed, 17 Jul 2024 04:07:52 GMT
|
|
254
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.43..@fluentui/web-components_v3.0.0-beta.44)
|
|
255
|
+
|
|
256
|
+
### Changes
|
|
257
|
+
|
|
258
|
+
- chore: cleanup drawer storybook ([PR #31991](https://github.com/microsoft/fluentui/pull/31991) by rupertdavid@microsoft.com)
|
|
259
|
+
|
|
260
|
+
## [3.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.43)
|
|
261
|
+
|
|
262
|
+
Tue, 16 Jul 2024 04:08:02 GMT
|
|
263
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.42..@fluentui/web-components_v3.0.0-beta.43)
|
|
264
|
+
|
|
265
|
+
### Changes
|
|
266
|
+
|
|
267
|
+
- fix: scope menu fallback positioning to non-anchor browsers only ([PR #32000](https://github.com/microsoft/fluentui/pull/32000) by rupertdavid@microsoft.com)
|
|
268
|
+
- 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)
|
|
269
|
+
- fix: support tabindex values from implementors on buttons ([PR #32003](https://github.com/microsoft/fluentui/pull/32003) by 13071055+chrisdholt@users.noreply.github.com)
|
|
270
|
+
|
|
271
|
+
## [3.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.42)
|
|
272
|
+
|
|
273
|
+
Thu, 11 Jul 2024 04:07:36 GMT
|
|
274
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.41..@fluentui/web-components_v3.0.0-beta.42)
|
|
275
|
+
|
|
276
|
+
### Changes
|
|
277
|
+
|
|
278
|
+
- feat: update slider to use ElementInternals for form association ([PR #31933](https://github.com/microsoft/fluentui/pull/31933) by machi@microsoft.com)
|
|
279
|
+
|
|
280
|
+
## [3.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.41)
|
|
281
|
+
|
|
282
|
+
Tue, 09 Jul 2024 04:07:26 GMT
|
|
283
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.40..@fluentui/web-components_v3.0.0-beta.41)
|
|
284
|
+
|
|
285
|
+
### Changes
|
|
286
|
+
|
|
287
|
+
- 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)
|
|
288
|
+
- 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)
|
|
289
|
+
|
|
290
|
+
## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
|
|
291
|
+
|
|
292
|
+
Thu, 04 Jul 2024 04:08:13 GMT
|
|
293
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
|
|
294
|
+
|
|
295
|
+
### Changes
|
|
296
|
+
|
|
297
|
+
- 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)
|
|
298
|
+
- fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
|
|
299
|
+
- 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)
|
|
300
|
+
|
|
301
|
+
## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
|
|
302
|
+
|
|
303
|
+
Wed, 03 Jul 2024 04:08:00 GMT
|
|
304
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
|
|
305
|
+
|
|
306
|
+
### Changes
|
|
307
|
+
|
|
308
|
+
- fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
|
|
309
|
+
- expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
|
|
310
|
+
- 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)
|
|
311
|
+
- fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
|
|
312
|
+
|
|
313
|
+
## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
|
|
314
|
+
|
|
315
|
+
Mon, 01 Jul 2024 04:08:12 GMT
|
|
316
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
|
|
317
|
+
|
|
318
|
+
### Changes
|
|
319
|
+
|
|
320
|
+
- Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
|
|
321
|
+
|
|
322
|
+
## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
|
|
323
|
+
|
|
324
|
+
Fri, 28 Jun 2024 04:07:17 GMT
|
|
325
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
|
|
326
|
+
|
|
327
|
+
### Changes
|
|
328
|
+
|
|
329
|
+
- refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
|
|
330
|
+
- Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
|
|
331
|
+
- Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
|
|
332
|
+
- chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
|
|
333
|
+
- 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)
|
|
334
|
+
|
|
335
|
+
## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
|
|
336
|
+
|
|
337
|
+
Wed, 26 Jun 2024 04:07:58 GMT
|
|
338
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
|
|
339
|
+
|
|
340
|
+
### Changes
|
|
341
|
+
|
|
342
|
+
- feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
|
|
343
|
+
|
|
344
|
+
## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
|
|
345
|
+
|
|
346
|
+
Tue, 25 Jun 2024 04:06:35 GMT
|
|
347
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
|
|
348
|
+
|
|
349
|
+
### Changes
|
|
350
|
+
|
|
351
|
+
- 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)
|
|
352
|
+
|
|
353
|
+
## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
|
|
354
|
+
|
|
355
|
+
Mon, 24 Jun 2024 04:06:02 GMT
|
|
356
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
|
|
357
|
+
|
|
358
|
+
### Changes
|
|
359
|
+
|
|
360
|
+
- Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
|
|
361
|
+
|
|
362
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
363
|
+
|
|
364
|
+
Fri, 21 Jun 2024 04:06:58 GMT
|
|
365
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
366
|
+
|
|
367
|
+
### Changes
|
|
368
|
+
|
|
369
|
+
- 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)
|
|
370
|
+
|
|
371
|
+
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
372
|
+
|
|
373
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
374
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
375
|
+
|
|
376
|
+
### Changes
|
|
377
|
+
|
|
378
|
+
- 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)
|
|
379
|
+
- feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
|
|
380
|
+
- 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)
|
|
381
|
+
- 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)
|
|
382
|
+
- 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)
|
|
383
|
+
- 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)
|
|
384
|
+
- 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)
|
|
385
|
+
- 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)
|
|
386
|
+
|
|
387
|
+
## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
|
|
388
|
+
|
|
389
|
+
Tue, 18 Jun 2024 04:05:31 GMT
|
|
390
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
|
|
391
|
+
|
|
392
|
+
### Changes
|
|
393
|
+
|
|
394
|
+
- 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)
|
|
395
|
+
- update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
|
|
396
|
+
|
|
397
|
+
## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
|
|
398
|
+
|
|
399
|
+
Fri, 14 Jun 2024 04:06:06 GMT
|
|
400
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
|
|
401
|
+
|
|
402
|
+
### Changes
|
|
403
|
+
|
|
404
|
+
- 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)
|
|
405
|
+
|
|
406
|
+
## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
|
|
407
|
+
|
|
408
|
+
Thu, 13 Jun 2024 04:06:41 GMT
|
|
409
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
|
|
410
|
+
|
|
411
|
+
### Changes
|
|
412
|
+
|
|
413
|
+
- refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
|
|
414
|
+
- add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
|
|
415
|
+
|
|
416
|
+
## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
|
|
417
|
+
|
|
418
|
+
Wed, 12 Jun 2024 04:06:09 GMT
|
|
419
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
|
|
420
|
+
|
|
421
|
+
### Changes
|
|
422
|
+
|
|
423
|
+
- 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)
|
|
424
|
+
- refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
|
|
425
|
+
|
|
426
|
+
## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
|
|
427
|
+
|
|
428
|
+
Tue, 11 Jun 2024 04:06:29 GMT
|
|
429
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
|
|
430
|
+
|
|
431
|
+
### Changes
|
|
432
|
+
|
|
433
|
+
- feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
|
|
434
|
+
- 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)
|
|
435
|
+
|
|
436
|
+
## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
|
|
437
|
+
|
|
438
|
+
Mon, 10 Jun 2024 04:07:58 GMT
|
|
439
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
|
|
440
|
+
|
|
441
|
+
### Changes
|
|
442
|
+
|
|
443
|
+
- 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)
|
|
444
|
+
- 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)
|
|
445
|
+
- 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)
|
|
446
|
+
|
|
447
|
+
## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
|
|
448
|
+
|
|
449
|
+
Fri, 07 Jun 2024 04:06:31 GMT
|
|
450
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
|
|
451
|
+
|
|
452
|
+
### Changes
|
|
453
|
+
|
|
454
|
+
- Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
|
|
455
|
+
- Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
|
|
456
|
+
|
|
457
|
+
## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
|
|
458
|
+
|
|
459
|
+
Thu, 06 Jun 2024 04:06:19 GMT
|
|
460
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
|
|
461
|
+
|
|
462
|
+
### Changes
|
|
463
|
+
|
|
464
|
+
- add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
|
|
465
|
+
- fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
|
|
466
|
+
|
|
467
|
+
## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
|
|
468
|
+
|
|
469
|
+
Wed, 05 Jun 2024 04:06:41 GMT
|
|
470
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
|
|
471
|
+
|
|
472
|
+
### Changes
|
|
473
|
+
|
|
474
|
+
- chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
|
|
475
|
+
- Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
|
|
476
|
+
- 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)
|
|
477
|
+
|
|
478
|
+
## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
|
|
479
|
+
|
|
480
|
+
Mon, 03 Jun 2024 04:06:55 GMT
|
|
481
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
|
|
482
|
+
|
|
483
|
+
### Changes
|
|
484
|
+
|
|
485
|
+
- chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
|
|
486
|
+
|
|
487
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
488
|
+
|
|
489
|
+
Fri, 24 May 2024 04:06:21 GMT
|
|
490
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
491
|
+
|
|
492
|
+
### Changes
|
|
493
|
+
|
|
494
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
495
|
+
|
|
496
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
497
|
+
|
|
498
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
499
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
500
|
+
|
|
501
|
+
### Changes
|
|
502
|
+
|
|
503
|
+
- 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)
|
|
504
|
+
|
|
505
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
506
|
+
|
|
507
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
508
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
509
|
+
|
|
510
|
+
### Changes
|
|
511
|
+
|
|
512
|
+
- 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)
|
|
513
|
+
|
|
514
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
515
|
+
|
|
516
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
517
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
518
|
+
|
|
519
|
+
### Changes
|
|
520
|
+
|
|
521
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
522
|
+
|
|
523
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
524
|
+
|
|
525
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
526
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
527
|
+
|
|
528
|
+
### Changes
|
|
529
|
+
|
|
530
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
531
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
532
|
+
|
|
533
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
534
|
+
|
|
535
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
536
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
537
|
+
|
|
538
|
+
### Changes
|
|
539
|
+
|
|
540
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
541
|
+
|
|
542
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
543
|
+
|
|
544
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
545
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
546
|
+
|
|
547
|
+
### Changes
|
|
548
|
+
|
|
549
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
550
|
+
|
|
551
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
552
|
+
|
|
553
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
554
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
555
|
+
|
|
556
|
+
### Changes
|
|
557
|
+
|
|
558
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
559
|
+
|
|
560
|
+
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
561
|
+
|
|
562
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
563
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
564
|
+
|
|
565
|
+
### Changes
|
|
566
|
+
|
|
567
|
+
- ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
|
|
568
|
+
|
|
569
|
+
## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
|
|
570
|
+
|
|
571
|
+
Tue, 23 Apr 2024 04:09:06 GMT
|
|
572
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
|
|
573
|
+
|
|
574
|
+
### Changes
|
|
575
|
+
|
|
576
|
+
- Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
|
|
577
|
+
|
|
578
|
+
## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
|
|
579
|
+
|
|
580
|
+
Mon, 15 Apr 2024 04:09:34 GMT
|
|
581
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
|
|
582
|
+
|
|
583
|
+
### Changes
|
|
584
|
+
|
|
585
|
+
- fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
|
|
586
|
+
|
|
587
|
+
## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
|
|
588
|
+
|
|
589
|
+
Tue, 09 Apr 2024 04:08:05 GMT
|
|
590
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
|
|
591
|
+
|
|
592
|
+
### Changes
|
|
593
|
+
|
|
594
|
+
- revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
|
|
595
|
+
|
|
596
|
+
## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
|
|
597
|
+
|
|
598
|
+
Mon, 08 Apr 2024 04:08:59 GMT
|
|
599
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
|
|
600
|
+
|
|
601
|
+
### Changes
|
|
602
|
+
|
|
603
|
+
- chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
|
|
604
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
|
|
605
|
+
|
|
606
|
+
## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
|
|
607
|
+
|
|
608
|
+
Mon, 12 Feb 2024 04:08:06 GMT
|
|
609
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
|
|
610
|
+
|
|
611
|
+
### Changes
|
|
612
|
+
|
|
613
|
+
- Removes dependancy on fast-foundation classes and templates ([PR #30090](https://github.com/microsoft/fluentui/pull/30090) by jes@microsoft.com)
|
|
614
|
+
|
|
7
615
|
## [3.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.7)
|
|
8
616
|
|
|
9
|
-
Fri, 09 Feb 2024 04:08:
|
|
617
|
+
Fri, 09 Feb 2024 04:08:43 GMT
|
|
10
618
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.6..@fluentui/web-components_v3.0.0-beta.7)
|
|
11
619
|
|
|
12
620
|
### Changes
|
|
@@ -340,7 +948,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
340
948
|
|
|
341
949
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
342
950
|
|
|
343
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
951
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
344
952
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
345
953
|
|
|
346
954
|
### Changes
|
|
@@ -349,7 +957,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
349
957
|
|
|
350
958
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
351
959
|
|
|
352
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
960
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
353
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
354
962
|
|
|
355
963
|
### Changes
|
|
@@ -359,9 +967,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
359
967
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
360
968
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
361
969
|
|
|
970
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
971
|
+
|
|
972
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
973
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
974
|
+
|
|
975
|
+
### Patches
|
|
976
|
+
|
|
977
|
+
- 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 =)
|
|
978
|
+
|
|
979
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
980
|
+
|
|
981
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
982
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
983
|
+
|
|
984
|
+
### Minor changes
|
|
985
|
+
|
|
986
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
987
|
+
|
|
988
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
989
|
+
|
|
990
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
991
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
992
|
+
|
|
993
|
+
### Patches
|
|
994
|
+
|
|
995
|
+
- 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)
|
|
996
|
+
|
|
997
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
998
|
+
|
|
999
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
1000
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
1001
|
+
|
|
1002
|
+
### Patches
|
|
1003
|
+
|
|
1004
|
+
- 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)
|
|
1005
|
+
|
|
1006
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
1007
|
+
|
|
1008
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
1009
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
1010
|
+
|
|
1011
|
+
### Patches
|
|
1012
|
+
|
|
1013
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
1014
|
+
|
|
1015
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
1016
|
+
|
|
1017
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
1018
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
1019
|
+
|
|
1020
|
+
### Patches
|
|
1021
|
+
|
|
1022
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
1023
|
+
|
|
1024
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
1025
|
+
|
|
1026
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
1027
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
1028
|
+
|
|
1029
|
+
### Patches
|
|
1030
|
+
|
|
1031
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
1032
|
+
|
|
362
1033
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
363
1034
|
|
|
364
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
1035
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
365
1036
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
366
1037
|
|
|
367
1038
|
### Patches
|
|
@@ -370,7 +1041,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
370
1041
|
|
|
371
1042
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
372
1043
|
|
|
373
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
1044
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
374
1045
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
375
1046
|
|
|
376
1047
|
### Patches
|
|
@@ -379,7 +1050,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
379
1050
|
|
|
380
1051
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
381
1052
|
|
|
382
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
1053
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
383
1054
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
384
1055
|
|
|
385
1056
|
### Patches
|
|
@@ -388,7 +1059,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
388
1059
|
|
|
389
1060
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
390
1061
|
|
|
391
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
1062
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
392
1063
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
393
1064
|
|
|
394
1065
|
### Patches
|
|
@@ -397,7 +1068,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
397
1068
|
|
|
398
1069
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
399
1070
|
|
|
400
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
1071
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
401
1072
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
402
1073
|
|
|
403
1074
|
### Patches
|
|
@@ -406,7 +1077,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
406
1077
|
|
|
407
1078
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
408
1079
|
|
|
409
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
1080
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
410
1081
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
411
1082
|
|
|
412
1083
|
### Patches
|
|
@@ -415,7 +1086,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
415
1086
|
|
|
416
1087
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
417
1088
|
|
|
418
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
1089
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
419
1090
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
420
1091
|
|
|
421
1092
|
### Patches
|
|
@@ -424,7 +1095,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
424
1095
|
|
|
425
1096
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
426
1097
|
|
|
427
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
1098
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
428
1099
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
429
1100
|
|
|
430
1101
|
### Patches
|
|
@@ -433,7 +1104,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
433
1104
|
|
|
434
1105
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
435
1106
|
|
|
436
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
1107
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
437
1108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
438
1109
|
|
|
439
1110
|
### Patches
|
|
@@ -442,7 +1113,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
442
1113
|
|
|
443
1114
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
444
1115
|
|
|
445
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
1116
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
446
1117
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
447
1118
|
|
|
448
1119
|
### Patches
|
|
@@ -451,7 +1122,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
451
1122
|
|
|
452
1123
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
453
1124
|
|
|
454
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
1125
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
455
1126
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
456
1127
|
|
|
457
1128
|
### Patches
|
|
@@ -460,7 +1131,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
460
1131
|
|
|
461
1132
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
462
1133
|
|
|
463
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
1134
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
464
1135
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
465
1136
|
|
|
466
1137
|
### Patches
|
|
@@ -469,7 +1140,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
469
1140
|
|
|
470
1141
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
471
1142
|
|
|
472
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
1143
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
473
1144
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
474
1145
|
|
|
475
1146
|
### Minor changes
|
|
@@ -478,7 +1149,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
478
1149
|
|
|
479
1150
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
480
1151
|
|
|
481
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
1152
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
482
1153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
483
1154
|
|
|
484
1155
|
### Minor changes
|
|
@@ -487,7 +1158,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
487
1158
|
|
|
488
1159
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
489
1160
|
|
|
490
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
1161
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
491
1162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
492
1163
|
|
|
493
1164
|
### Patches
|
|
@@ -496,7 +1167,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
496
1167
|
|
|
497
1168
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
498
1169
|
|
|
499
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
1170
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
500
1171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
501
1172
|
|
|
502
1173
|
### Minor changes
|
|
@@ -505,7 +1176,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
505
1176
|
|
|
506
1177
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
507
1178
|
|
|
508
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
1179
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
509
1180
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
510
1181
|
|
|
511
1182
|
### Patches
|
|
@@ -514,7 +1185,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
514
1185
|
|
|
515
1186
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
516
1187
|
|
|
517
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
1188
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
518
1189
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
519
1190
|
|
|
520
1191
|
### Patches
|
|
@@ -523,7 +1194,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
523
1194
|
|
|
524
1195
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
525
1196
|
|
|
526
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
1197
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
527
1198
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
528
1199
|
|
|
529
1200
|
### Patches
|
|
@@ -532,7 +1203,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
532
1203
|
|
|
533
1204
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
534
1205
|
|
|
535
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
1206
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
536
1207
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
537
1208
|
|
|
538
1209
|
### Minor changes
|
|
@@ -541,7 +1212,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
541
1212
|
|
|
542
1213
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
543
1214
|
|
|
544
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
1215
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
545
1216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
546
1217
|
|
|
547
1218
|
### Patches
|
|
@@ -550,7 +1221,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
550
1221
|
|
|
551
1222
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
552
1223
|
|
|
553
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
1224
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
554
1225
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
555
1226
|
|
|
556
1227
|
### Patches
|
|
@@ -559,7 +1230,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
559
1230
|
|
|
560
1231
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
561
1232
|
|
|
562
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
1233
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
563
1234
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
564
1235
|
|
|
565
1236
|
### Patches
|
|
@@ -568,7 +1239,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
568
1239
|
|
|
569
1240
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
570
1241
|
|
|
571
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
1242
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
572
1243
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
573
1244
|
|
|
574
1245
|
### Minor changes
|
|
@@ -577,7 +1248,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
577
1248
|
|
|
578
1249
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
579
1250
|
|
|
580
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
1251
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
581
1252
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
582
1253
|
|
|
583
1254
|
### Patches
|
|
@@ -586,7 +1257,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
586
1257
|
|
|
587
1258
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
588
1259
|
|
|
589
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
1260
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
590
1261
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
591
1262
|
|
|
592
1263
|
### Patches
|
|
@@ -597,7 +1268,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
597
1268
|
|
|
598
1269
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
599
1270
|
|
|
600
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
1271
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
601
1272
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
602
1273
|
|
|
603
1274
|
### Major changes
|
|
@@ -606,7 +1277,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
606
1277
|
|
|
607
1278
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
608
1279
|
|
|
609
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
1280
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
610
1281
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
611
1282
|
|
|
612
1283
|
### Patches
|
|
@@ -615,7 +1286,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
615
1286
|
|
|
616
1287
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
617
1288
|
|
|
618
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
1289
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
619
1290
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
620
1291
|
|
|
621
1292
|
### Patches
|
|
@@ -624,7 +1295,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
624
1295
|
|
|
625
1296
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
626
1297
|
|
|
627
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
1298
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
628
1299
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
629
1300
|
|
|
630
1301
|
### Patches
|
|
@@ -633,7 +1304,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
633
1304
|
|
|
634
1305
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
635
1306
|
|
|
636
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
1307
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
637
1308
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
638
1309
|
|
|
639
1310
|
### Minor changes
|
|
@@ -647,7 +1318,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
647
1318
|
|
|
648
1319
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
649
1320
|
|
|
650
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
1321
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
651
1322
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
652
1323
|
|
|
653
1324
|
### Patches
|
|
@@ -656,7 +1327,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
656
1327
|
|
|
657
1328
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
658
1329
|
|
|
659
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
1330
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
660
1331
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
661
1332
|
|
|
662
1333
|
### Patches
|
|
@@ -666,7 +1337,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
666
1337
|
|
|
667
1338
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
668
1339
|
|
|
669
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
1340
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
670
1341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
671
1342
|
|
|
672
1343
|
### Patches
|
|
@@ -675,7 +1346,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
675
1346
|
|
|
676
1347
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
677
1348
|
|
|
678
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
1349
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
679
1350
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
680
1351
|
|
|
681
1352
|
### Patches
|
|
@@ -684,7 +1355,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
684
1355
|
|
|
685
1356
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
686
1357
|
|
|
687
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
1358
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
688
1359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
689
1360
|
|
|
690
1361
|
### Patches
|
|
@@ -694,7 +1365,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
694
1365
|
|
|
695
1366
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
696
1367
|
|
|
697
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
1368
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
698
1369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
699
1370
|
|
|
700
1371
|
### Patches
|
|
@@ -703,7 +1374,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
703
1374
|
|
|
704
1375
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
705
1376
|
|
|
706
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
1377
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
707
1378
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
708
1379
|
|
|
709
1380
|
### Minor changes
|
|
@@ -712,7 +1383,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
712
1383
|
|
|
713
1384
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
714
1385
|
|
|
715
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
1386
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
716
1387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
717
1388
|
|
|
718
1389
|
### Patches
|
|
@@ -722,7 +1393,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
722
1393
|
|
|
723
1394
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
724
1395
|
|
|
725
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
1396
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
726
1397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
727
1398
|
|
|
728
1399
|
### Patches
|
|
@@ -731,7 +1402,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
731
1402
|
|
|
732
1403
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
733
1404
|
|
|
734
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
1405
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
735
1406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
736
1407
|
|
|
737
1408
|
### Minor changes
|
|
@@ -740,7 +1411,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
740
1411
|
|
|
741
1412
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
742
1413
|
|
|
743
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
1414
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
744
1415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
745
1416
|
|
|
746
1417
|
### Patches
|
|
@@ -750,7 +1421,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
750
1421
|
|
|
751
1422
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
752
1423
|
|
|
753
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
1424
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
754
1425
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
755
1426
|
|
|
756
1427
|
### Patches
|
|
@@ -759,7 +1430,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
759
1430
|
|
|
760
1431
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
761
1432
|
|
|
762
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
1433
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
763
1434
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
764
1435
|
|
|
765
1436
|
### Patches
|
|
@@ -768,7 +1439,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
768
1439
|
|
|
769
1440
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
770
1441
|
|
|
771
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
1442
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
772
1443
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
773
1444
|
|
|
774
1445
|
### Patches
|
|
@@ -777,7 +1448,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
777
1448
|
|
|
778
1449
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
779
1450
|
|
|
780
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
1451
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
781
1452
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
782
1453
|
|
|
783
1454
|
### Patches
|
|
@@ -787,7 +1458,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
787
1458
|
|
|
788
1459
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
789
1460
|
|
|
790
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
1461
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
791
1462
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
792
1463
|
|
|
793
1464
|
### Patches
|
|
@@ -796,7 +1467,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
796
1467
|
|
|
797
1468
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
798
1469
|
|
|
799
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
1470
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
800
1471
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
801
1472
|
|
|
802
1473
|
### Patches
|
|
@@ -805,7 +1476,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
805
1476
|
|
|
806
1477
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
807
1478
|
|
|
808
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
1479
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
809
1480
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
810
1481
|
|
|
811
1482
|
### Patches
|
|
@@ -814,7 +1485,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
814
1485
|
|
|
815
1486
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
816
1487
|
|
|
817
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
1488
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
818
1489
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
819
1490
|
|
|
820
1491
|
### Minor changes
|
|
@@ -823,7 +1494,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
823
1494
|
|
|
824
1495
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
825
1496
|
|
|
826
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
1497
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
827
1498
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
828
1499
|
|
|
829
1500
|
### Patches
|
|
@@ -832,7 +1503,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
832
1503
|
|
|
833
1504
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
834
1505
|
|
|
835
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
1506
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
836
1507
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
837
1508
|
|
|
838
1509
|
### Patches
|
|
@@ -841,7 +1512,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
841
1512
|
|
|
842
1513
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
843
1514
|
|
|
844
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
1515
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
845
1516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
846
1517
|
|
|
847
1518
|
### Patches
|
|
@@ -851,7 +1522,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
851
1522
|
|
|
852
1523
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
853
1524
|
|
|
854
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
1525
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
855
1526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
856
1527
|
|
|
857
1528
|
### Minor changes
|
|
@@ -865,7 +1536,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
865
1536
|
|
|
866
1537
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
867
1538
|
|
|
868
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1539
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
869
1540
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
870
1541
|
|
|
871
1542
|
### Patches
|
|
@@ -874,7 +1545,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
874
1545
|
|
|
875
1546
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
876
1547
|
|
|
877
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1548
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
878
1549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
879
1550
|
|
|
880
1551
|
### Minor changes
|
|
@@ -884,7 +1555,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
884
1555
|
|
|
885
1556
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
886
1557
|
|
|
887
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1558
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
888
1559
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
889
1560
|
|
|
890
1561
|
### Patches
|
|
@@ -893,7 +1564,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
893
1564
|
|
|
894
1565
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
895
1566
|
|
|
896
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1567
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
897
1568
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
898
1569
|
|
|
899
1570
|
### Patches
|
|
@@ -902,7 +1573,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
902
1573
|
|
|
903
1574
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
904
1575
|
|
|
905
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1576
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
906
1577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
907
1578
|
|
|
908
1579
|
### Major changes
|
|
@@ -935,7 +1606,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
935
1606
|
|
|
936
1607
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
937
1608
|
|
|
938
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1609
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
939
1610
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
940
1611
|
|
|
941
1612
|
### Patches
|
|
@@ -944,7 +1615,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
944
1615
|
|
|
945
1616
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
946
1617
|
|
|
947
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1618
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
948
1619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
949
1620
|
|
|
950
1621
|
### Minor changes
|
|
@@ -953,7 +1624,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
953
1624
|
|
|
954
1625
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
955
1626
|
|
|
956
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
1627
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
957
1628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
958
1629
|
|
|
959
1630
|
### Patches
|
|
@@ -962,7 +1633,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
962
1633
|
|
|
963
1634
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
964
1635
|
|
|
965
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
1636
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
966
1637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
967
1638
|
|
|
968
1639
|
### Patches
|
|
@@ -972,7 +1643,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
972
1643
|
|
|
973
1644
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
974
1645
|
|
|
975
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1646
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
976
1647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
977
1648
|
|
|
978
1649
|
### Minor changes
|
|
@@ -981,7 +1652,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
981
1652
|
|
|
982
1653
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
983
1654
|
|
|
984
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1655
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
985
1656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
986
1657
|
|
|
987
1658
|
### Patches
|
|
@@ -990,7 +1661,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
990
1661
|
|
|
991
1662
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
992
1663
|
|
|
993
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1664
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
994
1665
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
995
1666
|
|
|
996
1667
|
### Patches
|
|
@@ -999,7 +1670,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
999
1670
|
|
|
1000
1671
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
1001
1672
|
|
|
1002
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1673
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1003
1674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
1004
1675
|
|
|
1005
1676
|
### Patches
|
|
@@ -1008,7 +1679,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
1008
1679
|
|
|
1009
1680
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
1010
1681
|
|
|
1011
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1682
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1012
1683
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
1013
1684
|
|
|
1014
1685
|
### Minor changes
|
|
@@ -1017,7 +1688,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1017
1688
|
|
|
1018
1689
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
1019
1690
|
|
|
1020
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1691
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1021
1692
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
1022
1693
|
|
|
1023
1694
|
### Patches
|
|
@@ -1026,7 +1697,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1026
1697
|
|
|
1027
1698
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1028
1699
|
|
|
1029
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1700
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1030
1701
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1031
1702
|
|
|
1032
1703
|
### Minor changes
|
|
@@ -1039,7 +1710,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1039
1710
|
|
|
1040
1711
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1041
1712
|
|
|
1042
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1713
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1043
1714
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1044
1715
|
|
|
1045
1716
|
### Minor changes
|
|
@@ -1048,7 +1719,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1048
1719
|
|
|
1049
1720
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1050
1721
|
|
|
1051
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1722
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1052
1723
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1053
1724
|
|
|
1054
1725
|
### Minor changes
|
|
@@ -1061,7 +1732,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1061
1732
|
|
|
1062
1733
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1063
1734
|
|
|
1064
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1735
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1065
1736
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1066
1737
|
|
|
1067
1738
|
### Patches
|
|
@@ -1070,7 +1741,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1070
1741
|
|
|
1071
1742
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1072
1743
|
|
|
1073
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1744
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1074
1745
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1075
1746
|
|
|
1076
1747
|
### Patches
|
|
@@ -1079,7 +1750,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1079
1750
|
|
|
1080
1751
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1081
1752
|
|
|
1082
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1753
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1083
1754
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1084
1755
|
|
|
1085
1756
|
### Minor changes
|
|
@@ -1088,7 +1759,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1088
1759
|
|
|
1089
1760
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1090
1761
|
|
|
1091
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1762
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1092
1763
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1093
1764
|
|
|
1094
1765
|
### Minor changes
|
|
@@ -1098,7 +1769,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1098
1769
|
|
|
1099
1770
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1100
1771
|
|
|
1101
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1772
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1102
1773
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1103
1774
|
|
|
1104
1775
|
### Patches
|
|
@@ -1108,7 +1779,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1108
1779
|
|
|
1109
1780
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1110
1781
|
|
|
1111
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1782
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1112
1783
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1113
1784
|
|
|
1114
1785
|
### Patches
|
|
@@ -1117,7 +1788,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1117
1788
|
|
|
1118
1789
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1119
1790
|
|
|
1120
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1791
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1121
1792
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1122
1793
|
|
|
1123
1794
|
### Minor changes
|
|
@@ -1126,7 +1797,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1126
1797
|
|
|
1127
1798
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1128
1799
|
|
|
1129
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1800
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1130
1801
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1131
1802
|
|
|
1132
1803
|
### Patches
|
|
@@ -1135,7 +1806,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1135
1806
|
|
|
1136
1807
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1137
1808
|
|
|
1138
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1809
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1139
1810
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1140
1811
|
|
|
1141
1812
|
### Minor changes
|
|
@@ -1148,7 +1819,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1148
1819
|
|
|
1149
1820
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1150
1821
|
|
|
1151
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1822
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1152
1823
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1153
1824
|
|
|
1154
1825
|
### Patches
|
|
@@ -1157,7 +1828,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1157
1828
|
|
|
1158
1829
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1159
1830
|
|
|
1160
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1831
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1161
1832
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1162
1833
|
|
|
1163
1834
|
### Minor changes
|
|
@@ -1166,7 +1837,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1166
1837
|
|
|
1167
1838
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1168
1839
|
|
|
1169
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1840
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1170
1841
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1171
1842
|
|
|
1172
1843
|
### Minor changes
|
|
@@ -1179,7 +1850,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1179
1850
|
|
|
1180
1851
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1181
1852
|
|
|
1182
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1853
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1183
1854
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1184
1855
|
|
|
1185
1856
|
### Patches
|
|
@@ -1188,7 +1859,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1188
1859
|
|
|
1189
1860
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1190
1861
|
|
|
1191
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1862
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1192
1863
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1193
1864
|
|
|
1194
1865
|
### Patches
|
|
@@ -1197,7 +1868,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1197
1868
|
|
|
1198
1869
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1199
1870
|
|
|
1200
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1871
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1201
1872
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1202
1873
|
|
|
1203
1874
|
### Patches
|
|
@@ -1207,7 +1878,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1207
1878
|
|
|
1208
1879
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1209
1880
|
|
|
1210
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1881
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1211
1882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1212
1883
|
|
|
1213
1884
|
### Patches
|
|
@@ -1216,7 +1887,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1216
1887
|
|
|
1217
1888
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1218
1889
|
|
|
1219
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1890
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1220
1891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1221
1892
|
|
|
1222
1893
|
### Patches
|
|
@@ -1231,7 +1902,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1231
1902
|
|
|
1232
1903
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1233
1904
|
|
|
1234
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1905
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1235
1906
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1236
1907
|
|
|
1237
1908
|
### Patches
|
|
@@ -1240,7 +1911,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1240
1911
|
|
|
1241
1912
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1242
1913
|
|
|
1243
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1914
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1244
1915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1245
1916
|
|
|
1246
1917
|
### Minor changes
|
|
@@ -1253,7 +1924,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1253
1924
|
|
|
1254
1925
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1255
1926
|
|
|
1256
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1927
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1257
1928
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1258
1929
|
|
|
1259
1930
|
### Patches
|
|
@@ -1262,7 +1933,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1262
1933
|
|
|
1263
1934
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1264
1935
|
|
|
1265
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1936
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1266
1937
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1267
1938
|
|
|
1268
1939
|
### Patches
|
|
@@ -1271,7 +1942,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1271
1942
|
|
|
1272
1943
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1273
1944
|
|
|
1274
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1945
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1275
1946
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1276
1947
|
|
|
1277
1948
|
### Minor changes
|
|
@@ -1280,7 +1951,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1280
1951
|
|
|
1281
1952
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1282
1953
|
|
|
1283
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1954
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1284
1955
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1285
1956
|
|
|
1286
1957
|
### Patches
|
|
@@ -1292,7 +1963,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1292
1963
|
|
|
1293
1964
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1294
1965
|
|
|
1295
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1966
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1296
1967
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1297
1968
|
|
|
1298
1969
|
### Minor changes
|
|
@@ -1301,7 +1972,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1301
1972
|
|
|
1302
1973
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1303
1974
|
|
|
1304
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1975
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1305
1976
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1306
1977
|
|
|
1307
1978
|
### Patches
|
|
@@ -1310,7 +1981,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1310
1981
|
|
|
1311
1982
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1312
1983
|
|
|
1313
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1984
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1314
1985
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1315
1986
|
|
|
1316
1987
|
### Patches
|
|
@@ -1319,7 +1990,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1319
1990
|
|
|
1320
1991
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1321
1992
|
|
|
1322
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1993
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1323
1994
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1324
1995
|
|
|
1325
1996
|
### Minor changes
|