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