@fluentui/web-components 3.0.0-alpha.2 → 3.0.0-alpha.4

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