@fluentui/react-divider 9.0.0-rc.7 → 9.0.0

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 (41) hide show
  1. package/CHANGELOG.json +229 -1
  2. package/CHANGELOG.md +164 -88
  3. package/MIGRATION.md +20 -48
  4. package/README.md +25 -9
  5. package/Spec.md +2 -2
  6. package/dist/index.d.ts +12 -14
  7. package/{lib → dist}/tsdoc-metadata.json +0 -0
  8. package/lib/components/Divider/Divider.js.map +1 -1
  9. package/lib/components/Divider/Divider.types.js.map +1 -1
  10. package/lib/components/Divider/renderDivider.js.map +1 -1
  11. package/lib/components/Divider/useDivider.js +1 -1
  12. package/lib/components/Divider/useDivider.js.map +1 -1
  13. package/lib/components/Divider/useDividerStyles.js +86 -87
  14. package/lib/components/Divider/useDividerStyles.js.map +1 -1
  15. package/lib/index.js +1 -2
  16. package/lib/index.js.map +1 -1
  17. package/lib-commonjs/components/Divider/Divider.js.map +1 -1
  18. package/lib-commonjs/components/Divider/renderDivider.js.map +1 -1
  19. package/lib-commonjs/components/Divider/useDivider.js +1 -1
  20. package/lib-commonjs/components/Divider/useDivider.js.map +1 -1
  21. package/lib-commonjs/components/Divider/useDividerStyles.js +87 -88
  22. package/lib-commonjs/components/Divider/useDividerStyles.js.map +1 -1
  23. package/lib-commonjs/index.js +1 -8
  24. package/lib-commonjs/index.js.map +1 -1
  25. package/package.json +9 -11
  26. package/lib/Divider.d.ts +0 -1
  27. package/lib/components/Divider/Divider.d.ts +0 -6
  28. package/lib/components/Divider/Divider.types.d.ts +0 -36
  29. package/lib/components/Divider/index.d.ts +0 -5
  30. package/lib/components/Divider/renderDivider.d.ts +0 -5
  31. package/lib/components/Divider/useDivider.d.ts +0 -8
  32. package/lib/components/Divider/useDividerStyles.d.ts +0 -8
  33. package/lib/index.d.ts +0 -2
  34. package/lib-commonjs/Divider.d.ts +0 -1
  35. package/lib-commonjs/components/Divider/Divider.d.ts +0 -6
  36. package/lib-commonjs/components/Divider/Divider.types.d.ts +0 -36
  37. package/lib-commonjs/components/Divider/index.d.ts +0 -5
  38. package/lib-commonjs/components/Divider/renderDivider.d.ts +0 -5
  39. package/lib-commonjs/components/Divider/useDivider.d.ts +0 -8
  40. package/lib-commonjs/components/Divider/useDividerStyles.d.ts +0 -8
  41. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,88 @@
1
1
  # Change Log - @fluentui/react-divider
2
2
 
3
- This log was last generated on Wed, 04 May 2022 13:24:22 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 15:08:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0)
8
+
9
+ Tue, 28 Jun 2022 15:08:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.12..@fluentui/react-divider_v9.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
18
+
19
+ ### Changes
20
+
21
+ - chore: Using ::before and ::after instead of :before and :after. ([PR #23469](https://github.com/microsoft/fluentui/pull/23469) by Humberto.Morimoto@microsoft.com)
22
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
23
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
24
+ - README, spec and migration guide cleanup. ([PR #23439](https://github.com/microsoft/fluentui/pull/23439) by Humberto.Morimoto@microsoft.com)
25
+
26
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.12)
27
+
28
+ Thu, 23 Jun 2022 14:25:31 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.11..@fluentui/react-divider_v9.0.0-rc.12)
30
+
31
+ ### Changes
32
+
33
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
34
+
35
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.11)
36
+
37
+ Tue, 31 May 2022 21:28:39 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.10..@fluentui/react-divider_v9.0.0-rc.11)
39
+
40
+ ### Changes
41
+
42
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
43
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
44
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
45
+
46
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.10)
47
+
48
+ Mon, 23 May 2022 18:56:44 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.9..@fluentui/react-divider_v9.0.0-rc.10)
50
+
51
+ ### Changes
52
+
53
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
54
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
55
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
56
+
57
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.9)
58
+
59
+ Mon, 23 May 2022 12:14:15 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.8..@fluentui/react-divider_v9.0.0-rc.9)
61
+
62
+ ### Changes
63
+
64
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
65
+ - react-divider: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
66
+ - Removing DividerCommons type. ([PR #22951](https://github.com/microsoft/fluentui/pull/22951) by Humberto.Morimoto@microsoft.com)
67
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
68
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
69
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
70
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
71
+
72
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.8)
73
+
74
+ Thu, 05 May 2022 18:26:30 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.7..@fluentui/react-divider_v9.0.0-rc.8)
76
+
77
+ ### Changes
78
+
79
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
80
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
81
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
82
+
7
83
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.7)
8
84
 
9
- Wed, 04 May 2022 13:24:22 GMT
85
+ Wed, 04 May 2022 13:26:54 GMT
10
86
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.6..@fluentui/react-divider_v9.0.0-rc.7)
11
87
 
12
88
  ### Changes
@@ -16,7 +92,7 @@ Wed, 04 May 2022 13:24:22 GMT
16
92
 
17
93
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.6)
18
94
 
19
- Tue, 19 Apr 2022 19:17:23 GMT
95
+ Tue, 19 Apr 2022 19:17:23 GMT
20
96
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.5..@fluentui/react-divider_v9.0.0-rc.6)
21
97
 
22
98
  ### Changes
@@ -30,7 +106,7 @@ Tue, 19 Apr 2022 19:17:23 GMT
30
106
 
31
107
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.5)
32
108
 
33
- Fri, 04 Mar 2022 05:17:36 GMT
109
+ Fri, 04 Mar 2022 05:17:36 GMT
34
110
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.4..@fluentui/react-divider_v9.0.0-rc.5)
35
111
 
36
112
  ### Changes
@@ -41,7 +117,7 @@ Fri, 04 Mar 2022 05:17:36 GMT
41
117
 
42
118
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
43
119
 
44
- Tue, 01 Mar 2022 02:17:36 GMT
120
+ Tue, 01 Mar 2022 02:17:36 GMT
45
121
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.3..@fluentui/react-divider_v9.0.0-rc.4)
46
122
 
47
123
  ### Changes
@@ -51,7 +127,7 @@ Tue, 01 Mar 2022 02:17:36 GMT
51
127
 
52
128
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
53
129
 
54
- Fri, 18 Feb 2022 13:35:31 GMT
130
+ Fri, 18 Feb 2022 13:35:31 GMT
55
131
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.1..@fluentui/react-divider_v9.0.0-rc.3)
56
132
 
57
133
  ### Changes
@@ -62,7 +138,7 @@ Fri, 18 Feb 2022 13:35:31 GMT
62
138
 
63
139
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
64
140
 
65
- Thu, 10 Feb 2022 08:51:10 GMT
141
+ Thu, 10 Feb 2022 08:51:10 GMT
66
142
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v9.0.0-rc.1)
67
143
 
68
144
  ### Changes
@@ -85,7 +161,7 @@ Thu, 10 Feb 2022 08:51:10 GMT
85
161
 
86
162
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
87
163
 
88
- Thu, 25 Nov 2021 08:34:17 GMT
164
+ Thu, 25 Nov 2021 08:34:17 GMT
89
165
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.3..@fluentui/react-divider_v9.0.0-beta.4)
90
166
 
91
167
  ### Changes
@@ -98,7 +174,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
98
174
 
99
175
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
100
176
 
101
- Fri, 12 Nov 2021 13:25:23 GMT
177
+ Fri, 12 Nov 2021 13:25:23 GMT
102
178
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.2..@fluentui/react-divider_v9.0.0-beta.3)
103
179
 
104
180
  ### Changes
@@ -116,7 +192,7 @@ Fri, 12 Nov 2021 13:25:23 GMT
116
192
 
117
193
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
118
194
 
119
- Wed, 27 Oct 2021 12:14:17 GMT
195
+ Wed, 27 Oct 2021 12:14:17 GMT
120
196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-beta.2)
121
197
 
122
198
  ### Changes
@@ -131,7 +207,7 @@ Wed, 27 Oct 2021 12:14:17 GMT
131
207
 
132
208
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
133
209
 
134
- Wed, 06 Oct 2021 10:37:22 GMT
210
+ Wed, 06 Oct 2021 10:37:22 GMT
135
211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.79..@fluentui/react-divider_v9.0.0-beta.1)
136
212
 
137
213
  ### Changes
@@ -145,7 +221,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
145
221
 
146
222
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
147
223
 
148
- Tue, 05 Oct 2021 12:47:58 GMT
224
+ Tue, 05 Oct 2021 12:47:58 GMT
149
225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.78..@fluentui/react-divider_v9.0.0-alpha.79)
150
226
 
151
227
  ### Changes
@@ -157,7 +233,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
157
233
 
158
234
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
159
235
 
160
- Tue, 05 Oct 2021 09:28:07 GMT
236
+ Tue, 05 Oct 2021 09:28:07 GMT
161
237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.77..@fluentui/react-divider_v9.0.0-alpha.78)
162
238
 
163
239
  ### Changes
@@ -172,7 +248,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
172
248
 
173
249
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
174
250
 
175
- Fri, 01 Oct 2021 14:13:08 GMT
251
+ Fri, 01 Oct 2021 14:13:08 GMT
176
252
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.75..@fluentui/react-divider_v9.0.0-alpha.77)
177
253
 
178
254
  ### Changes
@@ -186,7 +262,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
186
262
 
187
263
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
188
264
 
189
- Wed, 29 Sep 2021 08:06:11 GMT
265
+ Wed, 29 Sep 2021 08:06:11 GMT
190
266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.74..@fluentui/react-divider_v9.0.0-alpha.75)
191
267
 
192
268
  ### Changes
@@ -198,7 +274,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
198
274
 
199
275
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
200
276
 
201
- Mon, 27 Sep 2021 08:06:00 GMT
277
+ Mon, 27 Sep 2021 08:06:00 GMT
202
278
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.73..@fluentui/react-divider_v9.0.0-alpha.74)
203
279
 
204
280
  ### Changes
@@ -212,7 +288,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
212
288
 
213
289
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
214
290
 
215
- Fri, 24 Sep 2021 09:17:17 GMT
291
+ Fri, 24 Sep 2021 09:17:17 GMT
216
292
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.72..@fluentui/react-divider_v9.0.0-alpha.73)
217
293
 
218
294
  ### Changes
@@ -225,7 +301,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
225
301
 
226
302
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
227
303
 
228
- Thu, 23 Sep 2021 08:21:34 GMT
304
+ Thu, 23 Sep 2021 08:21:34 GMT
229
305
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.71..@fluentui/react-divider_v9.0.0-alpha.72)
230
306
 
231
307
  ### Changes
@@ -239,7 +315,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
239
315
 
240
316
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
241
317
 
242
- Wed, 22 Sep 2021 10:10:07 GMT
318
+ Wed, 22 Sep 2021 10:10:07 GMT
243
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.70..@fluentui/react-divider_v9.0.0-alpha.71)
244
320
 
245
321
  ### Changes
@@ -252,7 +328,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
252
328
 
253
329
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
254
330
 
255
- Tue, 21 Sep 2021 07:42:34 GMT
331
+ Tue, 21 Sep 2021 07:42:34 GMT
256
332
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.69..@fluentui/react-divider_v9.0.0-alpha.70)
257
333
 
258
334
  ### Changes
@@ -265,7 +341,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
265
341
 
266
342
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
267
343
 
268
- Mon, 20 Sep 2021 07:36:26 GMT
344
+ Mon, 20 Sep 2021 07:36:26 GMT
269
345
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
270
346
 
271
347
  ### Changes
@@ -274,7 +350,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
274
350
 
275
351
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
276
352
 
277
- Fri, 17 Sep 2021 07:35:26 GMT
353
+ Fri, 17 Sep 2021 07:35:26 GMT
278
354
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
279
355
 
280
356
  ### Changes
@@ -283,7 +359,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
283
359
 
284
360
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
285
361
 
286
- Thu, 16 Sep 2021 07:38:39 GMT
362
+ Thu, 16 Sep 2021 07:38:39 GMT
287
363
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.66..@fluentui/react-divider_v9.0.0-alpha.67)
288
364
 
289
365
  ### Changes
@@ -292,7 +368,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
292
368
 
293
369
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
294
370
 
295
- Tue, 14 Sep 2021 20:09:02 GMT
371
+ Tue, 14 Sep 2021 20:09:02 GMT
296
372
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.65..@fluentui/react-divider_v9.0.0-alpha.66)
297
373
 
298
374
  ### Changes
@@ -301,7 +377,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
301
377
 
302
378
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
303
379
 
304
- Fri, 10 Sep 2021 16:31:53 GMT
380
+ Fri, 10 Sep 2021 16:31:53 GMT
305
381
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.64..@fluentui/react-divider_v9.0.0-alpha.65)
306
382
 
307
383
  ### Changes
@@ -311,7 +387,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
311
387
 
312
388
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
313
389
 
314
- Fri, 10 Sep 2021 07:39:51 GMT
390
+ Fri, 10 Sep 2021 07:39:51 GMT
315
391
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.63..@fluentui/react-divider_v9.0.0-alpha.64)
316
392
 
317
393
  ### Changes
@@ -320,7 +396,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
320
396
 
321
397
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
322
398
 
323
- Mon, 06 Sep 2021 07:34:53 GMT
399
+ Mon, 06 Sep 2021 07:34:53 GMT
324
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.62..@fluentui/react-divider_v9.0.0-alpha.63)
325
401
 
326
402
  ### Changes
@@ -329,7 +405,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
329
405
 
330
406
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
331
407
 
332
- Thu, 02 Sep 2021 07:36:46 GMT
408
+ Thu, 02 Sep 2021 07:36:46 GMT
333
409
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.61..@fluentui/react-divider_v9.0.0-alpha.62)
334
410
 
335
411
  ### Patches
@@ -342,7 +418,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
342
418
 
343
419
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
344
420
 
345
- Wed, 01 Sep 2021 07:39:56 GMT
421
+ Wed, 01 Sep 2021 07:39:56 GMT
346
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.60..@fluentui/react-divider_v9.0.0-alpha.61)
347
423
 
348
424
  ### Changes
@@ -351,7 +427,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
351
427
 
352
428
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
353
429
 
354
- Tue, 31 Aug 2021 07:37:47 GMT
430
+ Tue, 31 Aug 2021 07:37:47 GMT
355
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.59..@fluentui/react-divider_v9.0.0-alpha.60)
356
432
 
357
433
  ### Changes
@@ -360,7 +436,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
360
436
 
361
437
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
362
438
 
363
- Fri, 27 Aug 2021 07:33:32 GMT
439
+ Fri, 27 Aug 2021 07:33:32 GMT
364
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.58..@fluentui/react-divider_v9.0.0-alpha.59)
365
441
 
366
442
  ### Changes
@@ -369,7 +445,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
369
445
 
370
446
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
371
447
 
372
- Thu, 26 Aug 2021 07:35:43 GMT
448
+ Thu, 26 Aug 2021 07:35:43 GMT
373
449
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.57..@fluentui/react-divider_v9.0.0-alpha.58)
374
450
 
375
451
  ### Changes
@@ -378,7 +454,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
378
454
 
379
455
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
380
456
 
381
- Fri, 20 Aug 2021 07:37:28 GMT
457
+ Fri, 20 Aug 2021 07:37:28 GMT
382
458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.56..@fluentui/react-divider_v9.0.0-alpha.57)
383
459
 
384
460
  ### Changes
@@ -387,7 +463,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
387
463
 
388
464
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
389
465
 
390
- Thu, 19 Aug 2021 07:41:35 GMT
466
+ Thu, 19 Aug 2021 07:41:35 GMT
391
467
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.55..@fluentui/react-divider_v9.0.0-alpha.56)
392
468
 
393
469
  ### Changes
@@ -396,7 +472,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
396
472
 
397
473
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
398
474
 
399
- Fri, 13 Aug 2021 07:36:34 GMT
475
+ Fri, 13 Aug 2021 07:36:34 GMT
400
476
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.54..@fluentui/react-divider_v9.0.0-alpha.55)
401
477
 
402
478
  ### Changes
@@ -405,7 +481,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
405
481
 
406
482
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
407
483
 
408
- Wed, 11 Aug 2021 07:34:54 GMT
484
+ Wed, 11 Aug 2021 07:34:54 GMT
409
485
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.53..@fluentui/react-divider_v9.0.0-alpha.54)
410
486
 
411
487
  ### Changes
@@ -414,7 +490,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
414
490
 
415
491
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
416
492
 
417
- Fri, 06 Aug 2021 07:35:14 GMT
493
+ Fri, 06 Aug 2021 07:35:14 GMT
418
494
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.52..@fluentui/react-divider_v9.0.0-alpha.53)
419
495
 
420
496
  ### Changes
@@ -423,7 +499,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
423
499
 
424
500
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
425
501
 
426
- Tue, 03 Aug 2021 07:39:30 GMT
502
+ Tue, 03 Aug 2021 07:39:30 GMT
427
503
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.51..@fluentui/react-divider_v9.0.0-alpha.52)
428
504
 
429
505
  ### Patches
@@ -438,7 +514,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
438
514
 
439
515
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
440
516
 
441
- Mon, 02 Aug 2021 07:36:20 GMT
517
+ Mon, 02 Aug 2021 07:36:20 GMT
442
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.50..@fluentui/react-divider_v9.0.0-alpha.51)
443
519
 
444
520
  ### Changes
@@ -447,7 +523,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
447
523
 
448
524
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
449
525
 
450
- Mon, 26 Jul 2021 07:37:30 GMT
526
+ Mon, 26 Jul 2021 07:37:30 GMT
451
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.49..@fluentui/react-divider_v9.0.0-alpha.50)
452
528
 
453
529
  ### Changes
@@ -456,7 +532,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
456
532
 
457
533
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
458
534
 
459
- Fri, 23 Jul 2021 07:38:19 GMT
535
+ Fri, 23 Jul 2021 07:38:19 GMT
460
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.48..@fluentui/react-divider_v9.0.0-alpha.49)
461
537
 
462
538
  ### Changes
@@ -465,7 +541,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
465
541
 
466
542
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
467
543
 
468
- Thu, 22 Jul 2021 07:36:55 GMT
544
+ Thu, 22 Jul 2021 07:36:55 GMT
469
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.47..@fluentui/react-divider_v9.0.0-alpha.48)
470
546
 
471
547
  ### Changes
@@ -474,7 +550,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
474
550
 
475
551
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
476
552
 
477
- Tue, 20 Jul 2021 22:23:17 GMT
553
+ Tue, 20 Jul 2021 22:23:17 GMT
478
554
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.46..@fluentui/react-divider_v9.0.0-alpha.47)
479
555
 
480
556
  ### Changes
@@ -483,7 +559,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
483
559
 
484
560
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
485
561
 
486
- Fri, 16 Jul 2021 22:53:17 GMT
562
+ Fri, 16 Jul 2021 22:53:17 GMT
487
563
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.45..@fluentui/react-divider_v9.0.0-alpha.46)
488
564
 
489
565
  ### Changes
@@ -492,7 +568,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
492
568
 
493
569
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
494
570
 
495
- Thu, 15 Jul 2021 07:36:18 GMT
571
+ Thu, 15 Jul 2021 07:36:18 GMT
496
572
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.44..@fluentui/react-divider_v9.0.0-alpha.45)
497
573
 
498
574
  ### Changes
@@ -501,7 +577,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
501
577
 
502
578
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
503
579
 
504
- Tue, 13 Jul 2021 22:32:58 GMT
580
+ Tue, 13 Jul 2021 22:32:58 GMT
505
581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.43..@fluentui/react-divider_v9.0.0-alpha.44)
506
582
 
507
583
  ### Patches
@@ -510,7 +586,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
510
586
 
511
587
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
512
588
 
513
- Tue, 13 Jul 2021 07:35:36 GMT
589
+ Tue, 13 Jul 2021 07:35:36 GMT
514
590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.42..@fluentui/react-divider_v9.0.0-alpha.43)
515
591
 
516
592
  ### Changes
@@ -519,7 +595,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
519
595
 
520
596
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
521
597
 
522
- Fri, 09 Jul 2021 07:39:31 GMT
598
+ Fri, 09 Jul 2021 07:39:31 GMT
523
599
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.41..@fluentui/react-divider_v9.0.0-alpha.42)
524
600
 
525
601
  ### Patches
@@ -534,7 +610,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
534
610
 
535
611
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
536
612
 
537
- Fri, 02 Jul 2021 23:15:55 GMT
613
+ Fri, 02 Jul 2021 23:15:55 GMT
538
614
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.40..@fluentui/react-divider_v9.0.0-alpha.41)
539
615
 
540
616
  ### Changes
@@ -543,7 +619,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
543
619
 
544
620
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
545
621
 
546
- Fri, 02 Jul 2021 07:37:06 GMT
622
+ Fri, 02 Jul 2021 07:37:06 GMT
547
623
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.39..@fluentui/react-divider_v9.0.0-alpha.40)
548
624
 
549
625
  ### Changes
@@ -552,7 +628,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
552
628
 
553
629
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
554
630
 
555
- Thu, 01 Jul 2021 07:35:05 GMT
631
+ Thu, 01 Jul 2021 07:35:05 GMT
556
632
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.38..@fluentui/react-divider_v9.0.0-alpha.39)
557
633
 
558
634
  ### Changes
@@ -561,7 +637,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
561
637
 
562
638
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
563
639
 
564
- Wed, 30 Jun 2021 07:38:35 GMT
640
+ Wed, 30 Jun 2021 07:38:35 GMT
565
641
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.37..@fluentui/react-divider_v9.0.0-alpha.38)
566
642
 
567
643
  ### Changes
@@ -570,7 +646,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
570
646
 
571
647
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
572
648
 
573
- Tue, 29 Jun 2021 07:33:32 GMT
649
+ Tue, 29 Jun 2021 07:33:32 GMT
574
650
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.36..@fluentui/react-divider_v9.0.0-alpha.37)
575
651
 
576
652
  ### Changes
@@ -579,7 +655,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
579
655
 
580
656
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
581
657
 
582
- Tue, 22 Jun 2021 07:35:11 GMT
658
+ Tue, 22 Jun 2021 07:35:11 GMT
583
659
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.35..@fluentui/react-divider_v9.0.0-alpha.36)
584
660
 
585
661
  ### Changes
@@ -588,7 +664,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
588
664
 
589
665
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
590
666
 
591
- Mon, 21 Jun 2021 07:34:33 GMT
667
+ Mon, 21 Jun 2021 07:34:33 GMT
592
668
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.34..@fluentui/react-divider_v9.0.0-alpha.35)
593
669
 
594
670
  ### Changes
@@ -597,7 +673,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
597
673
 
598
674
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
599
675
 
600
- Tue, 15 Jun 2021 07:40:20 GMT
676
+ Tue, 15 Jun 2021 07:40:20 GMT
601
677
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.33..@fluentui/react-divider_v9.0.0-alpha.34)
602
678
 
603
679
  ### Changes
@@ -606,7 +682,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
606
682
 
607
683
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
608
684
 
609
- Mon, 07 Jun 2021 07:38:15 GMT
685
+ Mon, 07 Jun 2021 07:38:15 GMT
610
686
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.32..@fluentui/react-divider_v9.0.0-alpha.33)
611
687
 
612
688
  ### Patches
@@ -621,7 +697,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
621
697
 
622
698
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
623
699
 
624
- Fri, 04 Jun 2021 07:37:23 GMT
700
+ Fri, 04 Jun 2021 07:37:23 GMT
625
701
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.31..@fluentui/react-divider_v9.0.0-alpha.32)
626
702
 
627
703
  ### Changes
@@ -630,7 +706,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
630
706
 
631
707
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
632
708
 
633
- Thu, 03 Jun 2021 07:36:03 GMT
709
+ Thu, 03 Jun 2021 07:36:03 GMT
634
710
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31)
635
711
 
636
712
  ### Changes
@@ -639,7 +715,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
639
715
 
640
716
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
641
717
 
642
- Wed, 02 Jun 2021 07:37:15 GMT
718
+ Wed, 02 Jun 2021 07:37:15 GMT
643
719
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30)
644
720
 
645
721
  ### Changes
@@ -648,7 +724,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
648
724
 
649
725
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
650
726
 
651
- Wed, 26 May 2021 07:35:43 GMT
727
+ Wed, 26 May 2021 07:35:43 GMT
652
728
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.28..@fluentui/react-divider_v9.0.0-alpha.29)
653
729
 
654
730
  ### Changes
@@ -657,7 +733,7 @@ Wed, 26 May 2021 07:35:43 GMT
657
733
 
658
734
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
659
735
 
660
- Fri, 21 May 2021 07:34:54 GMT
736
+ Fri, 21 May 2021 07:34:54 GMT
661
737
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.27..@fluentui/react-divider_v9.0.0-alpha.28)
662
738
 
663
739
  ### Changes
@@ -666,7 +742,7 @@ Fri, 21 May 2021 07:34:54 GMT
666
742
 
667
743
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
668
744
 
669
- Thu, 20 May 2021 07:41:54 GMT
745
+ Thu, 20 May 2021 07:41:54 GMT
670
746
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
671
747
 
672
748
  ### Patches
@@ -681,7 +757,7 @@ Thu, 20 May 2021 07:41:54 GMT
681
757
 
682
758
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
683
759
 
684
- Wed, 19 May 2021 07:34:20 GMT
760
+ Wed, 19 May 2021 07:34:20 GMT
685
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)
686
762
 
687
763
  ### Patches
@@ -694,7 +770,7 @@ Wed, 19 May 2021 07:34:20 GMT
694
770
 
695
771
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
696
772
 
697
- Tue, 18 May 2021 07:34:38 GMT
773
+ Tue, 18 May 2021 07:34:38 GMT
698
774
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.24..@fluentui/react-divider_v9.0.0-alpha.25)
699
775
 
700
776
  ### Changes
@@ -703,7 +779,7 @@ Tue, 18 May 2021 07:34:38 GMT
703
779
 
704
780
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
705
781
 
706
- Thu, 13 May 2021 07:36:55 GMT
782
+ Thu, 13 May 2021 07:36:55 GMT
707
783
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.23..@fluentui/react-divider_v9.0.0-alpha.24)
708
784
 
709
785
  ### Changes
@@ -712,7 +788,7 @@ Thu, 13 May 2021 07:36:55 GMT
712
788
 
713
789
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
714
790
 
715
- Wed, 12 May 2021 07:36:20 GMT
791
+ Wed, 12 May 2021 07:36:20 GMT
716
792
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.22..@fluentui/react-divider_v9.0.0-alpha.23)
717
793
 
718
794
  ### Changes
@@ -721,7 +797,7 @@ Wed, 12 May 2021 07:36:20 GMT
721
797
 
722
798
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
723
799
 
724
- Mon, 10 May 2021 07:36:07 GMT
800
+ Mon, 10 May 2021 07:36:07 GMT
725
801
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.21..@fluentui/react-divider_v9.0.0-alpha.22)
726
802
 
727
803
  ### Changes
@@ -730,7 +806,7 @@ Mon, 10 May 2021 07:36:07 GMT
730
806
 
731
807
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
732
808
 
733
- Wed, 05 May 2021 07:36:50 GMT
809
+ Wed, 05 May 2021 07:36:50 GMT
734
810
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.20..@fluentui/react-divider_v9.0.0-alpha.21)
735
811
 
736
812
  ### Changes
@@ -739,7 +815,7 @@ Wed, 05 May 2021 07:36:50 GMT
739
815
 
740
816
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
741
817
 
742
- Mon, 03 May 2021 07:45:19 GMT
818
+ Mon, 03 May 2021 07:45:19 GMT
743
819
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.19..@fluentui/react-divider_v9.0.0-alpha.20)
744
820
 
745
821
  ### Changes
@@ -748,7 +824,7 @@ Mon, 03 May 2021 07:45:19 GMT
748
824
 
749
825
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
750
826
 
751
- Fri, 30 Apr 2021 07:42:23 GMT
827
+ Fri, 30 Apr 2021 07:42:23 GMT
752
828
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.18..@fluentui/react-divider_v9.0.0-alpha.19)
753
829
 
754
830
  ### Patches
@@ -764,7 +840,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
764
840
 
765
841
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
766
842
 
767
- Tue, 27 Apr 2021 07:34:03 GMT
843
+ Tue, 27 Apr 2021 07:34:03 GMT
768
844
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.17..@fluentui/react-divider_v9.0.0-alpha.18)
769
845
 
770
846
  ### Changes
@@ -773,7 +849,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
773
849
 
774
850
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
775
851
 
776
- Mon, 26 Apr 2021 07:34:31 GMT
852
+ Mon, 26 Apr 2021 07:34:31 GMT
777
853
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.16..@fluentui/react-divider_v9.0.0-alpha.17)
778
854
 
779
855
  ### Changes
@@ -782,7 +858,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
782
858
 
783
859
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
784
860
 
785
- Fri, 23 Apr 2021 07:37:10 GMT
861
+ Fri, 23 Apr 2021 07:37:10 GMT
786
862
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.15..@fluentui/react-divider_v9.0.0-alpha.16)
787
863
 
788
864
  ### Patches
@@ -797,7 +873,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
797
873
 
798
874
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
799
875
 
800
- Thu, 22 Apr 2021 07:33:28 GMT
876
+ Thu, 22 Apr 2021 07:33:28 GMT
801
877
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
802
878
 
803
879
  ### Changes
@@ -806,7 +882,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
806
882
 
807
883
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
808
884
 
809
- Wed, 21 Apr 2021 07:31:50 GMT
885
+ Wed, 21 Apr 2021 07:31:50 GMT
810
886
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)
811
887
 
812
888
  ### Changes
@@ -815,7 +891,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
815
891
 
816
892
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
817
893
 
818
- Tue, 20 Apr 2021 07:31:35 GMT
894
+ Tue, 20 Apr 2021 07:31:35 GMT
819
895
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.12..@fluentui/react-divider_v9.0.0-alpha.13)
820
896
 
821
897
  ### Changes
@@ -824,7 +900,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
824
900
 
825
901
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
826
902
 
827
- Fri, 16 Apr 2021 18:08:21 GMT
903
+ Fri, 16 Apr 2021 18:08:21 GMT
828
904
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.11..@fluentui/react-divider_v9.0.0-alpha.12)
829
905
 
830
906
  ### Changes
@@ -833,7 +909,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
833
909
 
834
910
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
835
911
 
836
- Wed, 14 Apr 2021 07:34:12 GMT
912
+ Wed, 14 Apr 2021 07:34:12 GMT
837
913
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.10..@fluentui/react-divider_v9.0.0-alpha.11)
838
914
 
839
915
  ### Changes
@@ -842,7 +918,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
842
918
 
843
919
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
844
920
 
845
- Fri, 09 Apr 2021 07:31:06 GMT
921
+ Fri, 09 Apr 2021 07:31:06 GMT
846
922
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.9..@fluentui/react-divider_v9.0.0-alpha.10)
847
923
 
848
924
  ### Changes
@@ -851,7 +927,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
851
927
 
852
928
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
853
929
 
854
- Thu, 08 Apr 2021 07:33:06 GMT
930
+ Thu, 08 Apr 2021 07:33:06 GMT
855
931
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.8..@fluentui/react-divider_v9.0.0-alpha.9)
856
932
 
857
933
  ### Changes
@@ -860,7 +936,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
860
936
 
861
937
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.8)
862
938
 
863
- Thu, 01 Apr 2021 20:13:37 GMT
939
+ Thu, 01 Apr 2021 20:13:37 GMT
864
940
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.7..@fluentui/react-divider_v9.0.0-alpha.8)
865
941
 
866
942
  ### Changes
@@ -869,7 +945,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
869
945
 
870
946
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.7)
871
947
 
872
- Wed, 31 Mar 2021 00:53:43 GMT
948
+ Wed, 31 Mar 2021 00:53:43 GMT
873
949
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.6..@fluentui/react-divider_v9.0.0-alpha.7)
874
950
 
875
951
  ### Patches
@@ -884,7 +960,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
884
960
 
885
961
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.6)
886
962
 
887
- Tue, 30 Mar 2021 07:34:45 GMT
963
+ Tue, 30 Mar 2021 07:34:45 GMT
888
964
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.5..@fluentui/react-divider_v9.0.0-alpha.6)
889
965
 
890
966
  ### Changes
@@ -893,7 +969,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
893
969
 
894
970
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.5)
895
971
 
896
- Fri, 26 Mar 2021 07:32:34 GMT
972
+ Fri, 26 Mar 2021 07:32:34 GMT
897
973
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.4..@fluentui/react-divider_v9.0.0-alpha.5)
898
974
 
899
975
  ### Changes
@@ -902,7 +978,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
902
978
 
903
979
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.4)
904
980
 
905
- Thu, 25 Mar 2021 07:33:24 GMT
981
+ Thu, 25 Mar 2021 07:33:24 GMT
906
982
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.3..@fluentui/react-divider_v9.0.0-alpha.4)
907
983
 
908
984
  ### Changes
@@ -911,7 +987,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
911
987
 
912
988
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.3)
913
989
 
914
- Wed, 24 Mar 2021 07:32:21 GMT
990
+ Wed, 24 Mar 2021 07:32:21 GMT
915
991
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.2..@fluentui/react-divider_v9.0.0-alpha.3)
916
992
 
917
993
  ### Changes
@@ -920,7 +996,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
920
996
 
921
997
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.2)
922
998
 
923
- Tue, 23 Mar 2021 07:31:43 GMT
999
+ Tue, 23 Mar 2021 07:31:43 GMT
924
1000
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.1..@fluentui/react-divider_v9.0.0-alpha.2)
925
1001
 
926
1002
  ### Changes