@fluentui/react-divider 9.0.0-rc.1 → 9.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +269 -1
- package/CHANGELOG.md +176 -83
- package/dist/{react-divider.d.ts → index.d.ts} +14 -10
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Divider.js.map +1 -1
- package/lib/components/Divider/Divider.js.map +1 -1
- package/lib/components/Divider/Divider.types.js.map +1 -1
- package/lib/components/Divider/index.js.map +1 -1
- package/lib/components/Divider/renderDivider.js.map +1 -1
- package/lib/components/Divider/useDivider.js +1 -1
- package/lib/components/Divider/useDivider.js.map +1 -1
- package/lib/components/Divider/useDividerStyles.js +25 -13
- package/lib/components/Divider/useDividerStyles.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Divider.js.map +1 -1
- package/lib-commonjs/components/Divider/Divider.js.map +1 -1
- package/lib-commonjs/components/Divider/Divider.types.js.map +1 -1
- package/lib-commonjs/components/Divider/index.js.map +1 -1
- package/lib-commonjs/components/Divider/renderDivider.js.map +1 -1
- package/lib-commonjs/components/Divider/useDivider.js +1 -1
- package/lib-commonjs/components/Divider/useDivider.js.map +1 -1
- package/lib-commonjs/components/Divider/useDividerStyles.js +26 -14
- package/lib-commonjs/components/Divider/useDividerStyles.js.map +1 -1
- package/lib-commonjs/index.js +32 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +16 -18
- package/lib/Divider.d.ts +0 -1
- package/lib/components/Divider/Divider.d.ts +0 -6
- package/lib/components/Divider/Divider.types.d.ts +0 -36
- package/lib/components/Divider/index.d.ts +0 -5
- package/lib/components/Divider/renderDivider.d.ts +0 -5
- package/lib/components/Divider/useDivider.d.ts +0 -8
- package/lib/components/Divider/useDividerStyles.d.ts +0 -3
- package/lib/index.d.ts +0 -1
- package/lib-commonjs/Divider.d.ts +0 -1
- package/lib-commonjs/components/Divider/Divider.d.ts +0 -6
- package/lib-commonjs/components/Divider/Divider.types.d.ts +0 -36
- package/lib-commonjs/components/Divider/index.d.ts +0 -5
- package/lib-commonjs/components/Divider/renderDivider.d.ts +0 -5
- package/lib-commonjs/components/Divider/useDivider.d.ts +0 -8
- package/lib-commonjs/components/Divider/useDividerStyles.d.ts +0 -3
- package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,105 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 18:54:49 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.10)
|
8
|
+
|
9
|
+
Mon, 23 May 2022 18:54:49 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.9..@fluentui/react-divider_v9.0.0-rc.10)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
15
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
16
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.9)
|
19
|
+
|
20
|
+
Mon, 23 May 2022 12:14:15 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.8..@fluentui/react-divider_v9.0.0-rc.9)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
26
|
+
- react-divider: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
27
|
+
- Removing DividerCommons type. ([PR #22951](https://github.com/microsoft/fluentui/pull/22951) by Humberto.Morimoto@microsoft.com)
|
28
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
29
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
30
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
31
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
32
|
+
|
33
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.8)
|
34
|
+
|
35
|
+
Thu, 05 May 2022 18:26:30 GMT
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.7..@fluentui/react-divider_v9.0.0-rc.8)
|
37
|
+
|
38
|
+
### Changes
|
39
|
+
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.7)
|
45
|
+
|
46
|
+
Wed, 04 May 2022 13:26:54 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.6..@fluentui/react-divider_v9.0.0-rc.7)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
53
|
+
|
54
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.6)
|
55
|
+
|
56
|
+
Tue, 19 Apr 2022 19:17:23 GMT
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.5..@fluentui/react-divider_v9.0.0-rc.6)
|
58
|
+
|
59
|
+
### Changes
|
60
|
+
|
61
|
+
- Removing star exports. ([PR #22136](https://github.com/microsoft/fluentui/pull/22136) by Humberto.Morimoto@microsoft.com)
|
62
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
63
|
+
- Add static classnames to Divider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
64
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
65
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
66
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
67
|
+
|
68
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.5)
|
69
|
+
|
70
|
+
Fri, 04 Mar 2022 05:17:36 GMT
|
71
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.4..@fluentui/react-divider_v9.0.0-rc.5)
|
72
|
+
|
73
|
+
### Changes
|
74
|
+
|
75
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
76
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
77
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
78
|
+
|
79
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
|
80
|
+
|
81
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
82
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.3..@fluentui/react-divider_v9.0.0-rc.4)
|
83
|
+
|
84
|
+
### Changes
|
85
|
+
|
86
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
87
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
88
|
+
|
89
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
|
90
|
+
|
91
|
+
Fri, 18 Feb 2022 13:35:31 GMT
|
92
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.1..@fluentui/react-divider_v9.0.0-rc.3)
|
93
|
+
|
94
|
+
### Changes
|
95
|
+
|
96
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
97
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
98
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
99
|
+
|
7
100
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
|
8
101
|
|
9
|
-
Thu, 10 Feb 2022 08:
|
102
|
+
Thu, 10 Feb 2022 08:51:10 GMT
|
10
103
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v9.0.0-rc.1)
|
11
104
|
|
12
105
|
### Changes
|
@@ -29,7 +122,7 @@ Thu, 10 Feb 2022 08:44:24 GMT
|
|
29
122
|
|
30
123
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
|
31
124
|
|
32
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
125
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
33
126
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.3..@fluentui/react-divider_v9.0.0-beta.4)
|
34
127
|
|
35
128
|
### Changes
|
@@ -42,7 +135,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
42
135
|
|
43
136
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
|
44
137
|
|
45
|
-
Fri, 12 Nov 2021 13:25:23 GMT
|
138
|
+
Fri, 12 Nov 2021 13:25:23 GMT
|
46
139
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.2..@fluentui/react-divider_v9.0.0-beta.3)
|
47
140
|
|
48
141
|
### Changes
|
@@ -60,7 +153,7 @@ Fri, 12 Nov 2021 13:25:23 GMT
|
|
60
153
|
|
61
154
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
|
62
155
|
|
63
|
-
Wed, 27 Oct 2021 12:14:17 GMT
|
156
|
+
Wed, 27 Oct 2021 12:14:17 GMT
|
64
157
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-beta.2)
|
65
158
|
|
66
159
|
### Changes
|
@@ -75,7 +168,7 @@ Wed, 27 Oct 2021 12:14:17 GMT
|
|
75
168
|
|
76
169
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
|
77
170
|
|
78
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
171
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
79
172
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.79..@fluentui/react-divider_v9.0.0-beta.1)
|
80
173
|
|
81
174
|
### Changes
|
@@ -89,7 +182,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
89
182
|
|
90
183
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
|
91
184
|
|
92
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
185
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
93
186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.78..@fluentui/react-divider_v9.0.0-alpha.79)
|
94
187
|
|
95
188
|
### Changes
|
@@ -101,7 +194,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
101
194
|
|
102
195
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
|
103
196
|
|
104
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
197
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
105
198
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.77..@fluentui/react-divider_v9.0.0-alpha.78)
|
106
199
|
|
107
200
|
### Changes
|
@@ -116,7 +209,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
116
209
|
|
117
210
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
|
118
211
|
|
119
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
212
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
120
213
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.75..@fluentui/react-divider_v9.0.0-alpha.77)
|
121
214
|
|
122
215
|
### Changes
|
@@ -130,7 +223,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
130
223
|
|
131
224
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
|
132
225
|
|
133
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
226
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
134
227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.74..@fluentui/react-divider_v9.0.0-alpha.75)
|
135
228
|
|
136
229
|
### Changes
|
@@ -142,7 +235,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
142
235
|
|
143
236
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
|
144
237
|
|
145
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
238
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
146
239
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.73..@fluentui/react-divider_v9.0.0-alpha.74)
|
147
240
|
|
148
241
|
### Changes
|
@@ -156,7 +249,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
156
249
|
|
157
250
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
|
158
251
|
|
159
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
252
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
160
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.72..@fluentui/react-divider_v9.0.0-alpha.73)
|
161
254
|
|
162
255
|
### Changes
|
@@ -169,7 +262,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
169
262
|
|
170
263
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
|
171
264
|
|
172
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
265
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
173
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.71..@fluentui/react-divider_v9.0.0-alpha.72)
|
174
267
|
|
175
268
|
### Changes
|
@@ -183,7 +276,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
183
276
|
|
184
277
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
|
185
278
|
|
186
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
279
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
187
280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.70..@fluentui/react-divider_v9.0.0-alpha.71)
|
188
281
|
|
189
282
|
### Changes
|
@@ -196,7 +289,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
196
289
|
|
197
290
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
|
198
291
|
|
199
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
292
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
200
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.69..@fluentui/react-divider_v9.0.0-alpha.70)
|
201
294
|
|
202
295
|
### Changes
|
@@ -209,7 +302,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
209
302
|
|
210
303
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
|
211
304
|
|
212
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
305
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
213
306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
|
214
307
|
|
215
308
|
### Changes
|
@@ -218,7 +311,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
218
311
|
|
219
312
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
|
220
313
|
|
221
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
314
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
222
315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
|
223
316
|
|
224
317
|
### Changes
|
@@ -227,7 +320,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
227
320
|
|
228
321
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
|
229
322
|
|
230
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
323
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
231
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.66..@fluentui/react-divider_v9.0.0-alpha.67)
|
232
325
|
|
233
326
|
### Changes
|
@@ -236,7 +329,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
236
329
|
|
237
330
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
|
238
331
|
|
239
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
332
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
240
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.65..@fluentui/react-divider_v9.0.0-alpha.66)
|
241
334
|
|
242
335
|
### Changes
|
@@ -245,7 +338,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
245
338
|
|
246
339
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
|
247
340
|
|
248
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
341
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
249
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.64..@fluentui/react-divider_v9.0.0-alpha.65)
|
250
343
|
|
251
344
|
### Changes
|
@@ -255,7 +348,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
255
348
|
|
256
349
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
|
257
350
|
|
258
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
351
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
259
352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.63..@fluentui/react-divider_v9.0.0-alpha.64)
|
260
353
|
|
261
354
|
### Changes
|
@@ -264,7 +357,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
264
357
|
|
265
358
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
|
266
359
|
|
267
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
360
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
268
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.62..@fluentui/react-divider_v9.0.0-alpha.63)
|
269
362
|
|
270
363
|
### Changes
|
@@ -273,7 +366,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
273
366
|
|
274
367
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
|
275
368
|
|
276
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
369
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
277
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.61..@fluentui/react-divider_v9.0.0-alpha.62)
|
278
371
|
|
279
372
|
### Patches
|
@@ -286,7 +379,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
286
379
|
|
287
380
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
|
288
381
|
|
289
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
382
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
290
383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.60..@fluentui/react-divider_v9.0.0-alpha.61)
|
291
384
|
|
292
385
|
### Changes
|
@@ -295,7 +388,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
295
388
|
|
296
389
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
|
297
390
|
|
298
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
391
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
299
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.59..@fluentui/react-divider_v9.0.0-alpha.60)
|
300
393
|
|
301
394
|
### Changes
|
@@ -304,7 +397,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
304
397
|
|
305
398
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
|
306
399
|
|
307
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
400
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
308
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.58..@fluentui/react-divider_v9.0.0-alpha.59)
|
309
402
|
|
310
403
|
### Changes
|
@@ -313,7 +406,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
313
406
|
|
314
407
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
|
315
408
|
|
316
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
409
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
317
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.57..@fluentui/react-divider_v9.0.0-alpha.58)
|
318
411
|
|
319
412
|
### Changes
|
@@ -322,7 +415,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
322
415
|
|
323
416
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
|
324
417
|
|
325
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
418
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
326
419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.56..@fluentui/react-divider_v9.0.0-alpha.57)
|
327
420
|
|
328
421
|
### Changes
|
@@ -331,7 +424,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
331
424
|
|
332
425
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
|
333
426
|
|
334
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
427
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
335
428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.55..@fluentui/react-divider_v9.0.0-alpha.56)
|
336
429
|
|
337
430
|
### Changes
|
@@ -340,7 +433,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
340
433
|
|
341
434
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
|
342
435
|
|
343
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
436
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
344
437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.54..@fluentui/react-divider_v9.0.0-alpha.55)
|
345
438
|
|
346
439
|
### Changes
|
@@ -349,7 +442,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
349
442
|
|
350
443
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
|
351
444
|
|
352
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
445
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
353
446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.53..@fluentui/react-divider_v9.0.0-alpha.54)
|
354
447
|
|
355
448
|
### Changes
|
@@ -358,7 +451,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
358
451
|
|
359
452
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
|
360
453
|
|
361
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
454
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
362
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.52..@fluentui/react-divider_v9.0.0-alpha.53)
|
363
456
|
|
364
457
|
### Changes
|
@@ -367,7 +460,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
367
460
|
|
368
461
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
|
369
462
|
|
370
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
463
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
371
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.51..@fluentui/react-divider_v9.0.0-alpha.52)
|
372
465
|
|
373
466
|
### Patches
|
@@ -382,7 +475,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
382
475
|
|
383
476
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
|
384
477
|
|
385
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
478
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
386
479
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.50..@fluentui/react-divider_v9.0.0-alpha.51)
|
387
480
|
|
388
481
|
### Changes
|
@@ -391,7 +484,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
391
484
|
|
392
485
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
|
393
486
|
|
394
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
487
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
395
488
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.49..@fluentui/react-divider_v9.0.0-alpha.50)
|
396
489
|
|
397
490
|
### Changes
|
@@ -400,7 +493,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
400
493
|
|
401
494
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
|
402
495
|
|
403
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
496
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
404
497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.48..@fluentui/react-divider_v9.0.0-alpha.49)
|
405
498
|
|
406
499
|
### Changes
|
@@ -409,7 +502,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
409
502
|
|
410
503
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
|
411
504
|
|
412
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
505
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
413
506
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.47..@fluentui/react-divider_v9.0.0-alpha.48)
|
414
507
|
|
415
508
|
### Changes
|
@@ -418,7 +511,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
418
511
|
|
419
512
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
|
420
513
|
|
421
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
514
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
422
515
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.46..@fluentui/react-divider_v9.0.0-alpha.47)
|
423
516
|
|
424
517
|
### Changes
|
@@ -427,7 +520,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
427
520
|
|
428
521
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
|
429
522
|
|
430
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
523
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
431
524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.45..@fluentui/react-divider_v9.0.0-alpha.46)
|
432
525
|
|
433
526
|
### Changes
|
@@ -436,7 +529,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
436
529
|
|
437
530
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
|
438
531
|
|
439
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
532
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
440
533
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.44..@fluentui/react-divider_v9.0.0-alpha.45)
|
441
534
|
|
442
535
|
### Changes
|
@@ -445,7 +538,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
445
538
|
|
446
539
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
|
447
540
|
|
448
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
541
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
449
542
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.43..@fluentui/react-divider_v9.0.0-alpha.44)
|
450
543
|
|
451
544
|
### Patches
|
@@ -454,7 +547,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
454
547
|
|
455
548
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
|
456
549
|
|
457
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
550
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
458
551
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.42..@fluentui/react-divider_v9.0.0-alpha.43)
|
459
552
|
|
460
553
|
### Changes
|
@@ -463,7 +556,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
463
556
|
|
464
557
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
|
465
558
|
|
466
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
559
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
467
560
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.41..@fluentui/react-divider_v9.0.0-alpha.42)
|
468
561
|
|
469
562
|
### Patches
|
@@ -478,7 +571,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
478
571
|
|
479
572
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
|
480
573
|
|
481
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
574
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
482
575
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.40..@fluentui/react-divider_v9.0.0-alpha.41)
|
483
576
|
|
484
577
|
### Changes
|
@@ -487,7 +580,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
487
580
|
|
488
581
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
|
489
582
|
|
490
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
583
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
491
584
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.39..@fluentui/react-divider_v9.0.0-alpha.40)
|
492
585
|
|
493
586
|
### Changes
|
@@ -496,7 +589,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
496
589
|
|
497
590
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
|
498
591
|
|
499
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
592
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
500
593
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.38..@fluentui/react-divider_v9.0.0-alpha.39)
|
501
594
|
|
502
595
|
### Changes
|
@@ -505,7 +598,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
505
598
|
|
506
599
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
|
507
600
|
|
508
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
601
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
509
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.37..@fluentui/react-divider_v9.0.0-alpha.38)
|
510
603
|
|
511
604
|
### Changes
|
@@ -514,7 +607,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
514
607
|
|
515
608
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
|
516
609
|
|
517
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
610
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
518
611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.36..@fluentui/react-divider_v9.0.0-alpha.37)
|
519
612
|
|
520
613
|
### Changes
|
@@ -523,7 +616,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
523
616
|
|
524
617
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
|
525
618
|
|
526
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
619
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
527
620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.35..@fluentui/react-divider_v9.0.0-alpha.36)
|
528
621
|
|
529
622
|
### Changes
|
@@ -532,7 +625,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
532
625
|
|
533
626
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
|
534
627
|
|
535
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
628
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
536
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.34..@fluentui/react-divider_v9.0.0-alpha.35)
|
537
630
|
|
538
631
|
### Changes
|
@@ -541,7 +634,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
541
634
|
|
542
635
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
|
543
636
|
|
544
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
637
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
545
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.33..@fluentui/react-divider_v9.0.0-alpha.34)
|
546
639
|
|
547
640
|
### Changes
|
@@ -550,7 +643,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
550
643
|
|
551
644
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
|
552
645
|
|
553
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
646
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
554
647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.32..@fluentui/react-divider_v9.0.0-alpha.33)
|
555
648
|
|
556
649
|
### Patches
|
@@ -565,7 +658,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
565
658
|
|
566
659
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
|
567
660
|
|
568
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
661
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
569
662
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.31..@fluentui/react-divider_v9.0.0-alpha.32)
|
570
663
|
|
571
664
|
### Changes
|
@@ -574,7 +667,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
574
667
|
|
575
668
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
|
576
669
|
|
577
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
670
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
578
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31)
|
579
672
|
|
580
673
|
### Changes
|
@@ -583,7 +676,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
583
676
|
|
584
677
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
|
585
678
|
|
586
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
679
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
587
680
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30)
|
588
681
|
|
589
682
|
### Changes
|
@@ -592,7 +685,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
592
685
|
|
593
686
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
|
594
687
|
|
595
|
-
Wed, 26 May 2021 07:35:43 GMT
|
688
|
+
Wed, 26 May 2021 07:35:43 GMT
|
596
689
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.28..@fluentui/react-divider_v9.0.0-alpha.29)
|
597
690
|
|
598
691
|
### Changes
|
@@ -601,7 +694,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
601
694
|
|
602
695
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
|
603
696
|
|
604
|
-
Fri, 21 May 2021 07:34:54 GMT
|
697
|
+
Fri, 21 May 2021 07:34:54 GMT
|
605
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.27..@fluentui/react-divider_v9.0.0-alpha.28)
|
606
699
|
|
607
700
|
### Changes
|
@@ -610,7 +703,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
610
703
|
|
611
704
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
|
612
705
|
|
613
|
-
Thu, 20 May 2021 07:41:54 GMT
|
706
|
+
Thu, 20 May 2021 07:41:54 GMT
|
614
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
|
615
708
|
|
616
709
|
### Patches
|
@@ -625,7 +718,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
625
718
|
|
626
719
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
|
627
720
|
|
628
|
-
Wed, 19 May 2021 07:34:20 GMT
|
721
|
+
Wed, 19 May 2021 07:34:20 GMT
|
629
722
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)
|
630
723
|
|
631
724
|
### Patches
|
@@ -638,7 +731,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
638
731
|
|
639
732
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
|
640
733
|
|
641
|
-
Tue, 18 May 2021 07:34:38 GMT
|
734
|
+
Tue, 18 May 2021 07:34:38 GMT
|
642
735
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.24..@fluentui/react-divider_v9.0.0-alpha.25)
|
643
736
|
|
644
737
|
### Changes
|
@@ -647,7 +740,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
647
740
|
|
648
741
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
|
649
742
|
|
650
|
-
Thu, 13 May 2021 07:36:55 GMT
|
743
|
+
Thu, 13 May 2021 07:36:55 GMT
|
651
744
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.23..@fluentui/react-divider_v9.0.0-alpha.24)
|
652
745
|
|
653
746
|
### Changes
|
@@ -656,7 +749,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
656
749
|
|
657
750
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
|
658
751
|
|
659
|
-
Wed, 12 May 2021 07:36:20 GMT
|
752
|
+
Wed, 12 May 2021 07:36:20 GMT
|
660
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.22..@fluentui/react-divider_v9.0.0-alpha.23)
|
661
754
|
|
662
755
|
### Changes
|
@@ -665,7 +758,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
665
758
|
|
666
759
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
|
667
760
|
|
668
|
-
Mon, 10 May 2021 07:36:07 GMT
|
761
|
+
Mon, 10 May 2021 07:36:07 GMT
|
669
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.21..@fluentui/react-divider_v9.0.0-alpha.22)
|
670
763
|
|
671
764
|
### Changes
|
@@ -674,7 +767,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
674
767
|
|
675
768
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
|
676
769
|
|
677
|
-
Wed, 05 May 2021 07:36:50 GMT
|
770
|
+
Wed, 05 May 2021 07:36:50 GMT
|
678
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.20..@fluentui/react-divider_v9.0.0-alpha.21)
|
679
772
|
|
680
773
|
### Changes
|
@@ -683,7 +776,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
683
776
|
|
684
777
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
|
685
778
|
|
686
|
-
Mon, 03 May 2021 07:45:19 GMT
|
779
|
+
Mon, 03 May 2021 07:45:19 GMT
|
687
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.19..@fluentui/react-divider_v9.0.0-alpha.20)
|
688
781
|
|
689
782
|
### Changes
|
@@ -692,7 +785,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
692
785
|
|
693
786
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
|
694
787
|
|
695
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
788
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
696
789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.18..@fluentui/react-divider_v9.0.0-alpha.19)
|
697
790
|
|
698
791
|
### Patches
|
@@ -708,7 +801,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
708
801
|
|
709
802
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
|
710
803
|
|
711
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
804
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
712
805
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.17..@fluentui/react-divider_v9.0.0-alpha.18)
|
713
806
|
|
714
807
|
### Changes
|
@@ -717,7 +810,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
717
810
|
|
718
811
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
|
719
812
|
|
720
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
813
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
721
814
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.16..@fluentui/react-divider_v9.0.0-alpha.17)
|
722
815
|
|
723
816
|
### Changes
|
@@ -726,7 +819,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
726
819
|
|
727
820
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
|
728
821
|
|
729
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
822
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
730
823
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.15..@fluentui/react-divider_v9.0.0-alpha.16)
|
731
824
|
|
732
825
|
### Patches
|
@@ -741,7 +834,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
741
834
|
|
742
835
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
|
743
836
|
|
744
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
837
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
745
838
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
|
746
839
|
|
747
840
|
### Changes
|
@@ -750,7 +843,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
750
843
|
|
751
844
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
|
752
845
|
|
753
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
846
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
754
847
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)
|
755
848
|
|
756
849
|
### Changes
|
@@ -759,7 +852,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
759
852
|
|
760
853
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
|
761
854
|
|
762
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
855
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
763
856
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.12..@fluentui/react-divider_v9.0.0-alpha.13)
|
764
857
|
|
765
858
|
### Changes
|
@@ -768,7 +861,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
768
861
|
|
769
862
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
|
770
863
|
|
771
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
864
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
772
865
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.11..@fluentui/react-divider_v9.0.0-alpha.12)
|
773
866
|
|
774
867
|
### Changes
|
@@ -777,7 +870,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
777
870
|
|
778
871
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
|
779
872
|
|
780
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
873
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
781
874
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.10..@fluentui/react-divider_v9.0.0-alpha.11)
|
782
875
|
|
783
876
|
### Changes
|
@@ -786,7 +879,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
786
879
|
|
787
880
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
|
788
881
|
|
789
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
882
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
790
883
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.9..@fluentui/react-divider_v9.0.0-alpha.10)
|
791
884
|
|
792
885
|
### Changes
|
@@ -795,7 +888,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
795
888
|
|
796
889
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
|
797
890
|
|
798
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
891
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
799
892
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.8..@fluentui/react-divider_v9.0.0-alpha.9)
|
800
893
|
|
801
894
|
### Changes
|
@@ -804,7 +897,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
804
897
|
|
805
898
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.8)
|
806
899
|
|
807
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
900
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
808
901
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.7..@fluentui/react-divider_v9.0.0-alpha.8)
|
809
902
|
|
810
903
|
### Changes
|
@@ -813,7 +906,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
813
906
|
|
814
907
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.7)
|
815
908
|
|
816
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
909
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
817
910
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.6..@fluentui/react-divider_v9.0.0-alpha.7)
|
818
911
|
|
819
912
|
### Patches
|
@@ -828,7 +921,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
828
921
|
|
829
922
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.6)
|
830
923
|
|
831
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
924
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
832
925
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.5..@fluentui/react-divider_v9.0.0-alpha.6)
|
833
926
|
|
834
927
|
### Changes
|
@@ -837,7 +930,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
837
930
|
|
838
931
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.5)
|
839
932
|
|
840
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
933
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
841
934
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.4..@fluentui/react-divider_v9.0.0-alpha.5)
|
842
935
|
|
843
936
|
### Changes
|
@@ -846,7 +939,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
846
939
|
|
847
940
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.4)
|
848
941
|
|
849
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
942
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
850
943
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.3..@fluentui/react-divider_v9.0.0-alpha.4)
|
851
944
|
|
852
945
|
### Changes
|
@@ -855,7 +948,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
855
948
|
|
856
949
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.3)
|
857
950
|
|
858
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
951
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
859
952
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.2..@fluentui/react-divider_v9.0.0-alpha.3)
|
860
953
|
|
861
954
|
### Changes
|
@@ -864,7 +957,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
864
957
|
|
865
958
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.2)
|
866
959
|
|
867
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
960
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
868
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.1..@fluentui/react-divider_v9.0.0-alpha.2)
|
869
962
|
|
870
963
|
### Changes
|