@fluentui/web-components 3.0.0-beta.4 → 3.0.0-beta.40
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 +518 -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 +108 -8
- 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 +179 -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 +22 -2
- 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 +267 -22
- 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/define.d.ts +1 -0
- package/dist/dts/dialog/dialog.bench.d.ts +3 -0
- package/dist/dts/dialog/dialog.d.ts +58 -0
- package/dist/dts/dialog/dialog.definition.d.ts +9 -0
- package/dist/dts/dialog/dialog.options.d.ts +11 -0
- package/dist/dts/dialog/dialog.styles.d.ts +4 -0
- package/dist/dts/dialog/dialog.template.d.ts +7 -0
- package/dist/dts/dialog/index.d.ts +5 -0
- 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 +65 -11
- package/dist/dts/divider/divider.options.d.ts +32 -8
- 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 +3 -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 +128 -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/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 -3
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +35 -1
- package/dist/dts/index.d.ts +55 -30
- 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 +4 -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 +78 -60
- 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 +116 -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.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 +66 -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 +78 -10
- 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 +94 -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 +195 -5
- 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 +21 -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 +215 -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/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 +407 -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/theme/design-tokens.d.ts +2180 -384
- package/dist/dts/theme/set-theme.bench.d.ts +3 -0
- package/dist/dts/theme/set-theme.d.ts +6 -3
- 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/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/index.d.ts +6 -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 +126 -12
- 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 +42 -64
- 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 +187 -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 +43 -23
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +36 -36
- 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 +14 -6
- 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 +312 -42
- 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 +78 -78
- 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 +446 -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 +143 -125
- 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 +16 -17
- 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 +12 -6
- 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/define.js +4 -0
- package/dist/esm/dialog/define.js.map +1 -0
- package/dist/esm/dialog/dialog.bench.js +11 -0
- package/dist/esm/dialog/dialog.bench.js.map +1 -0
- package/dist/esm/dialog/dialog.definition.js +17 -0
- package/dist/esm/dialog/dialog.definition.js.map +1 -0
- package/dist/esm/dialog/dialog.js +91 -0
- package/dist/esm/dialog/dialog.js.map +1 -0
- package/dist/esm/dialog/dialog.options.js +10 -0
- package/dist/esm/dialog/dialog.options.js.map +1 -0
- package/dist/esm/dialog/dialog.styles.js +86 -0
- package/dist/esm/dialog/dialog.styles.js.map +1 -0
- package/dist/esm/dialog/dialog.template.js +24 -0
- package/dist/esm/dialog/dialog.template.js.map +1 -0
- package/dist/esm/dialog/index.js +6 -0
- package/dist/esm/dialog/index.js.map +1 -0
- 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 +101 -11
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -5
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +32 -31
- 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 +4 -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 +201 -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 +201 -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/image/image.bench.js +14 -0
- package/dist/esm/image/image.bench.js.map +1 -0
- package/dist/esm/image/image.js +69 -6
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/image.styles.js +10 -9
- 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 +35 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +41 -30
- 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 +19 -11
- 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 +5 -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 +74 -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 +133 -153
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu/menu.styles.js +22 -8
- package/dist/esm/menu/menu.styles.js.map +1 -1
- package/dist/esm/menu/menu.template.js +3 -10
- 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 +203 -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 +89 -116
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +32 -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 +231 -16
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +1 -1
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +13 -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 +106 -13
- 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 +50 -128
- 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 +95 -88
- 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 +456 -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 +27 -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 +97 -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 +120 -0
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -0
- package/dist/esm/rating-display/rating-display.template.js +32 -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 +433 -22
- 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 +1 -1
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +39 -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 +40 -9
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +11 -24
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +8 -21
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +48 -48
- 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 +217 -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 +32 -56
- 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 +1 -1
- 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 +1 -1
- 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/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 +1 -1
- 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 +57 -34
- 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 +429 -11
- 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 +45 -34
- 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/theme/design-tokens.js +2181 -386
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.bench.js +23 -0
- package/dist/esm/theme/set-theme.bench.js.map +1 -0
- package/dist/esm/theme/set-theme.js +40 -4
- package/dist/esm/theme/set-theme.js.map +1 -1
- 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 +32 -26
- 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/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 +32 -0
- package/dist/esm/utils/element-internals.js.map +1 -0
- package/dist/esm/utils/get-initials.js.map +1 -1
- package/dist/esm/utils/index.js +7 -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 +6955 -1526
- package/dist/web-components.js +5847 -7023
- package/dist/web-components.min.js +414 -251
- package/package.json +71 -15
- package/dist/fluent-web-components.api.json +0 -19686
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
- package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
- package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
- package/dist/storybook/677.939f187f.iframe.bundle.js +0 -462
- package/dist/storybook/677.939f187f.iframe.bundle.js.LICENSE.txt +0 -46
- package/dist/storybook/677.939f187f.iframe.bundle.js.map +0 -1
- 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.c98b42a5.iframe.bundle.js +0 -2
- package/dist/storybook/main.c98b42a5.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 -2427
- package/playwright.config.ts +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,364 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 04 Jul 2024 04:08:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.40)
|
|
8
|
+
|
|
9
|
+
Thu, 04 Jul 2024 04:08:06 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.39..@fluentui/web-components_v3.0.0-beta.40)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- 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)
|
|
15
|
+
- fix for setTheme in Firefox ([PR #31911](https://github.com/microsoft/fluentui/pull/31911) by rupertdavid@microsoft.com)
|
|
16
|
+
- 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)
|
|
17
|
+
|
|
18
|
+
## [3.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.39)
|
|
19
|
+
|
|
20
|
+
Wed, 03 Jul 2024 04:08:00 GMT
|
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.38..@fluentui/web-components_v3.0.0-beta.39)
|
|
22
|
+
|
|
23
|
+
### Changes
|
|
24
|
+
|
|
25
|
+
- fix(web-components): fix popover positioning in firefox, add docs ([PR #31895](https://github.com/microsoft/fluentui/pull/31895) by rupertdavid@microsoft.com)
|
|
26
|
+
- expose field in webcomponents to package exports ([PR #31904](https://github.com/microsoft/fluentui/pull/31904) by mmansour@microsoft.com)
|
|
27
|
+
- 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)
|
|
28
|
+
- fix(web-components): fix menu enterkey interaction ([PR #31894](https://github.com/microsoft/fluentui/pull/31894) by rupertdavid@microsoft.com)
|
|
29
|
+
|
|
30
|
+
## [3.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.38)
|
|
31
|
+
|
|
32
|
+
Mon, 01 Jul 2024 04:08:12 GMT
|
|
33
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.37..@fluentui/web-components_v3.0.0-beta.38)
|
|
34
|
+
|
|
35
|
+
### Changes
|
|
36
|
+
|
|
37
|
+
- Make utils a package export since it replaces fluentui/foundation ([PR #31865](https://github.com/microsoft/fluentui/pull/31865) by mmansour@microsoft.com)
|
|
38
|
+
|
|
39
|
+
## [3.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.37)
|
|
40
|
+
|
|
41
|
+
Fri, 28 Jun 2024 04:07:17 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.36..@fluentui/web-components_v3.0.0-beta.37)
|
|
43
|
+
|
|
44
|
+
### Changes
|
|
45
|
+
|
|
46
|
+
- refactor setTheme() to use adoptedStyleSheets ([PR #31713](https://github.com/microsoft/fluentui/pull/31713) by machi@microsoft.com)
|
|
47
|
+
- Add rating-display component ([PR #31625](https://github.com/microsoft/fluentui/pull/31625) by email not defined)
|
|
48
|
+
- Adds MessageBar component to Fluent Web Components ([PR #31708](https://github.com/microsoft/fluentui/pull/31708) by ryan@ryanmerrill.net)
|
|
49
|
+
- chore: use tokens directly in css for badge partial ([PR #31847](https://github.com/microsoft/fluentui/pull/31847) by mmansour@microsoft.com)
|
|
50
|
+
- 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)
|
|
51
|
+
|
|
52
|
+
## [3.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.36)
|
|
53
|
+
|
|
54
|
+
Wed, 26 Jun 2024 04:07:58 GMT
|
|
55
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.35..@fluentui/web-components_v3.0.0-beta.36)
|
|
56
|
+
|
|
57
|
+
### Changes
|
|
58
|
+
|
|
59
|
+
- feat(drawer): add drawer web component ([PR #31521](https://github.com/microsoft/fluentui/pull/31521) by email not defined)
|
|
60
|
+
|
|
61
|
+
## [3.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.35)
|
|
62
|
+
|
|
63
|
+
Tue, 25 Jun 2024 04:06:35 GMT
|
|
64
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.34..@fluentui/web-components_v3.0.0-beta.35)
|
|
65
|
+
|
|
66
|
+
### Changes
|
|
67
|
+
|
|
68
|
+
- 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)
|
|
69
|
+
|
|
70
|
+
## [3.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.34)
|
|
71
|
+
|
|
72
|
+
Mon, 24 Jun 2024 04:06:02 GMT
|
|
73
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.33..@fluentui/web-components_v3.0.0-beta.34)
|
|
74
|
+
|
|
75
|
+
### Changes
|
|
76
|
+
|
|
77
|
+
- Refactor Menu, MenuList, and MenuItem components ([PR #31674](https://github.com/microsoft/fluentui/pull/31674) by rupertdavid@microsoft.com)
|
|
78
|
+
|
|
79
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
80
|
+
|
|
81
|
+
Fri, 21 Jun 2024 04:06:58 GMT
|
|
82
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
83
|
+
|
|
84
|
+
### Changes
|
|
85
|
+
|
|
86
|
+
- 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)
|
|
87
|
+
|
|
88
|
+
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
89
|
+
|
|
90
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
91
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
92
|
+
|
|
93
|
+
### Changes
|
|
94
|
+
|
|
95
|
+
- 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)
|
|
96
|
+
- feat: update divider to use custom states ([PR #31735](https://github.com/microsoft/fluentui/pull/31735) by 13071055+chrisdholt@users.noreply.github.com)
|
|
97
|
+
- 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)
|
|
98
|
+
- 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)
|
|
99
|
+
- 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)
|
|
100
|
+
- 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)
|
|
101
|
+
- 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)
|
|
102
|
+
- 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)
|
|
103
|
+
|
|
104
|
+
## [3.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.31)
|
|
105
|
+
|
|
106
|
+
Tue, 18 Jun 2024 04:05:31 GMT
|
|
107
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.30..@fluentui/web-components_v3.0.0-beta.31)
|
|
108
|
+
|
|
109
|
+
### Changes
|
|
110
|
+
|
|
111
|
+
- 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)
|
|
112
|
+
- update badge to use element internals custom states ([PR #31733](https://github.com/microsoft/fluentui/pull/31733) by 13071055+chrisdholt@users.noreply.github.com)
|
|
113
|
+
|
|
114
|
+
## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
|
|
115
|
+
|
|
116
|
+
Fri, 14 Jun 2024 04:06:06 GMT
|
|
117
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
|
|
118
|
+
|
|
119
|
+
### Changes
|
|
120
|
+
|
|
121
|
+
- 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)
|
|
122
|
+
|
|
123
|
+
## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
|
|
124
|
+
|
|
125
|
+
Thu, 13 Jun 2024 04:06:41 GMT
|
|
126
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
|
|
127
|
+
|
|
128
|
+
### Changes
|
|
129
|
+
|
|
130
|
+
- refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
|
|
131
|
+
- add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
|
|
132
|
+
|
|
133
|
+
## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
|
|
134
|
+
|
|
135
|
+
Wed, 12 Jun 2024 04:06:09 GMT
|
|
136
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
|
|
137
|
+
|
|
138
|
+
### Changes
|
|
139
|
+
|
|
140
|
+
- 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)
|
|
141
|
+
- refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
|
|
142
|
+
|
|
143
|
+
## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
|
|
144
|
+
|
|
145
|
+
Tue, 11 Jun 2024 04:06:29 GMT
|
|
146
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
|
|
147
|
+
|
|
148
|
+
### Changes
|
|
149
|
+
|
|
150
|
+
- feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
|
|
151
|
+
- 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)
|
|
152
|
+
|
|
153
|
+
## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
|
|
154
|
+
|
|
155
|
+
Mon, 10 Jun 2024 04:07:58 GMT
|
|
156
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
|
|
157
|
+
|
|
158
|
+
### Changes
|
|
159
|
+
|
|
160
|
+
- 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)
|
|
161
|
+
- 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)
|
|
162
|
+
- 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)
|
|
163
|
+
|
|
164
|
+
## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
|
|
165
|
+
|
|
166
|
+
Fri, 07 Jun 2024 04:06:31 GMT
|
|
167
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
|
|
168
|
+
|
|
169
|
+
### Changes
|
|
170
|
+
|
|
171
|
+
- Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
|
|
172
|
+
- Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
|
|
173
|
+
|
|
174
|
+
## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
|
|
175
|
+
|
|
176
|
+
Thu, 06 Jun 2024 04:06:19 GMT
|
|
177
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
|
|
178
|
+
|
|
179
|
+
### Changes
|
|
180
|
+
|
|
181
|
+
- add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
|
|
182
|
+
- fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
|
|
183
|
+
|
|
184
|
+
## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
|
|
185
|
+
|
|
186
|
+
Wed, 05 Jun 2024 04:06:41 GMT
|
|
187
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
|
|
188
|
+
|
|
189
|
+
### Changes
|
|
190
|
+
|
|
191
|
+
- chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
|
|
192
|
+
- Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
|
|
193
|
+
- 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)
|
|
194
|
+
|
|
195
|
+
## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
|
|
196
|
+
|
|
197
|
+
Mon, 03 Jun 2024 04:06:55 GMT
|
|
198
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
|
|
199
|
+
|
|
200
|
+
### Changes
|
|
201
|
+
|
|
202
|
+
- chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
|
|
203
|
+
|
|
204
|
+
## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
|
|
205
|
+
|
|
206
|
+
Fri, 24 May 2024 04:06:21 GMT
|
|
207
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
|
|
208
|
+
|
|
209
|
+
### Changes
|
|
210
|
+
|
|
211
|
+
- Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
|
|
212
|
+
|
|
213
|
+
## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
|
|
214
|
+
|
|
215
|
+
Wed, 22 May 2024 04:06:55 GMT
|
|
216
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
|
|
217
|
+
|
|
218
|
+
### Changes
|
|
219
|
+
|
|
220
|
+
- 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)
|
|
221
|
+
|
|
222
|
+
## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
|
|
223
|
+
|
|
224
|
+
Tue, 21 May 2024 04:06:11 GMT
|
|
225
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
|
|
226
|
+
|
|
227
|
+
### Changes
|
|
228
|
+
|
|
229
|
+
- 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)
|
|
230
|
+
|
|
231
|
+
## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
|
|
232
|
+
|
|
233
|
+
Mon, 20 May 2024 04:07:06 GMT
|
|
234
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
|
|
235
|
+
|
|
236
|
+
### Changes
|
|
237
|
+
|
|
238
|
+
- adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
|
|
239
|
+
|
|
240
|
+
## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
|
|
241
|
+
|
|
242
|
+
Fri, 17 May 2024 04:06:08 GMT
|
|
243
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
|
|
244
|
+
|
|
245
|
+
### Changes
|
|
246
|
+
|
|
247
|
+
- fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
|
|
248
|
+
- Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
|
|
249
|
+
|
|
250
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
251
|
+
|
|
252
|
+
Thu, 16 May 2024 04:07:03 GMT
|
|
253
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
254
|
+
|
|
255
|
+
### Changes
|
|
256
|
+
|
|
257
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
258
|
+
|
|
259
|
+
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
260
|
+
|
|
261
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
262
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
263
|
+
|
|
264
|
+
### Changes
|
|
265
|
+
|
|
266
|
+
- fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
|
|
267
|
+
|
|
268
|
+
## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
|
|
269
|
+
|
|
270
|
+
Fri, 26 Apr 2024 04:07:24 GMT
|
|
271
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
|
|
272
|
+
|
|
273
|
+
### Changes
|
|
274
|
+
|
|
275
|
+
- create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
|
|
276
|
+
|
|
277
|
+
## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
|
|
278
|
+
|
|
279
|
+
Thu, 25 Apr 2024 04:09:24 GMT
|
|
280
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
|
|
281
|
+
|
|
282
|
+
### Changes
|
|
283
|
+
|
|
284
|
+
- ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
|
|
285
|
+
|
|
286
|
+
## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
|
|
287
|
+
|
|
288
|
+
Tue, 23 Apr 2024 04:09:06 GMT
|
|
289
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
|
|
290
|
+
|
|
291
|
+
### Changes
|
|
292
|
+
|
|
293
|
+
- Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
|
|
294
|
+
|
|
295
|
+
## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
|
|
296
|
+
|
|
297
|
+
Mon, 15 Apr 2024 04:09:34 GMT
|
|
298
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
|
|
299
|
+
|
|
300
|
+
### Changes
|
|
301
|
+
|
|
302
|
+
- fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
|
|
303
|
+
|
|
304
|
+
## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
|
|
305
|
+
|
|
306
|
+
Tue, 09 Apr 2024 04:08:05 GMT
|
|
307
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
|
|
308
|
+
|
|
309
|
+
### Changes
|
|
310
|
+
|
|
311
|
+
- revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
|
|
312
|
+
|
|
313
|
+
## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
|
|
314
|
+
|
|
315
|
+
Mon, 08 Apr 2024 04:08:59 GMT
|
|
316
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
|
|
317
|
+
|
|
318
|
+
### Changes
|
|
319
|
+
|
|
320
|
+
- chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
|
|
321
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
|
|
322
|
+
|
|
323
|
+
## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
|
|
324
|
+
|
|
325
|
+
Mon, 12 Feb 2024 04:08:06 GMT
|
|
326
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
|
|
327
|
+
|
|
328
|
+
### Changes
|
|
329
|
+
|
|
330
|
+
- Removes dependancy on fast-foundation classes and templates ([PR #30090](https://github.com/microsoft/fluentui/pull/30090) by jes@microsoft.com)
|
|
331
|
+
|
|
332
|
+
## [3.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.7)
|
|
333
|
+
|
|
334
|
+
Fri, 09 Feb 2024 04:08:43 GMT
|
|
335
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.6..@fluentui/web-components_v3.0.0-beta.7)
|
|
336
|
+
|
|
337
|
+
### Changes
|
|
338
|
+
|
|
339
|
+
- feat: remove JS design token implementation in favor of platform css variables ([PR #30002](https://github.com/microsoft/fluentui/pull/30002) by chhol@microsoft.com)
|
|
340
|
+
|
|
341
|
+
## [3.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.6)
|
|
342
|
+
|
|
343
|
+
Thu, 26 Oct 2023 04:16:51 GMT
|
|
344
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.5..@fluentui/web-components_v3.0.0-beta.6)
|
|
345
|
+
|
|
346
|
+
### Changes
|
|
347
|
+
|
|
348
|
+
- feat(dialog): add dialog web component ([PR #28569](https://github.com/microsoft/fluentui/pull/28569) by brian.christopher.brady@gmail.com)
|
|
349
|
+
|
|
350
|
+
## [3.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.5)
|
|
351
|
+
|
|
352
|
+
Thu, 19 Oct 2023 04:18:07 GMT
|
|
353
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.4..@fluentui/web-components_v3.0.0-beta.5)
|
|
354
|
+
|
|
355
|
+
### Changes
|
|
356
|
+
|
|
357
|
+
- Updates package with Menu component sideEffect. ([PR #29581](https://github.com/microsoft/fluentui/pull/29581) by hale.rankin@microsoft.com)
|
|
358
|
+
|
|
7
359
|
## [3.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.4)
|
|
8
360
|
|
|
9
|
-
Fri, 13 Oct 2023 04:17:
|
|
361
|
+
Fri, 13 Oct 2023 04:17:27 GMT
|
|
10
362
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.3..@fluentui/web-components_v3.0.0-beta.4)
|
|
11
363
|
|
|
12
364
|
### Changes
|
|
@@ -313,7 +665,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
313
665
|
|
|
314
666
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
315
667
|
|
|
316
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
668
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
317
669
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
318
670
|
|
|
319
671
|
### Changes
|
|
@@ -322,7 +674,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
322
674
|
|
|
323
675
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
324
676
|
|
|
325
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
677
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
326
678
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
327
679
|
|
|
328
680
|
### Changes
|
|
@@ -332,9 +684,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
332
684
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
333
685
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
334
686
|
|
|
687
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
688
|
+
|
|
689
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
690
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
691
|
+
|
|
692
|
+
### Patches
|
|
693
|
+
|
|
694
|
+
- 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 =)
|
|
695
|
+
|
|
696
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
697
|
+
|
|
698
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
699
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
700
|
+
|
|
701
|
+
### Minor changes
|
|
702
|
+
|
|
703
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
704
|
+
|
|
705
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
706
|
+
|
|
707
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
708
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
709
|
+
|
|
710
|
+
### Patches
|
|
711
|
+
|
|
712
|
+
- 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)
|
|
713
|
+
|
|
714
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
715
|
+
|
|
716
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
717
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
718
|
+
|
|
719
|
+
### Patches
|
|
720
|
+
|
|
721
|
+
- 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)
|
|
722
|
+
|
|
723
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
724
|
+
|
|
725
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
726
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
727
|
+
|
|
728
|
+
### Patches
|
|
729
|
+
|
|
730
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
731
|
+
|
|
732
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
733
|
+
|
|
734
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
735
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
736
|
+
|
|
737
|
+
### Patches
|
|
738
|
+
|
|
739
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
740
|
+
|
|
741
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
742
|
+
|
|
743
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
744
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
745
|
+
|
|
746
|
+
### Patches
|
|
747
|
+
|
|
748
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
749
|
+
|
|
335
750
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
336
751
|
|
|
337
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
752
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
338
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
339
754
|
|
|
340
755
|
### Patches
|
|
@@ -343,7 +758,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
343
758
|
|
|
344
759
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
345
760
|
|
|
346
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
761
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
347
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
348
763
|
|
|
349
764
|
### Patches
|
|
@@ -352,7 +767,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
352
767
|
|
|
353
768
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
354
769
|
|
|
355
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
770
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
356
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
357
772
|
|
|
358
773
|
### Patches
|
|
@@ -361,7 +776,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
361
776
|
|
|
362
777
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
363
778
|
|
|
364
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
779
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
365
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
366
781
|
|
|
367
782
|
### Patches
|
|
@@ -370,7 +785,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
370
785
|
|
|
371
786
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
372
787
|
|
|
373
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
788
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
374
789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
375
790
|
|
|
376
791
|
### Patches
|
|
@@ -379,7 +794,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
379
794
|
|
|
380
795
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
381
796
|
|
|
382
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
797
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
383
798
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
384
799
|
|
|
385
800
|
### Patches
|
|
@@ -388,7 +803,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
388
803
|
|
|
389
804
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
390
805
|
|
|
391
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
806
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
392
807
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
393
808
|
|
|
394
809
|
### Patches
|
|
@@ -397,7 +812,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
397
812
|
|
|
398
813
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
399
814
|
|
|
400
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
815
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
401
816
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
402
817
|
|
|
403
818
|
### Patches
|
|
@@ -406,7 +821,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
406
821
|
|
|
407
822
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
408
823
|
|
|
409
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
824
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
410
825
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
411
826
|
|
|
412
827
|
### Patches
|
|
@@ -415,7 +830,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
415
830
|
|
|
416
831
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
417
832
|
|
|
418
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
833
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
419
834
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
420
835
|
|
|
421
836
|
### Patches
|
|
@@ -424,7 +839,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
424
839
|
|
|
425
840
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
426
841
|
|
|
427
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
842
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
428
843
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
429
844
|
|
|
430
845
|
### Patches
|
|
@@ -433,7 +848,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
433
848
|
|
|
434
849
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
435
850
|
|
|
436
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
851
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
437
852
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
438
853
|
|
|
439
854
|
### Patches
|
|
@@ -442,7 +857,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
442
857
|
|
|
443
858
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
444
859
|
|
|
445
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
860
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
446
861
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
447
862
|
|
|
448
863
|
### Minor changes
|
|
@@ -451,7 +866,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
451
866
|
|
|
452
867
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
453
868
|
|
|
454
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
869
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
455
870
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
456
871
|
|
|
457
872
|
### Minor changes
|
|
@@ -460,7 +875,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
460
875
|
|
|
461
876
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
462
877
|
|
|
463
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
878
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
464
879
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
465
880
|
|
|
466
881
|
### Patches
|
|
@@ -469,7 +884,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
469
884
|
|
|
470
885
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
471
886
|
|
|
472
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
887
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
473
888
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
474
889
|
|
|
475
890
|
### Minor changes
|
|
@@ -478,7 +893,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
478
893
|
|
|
479
894
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
480
895
|
|
|
481
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
896
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
482
897
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
483
898
|
|
|
484
899
|
### Patches
|
|
@@ -487,7 +902,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
487
902
|
|
|
488
903
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
489
904
|
|
|
490
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
905
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
491
906
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
492
907
|
|
|
493
908
|
### Patches
|
|
@@ -496,7 +911,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
496
911
|
|
|
497
912
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
498
913
|
|
|
499
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
914
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
500
915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
501
916
|
|
|
502
917
|
### Patches
|
|
@@ -505,7 +920,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
505
920
|
|
|
506
921
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
507
922
|
|
|
508
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
923
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
509
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
510
925
|
|
|
511
926
|
### Minor changes
|
|
@@ -514,7 +929,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
514
929
|
|
|
515
930
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
516
931
|
|
|
517
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
932
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
518
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
519
934
|
|
|
520
935
|
### Patches
|
|
@@ -523,7 +938,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
523
938
|
|
|
524
939
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
525
940
|
|
|
526
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
941
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
527
942
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
528
943
|
|
|
529
944
|
### Patches
|
|
@@ -532,7 +947,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
532
947
|
|
|
533
948
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
534
949
|
|
|
535
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
950
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
536
951
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
537
952
|
|
|
538
953
|
### Patches
|
|
@@ -541,7 +956,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
541
956
|
|
|
542
957
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
543
958
|
|
|
544
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
959
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
545
960
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
546
961
|
|
|
547
962
|
### Minor changes
|
|
@@ -550,7 +965,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
550
965
|
|
|
551
966
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
552
967
|
|
|
553
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
968
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
554
969
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
555
970
|
|
|
556
971
|
### Patches
|
|
@@ -559,7 +974,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
559
974
|
|
|
560
975
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
561
976
|
|
|
562
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
977
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
563
978
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
564
979
|
|
|
565
980
|
### Patches
|
|
@@ -570,7 +985,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
570
985
|
|
|
571
986
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
572
987
|
|
|
573
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
988
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
574
989
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
575
990
|
|
|
576
991
|
### Major changes
|
|
@@ -579,7 +994,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
579
994
|
|
|
580
995
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
581
996
|
|
|
582
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
997
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
583
998
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
584
999
|
|
|
585
1000
|
### Patches
|
|
@@ -588,7 +1003,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
588
1003
|
|
|
589
1004
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
590
1005
|
|
|
591
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
1006
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
592
1007
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
593
1008
|
|
|
594
1009
|
### Patches
|
|
@@ -597,7 +1012,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
597
1012
|
|
|
598
1013
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
599
1014
|
|
|
600
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
1015
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
601
1016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
602
1017
|
|
|
603
1018
|
### Patches
|
|
@@ -606,7 +1021,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
606
1021
|
|
|
607
1022
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
608
1023
|
|
|
609
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
1024
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
610
1025
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
611
1026
|
|
|
612
1027
|
### Minor changes
|
|
@@ -620,7 +1035,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
620
1035
|
|
|
621
1036
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
622
1037
|
|
|
623
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
1038
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
624
1039
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
625
1040
|
|
|
626
1041
|
### Patches
|
|
@@ -629,7 +1044,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
629
1044
|
|
|
630
1045
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
631
1046
|
|
|
632
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
1047
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
633
1048
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
634
1049
|
|
|
635
1050
|
### Patches
|
|
@@ -639,7 +1054,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
639
1054
|
|
|
640
1055
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
641
1056
|
|
|
642
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
1057
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
643
1058
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
644
1059
|
|
|
645
1060
|
### Patches
|
|
@@ -648,7 +1063,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
648
1063
|
|
|
649
1064
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
650
1065
|
|
|
651
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
1066
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
652
1067
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
653
1068
|
|
|
654
1069
|
### Patches
|
|
@@ -657,7 +1072,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
657
1072
|
|
|
658
1073
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
659
1074
|
|
|
660
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
1075
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
661
1076
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
662
1077
|
|
|
663
1078
|
### Patches
|
|
@@ -667,7 +1082,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
667
1082
|
|
|
668
1083
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
669
1084
|
|
|
670
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
1085
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
671
1086
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
672
1087
|
|
|
673
1088
|
### Patches
|
|
@@ -676,7 +1091,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
676
1091
|
|
|
677
1092
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
678
1093
|
|
|
679
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
1094
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
680
1095
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
681
1096
|
|
|
682
1097
|
### Minor changes
|
|
@@ -685,7 +1100,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
685
1100
|
|
|
686
1101
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
687
1102
|
|
|
688
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
1103
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
689
1104
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
690
1105
|
|
|
691
1106
|
### Patches
|
|
@@ -695,7 +1110,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
695
1110
|
|
|
696
1111
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
697
1112
|
|
|
698
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
1113
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
699
1114
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
700
1115
|
|
|
701
1116
|
### Patches
|
|
@@ -704,7 +1119,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
704
1119
|
|
|
705
1120
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
706
1121
|
|
|
707
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
1122
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
708
1123
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
709
1124
|
|
|
710
1125
|
### Minor changes
|
|
@@ -713,7 +1128,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
713
1128
|
|
|
714
1129
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
715
1130
|
|
|
716
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
1131
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
717
1132
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
718
1133
|
|
|
719
1134
|
### Patches
|
|
@@ -723,7 +1138,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
723
1138
|
|
|
724
1139
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
725
1140
|
|
|
726
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
1141
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
727
1142
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
728
1143
|
|
|
729
1144
|
### Patches
|
|
@@ -732,7 +1147,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
732
1147
|
|
|
733
1148
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
734
1149
|
|
|
735
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
1150
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
736
1151
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
737
1152
|
|
|
738
1153
|
### Patches
|
|
@@ -741,7 +1156,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
741
1156
|
|
|
742
1157
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
743
1158
|
|
|
744
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
1159
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
745
1160
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
746
1161
|
|
|
747
1162
|
### Patches
|
|
@@ -750,7 +1165,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
750
1165
|
|
|
751
1166
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
752
1167
|
|
|
753
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
1168
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
754
1169
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
755
1170
|
|
|
756
1171
|
### Patches
|
|
@@ -760,7 +1175,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
760
1175
|
|
|
761
1176
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
762
1177
|
|
|
763
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
1178
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
764
1179
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
765
1180
|
|
|
766
1181
|
### Patches
|
|
@@ -769,7 +1184,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
769
1184
|
|
|
770
1185
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
771
1186
|
|
|
772
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
1187
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
773
1188
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
774
1189
|
|
|
775
1190
|
### Patches
|
|
@@ -778,7 +1193,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
778
1193
|
|
|
779
1194
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
780
1195
|
|
|
781
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
1196
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
782
1197
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
783
1198
|
|
|
784
1199
|
### Patches
|
|
@@ -787,7 +1202,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
787
1202
|
|
|
788
1203
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
789
1204
|
|
|
790
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
1205
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
791
1206
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
792
1207
|
|
|
793
1208
|
### Minor changes
|
|
@@ -796,7 +1211,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
796
1211
|
|
|
797
1212
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
798
1213
|
|
|
799
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
1214
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
800
1215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
801
1216
|
|
|
802
1217
|
### Patches
|
|
@@ -805,7 +1220,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
805
1220
|
|
|
806
1221
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
807
1222
|
|
|
808
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
1223
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
809
1224
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
810
1225
|
|
|
811
1226
|
### Patches
|
|
@@ -814,7 +1229,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
814
1229
|
|
|
815
1230
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
816
1231
|
|
|
817
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
1232
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
818
1233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
819
1234
|
|
|
820
1235
|
### Patches
|
|
@@ -824,7 +1239,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
824
1239
|
|
|
825
1240
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
826
1241
|
|
|
827
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
1242
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
828
1243
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
829
1244
|
|
|
830
1245
|
### Minor changes
|
|
@@ -838,7 +1253,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
838
1253
|
|
|
839
1254
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
840
1255
|
|
|
841
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1256
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
842
1257
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
843
1258
|
|
|
844
1259
|
### Patches
|
|
@@ -847,7 +1262,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
847
1262
|
|
|
848
1263
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
849
1264
|
|
|
850
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1265
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
851
1266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
852
1267
|
|
|
853
1268
|
### Minor changes
|
|
@@ -857,7 +1272,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
857
1272
|
|
|
858
1273
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
859
1274
|
|
|
860
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1275
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
861
1276
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
862
1277
|
|
|
863
1278
|
### Patches
|
|
@@ -866,7 +1281,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
866
1281
|
|
|
867
1282
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
868
1283
|
|
|
869
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1284
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
870
1285
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
871
1286
|
|
|
872
1287
|
### Patches
|
|
@@ -875,7 +1290,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
875
1290
|
|
|
876
1291
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
877
1292
|
|
|
878
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1293
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
879
1294
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
880
1295
|
|
|
881
1296
|
### Major changes
|
|
@@ -908,7 +1323,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
908
1323
|
|
|
909
1324
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
910
1325
|
|
|
911
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1326
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
912
1327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
913
1328
|
|
|
914
1329
|
### Patches
|
|
@@ -917,7 +1332,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
917
1332
|
|
|
918
1333
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
919
1334
|
|
|
920
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1335
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
921
1336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
922
1337
|
|
|
923
1338
|
### Minor changes
|
|
@@ -926,7 +1341,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
926
1341
|
|
|
927
1342
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
928
1343
|
|
|
929
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
1344
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
930
1345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
931
1346
|
|
|
932
1347
|
### Patches
|
|
@@ -935,7 +1350,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
935
1350
|
|
|
936
1351
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
937
1352
|
|
|
938
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
1353
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
939
1354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
940
1355
|
|
|
941
1356
|
### Patches
|
|
@@ -945,7 +1360,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
945
1360
|
|
|
946
1361
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
947
1362
|
|
|
948
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1363
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
949
1364
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
950
1365
|
|
|
951
1366
|
### Minor changes
|
|
@@ -954,7 +1369,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
954
1369
|
|
|
955
1370
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
956
1371
|
|
|
957
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1372
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
958
1373
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
959
1374
|
|
|
960
1375
|
### Patches
|
|
@@ -963,7 +1378,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
963
1378
|
|
|
964
1379
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
965
1380
|
|
|
966
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1381
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
967
1382
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
968
1383
|
|
|
969
1384
|
### Patches
|
|
@@ -972,7 +1387,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
972
1387
|
|
|
973
1388
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
974
1389
|
|
|
975
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1390
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
976
1391
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
977
1392
|
|
|
978
1393
|
### Patches
|
|
@@ -981,7 +1396,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
981
1396
|
|
|
982
1397
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
983
1398
|
|
|
984
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1399
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
985
1400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
986
1401
|
|
|
987
1402
|
### Minor changes
|
|
@@ -990,7 +1405,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
990
1405
|
|
|
991
1406
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
992
1407
|
|
|
993
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1408
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
994
1409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
995
1410
|
|
|
996
1411
|
### Patches
|
|
@@ -999,7 +1414,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
999
1414
|
|
|
1000
1415
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1001
1416
|
|
|
1002
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1417
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1003
1418
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1004
1419
|
|
|
1005
1420
|
### Minor changes
|
|
@@ -1012,7 +1427,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1012
1427
|
|
|
1013
1428
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1014
1429
|
|
|
1015
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1430
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1016
1431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1017
1432
|
|
|
1018
1433
|
### Minor changes
|
|
@@ -1021,7 +1436,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1021
1436
|
|
|
1022
1437
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1023
1438
|
|
|
1024
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1439
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1025
1440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1026
1441
|
|
|
1027
1442
|
### Minor changes
|
|
@@ -1034,7 +1449,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1034
1449
|
|
|
1035
1450
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1036
1451
|
|
|
1037
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1452
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1038
1453
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1039
1454
|
|
|
1040
1455
|
### Patches
|
|
@@ -1043,7 +1458,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1043
1458
|
|
|
1044
1459
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1045
1460
|
|
|
1046
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1461
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1047
1462
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1048
1463
|
|
|
1049
1464
|
### Patches
|
|
@@ -1052,7 +1467,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1052
1467
|
|
|
1053
1468
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1054
1469
|
|
|
1055
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1470
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1056
1471
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1057
1472
|
|
|
1058
1473
|
### Minor changes
|
|
@@ -1061,7 +1476,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1061
1476
|
|
|
1062
1477
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1063
1478
|
|
|
1064
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1479
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1065
1480
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1066
1481
|
|
|
1067
1482
|
### Minor changes
|
|
@@ -1071,7 +1486,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1071
1486
|
|
|
1072
1487
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1073
1488
|
|
|
1074
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1489
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1075
1490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1076
1491
|
|
|
1077
1492
|
### Patches
|
|
@@ -1081,7 +1496,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1081
1496
|
|
|
1082
1497
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1083
1498
|
|
|
1084
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1499
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1085
1500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1086
1501
|
|
|
1087
1502
|
### Patches
|
|
@@ -1090,7 +1505,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1090
1505
|
|
|
1091
1506
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1092
1507
|
|
|
1093
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1508
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1094
1509
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1095
1510
|
|
|
1096
1511
|
### Minor changes
|
|
@@ -1099,7 +1514,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1099
1514
|
|
|
1100
1515
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1101
1516
|
|
|
1102
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1517
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1103
1518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1104
1519
|
|
|
1105
1520
|
### Patches
|
|
@@ -1108,7 +1523,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1108
1523
|
|
|
1109
1524
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1110
1525
|
|
|
1111
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1526
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1112
1527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1113
1528
|
|
|
1114
1529
|
### Minor changes
|
|
@@ -1121,7 +1536,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1121
1536
|
|
|
1122
1537
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1123
1538
|
|
|
1124
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1539
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1125
1540
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1126
1541
|
|
|
1127
1542
|
### Patches
|
|
@@ -1130,7 +1545,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1130
1545
|
|
|
1131
1546
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1132
1547
|
|
|
1133
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1548
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1134
1549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1135
1550
|
|
|
1136
1551
|
### Minor changes
|
|
@@ -1139,7 +1554,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1139
1554
|
|
|
1140
1555
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1141
1556
|
|
|
1142
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1557
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1143
1558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1144
1559
|
|
|
1145
1560
|
### Minor changes
|
|
@@ -1152,7 +1567,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1152
1567
|
|
|
1153
1568
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1154
1569
|
|
|
1155
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1570
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1156
1571
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1157
1572
|
|
|
1158
1573
|
### Patches
|
|
@@ -1161,7 +1576,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1161
1576
|
|
|
1162
1577
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1163
1578
|
|
|
1164
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1579
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1165
1580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1166
1581
|
|
|
1167
1582
|
### Patches
|
|
@@ -1170,7 +1585,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1170
1585
|
|
|
1171
1586
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1172
1587
|
|
|
1173
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1588
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1174
1589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1175
1590
|
|
|
1176
1591
|
### Patches
|
|
@@ -1180,7 +1595,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1180
1595
|
|
|
1181
1596
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1182
1597
|
|
|
1183
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1598
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1184
1599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1185
1600
|
|
|
1186
1601
|
### Patches
|
|
@@ -1189,7 +1604,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1189
1604
|
|
|
1190
1605
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1191
1606
|
|
|
1192
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1607
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1193
1608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1194
1609
|
|
|
1195
1610
|
### Patches
|
|
@@ -1204,7 +1619,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1204
1619
|
|
|
1205
1620
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1206
1621
|
|
|
1207
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1622
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1208
1623
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1209
1624
|
|
|
1210
1625
|
### Patches
|
|
@@ -1213,7 +1628,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1213
1628
|
|
|
1214
1629
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1215
1630
|
|
|
1216
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1631
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1217
1632
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1218
1633
|
|
|
1219
1634
|
### Minor changes
|
|
@@ -1226,7 +1641,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1226
1641
|
|
|
1227
1642
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1228
1643
|
|
|
1229
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1644
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1230
1645
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1231
1646
|
|
|
1232
1647
|
### Patches
|
|
@@ -1235,7 +1650,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1235
1650
|
|
|
1236
1651
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1237
1652
|
|
|
1238
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1653
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1239
1654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1240
1655
|
|
|
1241
1656
|
### Patches
|
|
@@ -1244,7 +1659,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1244
1659
|
|
|
1245
1660
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1246
1661
|
|
|
1247
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1662
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1248
1663
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1249
1664
|
|
|
1250
1665
|
### Minor changes
|
|
@@ -1253,7 +1668,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1253
1668
|
|
|
1254
1669
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1255
1670
|
|
|
1256
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1671
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1257
1672
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1258
1673
|
|
|
1259
1674
|
### Patches
|
|
@@ -1265,7 +1680,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1265
1680
|
|
|
1266
1681
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1267
1682
|
|
|
1268
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1683
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1269
1684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1270
1685
|
|
|
1271
1686
|
### Minor changes
|
|
@@ -1274,7 +1689,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1274
1689
|
|
|
1275
1690
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1276
1691
|
|
|
1277
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1692
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1278
1693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1279
1694
|
|
|
1280
1695
|
### Patches
|
|
@@ -1283,7 +1698,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1283
1698
|
|
|
1284
1699
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1285
1700
|
|
|
1286
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1701
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1287
1702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1288
1703
|
|
|
1289
1704
|
### Patches
|
|
@@ -1292,7 +1707,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1292
1707
|
|
|
1293
1708
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1294
1709
|
|
|
1295
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1710
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1296
1711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1297
1712
|
|
|
1298
1713
|
### Minor changes
|