@fluentui/web-components 2.5.12 → 3.0.0-alpha.10
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.json +348 -1
- package/CHANGELOG.md +196 -100
- package/dist/dts/accordion/accordion.d.ts +7 -0
- package/dist/dts/accordion/accordion.definition.d.ts +11 -0
- package/dist/dts/accordion/accordion.styles.d.ts +1 -3
- package/dist/dts/accordion/accordion.template.d.ts +3 -0
- package/dist/dts/accordion/define.d.ts +1 -0
- package/dist/dts/accordion/index.d.ts +4 -22
- package/dist/dts/accordion-item/accordion-item.d.ts +33 -0
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +11 -0
- package/dist/dts/accordion-item/accordion-item.options.d.ts +27 -0
- package/dist/dts/accordion-item/accordion-item.styles.d.ts +1 -0
- package/dist/dts/accordion-item/accordion-item.template.d.ts +7 -0
- package/dist/dts/accordion-item/index.d.ts +5 -0
- package/dist/dts/avatar/avatar.d.ts +97 -0
- package/dist/dts/avatar/avatar.definition.d.ts +9 -0
- package/dist/dts/avatar/avatar.options.d.ts +142 -0
- package/dist/dts/avatar/avatar.styles.d.ts +4 -0
- package/dist/dts/avatar/avatar.template.d.ts +8 -0
- package/dist/dts/avatar/define.d.ts +1 -0
- package/dist/dts/avatar/index.d.ts +5 -0
- package/dist/dts/badge/badge.d.ts +49 -0
- package/dist/dts/badge/badge.definition.d.ts +11 -0
- package/dist/dts/badge/badge.options.d.ts +73 -0
- package/dist/dts/badge/badge.styles.d.ts +4 -3
- package/dist/dts/badge/badge.template.d.ts +9 -0
- package/dist/dts/badge/define.d.ts +1 -0
- package/dist/dts/badge/index.d.ts +5 -29
- package/dist/dts/counter-badge/counter-badge.d.ts +90 -0
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +11 -0
- package/dist/dts/counter-badge/counter-badge.options.d.ts +69 -0
- package/dist/dts/counter-badge/counter-badge.styles.d.ts +4 -0
- package/dist/dts/counter-badge/counter-badge.template.d.ts +7 -0
- package/dist/dts/counter-badge/define.d.ts +1 -0
- package/dist/dts/counter-badge/index.d.ts +5 -0
- package/dist/dts/divider/define.d.ts +1 -0
- package/dist/dts/divider/divider.d.ts +31 -0
- package/dist/dts/divider/divider.definition.d.ts +9 -0
- package/dist/dts/divider/divider.options.d.ts +40 -0
- package/dist/dts/divider/divider.styles.d.ts +4 -3
- package/dist/dts/divider/divider.template.d.ts +7 -0
- package/dist/dts/divider/index.d.ts +5 -21
- package/dist/dts/fluent-design-system.d.ts +5 -9
- package/dist/dts/image/define.d.ts +1 -0
- package/dist/dts/image/image.d.ts +48 -0
- package/dist/dts/image/image.definition.d.ts +9 -0
- package/dist/dts/image/image.options.d.ts +27 -0
- package/dist/dts/image/image.styles.d.ts +5 -0
- package/dist/dts/image/image.template.d.ts +7 -0
- package/dist/dts/image/index.d.ts +5 -0
- package/dist/dts/index-rollup.d.ts +1 -8
- package/dist/dts/index.d.ts +12 -49
- package/dist/dts/progress-bar/define.d.ts +1 -0
- package/dist/dts/progress-bar/index.d.ts +5 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +30 -0
- package/dist/dts/progress-bar/progress-bar.definition.d.ts +10 -0
- package/dist/dts/progress-bar/progress-bar.options.d.ts +41 -0
- package/dist/dts/progress-bar/progress-bar.styles.d.ts +4 -0
- package/dist/dts/progress-bar/progress-bar.template.d.ts +3 -0
- package/dist/dts/spinner/define.d.ts +1 -0
- package/dist/dts/spinner/index.d.ts +5 -0
- package/dist/dts/spinner/spinner.d.ts +25 -0
- package/dist/dts/spinner/spinner.definition.d.ts +11 -0
- package/dist/dts/spinner/spinner.options.d.ts +32 -0
- package/dist/dts/spinner/spinner.styles.d.ts +1 -0
- package/dist/dts/spinner/spinner.template.d.ts +3 -0
- package/dist/dts/styles/index.d.ts +1 -5
- package/dist/dts/styles/partials/badge.partials.d.ts +28 -0
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/switch/define.d.ts +1 -0
- package/dist/dts/switch/index.d.ts +5 -21
- package/dist/dts/switch/switch.d.ts +13 -0
- package/dist/dts/switch/switch.definition.d.ts +9 -0
- package/dist/dts/switch/switch.options.d.ts +15 -0
- package/dist/dts/switch/switch.styles.d.ts +1 -3
- package/dist/dts/switch/switch.template.d.ts +3 -0
- package/dist/dts/text/define.d.ts +1 -0
- package/dist/dts/text/index.d.ts +5 -0
- package/dist/dts/text/text.d.ts +91 -0
- package/dist/dts/text/text.definition.d.ts +10 -0
- package/dist/dts/text/text.options.d.ts +67 -0
- package/dist/dts/text/text.styles.d.ts +4 -0
- package/dist/dts/text/text.template.d.ts +6 -0
- package/dist/dts/theme/design-tokens.d.ts +384 -0
- package/dist/dts/theme/index.d.ts +2 -0
- package/dist/dts/theme/set-theme.d.ts +6 -0
- package/dist/dts/utils/get-initials.d.ts +18 -0
- package/dist/esm/accordion/accordion.definition.js +19 -0
- package/dist/esm/accordion/accordion.definition.js.map +1 -0
- package/dist/esm/accordion/accordion.js +8 -0
- package/dist/esm/accordion/accordion.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +9 -11
- package/dist/esm/accordion/accordion.styles.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +3 -0
- package/dist/esm/accordion/accordion.template.js.map +1 -0
- package/dist/esm/accordion/define.js +4 -0
- package/dist/esm/accordion/define.js.map +1 -0
- package/dist/esm/accordion/index.js +5 -27
- package/dist/esm/accordion/index.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.js +29 -0
- package/dist/esm/accordion-item/accordion-item.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.options.js +17 -0
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.styles.js +197 -0
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.template.js +37 -0
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
- package/dist/esm/accordion-item/define.js +4 -0
- package/dist/esm/accordion-item/define.js.map +1 -0
- package/dist/esm/accordion-item/index.js +6 -0
- package/dist/esm/accordion-item/index.js.map +1 -0
- package/dist/esm/avatar/avatar.definition.js +17 -0
- package/dist/esm/avatar/avatar.definition.js.map +1 -0
- package/dist/esm/avatar/avatar.js +92 -0
- package/dist/esm/avatar/avatar.js.map +1 -0
- package/dist/esm/avatar/avatar.options.js +87 -0
- package/dist/esm/avatar/avatar.options.js.map +1 -0
- package/dist/esm/avatar/avatar.styles.js +476 -0
- package/dist/esm/avatar/avatar.styles.js.map +1 -0
- package/dist/esm/avatar/avatar.template.js +28 -0
- package/dist/esm/avatar/avatar.template.js.map +1 -0
- package/dist/esm/avatar/define.js +4 -0
- package/dist/esm/avatar/define.js.map +1 -0
- package/dist/esm/avatar/index.js +6 -0
- package/dist/esm/avatar/index.js.map +1 -0
- package/dist/esm/badge/badge.definition.js +19 -0
- package/dist/esm/badge/badge.definition.js.map +1 -0
- package/dist/esm/badge/badge.js +43 -0
- package/dist/esm/badge/badge.js.map +1 -0
- package/dist/esm/badge/badge.options.js +46 -0
- package/dist/esm/badge/badge.options.js.map +1 -0
- package/dist/esm/badge/badge.styles.js +26 -36
- package/dist/esm/badge/badge.styles.js.map +1 -0
- package/dist/esm/badge/badge.template.js +15 -0
- package/dist/esm/badge/badge.template.js.map +1 -0
- package/dist/esm/badge/define.js +4 -0
- package/dist/esm/badge/define.js.map +1 -0
- package/dist/esm/badge/index.js +6 -45
- package/dist/esm/badge/index.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.definition.js +19 -0
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.js +90 -0
- package/dist/esm/counter-badge/counter-badge.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.options.js +43 -0
- package/dist/esm/counter-badge/counter-badge.options.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.styles.js +31 -0
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.template.js +13 -0
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -0
- package/dist/esm/counter-badge/define.js +4 -0
- package/dist/esm/counter-badge/define.js.map +1 -0
- package/dist/esm/counter-badge/index.js +6 -0
- package/dist/esm/counter-badge/index.js.map +1 -0
- package/dist/esm/divider/define.js +4 -0
- package/dist/esm/divider/define.js.map +1 -0
- package/dist/esm/divider/divider.definition.js +17 -0
- package/dist/esm/divider/divider.definition.js.map +1 -0
- package/dist/esm/divider/divider.js +21 -0
- package/dist/esm/divider/divider.js.map +1 -0
- package/dist/esm/divider/divider.options.js +31 -0
- package/dist/esm/divider/divider.options.js.map +1 -0
- package/dist/esm/divider/divider.styles.js +109 -9
- package/dist/esm/divider/divider.styles.js.map +1 -0
- package/dist/esm/divider/divider.template.js +7 -0
- package/dist/esm/divider/divider.template.js.map +1 -0
- package/dist/esm/divider/index.js +6 -26
- package/dist/esm/divider/index.js.map +1 -0
- package/dist/esm/fluent-design-system.js +6 -11
- package/dist/esm/fluent-design-system.js.map +1 -0
- package/dist/esm/image/define.js +4 -0
- package/dist/esm/image/define.js.map +1 -0
- package/dist/esm/image/image.definition.js +17 -0
- package/dist/esm/image/image.definition.js.map +1 -0
- package/dist/esm/image/image.js +24 -0
- package/dist/esm/image/image.js.map +1 -0
- package/dist/esm/image/image.options.js +21 -0
- package/dist/esm/image/image.options.js.map +1 -0
- package/dist/esm/image/image.styles.js +52 -0
- package/dist/esm/image/image.styles.js.map +1 -0
- package/dist/esm/image/image.template.js +7 -0
- package/dist/esm/image/image.template.js.map +1 -0
- package/dist/esm/image/index.js +6 -0
- package/dist/esm/image/index.js.map +1 -0
- package/dist/esm/index-rollup.js +2 -12
- package/dist/esm/index-rollup.js.map +1 -0
- package/dist/esm/index.js +13 -49
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/progress-bar/define.js +4 -0
- package/dist/esm/progress-bar/define.js.map +1 -0
- package/dist/esm/progress-bar/index.js +6 -0
- package/dist/esm/progress-bar/index.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.definition.js +18 -0
- package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +29 -0
- package/dist/esm/progress-bar/progress-bar.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.options.js +26 -0
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.styles.js +156 -0
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.template.js +6 -0
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -0
- package/dist/esm/spinner/define.js +4 -0
- package/dist/esm/spinner/define.js.map +1 -0
- package/dist/esm/spinner/index.js +6 -0
- package/dist/esm/spinner/index.js.map +1 -0
- package/dist/esm/spinner/spinner.definition.js +19 -0
- package/dist/esm/spinner/spinner.definition.js.map +1 -0
- package/dist/esm/spinner/spinner.js +16 -0
- package/dist/esm/spinner/spinner.js.map +1 -0
- package/dist/esm/spinner/spinner.options.js +22 -0
- package/dist/esm/spinner/spinner.options.js.map +1 -0
- package/dist/esm/spinner/spinner.styles.js +96 -0
- package/dist/esm/spinner/spinner.styles.js.map +1 -0
- package/dist/esm/spinner/spinner.template.js +22 -0
- package/dist/esm/spinner/spinner.template.js.map +1 -0
- package/dist/esm/styles/index.js +2 -5
- package/dist/esm/styles/index.js.map +1 -0
- package/dist/esm/styles/partials/badge.partials.js +273 -0
- package/dist/esm/styles/partials/badge.partials.js.map +1 -0
- package/dist/esm/styles/partials/index.js +2 -0
- package/dist/esm/styles/partials/index.js.map +1 -0
- package/dist/esm/switch/define.js +4 -0
- package/dist/esm/switch/define.js.map +1 -0
- package/dist/esm/switch/index.js +6 -31
- package/dist/esm/switch/index.js.map +1 -0
- package/dist/esm/switch/switch.definition.js +17 -0
- package/dist/esm/switch/switch.definition.js.map +1 -0
- package/dist/esm/switch/switch.js +9 -0
- package/dist/esm/switch/switch.js.map +1 -0
- package/dist/esm/switch/switch.options.js +10 -0
- package/dist/esm/switch/switch.options.js.map +1 -0
- package/dist/esm/switch/switch.styles.js +113 -212
- package/dist/esm/switch/switch.styles.js.map +1 -0
- package/dist/esm/switch/switch.template.js +5 -0
- package/dist/esm/switch/switch.template.js.map +1 -0
- package/dist/esm/text/define.js +4 -0
- package/dist/esm/text/define.js.map +1 -0
- package/dist/esm/text/index.js +6 -0
- package/dist/esm/text/index.js.map +1 -0
- package/dist/esm/text/text.definition.js +18 -0
- package/dist/esm/text/text.definition.js.map +1 -0
- package/dist/esm/text/text.js +92 -0
- package/dist/esm/text/text.js.map +1 -0
- package/dist/esm/text/text.options.js +46 -0
- package/dist/esm/text/text.options.js.map +1 -0
- package/dist/esm/text/text.styles.js +107 -0
- package/dist/esm/text/text.styles.js.map +1 -0
- package/dist/esm/text/text.template.js +6 -0
- package/dist/esm/text/text.template.js.map +1 -0
- package/dist/esm/theme/design-tokens.js +387 -0
- package/dist/esm/theme/design-tokens.js.map +1 -0
- package/dist/esm/theme/index.js +3 -0
- package/dist/esm/theme/index.js.map +1 -0
- package/dist/esm/theme/set-theme.js +12 -0
- package/dist/esm/theme/set-theme.js.map +1 -0
- package/dist/esm/utils/get-initials.js +83 -0
- package/dist/esm/utils/get-initials.js.map +1 -0
- package/dist/fluent-web-components.api.json +8224 -11431
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/web-components.d.ts +1496 -2404
- package/dist/web-components.js +5585 -20170
- package/dist/web-components.min.js +287 -239
- package/docs/api-report.md +1118 -1032
- package/package.json +84 -23
- package/build/clean.js +0 -29
- package/build/transform-fragments.js +0 -29
- package/dist/dts/_docs/design-system/color-explorer/app.d.ts +0 -25
- package/dist/dts/_docs/design-system/color-explorer/colors.d.ts +0 -13
- package/dist/dts/_docs/design-system/color-explorer/component-types.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/color-block.d.ts +0 -10
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.d.ts +0 -190
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.d.ts +0 -15
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.d.ts +0 -3
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.template.d.ts +0 -8
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/index.d.ts +0 -9
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.d.ts +0 -8
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.template.d.ts +0 -2
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.d.ts +0 -5
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.template.d.ts +0 -2
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/layer-background/index.d.ts +0 -21
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.d.ts +0 -3
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.template.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/index.d.ts +0 -6
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.d.ts +0 -3
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.template.d.ts +0 -1
- package/dist/dts/_docs/design-system/color-explorer/components/swatch.d.ts +0 -30
- package/dist/dts/_docs/design-system/color-explorer/custom-elements.d.ts +0 -7
- package/dist/dts/_docs/design-system/color-explorer/index.d.ts +0 -2
- package/dist/dts/accordion/accordion-item/accordion-item.styles.d.ts +0 -3
- package/dist/dts/accordion/accordion-item/index.d.ts +0 -17
- package/dist/dts/accordion/accordion.stories.d.ts +0 -15
- package/dist/dts/anchor/anchor.stories.d.ts +0 -14
- package/dist/dts/anchor/anchor.styles.d.ts +0 -3
- package/dist/dts/anchor/index.d.ts +0 -49
- package/dist/dts/anchored-region/anchored-region.stories.d.ts +0 -6
- package/dist/dts/anchored-region/anchored-region.styles.d.ts +0 -3
- package/dist/dts/anchored-region/index.d.ts +0 -21
- package/dist/dts/badge/badge.stories.d.ts +0 -14
- package/dist/dts/breadcrumb/breadcrumb.stories.d.ts +0 -15
- package/dist/dts/breadcrumb/breadcrumb.styles.d.ts +0 -3
- package/dist/dts/breadcrumb/index.d.ts +0 -21
- package/dist/dts/breadcrumb-item/breadcrumb-item.stories.d.ts +0 -15
- package/dist/dts/breadcrumb-item/breadcrumb-item.styles.d.ts +0 -3
- package/dist/dts/breadcrumb-item/index.d.ts +0 -21
- package/dist/dts/button/button.stories.d.ts +0 -21
- package/dist/dts/button/button.styles.d.ts +0 -3
- package/dist/dts/button/index.d.ts +0 -48
- package/dist/dts/calendar/calendar.stories.d.ts +0 -86
- package/dist/dts/calendar/calendar.styles.d.ts +0 -7
- package/dist/dts/calendar/index.d.ts +0 -18
- package/dist/dts/card/card.stories.d.ts +0 -15
- package/dist/dts/card/card.styles.d.ts +0 -3
- package/dist/dts/card/index.d.ts +0 -46
- package/dist/dts/checkbox/checkbox.stories.d.ts +0 -28
- package/dist/dts/checkbox/checkbox.styles.d.ts +0 -3
- package/dist/dts/checkbox/index.d.ts +0 -16
- package/dist/dts/color/palette.d.ts +0 -73
- package/dist/dts/color/recipe.d.ts +0 -20
- package/dist/dts/color/recipes/contrast-and-delta-swatch-set.d.ts +0 -11
- package/dist/dts/color/recipes/contrast-swatch.d.ts +0 -12
- package/dist/dts/color/recipes/delta-swatch-set.d.ts +0 -36
- package/dist/dts/color/recipes/delta-swatch.d.ts +0 -12
- package/dist/dts/color/recipes/focus-stroke.d.ts +0 -10
- package/dist/dts/color/recipes/foreground-on-accent.d.ts +0 -11
- package/dist/dts/color/recipes/gradient-shadow-stroke.d.ts +0 -7
- package/dist/dts/color/recipes/gradient-swatch.d.ts +0 -36
- package/dist/dts/color/recipes/neutral-layer-1.d.ts +0 -10
- package/dist/dts/color/recipes/neutral-layer-2.d.ts +0 -6
- package/dist/dts/color/recipes/neutral-layer-3.d.ts +0 -6
- package/dist/dts/color/recipes/neutral-layer-4.d.ts +0 -6
- package/dist/dts/color/recipes/neutral-layer-floating.d.ts +0 -6
- package/dist/dts/color/recipes/underline-stroke.d.ts +0 -7
- package/dist/dts/color/swatch.d.ts +0 -31
- package/dist/dts/color/utilities/base-layer-luminance.d.ts +0 -11
- package/dist/dts/color/utilities/binary-search.d.ts +0 -4
- package/dist/dts/color/utilities/color-constants.d.ts +0 -14
- package/dist/dts/color/utilities/direction-by-is-dark.d.ts +0 -5
- package/dist/dts/color/utilities/is-dark.d.ts +0 -9
- package/dist/dts/color/utilities/relative-luminance.d.ts +0 -13
- package/dist/dts/combobox/combobox.stories.d.ts +0 -36
- package/dist/dts/combobox/combobox.styles.d.ts +0 -3
- package/dist/dts/combobox/index.d.ts +0 -43
- package/dist/dts/component-definitions.d.ts +0 -43
- package/dist/dts/custom-elements.d.ts +0 -103
- package/dist/dts/data-grid/data-grid-cell.styles.d.ts +0 -3
- package/dist/dts/data-grid/data-grid-row.styles.d.ts +0 -3
- package/dist/dts/data-grid/data-grid.stories.d.ts +0 -15
- package/dist/dts/data-grid/data-grid.styles.d.ts +0 -3
- package/dist/dts/data-grid/index.d.ts +0 -45
- package/dist/dts/design-system-provider/index.d.ts +0 -582
- package/dist/dts/design-tokens.d.ts +0 -519
- package/dist/dts/dialog/dialog.stories.d.ts +0 -25
- package/dist/dts/dialog/dialog.styles.d.ts +0 -3
- package/dist/dts/dialog/index.d.ts +0 -21
- package/dist/dts/divider/divider.stories.d.ts +0 -6
- package/dist/dts/flipper/flipper.stories.d.ts +0 -17
- package/dist/dts/flipper/flipper.styles.d.ts +0 -3
- package/dist/dts/flipper/index.d.ts +0 -21
- package/dist/dts/horizontal-scroll/horizontal-scroll.stories.d.ts +0 -15
- package/dist/dts/horizontal-scroll/horizontal-scroll.styles.d.ts +0 -12
- package/dist/dts/horizontal-scroll/index.d.ts +0 -25
- package/dist/dts/listbox/index.d.ts +0 -19
- package/dist/dts/listbox/listbox.stories.d.ts +0 -6
- package/dist/dts/listbox/listbox.styles.d.ts +0 -3
- package/dist/dts/listbox-option/index.d.ts +0 -17
- package/dist/dts/listbox-option/listbox-option.stories.d.ts +0 -23
- package/dist/dts/listbox-option/listbox-option.styles.d.ts +0 -3
- package/dist/dts/menu/index.d.ts +0 -26
- package/dist/dts/menu/menu.stories.d.ts +0 -6
- package/dist/dts/menu/menu.styles.d.ts +0 -3
- package/dist/dts/menu-item/index.d.ts +0 -21
- package/dist/dts/menu-item/menu-item.stories.d.ts +0 -18
- package/dist/dts/menu-item/menu-item.styles.d.ts +0 -3
- package/dist/dts/number-field/index.d.ts +0 -41
- package/dist/dts/number-field/number-field.stories.d.ts +0 -71
- package/dist/dts/number-field/number-field.styles.d.ts +0 -3
- package/dist/dts/progress/index.d.ts +0 -2
- package/dist/dts/progress/progress/index.d.ts +0 -22
- package/dist/dts/progress/progress/progress.stories.d.ts +0 -15
- package/dist/dts/progress/progress/progress.styles.d.ts +0 -3
- package/dist/dts/progress/progress-ring/index.d.ts +0 -22
- package/dist/dts/progress/progress-ring/progress-ring.stories.d.ts +0 -15
- package/dist/dts/progress/progress-ring/progress-ring.styles.d.ts +0 -3
- package/dist/dts/radio/index.d.ts +0 -21
- package/dist/dts/radio/radio.stories.d.ts +0 -23
- package/dist/dts/radio/radio.styles.d.ts +0 -3
- package/dist/dts/radio-group/index.d.ts +0 -21
- package/dist/dts/radio-group/radio-group.stories.d.ts +0 -18
- package/dist/dts/radio-group/radio-group.styles.d.ts +0 -3
- package/dist/dts/search/index.d.ts +0 -38
- package/dist/dts/search/search.stories.d.ts +0 -75
- package/dist/dts/search/search.styles.d.ts +0 -3
- package/dist/dts/search/search.template.d.ts +0 -6
- package/dist/dts/select/index.d.ts +0 -44
- package/dist/dts/select/select.stories.d.ts +0 -28
- package/dist/dts/select/select.styles.d.ts +0 -13
- package/dist/dts/skeleton/index.d.ts +0 -21
- package/dist/dts/skeleton/skeleton.stories.d.ts +0 -20
- package/dist/dts/skeleton/skeleton.styles.d.ts +0 -3
- package/dist/dts/slider/index.d.ts +0 -21
- package/dist/dts/slider/slider.stories.d.ts +0 -14
- package/dist/dts/slider/slider.styles.d.ts +0 -3
- package/dist/dts/slider-label/index.d.ts +0 -21
- package/dist/dts/slider-label/slider-label.stories.d.ts +0 -23
- package/dist/dts/slider-label/slider-label.styles.d.ts +0 -3
- package/dist/dts/styles/direction.d.ts +0 -34
- package/dist/dts/styles/elevation.d.ts +0 -64
- package/dist/dts/styles/focus.d.ts +0 -13
- package/dist/dts/styles/patterns/button.styles.d.ts +0 -31
- package/dist/dts/styles/patterns/index.d.ts +0 -3
- package/dist/dts/styles/patterns/input.styles.d.ts +0 -30
- package/dist/dts/styles/patterns/type-ramp.d.ts +0 -18
- package/dist/dts/styles/size.d.ts +0 -7
- package/dist/dts/switch/switch.stories.d.ts +0 -18
- package/dist/dts/tabs/index.d.ts +0 -23
- package/dist/dts/tabs/tab/index.d.ts +0 -21
- package/dist/dts/tabs/tab/tab.styles.d.ts +0 -3
- package/dist/dts/tabs/tab-panel/index.d.ts +0 -21
- package/dist/dts/tabs/tab-panel/tab-panel.styles.d.ts +0 -3
- package/dist/dts/tabs/tabs.stories.d.ts +0 -19
- package/dist/dts/tabs/tabs.styles.d.ts +0 -3
- package/dist/dts/text-area/index.d.ts +0 -45
- package/dist/dts/text-area/text-area.stories.d.ts +0 -41
- package/dist/dts/text-area/text-area.styles.d.ts +0 -3
- package/dist/dts/text-field/index.d.ts +0 -45
- package/dist/dts/text-field/text-field.stories.d.ts +0 -81
- package/dist/dts/text-field/text-field.styles.d.ts +0 -3
- package/dist/dts/toolbar/index.d.ts +0 -17
- package/dist/dts/toolbar/toolbar.stories.d.ts +0 -9
- package/dist/dts/toolbar/toolbar.styles.d.ts +0 -3
- package/dist/dts/tooltip/index.d.ts +0 -21
- package/dist/dts/tooltip/tooltip.stories.d.ts +0 -14
- package/dist/dts/tooltip/tooltip.styles.d.ts +0 -3
- package/dist/dts/tree-item/index.d.ts +0 -22
- package/dist/dts/tree-item/tree-item.stories.d.ts +0 -18
- package/dist/dts/tree-item/tree-item.styles.d.ts +0 -4
- package/dist/dts/tree-view/index.d.ts +0 -22
- package/dist/dts/tree-view/tree-view.stories.d.ts +0 -13
- package/dist/dts/tree-view/tree-view.styles.d.ts +0 -3
- package/dist/dts/utilities/behaviors.d.ts +0 -12
- package/dist/dts/utilities/type-ramp.d.ts +0 -12
- package/dist/esm/_docs/design-system/color-explorer/app.js +0 -247
- package/dist/esm/_docs/design-system/color-explorer/colors.js +0 -24
- package/dist/esm/_docs/design-system/color-explorer/component-types.js +0 -7
- package/dist/esm/_docs/design-system/color-explorer/components/color-block.js +0 -408
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.js +0 -16
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.js +0 -297
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.js +0 -124
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.template.js +0 -130
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/index.js +0 -15
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.js +0 -24
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.js +0 -19
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.template.js +0 -52
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.js +0 -11
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.styles.js +0 -31
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.template.js +0 -21
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/layer-background/index.js +0 -70
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.js +0 -3
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.js +0 -166
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.template.js +0 -97
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/index.js +0 -18
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.js +0 -3
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.js +0 -130
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.template.js +0 -82
- package/dist/esm/_docs/design-system/color-explorer/components/swatch.js +0 -163
- package/dist/esm/_docs/design-system/color-explorer/custom-elements.js +0 -3
- package/dist/esm/_docs/design-system/color-explorer/index.js +0 -14
- package/dist/esm/accordion/accordion-item/accordion-item.styles.js +0 -154
- package/dist/esm/accordion/accordion-item/accordion-item.vscode.definition.json +0 -67
- package/dist/esm/accordion/accordion-item/index.js +0 -32
- package/dist/esm/accordion/accordion.stories.js +0 -66
- package/dist/esm/accordion/accordion.vscode.definition.json +0 -35
- package/dist/esm/anchor/anchor.stories.js +0 -34
- package/dist/esm/anchor/anchor.styles.js +0 -5
- package/dist/esm/anchor/anchor.vscode.definition.json +0 -138
- package/dist/esm/anchor/index.js +0 -67
- package/dist/esm/anchored-region/anchored-region.stories.js +0 -133
- package/dist/esm/anchored-region/anchored-region.styles.js +0 -7
- package/dist/esm/anchored-region/anchored-region.vscode.definition.json +0 -140
- package/dist/esm/anchored-region/index.js +0 -26
- package/dist/esm/badge/badge.stories.js +0 -27
- package/dist/esm/badge/badge.vscode.definition.json +0 -60
- package/dist/esm/breadcrumb/breadcrumb.stories.js +0 -20
- package/dist/esm/breadcrumb/breadcrumb.styles.js +0 -13
- package/dist/esm/breadcrumb/breadcrumb.vscode.definition.json +0 -18
- package/dist/esm/breadcrumb/index.js +0 -26
- package/dist/esm/breadcrumb-item/breadcrumb-item.stories.js +0 -16
- package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +0 -96
- package/dist/esm/breadcrumb-item/breadcrumb-item.vscode.definition.json +0 -50
- package/dist/esm/breadcrumb-item/index.js +0 -34
- package/dist/esm/button/button.stories.js +0 -40
- package/dist/esm/button/button.styles.js +0 -24
- package/dist/esm/button/button.vscode.definition.json +0 -158
- package/dist/esm/button/index.js +0 -67
- package/dist/esm/calendar/calendar.stories.js +0 -115
- package/dist/esm/calendar/calendar.styles.js +0 -132
- package/dist/esm/calendar/index.js +0 -31
- package/dist/esm/card/card.stories.js +0 -30
- package/dist/esm/card/card.styles.js +0 -28
- package/dist/esm/card/card.vscode.definition.json +0 -33
- package/dist/esm/card/index.js +0 -79
- package/dist/esm/checkbox/checkbox.stories.js +0 -43
- package/dist/esm/checkbox/checkbox.styles.js +0 -161
- package/dist/esm/checkbox/checkbox.vscode.definition.json +0 -69
- package/dist/esm/checkbox/index.js +0 -31
- package/dist/esm/color/palette.js +0 -250
- package/dist/esm/color/recipes/contrast-and-delta-swatch-set.js +0 -28
- package/dist/esm/color/recipes/contrast-swatch.js +0 -12
- package/dist/esm/color/recipes/delta-swatch-set.js +0 -53
- package/dist/esm/color/recipes/delta-swatch.js +0 -13
- package/dist/esm/color/recipes/focus-stroke.js +0 -14
- package/dist/esm/color/recipes/foreground-on-accent.js +0 -21
- package/dist/esm/color/recipes/gradient-shadow-stroke.js +0 -54
- package/dist/esm/color/recipes/gradient-swatch.js +0 -36
- package/dist/esm/color/recipes/neutral-layer-1.js +0 -13
- package/dist/esm/color/recipes/neutral-layer-2.js +0 -7
- package/dist/esm/color/recipes/neutral-layer-3.js +0 -7
- package/dist/esm/color/recipes/neutral-layer-4.js +0 -7
- package/dist/esm/color/recipes/neutral-layer-floating.js +0 -7
- package/dist/esm/color/recipes/underline-stroke.js +0 -31
- package/dist/esm/color/swatch.js +0 -53
- package/dist/esm/color/utilities/base-layer-luminance.js +0 -14
- package/dist/esm/color/utilities/binary-search.js +0 -15
- package/dist/esm/color/utilities/color-constants.js +0 -19
- package/dist/esm/color/utilities/direction-by-is-dark.js +0 -7
- package/dist/esm/color/utilities/is-dark.js +0 -17
- package/dist/esm/color/utilities/relative-luminance.js +0 -8
- package/dist/esm/combobox/combobox.stories.js +0 -84
- package/dist/esm/combobox/combobox.styles.js +0 -40
- package/dist/esm/combobox/combobox.vscode.definition.json +0 -121
- package/dist/esm/combobox/index.js +0 -63
- package/dist/esm/component-definitions.js +0 -84
- package/dist/esm/custom-elements.js +0 -102
- package/dist/esm/data-grid/data-grid-cell.styles.js +0 -36
- package/dist/esm/data-grid/data-grid-cell.vscode.definition.json +0 -34
- package/dist/esm/data-grid/data-grid-row.styles.js +0 -24
- package/dist/esm/data-grid/data-grid-row.vscode.definition.json +0 -34
- package/dist/esm/data-grid/data-grid.stories.js +0 -381
- package/dist/esm/data-grid/data-grid.styles.js +0 -8
- package/dist/esm/data-grid/data-grid.vscode.definition.json +0 -34
- package/dist/esm/data-grid/index.js +0 -60
- package/dist/esm/design-system-provider/design-system-provider.vscode.definition.json +0 -510
- package/dist/esm/design-system-provider/index.js +0 -518
- package/dist/esm/design-tokens.js +0 -685
- package/dist/esm/dialog/dialog.stories.js +0 -36
- package/dist/esm/dialog/dialog.styles.js +0 -47
- package/dist/esm/dialog/dialog.vscode.definition.json +0 -67
- package/dist/esm/dialog/index.js +0 -26
- package/dist/esm/divider/divider.stories.js +0 -17
- package/dist/esm/divider/divider.vscode.definition.json +0 -29
- package/dist/esm/flipper/flipper.stories.js +0 -31
- package/dist/esm/flipper/flipper.styles.js +0 -84
- package/dist/esm/flipper/flipper.vscode.definition.json +0 -56
- package/dist/esm/flipper/index.js +0 -36
- package/dist/esm/horizontal-scroll/horizontal-scroll.stories.js +0 -81
- package/dist/esm/horizontal-scroll/horizontal-scroll.styles.js +0 -138
- package/dist/esm/horizontal-scroll/horizontal-scroll.vscode.definition.json +0 -85
- package/dist/esm/horizontal-scroll/index.js +0 -47
- package/dist/esm/listbox/index.js +0 -24
- package/dist/esm/listbox/listbox.stories.js +0 -29
- package/dist/esm/listbox/listbox.styles.js +0 -21
- package/dist/esm/listbox/listbox.vscode.definition.json +0 -40
- package/dist/esm/listbox-option/index.js +0 -22
- package/dist/esm/listbox-option/listbox-option.stories.js +0 -38
- package/dist/esm/listbox-option/listbox-option.styles.js +0 -133
- package/dist/esm/listbox-option/listbox-option.vscode.definition.json +0 -45
- package/dist/esm/menu/index.js +0 -36
- package/dist/esm/menu/menu.stories.js +0 -56
- package/dist/esm/menu/menu.styles.js +0 -42
- package/dist/esm/menu/menu.vscode.definition.json +0 -18
- package/dist/esm/menu-item/index.js +0 -41
- package/dist/esm/menu-item/menu-item.stories.js +0 -34
- package/dist/esm/menu-item/menu-item.styles.js +0 -265
- package/dist/esm/menu-item/menu-item.vscode.definition.json +0 -82
- package/dist/esm/number-field/index.js +0 -57
- package/dist/esm/number-field/number-field.stories.js +0 -83
- package/dist/esm/number-field/number-field.styles.js +0 -71
- package/dist/esm/number-field/number-field.vscode.definition.json +0 -167
- package/dist/esm/progress/index.js +0 -2
- package/dist/esm/progress/progress/index.js +0 -33
- package/dist/esm/progress/progress/progress.stories.js +0 -59
- package/dist/esm/progress/progress/progress.styles.js +0 -119
- package/dist/esm/progress/progress/progress.vscode.definition.json +0 -56
- package/dist/esm/progress/progress-ring/index.js +0 -45
- package/dist/esm/progress/progress-ring/progress-ring.stories.js +0 -59
- package/dist/esm/progress/progress-ring/progress-ring.styles.js +0 -79
- package/dist/esm/progress/progress-ring/progress-ring.vscode.definition.json +0 -56
- package/dist/esm/radio/index.js +0 -31
- package/dist/esm/radio/radio.stories.js +0 -41
- package/dist/esm/radio/radio.styles.js +0 -152
- package/dist/esm/radio/radio.vscode.definition.json +0 -63
- package/dist/esm/radio-group/index.js +0 -26
- package/dist/esm/radio-group/radio-group.stories.js +0 -42
- package/dist/esm/radio-group/radio-group.styles.js +0 -21
- package/dist/esm/radio-group/radio-group.vscode.definition.json +0 -64
- package/dist/esm/search/index.js +0 -52
- package/dist/esm/search/search.stories.js +0 -83
- package/dist/esm/search/search.styles.js +0 -104
- package/dist/esm/search/search.template.js +0 -82
- package/dist/esm/search/search.vscode.definition.json +0 -145
- package/dist/esm/select/index.js +0 -61
- package/dist/esm/select/select.stories.js +0 -53
- package/dist/esm/select/select.styles.js +0 -139
- package/dist/esm/select/select.vscode.definition.json +0 -79
- package/dist/esm/skeleton/index.js +0 -26
- package/dist/esm/skeleton/skeleton.stories.js +0 -37
- package/dist/esm/skeleton/skeleton.styles.js +0 -77
- package/dist/esm/skeleton/skeleton.vscode.definition.json +0 -49
- package/dist/esm/slider/index.js +0 -29
- package/dist/esm/slider/slider.stories.js +0 -40
- package/dist/esm/slider/slider.styles.js +0 -162
- package/dist/esm/slider/slider.vscode.definition.json +0 -101
- package/dist/esm/slider-label/index.js +0 -26
- package/dist/esm/slider-label/slider-label.stories.js +0 -40
- package/dist/esm/slider-label/slider-label.styles.js +0 -77
- package/dist/esm/slider-label/slider-label.vscode.definition.json +0 -43
- package/dist/esm/styles/direction.js +0 -73
- package/dist/esm/styles/elevation.js +0 -74
- package/dist/esm/styles/focus.js +0 -21
- package/dist/esm/styles/patterns/button.styles.js +0 -427
- package/dist/esm/styles/patterns/index.js +0 -3
- package/dist/esm/styles/patterns/input.styles.js +0 -227
- package/dist/esm/styles/patterns/type-ramp.js +0 -74
- package/dist/esm/styles/size.js +0 -9
- package/dist/esm/switch/switch.stories.js +0 -42
- package/dist/esm/switch/switch.vscode.definition.json +0 -68
- package/dist/esm/tabs/index.js +0 -28
- package/dist/esm/tabs/tab/index.js +0 -26
- package/dist/esm/tabs/tab/tab.styles.js +0 -75
- package/dist/esm/tabs/tab/tab.vscode.definition.json +0 -17
- package/dist/esm/tabs/tab-panel/index.js +0 -26
- package/dist/esm/tabs/tab-panel/tab-panel.styles.js +0 -11
- package/dist/esm/tabs/tab-panel/tab-panel.vscode.definition.json +0 -17
- package/dist/esm/tabs/tabs.stories.js +0 -105
- package/dist/esm/tabs/tabs.styles.js +0 -98
- package/dist/esm/tabs/tabs.vscode.definition.json +0 -50
- package/dist/esm/text-area/index.js +0 -56
- package/dist/esm/text-area/text-area.stories.js +0 -56
- package/dist/esm/text-area/text-area.styles.js +0 -39
- package/dist/esm/text-area/text-area.vscode.definition.json +0 -141
- package/dist/esm/text-field/index.js +0 -56
- package/dist/esm/text-field/text-field.stories.js +0 -88
- package/dist/esm/text-field/text-field.styles.js +0 -48
- package/dist/esm/text-field/text-field.vscode.definition.json +0 -150
- package/dist/esm/toolbar/index.js +0 -23
- package/dist/esm/toolbar/toolbar.stories.js +0 -9
- package/dist/esm/toolbar/toolbar.styles.js +0 -73
- package/dist/esm/tooltip/index.js +0 -31
- package/dist/esm/tooltip/tooltip.stories.js +0 -34
- package/dist/esm/tooltip/tooltip.styles.js +0 -107
- package/dist/esm/tooltip/tooltip.vscode.definition.json +0 -56
- package/dist/esm/tree-item/index.js +0 -32
- package/dist/esm/tree-item/tree-item.stories.js +0 -34
- package/dist/esm/tree-item/tree-item.styles.js +0 -227
- package/dist/esm/tree-item/tree-item.vscode.definition.json +0 -63
- package/dist/esm/tree-view/index.js +0 -27
- package/dist/esm/tree-view/tree-view.stories.js +0 -99
- package/dist/esm/tree-view/tree-view.styles.js +0 -14
- package/dist/esm/tree-view/tree-view.vscode.definition.json +0 -26
- package/dist/esm/utilities/behaviors.js +0 -13
- package/dist/esm/utilities/type-ramp.js +0 -12
- package/karma.conf.js +0 -147
- package/public/SegoeUI-VF.ttf +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.png +0 -0
- package/public/switches.ts +0 -24
- package/rollup.config.js +0 -53
- package/storybook-typings.d.ts +0 -4
- /package/dist/{esm/color/recipe.js → dts/accordion-item/define.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,108 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 09 Mar 2023 04:19:40 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.10)
|
|
8
|
+
|
|
9
|
+
Thu, 09 Mar 2023 04:19:40 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.9..@fluentui/web-components_v3.0.0-alpha.10)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- fix: [text] block breaks the style attribute ([PR #27129](https://github.com/microsoft/fluentui/pull/27129) by jes@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.9)
|
|
17
|
+
|
|
18
|
+
Wed, 01 Mar 2023 04:20:20 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.8..@fluentui/web-components_v3.0.0-alpha.9)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- Redo of PR of Slider spec after merge error ([PR #26981](https://github.com/microsoft/fluentui/pull/26981) by ryan@ryanmerrill.net)
|
|
24
|
+
|
|
25
|
+
## [3.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.8)
|
|
26
|
+
|
|
27
|
+
Tue, 28 Feb 2023 04:25:15 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.7..@fluentui/web-components_v3.0.0-alpha.8)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- updates wc3 accordion and accordion item docs ([PR #26938](https://github.com/microsoft/fluentui/pull/26938) by brianbrady@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## [3.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.7)
|
|
35
|
+
|
|
36
|
+
Mon, 27 Feb 2023 04:27:02 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.6..@fluentui/web-components_v3.0.0-alpha.7)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- feat(avatar): add Avatar web component ([PR #26729](https://github.com/microsoft/fluentui/pull/26729) by chhol@microsoft.com)
|
|
42
|
+
- feat(divider): Add divider web component ([PR #26901](https://github.com/microsoft/fluentui/pull/26901) by harankin@microsoft.com)
|
|
43
|
+
- feat(image): Add image web component ([PR #26936](https://github.com/microsoft/fluentui/pull/26936) by harankin@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## [3.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.6)
|
|
46
|
+
|
|
47
|
+
Fri, 24 Feb 2023 04:20:32 GMT
|
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.5..@fluentui/web-components_v3.0.0-alpha.6)
|
|
49
|
+
|
|
50
|
+
### Changes
|
|
51
|
+
|
|
52
|
+
- feat(switch): Add switch web component ([PR #26517](https://github.com/microsoft/fluentui/pull/26517) by brianbrady@microsoft.com)
|
|
53
|
+
|
|
54
|
+
## [3.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.5)
|
|
55
|
+
|
|
56
|
+
Wed, 22 Feb 2023 04:22:43 GMT
|
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.4..@fluentui/web-components_v3.0.0-alpha.5)
|
|
58
|
+
|
|
59
|
+
### Changes
|
|
60
|
+
|
|
61
|
+
- feat(accordion): Add accordion web component ([PR #26547](https://github.com/microsoft/fluentui/pull/26547) by brianbrady@microsoft.com)
|
|
62
|
+
|
|
63
|
+
## [3.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.4)
|
|
64
|
+
|
|
65
|
+
Thu, 16 Feb 2023 16:51:48 GMT
|
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.3..@fluentui/web-components_v3.0.0-alpha.4)
|
|
67
|
+
|
|
68
|
+
### Changes
|
|
69
|
+
|
|
70
|
+
- fix(web-components): dont ship non production assets to npm registry ([PR #26854](https://github.com/microsoft/fluentui/pull/26854) by martinhochel@microsoft.com)
|
|
71
|
+
|
|
72
|
+
## [3.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.3)
|
|
73
|
+
|
|
74
|
+
Wed, 15 Feb 2023 04:24:51 GMT
|
|
75
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.2..@fluentui/web-components_v3.0.0-alpha.3)
|
|
76
|
+
|
|
77
|
+
### Changes
|
|
78
|
+
|
|
79
|
+
- Adds Spinner as a web component ([PR #26392](https://github.com/microsoft/fluentui/pull/26392) by ryan@ryanmerrill.net)
|
|
80
|
+
- update fast element and foundation versions ([PR #26844](https://github.com/microsoft/fluentui/pull/26844) by chhol@microsoft.com)
|
|
81
|
+
|
|
82
|
+
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
83
|
+
|
|
84
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- feat: export theme ([PR #26500](https://github.com/microsoft/fluentui/pull/26500) by miroslav.stastny@microsoft.com)
|
|
90
|
+
|
|
91
|
+
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
92
|
+
|
|
93
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
94
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
95
|
+
|
|
96
|
+
### Changes
|
|
97
|
+
|
|
98
|
+
- add progressbar as new component ([PR #26329](https://github.com/microsoft/fluentui/pull/26329) by ryan@ryanmerrill.net)
|
|
99
|
+
- Add initial theme ([PR #25660](https://github.com/microsoft/fluentui/pull/25660) by miroslav.stastny@microsoft.com)
|
|
100
|
+
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
101
|
+
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
102
|
+
|
|
7
103
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
8
104
|
|
|
9
|
-
Thu, 26 Jan 2023 07:
|
|
105
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
10
106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
11
107
|
|
|
12
108
|
### Patches
|
|
@@ -15,7 +111,7 @@ Thu, 26 Jan 2023 07:34:09 GMT
|
|
|
15
111
|
|
|
16
112
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
17
113
|
|
|
18
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
114
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
19
115
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
20
116
|
|
|
21
117
|
### Patches
|
|
@@ -24,7 +120,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
24
120
|
|
|
25
121
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
26
122
|
|
|
27
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
123
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
28
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
29
125
|
|
|
30
126
|
### Patches
|
|
@@ -33,7 +129,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
33
129
|
|
|
34
130
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
35
131
|
|
|
36
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
132
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
37
133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
38
134
|
|
|
39
135
|
### Patches
|
|
@@ -42,7 +138,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
42
138
|
|
|
43
139
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
44
140
|
|
|
45
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
141
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
46
142
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
47
143
|
|
|
48
144
|
### Patches
|
|
@@ -51,7 +147,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
51
147
|
|
|
52
148
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
53
149
|
|
|
54
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
150
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
55
151
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
56
152
|
|
|
57
153
|
### Patches
|
|
@@ -60,7 +156,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
60
156
|
|
|
61
157
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
62
158
|
|
|
63
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
159
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
64
160
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
65
161
|
|
|
66
162
|
### Patches
|
|
@@ -69,7 +165,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
69
165
|
|
|
70
166
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
71
167
|
|
|
72
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
168
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
73
169
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
74
170
|
|
|
75
171
|
### Patches
|
|
@@ -78,7 +174,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
78
174
|
|
|
79
175
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
80
176
|
|
|
81
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
177
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
82
178
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
83
179
|
|
|
84
180
|
### Patches
|
|
@@ -87,7 +183,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
87
183
|
|
|
88
184
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
89
185
|
|
|
90
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
186
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
91
187
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
92
188
|
|
|
93
189
|
### Patches
|
|
@@ -96,7 +192,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
96
192
|
|
|
97
193
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
98
194
|
|
|
99
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
195
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
100
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
101
197
|
|
|
102
198
|
### Patches
|
|
@@ -105,7 +201,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
105
201
|
|
|
106
202
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
107
203
|
|
|
108
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
204
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
109
205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
110
206
|
|
|
111
207
|
### Patches
|
|
@@ -114,7 +210,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
114
210
|
|
|
115
211
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
116
212
|
|
|
117
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
213
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
118
214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
119
215
|
|
|
120
216
|
### Minor changes
|
|
@@ -123,7 +219,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
123
219
|
|
|
124
220
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
125
221
|
|
|
126
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
222
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
127
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
128
224
|
|
|
129
225
|
### Minor changes
|
|
@@ -132,7 +228,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
132
228
|
|
|
133
229
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
134
230
|
|
|
135
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
231
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
136
232
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
137
233
|
|
|
138
234
|
### Patches
|
|
@@ -141,7 +237,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
141
237
|
|
|
142
238
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
143
239
|
|
|
144
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
240
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
145
241
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
146
242
|
|
|
147
243
|
### Minor changes
|
|
@@ -150,7 +246,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
150
246
|
|
|
151
247
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
152
248
|
|
|
153
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
249
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
154
250
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
155
251
|
|
|
156
252
|
### Patches
|
|
@@ -159,7 +255,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
159
255
|
|
|
160
256
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
161
257
|
|
|
162
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
258
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
163
259
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
164
260
|
|
|
165
261
|
### Patches
|
|
@@ -168,7 +264,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
168
264
|
|
|
169
265
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
170
266
|
|
|
171
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
267
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
172
268
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
173
269
|
|
|
174
270
|
### Patches
|
|
@@ -177,7 +273,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
177
273
|
|
|
178
274
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
179
275
|
|
|
180
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
276
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
181
277
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
182
278
|
|
|
183
279
|
### Minor changes
|
|
@@ -186,7 +282,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
186
282
|
|
|
187
283
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
188
284
|
|
|
189
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
285
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
190
286
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
191
287
|
|
|
192
288
|
### Patches
|
|
@@ -195,7 +291,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
195
291
|
|
|
196
292
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
197
293
|
|
|
198
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
294
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
199
295
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
200
296
|
|
|
201
297
|
### Patches
|
|
@@ -204,7 +300,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
204
300
|
|
|
205
301
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
206
302
|
|
|
207
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
303
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
208
304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
209
305
|
|
|
210
306
|
### Patches
|
|
@@ -213,7 +309,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
213
309
|
|
|
214
310
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
215
311
|
|
|
216
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
312
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
217
313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
218
314
|
|
|
219
315
|
### Minor changes
|
|
@@ -222,7 +318,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
222
318
|
|
|
223
319
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
224
320
|
|
|
225
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
321
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
226
322
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
227
323
|
|
|
228
324
|
### Patches
|
|
@@ -231,7 +327,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
231
327
|
|
|
232
328
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
233
329
|
|
|
234
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
330
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
235
331
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
236
332
|
|
|
237
333
|
### Patches
|
|
@@ -242,7 +338,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
242
338
|
|
|
243
339
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
244
340
|
|
|
245
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
341
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
246
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
247
343
|
|
|
248
344
|
### Major changes
|
|
@@ -251,7 +347,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
251
347
|
|
|
252
348
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
253
349
|
|
|
254
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
350
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
255
351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
256
352
|
|
|
257
353
|
### Patches
|
|
@@ -260,7 +356,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
260
356
|
|
|
261
357
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
262
358
|
|
|
263
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
359
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
264
360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
265
361
|
|
|
266
362
|
### Patches
|
|
@@ -269,7 +365,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
269
365
|
|
|
270
366
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
271
367
|
|
|
272
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
368
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
273
369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
274
370
|
|
|
275
371
|
### Patches
|
|
@@ -278,7 +374,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
278
374
|
|
|
279
375
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
280
376
|
|
|
281
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
377
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
282
378
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
283
379
|
|
|
284
380
|
### Minor changes
|
|
@@ -292,7 +388,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
292
388
|
|
|
293
389
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
294
390
|
|
|
295
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
391
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
296
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
297
393
|
|
|
298
394
|
### Patches
|
|
@@ -301,7 +397,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
301
397
|
|
|
302
398
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
303
399
|
|
|
304
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
400
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
305
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
306
402
|
|
|
307
403
|
### Patches
|
|
@@ -311,7 +407,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
311
407
|
|
|
312
408
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
313
409
|
|
|
314
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
410
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
315
411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
316
412
|
|
|
317
413
|
### Patches
|
|
@@ -320,7 +416,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
320
416
|
|
|
321
417
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
322
418
|
|
|
323
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
419
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
324
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
325
421
|
|
|
326
422
|
### Patches
|
|
@@ -329,7 +425,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
329
425
|
|
|
330
426
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
331
427
|
|
|
332
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
428
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
333
429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
334
430
|
|
|
335
431
|
### Patches
|
|
@@ -339,7 +435,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
339
435
|
|
|
340
436
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
341
437
|
|
|
342
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
438
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
343
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
344
440
|
|
|
345
441
|
### Patches
|
|
@@ -348,7 +444,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
348
444
|
|
|
349
445
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
350
446
|
|
|
351
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
447
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
352
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
353
449
|
|
|
354
450
|
### Minor changes
|
|
@@ -357,7 +453,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
357
453
|
|
|
358
454
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
359
455
|
|
|
360
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
456
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
361
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
362
458
|
|
|
363
459
|
### Patches
|
|
@@ -367,7 +463,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
367
463
|
|
|
368
464
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
369
465
|
|
|
370
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
466
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
371
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
372
468
|
|
|
373
469
|
### Patches
|
|
@@ -376,7 +472,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
376
472
|
|
|
377
473
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
378
474
|
|
|
379
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
475
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
380
476
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
381
477
|
|
|
382
478
|
### Minor changes
|
|
@@ -385,7 +481,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
385
481
|
|
|
386
482
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
387
483
|
|
|
388
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
484
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
389
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
390
486
|
|
|
391
487
|
### Patches
|
|
@@ -395,7 +491,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
395
491
|
|
|
396
492
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
397
493
|
|
|
398
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
494
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
399
495
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
400
496
|
|
|
401
497
|
### Patches
|
|
@@ -404,7 +500,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
404
500
|
|
|
405
501
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
406
502
|
|
|
407
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
503
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
408
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
409
505
|
|
|
410
506
|
### Patches
|
|
@@ -413,7 +509,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
413
509
|
|
|
414
510
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
415
511
|
|
|
416
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
512
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
417
513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
418
514
|
|
|
419
515
|
### Patches
|
|
@@ -422,7 +518,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
422
518
|
|
|
423
519
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
424
520
|
|
|
425
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
521
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
426
522
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
427
523
|
|
|
428
524
|
### Patches
|
|
@@ -432,7 +528,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
432
528
|
|
|
433
529
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
434
530
|
|
|
435
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
531
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
436
532
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
437
533
|
|
|
438
534
|
### Patches
|
|
@@ -441,7 +537,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
441
537
|
|
|
442
538
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
443
539
|
|
|
444
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
540
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
445
541
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
446
542
|
|
|
447
543
|
### Patches
|
|
@@ -450,7 +546,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
450
546
|
|
|
451
547
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
452
548
|
|
|
453
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
549
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
454
550
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
455
551
|
|
|
456
552
|
### Patches
|
|
@@ -459,7 +555,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
459
555
|
|
|
460
556
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
461
557
|
|
|
462
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
558
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
463
559
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
464
560
|
|
|
465
561
|
### Minor changes
|
|
@@ -468,7 +564,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
468
564
|
|
|
469
565
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
470
566
|
|
|
471
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
567
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
472
568
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
473
569
|
|
|
474
570
|
### Patches
|
|
@@ -477,7 +573,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
477
573
|
|
|
478
574
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
479
575
|
|
|
480
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
576
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
481
577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
482
578
|
|
|
483
579
|
### Patches
|
|
@@ -486,7 +582,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
486
582
|
|
|
487
583
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
488
584
|
|
|
489
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
585
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
490
586
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
491
587
|
|
|
492
588
|
### Patches
|
|
@@ -496,7 +592,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
496
592
|
|
|
497
593
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
498
594
|
|
|
499
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
595
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
500
596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
501
597
|
|
|
502
598
|
### Minor changes
|
|
@@ -510,7 +606,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
510
606
|
|
|
511
607
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
512
608
|
|
|
513
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
609
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
514
610
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
515
611
|
|
|
516
612
|
### Patches
|
|
@@ -519,7 +615,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
519
615
|
|
|
520
616
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
521
617
|
|
|
522
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
618
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
523
619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
524
620
|
|
|
525
621
|
### Minor changes
|
|
@@ -529,7 +625,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
529
625
|
|
|
530
626
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
531
627
|
|
|
532
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
628
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
533
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
534
630
|
|
|
535
631
|
### Patches
|
|
@@ -538,7 +634,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
538
634
|
|
|
539
635
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
540
636
|
|
|
541
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
637
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
542
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
543
639
|
|
|
544
640
|
### Patches
|
|
@@ -547,7 +643,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
547
643
|
|
|
548
644
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
549
645
|
|
|
550
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
646
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
551
647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
552
648
|
|
|
553
649
|
### Major changes
|
|
@@ -580,7 +676,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
580
676
|
|
|
581
677
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
582
678
|
|
|
583
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
679
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
584
680
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
585
681
|
|
|
586
682
|
### Patches
|
|
@@ -589,7 +685,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
589
685
|
|
|
590
686
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
591
687
|
|
|
592
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
688
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
593
689
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
594
690
|
|
|
595
691
|
### Minor changes
|
|
@@ -598,7 +694,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
598
694
|
|
|
599
695
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
600
696
|
|
|
601
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
697
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
602
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
603
699
|
|
|
604
700
|
### Patches
|
|
@@ -607,7 +703,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
607
703
|
|
|
608
704
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
609
705
|
|
|
610
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
706
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
611
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
612
708
|
|
|
613
709
|
### Patches
|
|
@@ -617,7 +713,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
617
713
|
|
|
618
714
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
619
715
|
|
|
620
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
716
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
621
717
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
622
718
|
|
|
623
719
|
### Minor changes
|
|
@@ -626,7 +722,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
626
722
|
|
|
627
723
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
628
724
|
|
|
629
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
725
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
630
726
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
631
727
|
|
|
632
728
|
### Patches
|
|
@@ -635,7 +731,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
635
731
|
|
|
636
732
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
637
733
|
|
|
638
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
734
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
639
735
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
640
736
|
|
|
641
737
|
### Patches
|
|
@@ -644,7 +740,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
644
740
|
|
|
645
741
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
646
742
|
|
|
647
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
743
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
648
744
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
649
745
|
|
|
650
746
|
### Patches
|
|
@@ -653,7 +749,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
653
749
|
|
|
654
750
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
655
751
|
|
|
656
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
752
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
657
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
658
754
|
|
|
659
755
|
### Minor changes
|
|
@@ -662,7 +758,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
662
758
|
|
|
663
759
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
664
760
|
|
|
665
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
761
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
666
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
667
763
|
|
|
668
764
|
### Patches
|
|
@@ -671,7 +767,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
671
767
|
|
|
672
768
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
673
769
|
|
|
674
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
770
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
675
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
676
772
|
|
|
677
773
|
### Minor changes
|
|
@@ -684,7 +780,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
684
780
|
|
|
685
781
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
686
782
|
|
|
687
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
783
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
688
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
689
785
|
|
|
690
786
|
### Minor changes
|
|
@@ -693,7 +789,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
693
789
|
|
|
694
790
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
695
791
|
|
|
696
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
792
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
697
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
698
794
|
|
|
699
795
|
### Minor changes
|
|
@@ -706,7 +802,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
706
802
|
|
|
707
803
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
708
804
|
|
|
709
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
805
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
710
806
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
711
807
|
|
|
712
808
|
### Patches
|
|
@@ -715,7 +811,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
715
811
|
|
|
716
812
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
717
813
|
|
|
718
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
814
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
719
815
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
720
816
|
|
|
721
817
|
### Patches
|
|
@@ -724,7 +820,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
724
820
|
|
|
725
821
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
726
822
|
|
|
727
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
823
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
728
824
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
729
825
|
|
|
730
826
|
### Minor changes
|
|
@@ -733,7 +829,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
733
829
|
|
|
734
830
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
735
831
|
|
|
736
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
832
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
737
833
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
738
834
|
|
|
739
835
|
### Minor changes
|
|
@@ -743,7 +839,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
743
839
|
|
|
744
840
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
745
841
|
|
|
746
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
842
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
747
843
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
748
844
|
|
|
749
845
|
### Patches
|
|
@@ -753,7 +849,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
753
849
|
|
|
754
850
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
755
851
|
|
|
756
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
852
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
757
853
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
758
854
|
|
|
759
855
|
### Patches
|
|
@@ -762,7 +858,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
762
858
|
|
|
763
859
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
764
860
|
|
|
765
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
861
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
766
862
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
767
863
|
|
|
768
864
|
### Minor changes
|
|
@@ -771,7 +867,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
771
867
|
|
|
772
868
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
773
869
|
|
|
774
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
870
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
775
871
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
776
872
|
|
|
777
873
|
### Patches
|
|
@@ -780,7 +876,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
780
876
|
|
|
781
877
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
782
878
|
|
|
783
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
879
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
784
880
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
785
881
|
|
|
786
882
|
### Minor changes
|
|
@@ -793,7 +889,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
793
889
|
|
|
794
890
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
795
891
|
|
|
796
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
892
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
797
893
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
798
894
|
|
|
799
895
|
### Patches
|
|
@@ -802,7 +898,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
802
898
|
|
|
803
899
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
804
900
|
|
|
805
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
901
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
806
902
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
807
903
|
|
|
808
904
|
### Minor changes
|
|
@@ -811,7 +907,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
811
907
|
|
|
812
908
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
813
909
|
|
|
814
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
910
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
815
911
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
816
912
|
|
|
817
913
|
### Minor changes
|
|
@@ -824,7 +920,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
824
920
|
|
|
825
921
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
826
922
|
|
|
827
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
923
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
828
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
829
925
|
|
|
830
926
|
### Patches
|
|
@@ -833,7 +929,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
833
929
|
|
|
834
930
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
835
931
|
|
|
836
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
932
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
837
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
838
934
|
|
|
839
935
|
### Patches
|
|
@@ -842,7 +938,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
842
938
|
|
|
843
939
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
844
940
|
|
|
845
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
941
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
846
942
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
847
943
|
|
|
848
944
|
### Patches
|
|
@@ -852,7 +948,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
852
948
|
|
|
853
949
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
854
950
|
|
|
855
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
951
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
856
952
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
857
953
|
|
|
858
954
|
### Patches
|
|
@@ -861,7 +957,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
861
957
|
|
|
862
958
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
863
959
|
|
|
864
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
960
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
865
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
866
962
|
|
|
867
963
|
### Patches
|
|
@@ -876,7 +972,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
876
972
|
|
|
877
973
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
878
974
|
|
|
879
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
975
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
880
976
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
881
977
|
|
|
882
978
|
### Patches
|
|
@@ -885,7 +981,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
885
981
|
|
|
886
982
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
887
983
|
|
|
888
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
984
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
889
985
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
890
986
|
|
|
891
987
|
### Minor changes
|
|
@@ -898,7 +994,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
898
994
|
|
|
899
995
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
900
996
|
|
|
901
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
997
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
902
998
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
903
999
|
|
|
904
1000
|
### Patches
|
|
@@ -907,7 +1003,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
907
1003
|
|
|
908
1004
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
909
1005
|
|
|
910
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1006
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
911
1007
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
912
1008
|
|
|
913
1009
|
### Patches
|
|
@@ -916,7 +1012,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
916
1012
|
|
|
917
1013
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
918
1014
|
|
|
919
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1015
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
920
1016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
921
1017
|
|
|
922
1018
|
### Minor changes
|
|
@@ -925,7 +1021,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
925
1021
|
|
|
926
1022
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
927
1023
|
|
|
928
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1024
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
929
1025
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
930
1026
|
|
|
931
1027
|
### Patches
|
|
@@ -937,7 +1033,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
937
1033
|
|
|
938
1034
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
939
1035
|
|
|
940
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1036
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
941
1037
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
942
1038
|
|
|
943
1039
|
### Minor changes
|
|
@@ -946,7 +1042,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
946
1042
|
|
|
947
1043
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
948
1044
|
|
|
949
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1045
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
950
1046
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
951
1047
|
|
|
952
1048
|
### Patches
|
|
@@ -955,7 +1051,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
955
1051
|
|
|
956
1052
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
957
1053
|
|
|
958
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1054
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
959
1055
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
960
1056
|
|
|
961
1057
|
### Patches
|
|
@@ -964,7 +1060,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
964
1060
|
|
|
965
1061
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
966
1062
|
|
|
967
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1063
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
968
1064
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
969
1065
|
|
|
970
1066
|
### Minor changes
|