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