@fluentui/react-divider 9.0.0-rc.1 → 9.0.0-rc.12

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