@fluentui/react-divider 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +535 -20
- package/CHANGELOG.md +236 -89
- package/Spec.md +22 -132
- package/dist/index.d.ts +70 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Divider.js.map +1 -1
- package/lib/components/Divider/Divider.js +8 -8
- 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 +9 -8
- package/lib/components/Divider/renderDivider.js.map +1 -1
- package/lib/components/Divider/useDivider.js +21 -20
- package/lib/components/Divider/useDivider.js.map +1 -1
- package/lib/components/Divider/useDividerStyles.js +152 -108
- 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 +1 -1
- package/lib-commonjs/Divider.js.map +1 -1
- package/lib-commonjs/components/Divider/Divider.js +9 -9
- 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 +1 -1
- package/lib-commonjs/components/Divider/index.js.map +1 -1
- package/lib-commonjs/components/Divider/renderDivider.js +13 -13
- package/lib-commonjs/components/Divider/renderDivider.js.map +1 -1
- package/lib-commonjs/components/Divider/useDivider.js +24 -24
- package/lib-commonjs/components/Divider/useDivider.js.map +1 -1
- package/lib-commonjs/components/Divider/useDividerStyles.js +156 -110
- 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 +18 -22
- package/dist/react-divider.d.ts +0 -65
- package/lib/Divider.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Divider/Divider.d.ts +0 -6
- package/lib/components/Divider/Divider.types.d.ts +0 -35
- 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/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Divider/Divider.d.ts +0 -6
- package/lib-commonjs/components/Divider/Divider.types.d.ts +0 -35
- 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,27 +1,174 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 18:54:49 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.10)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-
|
9
|
+
Mon, 23 May 2022 18:54:49 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.9..@fluentui/react-divider_v9.0.0-rc.10)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
- Bump @fluentui/react-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
15
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
16
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.9)
|
19
|
+
|
20
|
+
Mon, 23 May 2022 12:14:15 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.8..@fluentui/react-divider_v9.0.0-rc.9)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
26
|
+
- react-divider: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
27
|
+
- Removing DividerCommons type. ([PR #22951](https://github.com/microsoft/fluentui/pull/22951) by Humberto.Morimoto@microsoft.com)
|
28
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
29
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
30
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
31
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
32
|
+
|
33
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.8)
|
34
|
+
|
35
|
+
Thu, 05 May 2022 18:26:30 GMT
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.7..@fluentui/react-divider_v9.0.0-rc.8)
|
37
|
+
|
38
|
+
### Changes
|
39
|
+
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.7)
|
45
|
+
|
46
|
+
Wed, 04 May 2022 13:26:54 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.6..@fluentui/react-divider_v9.0.0-rc.7)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
53
|
+
|
54
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.6)
|
55
|
+
|
56
|
+
Tue, 19 Apr 2022 19:17:23 GMT
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.5..@fluentui/react-divider_v9.0.0-rc.6)
|
58
|
+
|
59
|
+
### Changes
|
60
|
+
|
61
|
+
- Removing star exports. ([PR #22136](https://github.com/microsoft/fluentui/pull/22136) by Humberto.Morimoto@microsoft.com)
|
62
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
63
|
+
- Add static classnames to Divider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
64
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
65
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
66
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
67
|
+
|
68
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.5)
|
69
|
+
|
70
|
+
Fri, 04 Mar 2022 05:17:36 GMT
|
71
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.4..@fluentui/react-divider_v9.0.0-rc.5)
|
72
|
+
|
73
|
+
### Changes
|
74
|
+
|
75
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
76
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
77
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
78
|
+
|
79
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
|
80
|
+
|
81
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
82
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.3..@fluentui/react-divider_v9.0.0-rc.4)
|
83
|
+
|
84
|
+
### Changes
|
85
|
+
|
86
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
87
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
88
|
+
|
89
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
|
90
|
+
|
91
|
+
Fri, 18 Feb 2022 13:35:31 GMT
|
92
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.1..@fluentui/react-divider_v9.0.0-rc.3)
|
93
|
+
|
94
|
+
### Changes
|
95
|
+
|
96
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
97
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
98
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
99
|
+
|
100
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
|
101
|
+
|
102
|
+
Thu, 10 Feb 2022 08:51:10 GMT
|
103
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v9.0.0-rc.1)
|
104
|
+
|
105
|
+
### Changes
|
106
|
+
|
107
|
+
- set minimum line length based on a11y review ([PR #21362](https://github.com/microsoft/fluentui/pull/21362) by gcox@microsoft.com)
|
108
|
+
- update styles to not use CSS shorthands ([PR #20817](https://github.com/microsoft/fluentui/pull/20817) by olfedias@microsoft.com)
|
109
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
110
|
+
- react-divider: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21043](https://github.com/microsoft/fluentui/pull/21043) by Humberto.Morimoto@microsoft.com)
|
111
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
112
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
113
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
114
|
+
- Added aria-orientation to divider ([PR #21292](https://github.com/microsoft/fluentui/pull/21292) by gcox@microsoft.com)
|
115
|
+
- Added missing descriptions to divider stories ([PR #21067](https://github.com/microsoft/fluentui/pull/21067) by gcox@microsoft.com)
|
116
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
117
|
+
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
118
|
+
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
119
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21433](https://github.com/microsoft/fluentui/pull/21433) by olfedias@microsoft.com)
|
120
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
121
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
122
|
+
|
123
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
|
124
|
+
|
125
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
126
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.3..@fluentui/react-divider_v9.0.0-beta.4)
|
127
|
+
|
128
|
+
### Changes
|
129
|
+
|
130
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
131
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
132
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
133
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
134
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
135
|
+
|
136
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
|
137
|
+
|
138
|
+
Fri, 12 Nov 2021 13:25:23 GMT
|
139
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.2..@fluentui/react-divider_v9.0.0-beta.3)
|
140
|
+
|
141
|
+
### Changes
|
142
|
+
|
143
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
144
|
+
- Refactored divider stories for codesandbox ([PR #20393](https://github.com/microsoft/fluentui/pull/20393) by gcox@microsoft.com)
|
145
|
+
- export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
|
146
|
+
- Divider: Updating the component to the latest patterns. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
|
147
|
+
- Divider: Updating Spec to reflect changes that have happened since it was first created. ([PR #20441](https://github.com/microsoft/fluentui/pull/20441) by Humberto.Morimoto@microsoft.com)
|
148
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
149
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
150
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
151
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
152
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
153
|
+
|
154
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
|
155
|
+
|
156
|
+
Wed, 27 Oct 2021 12:14:17 GMT
|
157
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-beta.2)
|
158
|
+
|
159
|
+
### Changes
|
160
|
+
|
161
|
+
- Removed duplicate 'Divider' from story names ([PR #20267](https://github.com/microsoft/fluentui/pull/20267) by gcox@microsoft.com)
|
162
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
163
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
164
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
165
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
166
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
167
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
21
168
|
|
22
169
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
|
23
170
|
|
24
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
171
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
25
172
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.79..@fluentui/react-divider_v9.0.0-beta.1)
|
26
173
|
|
27
174
|
### Changes
|
@@ -35,7 +182,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
35
182
|
|
36
183
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
|
37
184
|
|
38
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
185
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
39
186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.78..@fluentui/react-divider_v9.0.0-alpha.79)
|
40
187
|
|
41
188
|
### Changes
|
@@ -47,7 +194,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
47
194
|
|
48
195
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
|
49
196
|
|
50
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
197
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
51
198
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.77..@fluentui/react-divider_v9.0.0-alpha.78)
|
52
199
|
|
53
200
|
### Changes
|
@@ -62,7 +209,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
62
209
|
|
63
210
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
|
64
211
|
|
65
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
212
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
66
213
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.75..@fluentui/react-divider_v9.0.0-alpha.77)
|
67
214
|
|
68
215
|
### Changes
|
@@ -76,7 +223,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
76
223
|
|
77
224
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
|
78
225
|
|
79
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
226
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
80
227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.74..@fluentui/react-divider_v9.0.0-alpha.75)
|
81
228
|
|
82
229
|
### Changes
|
@@ -88,7 +235,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
88
235
|
|
89
236
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
|
90
237
|
|
91
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
238
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
92
239
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.73..@fluentui/react-divider_v9.0.0-alpha.74)
|
93
240
|
|
94
241
|
### Changes
|
@@ -102,7 +249,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
102
249
|
|
103
250
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
|
104
251
|
|
105
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
252
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
106
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.72..@fluentui/react-divider_v9.0.0-alpha.73)
|
107
254
|
|
108
255
|
### Changes
|
@@ -115,7 +262,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
115
262
|
|
116
263
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
|
117
264
|
|
118
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
265
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
119
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.71..@fluentui/react-divider_v9.0.0-alpha.72)
|
120
267
|
|
121
268
|
### Changes
|
@@ -129,7 +276,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
129
276
|
|
130
277
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
|
131
278
|
|
132
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
279
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
133
280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.70..@fluentui/react-divider_v9.0.0-alpha.71)
|
134
281
|
|
135
282
|
### Changes
|
@@ -142,7 +289,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
142
289
|
|
143
290
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
|
144
291
|
|
145
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
292
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
146
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.69..@fluentui/react-divider_v9.0.0-alpha.70)
|
147
294
|
|
148
295
|
### Changes
|
@@ -155,7 +302,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
155
302
|
|
156
303
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
|
157
304
|
|
158
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
305
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
159
306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
|
160
307
|
|
161
308
|
### Changes
|
@@ -164,7 +311,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
164
311
|
|
165
312
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
|
166
313
|
|
167
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
314
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
168
315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
|
169
316
|
|
170
317
|
### Changes
|
@@ -173,7 +320,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
173
320
|
|
174
321
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
|
175
322
|
|
176
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
323
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
177
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.66..@fluentui/react-divider_v9.0.0-alpha.67)
|
178
325
|
|
179
326
|
### Changes
|
@@ -182,7 +329,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
182
329
|
|
183
330
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
|
184
331
|
|
185
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
332
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
186
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.65..@fluentui/react-divider_v9.0.0-alpha.66)
|
187
334
|
|
188
335
|
### Changes
|
@@ -191,7 +338,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
191
338
|
|
192
339
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
|
193
340
|
|
194
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
341
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
195
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.64..@fluentui/react-divider_v9.0.0-alpha.65)
|
196
343
|
|
197
344
|
### Changes
|
@@ -201,7 +348,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
201
348
|
|
202
349
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
|
203
350
|
|
204
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
351
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
205
352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.63..@fluentui/react-divider_v9.0.0-alpha.64)
|
206
353
|
|
207
354
|
### Changes
|
@@ -210,7 +357,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
210
357
|
|
211
358
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
|
212
359
|
|
213
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
360
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
214
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.62..@fluentui/react-divider_v9.0.0-alpha.63)
|
215
362
|
|
216
363
|
### Changes
|
@@ -219,7 +366,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
219
366
|
|
220
367
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
|
221
368
|
|
222
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
369
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
223
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.61..@fluentui/react-divider_v9.0.0-alpha.62)
|
224
371
|
|
225
372
|
### Patches
|
@@ -232,7 +379,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
232
379
|
|
233
380
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
|
234
381
|
|
235
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
382
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
236
383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.60..@fluentui/react-divider_v9.0.0-alpha.61)
|
237
384
|
|
238
385
|
### Changes
|
@@ -241,7 +388,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
241
388
|
|
242
389
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
|
243
390
|
|
244
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
391
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
245
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.59..@fluentui/react-divider_v9.0.0-alpha.60)
|
246
393
|
|
247
394
|
### Changes
|
@@ -250,7 +397,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
250
397
|
|
251
398
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
|
252
399
|
|
253
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
400
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
254
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.58..@fluentui/react-divider_v9.0.0-alpha.59)
|
255
402
|
|
256
403
|
### Changes
|
@@ -259,7 +406,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
259
406
|
|
260
407
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
|
261
408
|
|
262
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
409
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
263
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.57..@fluentui/react-divider_v9.0.0-alpha.58)
|
264
411
|
|
265
412
|
### Changes
|
@@ -268,7 +415,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
268
415
|
|
269
416
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
|
270
417
|
|
271
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
418
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
272
419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.56..@fluentui/react-divider_v9.0.0-alpha.57)
|
273
420
|
|
274
421
|
### Changes
|
@@ -277,7 +424,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
277
424
|
|
278
425
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
|
279
426
|
|
280
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
427
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
281
428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.55..@fluentui/react-divider_v9.0.0-alpha.56)
|
282
429
|
|
283
430
|
### Changes
|
@@ -286,7 +433,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
286
433
|
|
287
434
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
|
288
435
|
|
289
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
436
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
290
437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.54..@fluentui/react-divider_v9.0.0-alpha.55)
|
291
438
|
|
292
439
|
### Changes
|
@@ -295,7 +442,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
295
442
|
|
296
443
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
|
297
444
|
|
298
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
445
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
299
446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.53..@fluentui/react-divider_v9.0.0-alpha.54)
|
300
447
|
|
301
448
|
### Changes
|
@@ -304,7 +451,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
304
451
|
|
305
452
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
|
306
453
|
|
307
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
454
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
308
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.52..@fluentui/react-divider_v9.0.0-alpha.53)
|
309
456
|
|
310
457
|
### Changes
|
@@ -313,7 +460,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
313
460
|
|
314
461
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
|
315
462
|
|
316
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
463
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
317
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.51..@fluentui/react-divider_v9.0.0-alpha.52)
|
318
465
|
|
319
466
|
### Patches
|
@@ -328,7 +475,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
328
475
|
|
329
476
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
|
330
477
|
|
331
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
478
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
332
479
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.50..@fluentui/react-divider_v9.0.0-alpha.51)
|
333
480
|
|
334
481
|
### Changes
|
@@ -337,7 +484,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
337
484
|
|
338
485
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
|
339
486
|
|
340
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
487
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
341
488
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.49..@fluentui/react-divider_v9.0.0-alpha.50)
|
342
489
|
|
343
490
|
### Changes
|
@@ -346,7 +493,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
346
493
|
|
347
494
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
|
348
495
|
|
349
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
496
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
350
497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.48..@fluentui/react-divider_v9.0.0-alpha.49)
|
351
498
|
|
352
499
|
### Changes
|
@@ -355,7 +502,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
355
502
|
|
356
503
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
|
357
504
|
|
358
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
505
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
359
506
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.47..@fluentui/react-divider_v9.0.0-alpha.48)
|
360
507
|
|
361
508
|
### Changes
|
@@ -364,7 +511,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
364
511
|
|
365
512
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
|
366
513
|
|
367
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
514
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
368
515
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.46..@fluentui/react-divider_v9.0.0-alpha.47)
|
369
516
|
|
370
517
|
### Changes
|
@@ -373,7 +520,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
373
520
|
|
374
521
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
|
375
522
|
|
376
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
523
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
377
524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.45..@fluentui/react-divider_v9.0.0-alpha.46)
|
378
525
|
|
379
526
|
### Changes
|
@@ -382,7 +529,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
382
529
|
|
383
530
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
|
384
531
|
|
385
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
532
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
386
533
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.44..@fluentui/react-divider_v9.0.0-alpha.45)
|
387
534
|
|
388
535
|
### Changes
|
@@ -391,7 +538,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
391
538
|
|
392
539
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
|
393
540
|
|
394
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
541
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
395
542
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.43..@fluentui/react-divider_v9.0.0-alpha.44)
|
396
543
|
|
397
544
|
### Patches
|
@@ -400,7 +547,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
400
547
|
|
401
548
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
|
402
549
|
|
403
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
550
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
404
551
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.42..@fluentui/react-divider_v9.0.0-alpha.43)
|
405
552
|
|
406
553
|
### Changes
|
@@ -409,7 +556,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
409
556
|
|
410
557
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
|
411
558
|
|
412
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
559
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
413
560
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.41..@fluentui/react-divider_v9.0.0-alpha.42)
|
414
561
|
|
415
562
|
### Patches
|
@@ -424,7 +571,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
424
571
|
|
425
572
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
|
426
573
|
|
427
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
574
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
428
575
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.40..@fluentui/react-divider_v9.0.0-alpha.41)
|
429
576
|
|
430
577
|
### Changes
|
@@ -433,7 +580,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
433
580
|
|
434
581
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
|
435
582
|
|
436
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
583
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
437
584
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.39..@fluentui/react-divider_v9.0.0-alpha.40)
|
438
585
|
|
439
586
|
### Changes
|
@@ -442,7 +589,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
442
589
|
|
443
590
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
|
444
591
|
|
445
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
592
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
446
593
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.38..@fluentui/react-divider_v9.0.0-alpha.39)
|
447
594
|
|
448
595
|
### Changes
|
@@ -451,7 +598,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
451
598
|
|
452
599
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
|
453
600
|
|
454
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
601
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
455
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.37..@fluentui/react-divider_v9.0.0-alpha.38)
|
456
603
|
|
457
604
|
### Changes
|
@@ -460,7 +607,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
460
607
|
|
461
608
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
|
462
609
|
|
463
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
610
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
464
611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.36..@fluentui/react-divider_v9.0.0-alpha.37)
|
465
612
|
|
466
613
|
### Changes
|
@@ -469,7 +616,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
469
616
|
|
470
617
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
|
471
618
|
|
472
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
619
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
473
620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.35..@fluentui/react-divider_v9.0.0-alpha.36)
|
474
621
|
|
475
622
|
### Changes
|
@@ -478,7 +625,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
478
625
|
|
479
626
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
|
480
627
|
|
481
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
628
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
482
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.34..@fluentui/react-divider_v9.0.0-alpha.35)
|
483
630
|
|
484
631
|
### Changes
|
@@ -487,7 +634,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
487
634
|
|
488
635
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
|
489
636
|
|
490
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
637
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
491
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.33..@fluentui/react-divider_v9.0.0-alpha.34)
|
492
639
|
|
493
640
|
### Changes
|
@@ -496,7 +643,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
496
643
|
|
497
644
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
|
498
645
|
|
499
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
646
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
500
647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.32..@fluentui/react-divider_v9.0.0-alpha.33)
|
501
648
|
|
502
649
|
### Patches
|
@@ -511,7 +658,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
511
658
|
|
512
659
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
|
513
660
|
|
514
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
661
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
515
662
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.31..@fluentui/react-divider_v9.0.0-alpha.32)
|
516
663
|
|
517
664
|
### Changes
|
@@ -520,7 +667,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
520
667
|
|
521
668
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
|
522
669
|
|
523
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
670
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
524
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31)
|
525
672
|
|
526
673
|
### Changes
|
@@ -529,7 +676,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
529
676
|
|
530
677
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
|
531
678
|
|
532
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
679
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
533
680
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30)
|
534
681
|
|
535
682
|
### Changes
|
@@ -538,7 +685,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
538
685
|
|
539
686
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
|
540
687
|
|
541
|
-
Wed, 26 May 2021 07:35:43 GMT
|
688
|
+
Wed, 26 May 2021 07:35:43 GMT
|
542
689
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.28..@fluentui/react-divider_v9.0.0-alpha.29)
|
543
690
|
|
544
691
|
### Changes
|
@@ -547,7 +694,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
547
694
|
|
548
695
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
|
549
696
|
|
550
|
-
Fri, 21 May 2021 07:34:54 GMT
|
697
|
+
Fri, 21 May 2021 07:34:54 GMT
|
551
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.27..@fluentui/react-divider_v9.0.0-alpha.28)
|
552
699
|
|
553
700
|
### Changes
|
@@ -556,7 +703,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
556
703
|
|
557
704
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
|
558
705
|
|
559
|
-
Thu, 20 May 2021 07:41:54 GMT
|
706
|
+
Thu, 20 May 2021 07:41:54 GMT
|
560
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
|
561
708
|
|
562
709
|
### Patches
|
@@ -571,7 +718,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
571
718
|
|
572
719
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
|
573
720
|
|
574
|
-
Wed, 19 May 2021 07:34:20 GMT
|
721
|
+
Wed, 19 May 2021 07:34:20 GMT
|
575
722
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)
|
576
723
|
|
577
724
|
### Patches
|
@@ -584,7 +731,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
584
731
|
|
585
732
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
|
586
733
|
|
587
|
-
Tue, 18 May 2021 07:34:38 GMT
|
734
|
+
Tue, 18 May 2021 07:34:38 GMT
|
588
735
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.24..@fluentui/react-divider_v9.0.0-alpha.25)
|
589
736
|
|
590
737
|
### Changes
|
@@ -593,7 +740,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
593
740
|
|
594
741
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
|
595
742
|
|
596
|
-
Thu, 13 May 2021 07:36:55 GMT
|
743
|
+
Thu, 13 May 2021 07:36:55 GMT
|
597
744
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.23..@fluentui/react-divider_v9.0.0-alpha.24)
|
598
745
|
|
599
746
|
### Changes
|
@@ -602,7 +749,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
602
749
|
|
603
750
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
|
604
751
|
|
605
|
-
Wed, 12 May 2021 07:36:20 GMT
|
752
|
+
Wed, 12 May 2021 07:36:20 GMT
|
606
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.22..@fluentui/react-divider_v9.0.0-alpha.23)
|
607
754
|
|
608
755
|
### Changes
|
@@ -611,7 +758,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
611
758
|
|
612
759
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
|
613
760
|
|
614
|
-
Mon, 10 May 2021 07:36:07 GMT
|
761
|
+
Mon, 10 May 2021 07:36:07 GMT
|
615
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.21..@fluentui/react-divider_v9.0.0-alpha.22)
|
616
763
|
|
617
764
|
### Changes
|
@@ -620,7 +767,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
620
767
|
|
621
768
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
|
622
769
|
|
623
|
-
Wed, 05 May 2021 07:36:50 GMT
|
770
|
+
Wed, 05 May 2021 07:36:50 GMT
|
624
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.20..@fluentui/react-divider_v9.0.0-alpha.21)
|
625
772
|
|
626
773
|
### Changes
|
@@ -629,7 +776,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
629
776
|
|
630
777
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
|
631
778
|
|
632
|
-
Mon, 03 May 2021 07:45:19 GMT
|
779
|
+
Mon, 03 May 2021 07:45:19 GMT
|
633
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.19..@fluentui/react-divider_v9.0.0-alpha.20)
|
634
781
|
|
635
782
|
### Changes
|
@@ -638,7 +785,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
638
785
|
|
639
786
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
|
640
787
|
|
641
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
788
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
642
789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.18..@fluentui/react-divider_v9.0.0-alpha.19)
|
643
790
|
|
644
791
|
### Patches
|
@@ -654,7 +801,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
654
801
|
|
655
802
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
|
656
803
|
|
657
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
804
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
658
805
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.17..@fluentui/react-divider_v9.0.0-alpha.18)
|
659
806
|
|
660
807
|
### Changes
|
@@ -663,7 +810,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
663
810
|
|
664
811
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
|
665
812
|
|
666
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
813
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
667
814
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.16..@fluentui/react-divider_v9.0.0-alpha.17)
|
668
815
|
|
669
816
|
### Changes
|
@@ -672,7 +819,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
672
819
|
|
673
820
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
|
674
821
|
|
675
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
822
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
676
823
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.15..@fluentui/react-divider_v9.0.0-alpha.16)
|
677
824
|
|
678
825
|
### Patches
|
@@ -687,7 +834,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
687
834
|
|
688
835
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
|
689
836
|
|
690
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
837
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
691
838
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
|
692
839
|
|
693
840
|
### Changes
|
@@ -696,7 +843,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
696
843
|
|
697
844
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
|
698
845
|
|
699
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
846
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
700
847
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)
|
701
848
|
|
702
849
|
### Changes
|
@@ -705,7 +852,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
705
852
|
|
706
853
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
|
707
854
|
|
708
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
855
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
709
856
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.12..@fluentui/react-divider_v9.0.0-alpha.13)
|
710
857
|
|
711
858
|
### Changes
|
@@ -714,7 +861,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
714
861
|
|
715
862
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
|
716
863
|
|
717
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
864
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
718
865
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.11..@fluentui/react-divider_v9.0.0-alpha.12)
|
719
866
|
|
720
867
|
### Changes
|
@@ -723,7 +870,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
723
870
|
|
724
871
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
|
725
872
|
|
726
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
873
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
727
874
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.10..@fluentui/react-divider_v9.0.0-alpha.11)
|
728
875
|
|
729
876
|
### Changes
|
@@ -732,7 +879,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
732
879
|
|
733
880
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
|
734
881
|
|
735
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
882
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
736
883
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.9..@fluentui/react-divider_v9.0.0-alpha.10)
|
737
884
|
|
738
885
|
### Changes
|
@@ -741,7 +888,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
741
888
|
|
742
889
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
|
743
890
|
|
744
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
891
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
745
892
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.8..@fluentui/react-divider_v9.0.0-alpha.9)
|
746
893
|
|
747
894
|
### Changes
|
@@ -750,7 +897,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
750
897
|
|
751
898
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.8)
|
752
899
|
|
753
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
900
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
754
901
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.7..@fluentui/react-divider_v9.0.0-alpha.8)
|
755
902
|
|
756
903
|
### Changes
|
@@ -759,7 +906,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
759
906
|
|
760
907
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.7)
|
761
908
|
|
762
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
909
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
763
910
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.6..@fluentui/react-divider_v9.0.0-alpha.7)
|
764
911
|
|
765
912
|
### Patches
|
@@ -774,7 +921,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
774
921
|
|
775
922
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.6)
|
776
923
|
|
777
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
924
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
778
925
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.5..@fluentui/react-divider_v9.0.0-alpha.6)
|
779
926
|
|
780
927
|
### Changes
|
@@ -783,7 +930,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
783
930
|
|
784
931
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.5)
|
785
932
|
|
786
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
933
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
787
934
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.4..@fluentui/react-divider_v9.0.0-alpha.5)
|
788
935
|
|
789
936
|
### Changes
|
@@ -792,7 +939,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
792
939
|
|
793
940
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.4)
|
794
941
|
|
795
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
942
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
796
943
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.3..@fluentui/react-divider_v9.0.0-alpha.4)
|
797
944
|
|
798
945
|
### Changes
|
@@ -801,7 +948,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
801
948
|
|
802
949
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.3)
|
803
950
|
|
804
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
951
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
805
952
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.2..@fluentui/react-divider_v9.0.0-alpha.3)
|
806
953
|
|
807
954
|
### Changes
|
@@ -810,7 +957,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
810
957
|
|
811
958
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.2)
|
812
959
|
|
813
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
960
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
814
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.1..@fluentui/react-divider_v9.0.0-alpha.2)
|
815
962
|
|
816
963
|
### Changes
|