@fluentui/react-divider 0.0.0-nightlyfc5cfdc52420220215.1 → 0.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.
- package/CHANGELOG.json +366 -10
- package/CHANGELOG.md +210 -89
- package/MIGRATION.md +20 -48
- package/README.md +25 -9
- package/Spec.md +2 -2
- package/dist/{react-divider.d.ts → index.d.ts} +14 -10
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Divider.js.map +1 -1
- package/lib/components/Divider/Divider.js.map +1 -1
- package/lib/components/Divider/Divider.types.js.map +1 -1
- package/lib/components/Divider/index.js.map +1 -1
- package/lib/components/Divider/renderDivider.js.map +1 -1
- package/lib/components/Divider/useDivider.js +1 -1
- package/lib/components/Divider/useDivider.js.map +1 -1
- package/lib/components/Divider/useDividerStyles.js +96 -84
- package/lib/components/Divider/useDividerStyles.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Divider.js.map +1 -1
- package/lib-commonjs/components/Divider/Divider.js.map +1 -1
- package/lib-commonjs/components/Divider/Divider.types.js.map +1 -1
- package/lib-commonjs/components/Divider/index.js.map +1 -1
- package/lib-commonjs/components/Divider/renderDivider.js.map +1 -1
- package/lib-commonjs/components/Divider/useDivider.js +1 -1
- package/lib-commonjs/components/Divider/useDivider.js.map +1 -1
- package/lib-commonjs/components/Divider/useDividerStyles.js +97 -85
- package/lib-commonjs/components/Divider/useDividerStyles.js.map +1 -1
- package/lib-commonjs/index.js +32 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +17 -21
- package/lib/Divider.d.ts +0 -1
- package/lib/components/Divider/Divider.d.ts +0 -6
- package/lib/components/Divider/Divider.types.d.ts +0 -36
- package/lib/components/Divider/index.d.ts +0 -5
- package/lib/components/Divider/renderDivider.d.ts +0 -5
- package/lib/components/Divider/useDivider.d.ts +0 -8
- package/lib/components/Divider/useDividerStyles.d.ts +0 -3
- package/lib/index.d.ts +0 -1
- package/lib-commonjs/Divider.d.ts +0 -1
- package/lib-commonjs/components/Divider/Divider.d.ts +0 -6
- package/lib-commonjs/components/Divider/Divider.types.d.ts +0 -36
- package/lib-commonjs/components/Divider/index.d.ts +0 -5
- package/lib-commonjs/components/Divider/renderDivider.d.ts +0 -5
- package/lib-commonjs/components/Divider/useDivider.d.ts +0 -8
- package/lib-commonjs/components/Divider/useDividerStyles.d.ts +0 -3
- package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,144 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 04:30:52 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0
|
7
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v0.0.0)
|
8
8
|
|
9
|
-
Tue,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.
|
9
|
+
Tue, 28 Jun 2022 04:30:52 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.12..@fluentui/react-divider_v0.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 v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) 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
|
+
|
83
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.7)
|
84
|
+
|
85
|
+
Wed, 04 May 2022 13:26:54 GMT
|
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)
|
87
|
+
|
88
|
+
### Changes
|
89
|
+
|
90
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
91
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
92
|
+
|
93
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.6)
|
94
|
+
|
95
|
+
Tue, 19 Apr 2022 19:17:23 GMT
|
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)
|
97
|
+
|
98
|
+
### Changes
|
99
|
+
|
100
|
+
- Removing star exports. ([PR #22136](https://github.com/microsoft/fluentui/pull/22136) by Humberto.Morimoto@microsoft.com)
|
101
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
102
|
+
- Add static classnames to Divider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
103
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
104
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
105
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
106
|
+
|
107
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.5)
|
108
|
+
|
109
|
+
Fri, 04 Mar 2022 05:17:36 GMT
|
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)
|
111
|
+
|
112
|
+
### Changes
|
113
|
+
|
114
|
+
- 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)
|
115
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
116
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
117
|
+
|
118
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
|
119
|
+
|
120
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
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)
|
122
|
+
|
123
|
+
### Changes
|
124
|
+
|
125
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
126
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
127
|
+
|
128
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
|
129
|
+
|
130
|
+
Fri, 18 Feb 2022 13:35:31 GMT
|
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)
|
11
132
|
|
12
133
|
### Changes
|
13
134
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-utilities to
|
16
|
-
- Bump @fluentui/react-conformance-griffel to
|
135
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
136
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
137
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
17
138
|
|
18
139
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
|
19
140
|
|
20
|
-
Thu, 10 Feb 2022 08:51:10 GMT
|
141
|
+
Thu, 10 Feb 2022 08:51:10 GMT
|
21
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)
|
22
143
|
|
23
144
|
### Changes
|
@@ -40,7 +161,7 @@ Thu, 10 Feb 2022 08:51:10 GMT
|
|
40
161
|
|
41
162
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
|
42
163
|
|
43
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
164
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
44
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)
|
45
166
|
|
46
167
|
### Changes
|
@@ -53,7 +174,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
53
174
|
|
54
175
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
|
55
176
|
|
56
|
-
Fri, 12 Nov 2021 13:25:23 GMT
|
177
|
+
Fri, 12 Nov 2021 13:25:23 GMT
|
57
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)
|
58
179
|
|
59
180
|
### Changes
|
@@ -71,7 +192,7 @@ Fri, 12 Nov 2021 13:25:23 GMT
|
|
71
192
|
|
72
193
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
|
73
194
|
|
74
|
-
Wed, 27 Oct 2021 12:14:17 GMT
|
195
|
+
Wed, 27 Oct 2021 12:14:17 GMT
|
75
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)
|
76
197
|
|
77
198
|
### Changes
|
@@ -86,7 +207,7 @@ Wed, 27 Oct 2021 12:14:17 GMT
|
|
86
207
|
|
87
208
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
|
88
209
|
|
89
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
210
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
90
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)
|
91
212
|
|
92
213
|
### Changes
|
@@ -100,7 +221,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
100
221
|
|
101
222
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
|
102
223
|
|
103
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
224
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
104
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)
|
105
226
|
|
106
227
|
### Changes
|
@@ -112,7 +233,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
112
233
|
|
113
234
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
|
114
235
|
|
115
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
236
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
116
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)
|
117
238
|
|
118
239
|
### Changes
|
@@ -127,7 +248,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
127
248
|
|
128
249
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
|
129
250
|
|
130
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
251
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
131
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)
|
132
253
|
|
133
254
|
### Changes
|
@@ -141,7 +262,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
141
262
|
|
142
263
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
|
143
264
|
|
144
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
265
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
145
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)
|
146
267
|
|
147
268
|
### Changes
|
@@ -153,7 +274,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
153
274
|
|
154
275
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
|
155
276
|
|
156
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
277
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
157
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)
|
158
279
|
|
159
280
|
### Changes
|
@@ -167,7 +288,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
167
288
|
|
168
289
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
|
169
290
|
|
170
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
291
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
171
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)
|
172
293
|
|
173
294
|
### Changes
|
@@ -180,7 +301,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
180
301
|
|
181
302
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
|
182
303
|
|
183
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
304
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
184
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)
|
185
306
|
|
186
307
|
### Changes
|
@@ -194,7 +315,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
194
315
|
|
195
316
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
|
196
317
|
|
197
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
318
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
198
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)
|
199
320
|
|
200
321
|
### Changes
|
@@ -207,7 +328,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
207
328
|
|
208
329
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
|
209
330
|
|
210
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
331
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
211
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)
|
212
333
|
|
213
334
|
### Changes
|
@@ -220,7 +341,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
220
341
|
|
221
342
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
|
222
343
|
|
223
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
344
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
224
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)
|
225
346
|
|
226
347
|
### Changes
|
@@ -229,7 +350,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
229
350
|
|
230
351
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
|
231
352
|
|
232
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
353
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
233
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)
|
234
355
|
|
235
356
|
### Changes
|
@@ -238,7 +359,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
238
359
|
|
239
360
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
|
240
361
|
|
241
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
362
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
242
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)
|
243
364
|
|
244
365
|
### Changes
|
@@ -247,7 +368,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
247
368
|
|
248
369
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
|
249
370
|
|
250
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
371
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
251
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)
|
252
373
|
|
253
374
|
### Changes
|
@@ -256,7 +377,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
256
377
|
|
257
378
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
|
258
379
|
|
259
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
380
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
260
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)
|
261
382
|
|
262
383
|
### Changes
|
@@ -266,7 +387,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
266
387
|
|
267
388
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
|
268
389
|
|
269
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
390
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
270
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)
|
271
392
|
|
272
393
|
### Changes
|
@@ -275,7 +396,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
275
396
|
|
276
397
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
|
277
398
|
|
278
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
399
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
279
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)
|
280
401
|
|
281
402
|
### Changes
|
@@ -284,7 +405,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
284
405
|
|
285
406
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
|
286
407
|
|
287
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
408
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
288
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)
|
289
410
|
|
290
411
|
### Patches
|
@@ -297,7 +418,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
297
418
|
|
298
419
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
|
299
420
|
|
300
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
421
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
301
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)
|
302
423
|
|
303
424
|
### Changes
|
@@ -306,7 +427,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
306
427
|
|
307
428
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
|
308
429
|
|
309
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
430
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
310
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)
|
311
432
|
|
312
433
|
### Changes
|
@@ -315,7 +436,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
315
436
|
|
316
437
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
|
317
438
|
|
318
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
439
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
319
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)
|
320
441
|
|
321
442
|
### Changes
|
@@ -324,7 +445,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
324
445
|
|
325
446
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
|
326
447
|
|
327
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
448
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
328
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)
|
329
450
|
|
330
451
|
### Changes
|
@@ -333,7 +454,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
333
454
|
|
334
455
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
|
335
456
|
|
336
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
457
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
337
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)
|
338
459
|
|
339
460
|
### Changes
|
@@ -342,7 +463,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
342
463
|
|
343
464
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
|
344
465
|
|
345
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
466
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
346
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)
|
347
468
|
|
348
469
|
### Changes
|
@@ -351,7 +472,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
351
472
|
|
352
473
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
|
353
474
|
|
354
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
475
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
355
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)
|
356
477
|
|
357
478
|
### Changes
|
@@ -360,7 +481,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
360
481
|
|
361
482
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
|
362
483
|
|
363
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
484
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
364
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)
|
365
486
|
|
366
487
|
### Changes
|
@@ -369,7 +490,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
369
490
|
|
370
491
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
|
371
492
|
|
372
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
493
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
373
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)
|
374
495
|
|
375
496
|
### Changes
|
@@ -378,7 +499,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
378
499
|
|
379
500
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
|
380
501
|
|
381
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
502
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
382
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)
|
383
504
|
|
384
505
|
### Patches
|
@@ -393,7 +514,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
393
514
|
|
394
515
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
|
395
516
|
|
396
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
517
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
397
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)
|
398
519
|
|
399
520
|
### Changes
|
@@ -402,7 +523,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
402
523
|
|
403
524
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
|
404
525
|
|
405
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
526
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
406
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)
|
407
528
|
|
408
529
|
### Changes
|
@@ -411,7 +532,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
411
532
|
|
412
533
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
|
413
534
|
|
414
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
535
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
415
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)
|
416
537
|
|
417
538
|
### Changes
|
@@ -420,7 +541,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
420
541
|
|
421
542
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
|
422
543
|
|
423
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
544
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
424
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)
|
425
546
|
|
426
547
|
### Changes
|
@@ -429,7 +550,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
429
550
|
|
430
551
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
|
431
552
|
|
432
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
553
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
433
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)
|
434
555
|
|
435
556
|
### Changes
|
@@ -438,7 +559,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
438
559
|
|
439
560
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
|
440
561
|
|
441
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
562
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
442
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)
|
443
564
|
|
444
565
|
### Changes
|
@@ -447,7 +568,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
447
568
|
|
448
569
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
|
449
570
|
|
450
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
571
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
451
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)
|
452
573
|
|
453
574
|
### Changes
|
@@ -456,7 +577,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
456
577
|
|
457
578
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
|
458
579
|
|
459
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
580
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
460
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)
|
461
582
|
|
462
583
|
### Patches
|
@@ -465,7 +586,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
465
586
|
|
466
587
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
|
467
588
|
|
468
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
589
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
469
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)
|
470
591
|
|
471
592
|
### Changes
|
@@ -474,7 +595,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
474
595
|
|
475
596
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
|
476
597
|
|
477
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
598
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
478
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)
|
479
600
|
|
480
601
|
### Patches
|
@@ -489,7 +610,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
489
610
|
|
490
611
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
|
491
612
|
|
492
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
613
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
493
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)
|
494
615
|
|
495
616
|
### Changes
|
@@ -498,7 +619,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
498
619
|
|
499
620
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
|
500
621
|
|
501
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
622
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
502
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)
|
503
624
|
|
504
625
|
### Changes
|
@@ -507,7 +628,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
507
628
|
|
508
629
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
|
509
630
|
|
510
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
631
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
511
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)
|
512
633
|
|
513
634
|
### Changes
|
@@ -516,7 +637,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
516
637
|
|
517
638
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
|
518
639
|
|
519
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
640
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
520
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)
|
521
642
|
|
522
643
|
### Changes
|
@@ -525,7 +646,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
525
646
|
|
526
647
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
|
527
648
|
|
528
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
649
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
529
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)
|
530
651
|
|
531
652
|
### Changes
|
@@ -534,7 +655,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
534
655
|
|
535
656
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
|
536
657
|
|
537
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
658
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
538
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)
|
539
660
|
|
540
661
|
### Changes
|
@@ -543,7 +664,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
543
664
|
|
544
665
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
|
545
666
|
|
546
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
667
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
547
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)
|
548
669
|
|
549
670
|
### Changes
|
@@ -552,7 +673,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
552
673
|
|
553
674
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
|
554
675
|
|
555
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
676
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
556
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)
|
557
678
|
|
558
679
|
### Changes
|
@@ -561,7 +682,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
561
682
|
|
562
683
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
|
563
684
|
|
564
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
685
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
565
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)
|
566
687
|
|
567
688
|
### Patches
|
@@ -576,7 +697,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
576
697
|
|
577
698
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
|
578
699
|
|
579
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
700
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
580
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)
|
581
702
|
|
582
703
|
### Changes
|
@@ -585,7 +706,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
585
706
|
|
586
707
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
|
587
708
|
|
588
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
709
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
589
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)
|
590
711
|
|
591
712
|
### Changes
|
@@ -594,7 +715,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
594
715
|
|
595
716
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
|
596
717
|
|
597
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
718
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
598
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)
|
599
720
|
|
600
721
|
### Changes
|
@@ -603,7 +724,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
603
724
|
|
604
725
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
|
605
726
|
|
606
|
-
Wed, 26 May 2021 07:35:43 GMT
|
727
|
+
Wed, 26 May 2021 07:35:43 GMT
|
607
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)
|
608
729
|
|
609
730
|
### Changes
|
@@ -612,7 +733,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
612
733
|
|
613
734
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
|
614
735
|
|
615
|
-
Fri, 21 May 2021 07:34:54 GMT
|
736
|
+
Fri, 21 May 2021 07:34:54 GMT
|
616
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)
|
617
738
|
|
618
739
|
### Changes
|
@@ -621,7 +742,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
621
742
|
|
622
743
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
|
623
744
|
|
624
|
-
Thu, 20 May 2021 07:41:54 GMT
|
745
|
+
Thu, 20 May 2021 07:41:54 GMT
|
625
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)
|
626
747
|
|
627
748
|
### Patches
|
@@ -636,7 +757,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
636
757
|
|
637
758
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
|
638
759
|
|
639
|
-
Wed, 19 May 2021 07:34:20 GMT
|
760
|
+
Wed, 19 May 2021 07:34:20 GMT
|
640
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)
|
641
762
|
|
642
763
|
### Patches
|
@@ -649,7 +770,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
649
770
|
|
650
771
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
|
651
772
|
|
652
|
-
Tue, 18 May 2021 07:34:38 GMT
|
773
|
+
Tue, 18 May 2021 07:34:38 GMT
|
653
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)
|
654
775
|
|
655
776
|
### Changes
|
@@ -658,7 +779,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
658
779
|
|
659
780
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
|
660
781
|
|
661
|
-
Thu, 13 May 2021 07:36:55 GMT
|
782
|
+
Thu, 13 May 2021 07:36:55 GMT
|
662
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)
|
663
784
|
|
664
785
|
### Changes
|
@@ -667,7 +788,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
667
788
|
|
668
789
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
|
669
790
|
|
670
|
-
Wed, 12 May 2021 07:36:20 GMT
|
791
|
+
Wed, 12 May 2021 07:36:20 GMT
|
671
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)
|
672
793
|
|
673
794
|
### Changes
|
@@ -676,7 +797,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
676
797
|
|
677
798
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
|
678
799
|
|
679
|
-
Mon, 10 May 2021 07:36:07 GMT
|
800
|
+
Mon, 10 May 2021 07:36:07 GMT
|
680
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)
|
681
802
|
|
682
803
|
### Changes
|
@@ -685,7 +806,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
685
806
|
|
686
807
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
|
687
808
|
|
688
|
-
Wed, 05 May 2021 07:36:50 GMT
|
809
|
+
Wed, 05 May 2021 07:36:50 GMT
|
689
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)
|
690
811
|
|
691
812
|
### Changes
|
@@ -694,7 +815,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
694
815
|
|
695
816
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
|
696
817
|
|
697
|
-
Mon, 03 May 2021 07:45:19 GMT
|
818
|
+
Mon, 03 May 2021 07:45:19 GMT
|
698
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)
|
699
820
|
|
700
821
|
### Changes
|
@@ -703,7 +824,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
703
824
|
|
704
825
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
|
705
826
|
|
706
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
827
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
707
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)
|
708
829
|
|
709
830
|
### Patches
|
@@ -719,7 +840,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
719
840
|
|
720
841
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
|
721
842
|
|
722
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
843
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
723
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)
|
724
845
|
|
725
846
|
### Changes
|
@@ -728,7 +849,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
728
849
|
|
729
850
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
|
730
851
|
|
731
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
852
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
732
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)
|
733
854
|
|
734
855
|
### Changes
|
@@ -737,7 +858,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
737
858
|
|
738
859
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
|
739
860
|
|
740
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
861
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
741
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)
|
742
863
|
|
743
864
|
### Patches
|
@@ -752,7 +873,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
752
873
|
|
753
874
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
|
754
875
|
|
755
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
876
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
756
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)
|
757
878
|
|
758
879
|
### Changes
|
@@ -761,7 +882,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
761
882
|
|
762
883
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
|
763
884
|
|
764
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
885
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
765
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)
|
766
887
|
|
767
888
|
### Changes
|
@@ -770,7 +891,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
770
891
|
|
771
892
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
|
772
893
|
|
773
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
894
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
774
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)
|
775
896
|
|
776
897
|
### Changes
|
@@ -779,7 +900,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
779
900
|
|
780
901
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
|
781
902
|
|
782
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
903
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
783
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)
|
784
905
|
|
785
906
|
### Changes
|
@@ -788,7 +909,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
788
909
|
|
789
910
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
|
790
911
|
|
791
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
912
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
792
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)
|
793
914
|
|
794
915
|
### Changes
|
@@ -797,7 +918,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
797
918
|
|
798
919
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
|
799
920
|
|
800
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
921
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
801
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)
|
802
923
|
|
803
924
|
### Changes
|
@@ -806,7 +927,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
806
927
|
|
807
928
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
|
808
929
|
|
809
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
930
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
810
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)
|
811
932
|
|
812
933
|
### Changes
|
@@ -815,7 +936,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
815
936
|
|
816
937
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.8)
|
817
938
|
|
818
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
939
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
819
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)
|
820
941
|
|
821
942
|
### Changes
|
@@ -824,7 +945,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
824
945
|
|
825
946
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.7)
|
826
947
|
|
827
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
948
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
828
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)
|
829
950
|
|
830
951
|
### Patches
|
@@ -839,7 +960,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
839
960
|
|
840
961
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.6)
|
841
962
|
|
842
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
963
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
843
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)
|
844
965
|
|
845
966
|
### Changes
|
@@ -848,7 +969,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
848
969
|
|
849
970
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.5)
|
850
971
|
|
851
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
972
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
852
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)
|
853
974
|
|
854
975
|
### Changes
|
@@ -857,7 +978,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
857
978
|
|
858
979
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.4)
|
859
980
|
|
860
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
981
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
861
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)
|
862
983
|
|
863
984
|
### Changes
|
@@ -866,7 +987,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
866
987
|
|
867
988
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.3)
|
868
989
|
|
869
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
990
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
870
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)
|
871
992
|
|
872
993
|
### Changes
|
@@ -875,7 +996,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
875
996
|
|
876
997
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.2)
|
877
998
|
|
878
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
999
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
879
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)
|
880
1001
|
|
881
1002
|
### Changes
|