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