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