@fluentui/react-divider 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
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 +572 -16
- package/CHANGELOG.md +247 -88
- 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,26 +1,185 @@
|
|
1
1
|
# Change Log - @fluentui/react-divider
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 31 May 2022 21:26:33 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.11)
|
8
8
|
|
9
|
-
Tue,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-
|
9
|
+
Tue, 31 May 2022 21:26:33 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.10..@fluentui/react-divider_v9.0.0-rc.11)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-
|
16
|
-
- Bump @fluentui/react-
|
17
|
-
|
18
|
-
|
19
|
-
|
14
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
16
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.10)
|
19
|
+
|
20
|
+
Mon, 23 May 2022 18:56:44 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.9..@fluentui/react-divider_v9.0.0-rc.10)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
26
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
27
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
28
|
+
|
29
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.9)
|
30
|
+
|
31
|
+
Mon, 23 May 2022 12:14:15 GMT
|
32
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.8..@fluentui/react-divider_v9.0.0-rc.9)
|
33
|
+
|
34
|
+
### Changes
|
35
|
+
|
36
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
37
|
+
- react-divider: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
38
|
+
- Removing DividerCommons type. ([PR #22951](https://github.com/microsoft/fluentui/pull/22951) by Humberto.Morimoto@microsoft.com)
|
39
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.8)
|
45
|
+
|
46
|
+
Thu, 05 May 2022 18:26:30 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.7..@fluentui/react-divider_v9.0.0-rc.8)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
53
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
54
|
+
|
55
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.7)
|
56
|
+
|
57
|
+
Wed, 04 May 2022 13:26:54 GMT
|
58
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.6..@fluentui/react-divider_v9.0.0-rc.7)
|
59
|
+
|
60
|
+
### Changes
|
61
|
+
|
62
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
63
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
64
|
+
|
65
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.6)
|
66
|
+
|
67
|
+
Tue, 19 Apr 2022 19:17:23 GMT
|
68
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.5..@fluentui/react-divider_v9.0.0-rc.6)
|
69
|
+
|
70
|
+
### Changes
|
71
|
+
|
72
|
+
- Removing star exports. ([PR #22136](https://github.com/microsoft/fluentui/pull/22136) by Humberto.Morimoto@microsoft.com)
|
73
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
74
|
+
- Add static classnames to Divider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
75
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
76
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
77
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
78
|
+
|
79
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.5)
|
80
|
+
|
81
|
+
Fri, 04 Mar 2022 05:17:36 GMT
|
82
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.4..@fluentui/react-divider_v9.0.0-rc.5)
|
83
|
+
|
84
|
+
### Changes
|
85
|
+
|
86
|
+
- 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)
|
87
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
88
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
89
|
+
|
90
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
|
91
|
+
|
92
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
93
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.3..@fluentui/react-divider_v9.0.0-rc.4)
|
94
|
+
|
95
|
+
### Changes
|
96
|
+
|
97
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
98
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
99
|
+
|
100
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
|
101
|
+
|
102
|
+
Fri, 18 Feb 2022 13:35:31 GMT
|
103
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.1..@fluentui/react-divider_v9.0.0-rc.3)
|
104
|
+
|
105
|
+
### Changes
|
106
|
+
|
107
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
108
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
109
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
110
|
+
|
111
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
|
112
|
+
|
113
|
+
Thu, 10 Feb 2022 08:51:10 GMT
|
114
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v9.0.0-rc.1)
|
115
|
+
|
116
|
+
### Changes
|
117
|
+
|
118
|
+
- set minimum line length based on a11y review ([PR #21362](https://github.com/microsoft/fluentui/pull/21362) by gcox@microsoft.com)
|
119
|
+
- update styles to not use CSS shorthands ([PR #20817](https://github.com/microsoft/fluentui/pull/20817) by olfedias@microsoft.com)
|
120
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
121
|
+
- 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)
|
122
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
123
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
124
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
125
|
+
- Added aria-orientation to divider ([PR #21292](https://github.com/microsoft/fluentui/pull/21292) by gcox@microsoft.com)
|
126
|
+
- Added missing descriptions to divider stories ([PR #21067](https://github.com/microsoft/fluentui/pull/21067) by gcox@microsoft.com)
|
127
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
128
|
+
- 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)
|
129
|
+
- 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)
|
130
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21433](https://github.com/microsoft/fluentui/pull/21433) by olfedias@microsoft.com)
|
131
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
132
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
133
|
+
|
134
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
|
135
|
+
|
136
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
137
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.3..@fluentui/react-divider_v9.0.0-beta.4)
|
138
|
+
|
139
|
+
### Changes
|
140
|
+
|
141
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
142
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
143
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
144
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
145
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
146
|
+
|
147
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
|
148
|
+
|
149
|
+
Fri, 12 Nov 2021 13:25:23 GMT
|
150
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.2..@fluentui/react-divider_v9.0.0-beta.3)
|
151
|
+
|
152
|
+
### Changes
|
153
|
+
|
154
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
155
|
+
- Refactored divider stories for codesandbox ([PR #20393](https://github.com/microsoft/fluentui/pull/20393) by gcox@microsoft.com)
|
156
|
+
- export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
|
157
|
+
- Divider: Updating the component to the latest patterns. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
|
158
|
+
- 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)
|
159
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
160
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
161
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
162
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
163
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
164
|
+
|
165
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
|
166
|
+
|
167
|
+
Wed, 27 Oct 2021 12:14:17 GMT
|
168
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-beta.2)
|
169
|
+
|
170
|
+
### Changes
|
171
|
+
|
172
|
+
- Removed duplicate 'Divider' from story names ([PR #20267](https://github.com/microsoft/fluentui/pull/20267) by gcox@microsoft.com)
|
173
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
174
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
175
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
176
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
177
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
178
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
20
179
|
|
21
180
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
|
22
181
|
|
23
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
182
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
24
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.79..@fluentui/react-divider_v9.0.0-beta.1)
|
25
184
|
|
26
185
|
### Changes
|
@@ -34,7 +193,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
34
193
|
|
35
194
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
|
36
195
|
|
37
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
196
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
38
197
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.78..@fluentui/react-divider_v9.0.0-alpha.79)
|
39
198
|
|
40
199
|
### Changes
|
@@ -46,7 +205,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
46
205
|
|
47
206
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
|
48
207
|
|
49
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
208
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
50
209
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.77..@fluentui/react-divider_v9.0.0-alpha.78)
|
51
210
|
|
52
211
|
### Changes
|
@@ -61,7 +220,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
61
220
|
|
62
221
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
|
63
222
|
|
64
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
223
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
65
224
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.75..@fluentui/react-divider_v9.0.0-alpha.77)
|
66
225
|
|
67
226
|
### Changes
|
@@ -75,7 +234,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
75
234
|
|
76
235
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
|
77
236
|
|
78
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
237
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
79
238
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.74..@fluentui/react-divider_v9.0.0-alpha.75)
|
80
239
|
|
81
240
|
### Changes
|
@@ -87,7 +246,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
87
246
|
|
88
247
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
|
89
248
|
|
90
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
249
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
91
250
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.73..@fluentui/react-divider_v9.0.0-alpha.74)
|
92
251
|
|
93
252
|
### Changes
|
@@ -101,7 +260,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
101
260
|
|
102
261
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
|
103
262
|
|
104
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
263
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
105
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.72..@fluentui/react-divider_v9.0.0-alpha.73)
|
106
265
|
|
107
266
|
### Changes
|
@@ -114,7 +273,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
114
273
|
|
115
274
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
|
116
275
|
|
117
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
276
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
118
277
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.71..@fluentui/react-divider_v9.0.0-alpha.72)
|
119
278
|
|
120
279
|
### Changes
|
@@ -128,7 +287,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
128
287
|
|
129
288
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
|
130
289
|
|
131
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
290
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
132
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.70..@fluentui/react-divider_v9.0.0-alpha.71)
|
133
292
|
|
134
293
|
### Changes
|
@@ -141,7 +300,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
141
300
|
|
142
301
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
|
143
302
|
|
144
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
303
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
145
304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.69..@fluentui/react-divider_v9.0.0-alpha.70)
|
146
305
|
|
147
306
|
### Changes
|
@@ -154,7 +313,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
154
313
|
|
155
314
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
|
156
315
|
|
157
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
316
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
158
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
|
159
318
|
|
160
319
|
### Changes
|
@@ -163,7 +322,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
163
322
|
|
164
323
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
|
165
324
|
|
166
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
325
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
167
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
|
168
327
|
|
169
328
|
### Changes
|
@@ -172,7 +331,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
172
331
|
|
173
332
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
|
174
333
|
|
175
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
334
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
176
335
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.66..@fluentui/react-divider_v9.0.0-alpha.67)
|
177
336
|
|
178
337
|
### Changes
|
@@ -181,7 +340,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
181
340
|
|
182
341
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
|
183
342
|
|
184
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
343
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
185
344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.65..@fluentui/react-divider_v9.0.0-alpha.66)
|
186
345
|
|
187
346
|
### Changes
|
@@ -190,7 +349,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
190
349
|
|
191
350
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
|
192
351
|
|
193
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
352
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
194
353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.64..@fluentui/react-divider_v9.0.0-alpha.65)
|
195
354
|
|
196
355
|
### Changes
|
@@ -200,7 +359,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
200
359
|
|
201
360
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
|
202
361
|
|
203
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
362
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
204
363
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.63..@fluentui/react-divider_v9.0.0-alpha.64)
|
205
364
|
|
206
365
|
### Changes
|
@@ -209,7 +368,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
209
368
|
|
210
369
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
|
211
370
|
|
212
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
371
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
213
372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.62..@fluentui/react-divider_v9.0.0-alpha.63)
|
214
373
|
|
215
374
|
### Changes
|
@@ -218,7 +377,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
218
377
|
|
219
378
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
|
220
379
|
|
221
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
380
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
222
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.61..@fluentui/react-divider_v9.0.0-alpha.62)
|
223
382
|
|
224
383
|
### Patches
|
@@ -231,7 +390,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
231
390
|
|
232
391
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
|
233
392
|
|
234
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
393
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
235
394
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.60..@fluentui/react-divider_v9.0.0-alpha.61)
|
236
395
|
|
237
396
|
### Changes
|
@@ -240,7 +399,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
240
399
|
|
241
400
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
|
242
401
|
|
243
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
402
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
244
403
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.59..@fluentui/react-divider_v9.0.0-alpha.60)
|
245
404
|
|
246
405
|
### Changes
|
@@ -249,7 +408,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
249
408
|
|
250
409
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
|
251
410
|
|
252
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
411
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
253
412
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.58..@fluentui/react-divider_v9.0.0-alpha.59)
|
254
413
|
|
255
414
|
### Changes
|
@@ -258,7 +417,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
258
417
|
|
259
418
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
|
260
419
|
|
261
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
420
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
262
421
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.57..@fluentui/react-divider_v9.0.0-alpha.58)
|
263
422
|
|
264
423
|
### Changes
|
@@ -267,7 +426,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
267
426
|
|
268
427
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
|
269
428
|
|
270
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
429
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
271
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.56..@fluentui/react-divider_v9.0.0-alpha.57)
|
272
431
|
|
273
432
|
### Changes
|
@@ -276,7 +435,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
276
435
|
|
277
436
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
|
278
437
|
|
279
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
438
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
280
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.55..@fluentui/react-divider_v9.0.0-alpha.56)
|
281
440
|
|
282
441
|
### Changes
|
@@ -285,7 +444,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
285
444
|
|
286
445
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
|
287
446
|
|
288
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
447
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
289
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.54..@fluentui/react-divider_v9.0.0-alpha.55)
|
290
449
|
|
291
450
|
### Changes
|
@@ -294,7 +453,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
294
453
|
|
295
454
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
|
296
455
|
|
297
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
456
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
298
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.53..@fluentui/react-divider_v9.0.0-alpha.54)
|
299
458
|
|
300
459
|
### Changes
|
@@ -303,7 +462,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
303
462
|
|
304
463
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
|
305
464
|
|
306
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
465
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
307
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.52..@fluentui/react-divider_v9.0.0-alpha.53)
|
308
467
|
|
309
468
|
### Changes
|
@@ -312,7 +471,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
312
471
|
|
313
472
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
|
314
473
|
|
315
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
474
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
316
475
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.51..@fluentui/react-divider_v9.0.0-alpha.52)
|
317
476
|
|
318
477
|
### Patches
|
@@ -327,7 +486,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
327
486
|
|
328
487
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
|
329
488
|
|
330
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
489
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
331
490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.50..@fluentui/react-divider_v9.0.0-alpha.51)
|
332
491
|
|
333
492
|
### Changes
|
@@ -336,7 +495,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
336
495
|
|
337
496
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
|
338
497
|
|
339
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
498
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
340
499
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.49..@fluentui/react-divider_v9.0.0-alpha.50)
|
341
500
|
|
342
501
|
### Changes
|
@@ -345,7 +504,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
345
504
|
|
346
505
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
|
347
506
|
|
348
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
507
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
349
508
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.48..@fluentui/react-divider_v9.0.0-alpha.49)
|
350
509
|
|
351
510
|
### Changes
|
@@ -354,7 +513,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
354
513
|
|
355
514
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
|
356
515
|
|
357
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
516
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
358
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.47..@fluentui/react-divider_v9.0.0-alpha.48)
|
359
518
|
|
360
519
|
### Changes
|
@@ -363,7 +522,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
363
522
|
|
364
523
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
|
365
524
|
|
366
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
525
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
367
526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.46..@fluentui/react-divider_v9.0.0-alpha.47)
|
368
527
|
|
369
528
|
### Changes
|
@@ -372,7 +531,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
372
531
|
|
373
532
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
|
374
533
|
|
375
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
534
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
376
535
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.45..@fluentui/react-divider_v9.0.0-alpha.46)
|
377
536
|
|
378
537
|
### Changes
|
@@ -381,7 +540,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
381
540
|
|
382
541
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
|
383
542
|
|
384
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
543
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
385
544
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.44..@fluentui/react-divider_v9.0.0-alpha.45)
|
386
545
|
|
387
546
|
### Changes
|
@@ -390,7 +549,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
390
549
|
|
391
550
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
|
392
551
|
|
393
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
552
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
394
553
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.43..@fluentui/react-divider_v9.0.0-alpha.44)
|
395
554
|
|
396
555
|
### Patches
|
@@ -399,7 +558,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
399
558
|
|
400
559
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
|
401
560
|
|
402
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
561
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
403
562
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.42..@fluentui/react-divider_v9.0.0-alpha.43)
|
404
563
|
|
405
564
|
### Changes
|
@@ -408,7 +567,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
408
567
|
|
409
568
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
|
410
569
|
|
411
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
570
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
412
571
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.41..@fluentui/react-divider_v9.0.0-alpha.42)
|
413
572
|
|
414
573
|
### Patches
|
@@ -423,7 +582,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
423
582
|
|
424
583
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
|
425
584
|
|
426
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
585
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
427
586
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.40..@fluentui/react-divider_v9.0.0-alpha.41)
|
428
587
|
|
429
588
|
### Changes
|
@@ -432,7 +591,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
432
591
|
|
433
592
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
|
434
593
|
|
435
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
594
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
436
595
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.39..@fluentui/react-divider_v9.0.0-alpha.40)
|
437
596
|
|
438
597
|
### Changes
|
@@ -441,7 +600,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
441
600
|
|
442
601
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
|
443
602
|
|
444
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
603
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
445
604
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.38..@fluentui/react-divider_v9.0.0-alpha.39)
|
446
605
|
|
447
606
|
### Changes
|
@@ -450,7 +609,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
450
609
|
|
451
610
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
|
452
611
|
|
453
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
612
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
454
613
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.37..@fluentui/react-divider_v9.0.0-alpha.38)
|
455
614
|
|
456
615
|
### Changes
|
@@ -459,7 +618,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
459
618
|
|
460
619
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
|
461
620
|
|
462
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
621
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
463
622
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.36..@fluentui/react-divider_v9.0.0-alpha.37)
|
464
623
|
|
465
624
|
### Changes
|
@@ -468,7 +627,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
468
627
|
|
469
628
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
|
470
629
|
|
471
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
630
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
472
631
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.35..@fluentui/react-divider_v9.0.0-alpha.36)
|
473
632
|
|
474
633
|
### Changes
|
@@ -477,7 +636,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
477
636
|
|
478
637
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
|
479
638
|
|
480
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
639
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
481
640
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.34..@fluentui/react-divider_v9.0.0-alpha.35)
|
482
641
|
|
483
642
|
### Changes
|
@@ -486,7 +645,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
486
645
|
|
487
646
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
|
488
647
|
|
489
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
648
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
490
649
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.33..@fluentui/react-divider_v9.0.0-alpha.34)
|
491
650
|
|
492
651
|
### Changes
|
@@ -495,7 +654,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
495
654
|
|
496
655
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
|
497
656
|
|
498
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
657
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
499
658
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.32..@fluentui/react-divider_v9.0.0-alpha.33)
|
500
659
|
|
501
660
|
### Patches
|
@@ -510,7 +669,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
510
669
|
|
511
670
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
|
512
671
|
|
513
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
672
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
514
673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.31..@fluentui/react-divider_v9.0.0-alpha.32)
|
515
674
|
|
516
675
|
### Changes
|
@@ -519,7 +678,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
519
678
|
|
520
679
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
|
521
680
|
|
522
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
681
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
523
682
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31)
|
524
683
|
|
525
684
|
### Changes
|
@@ -528,7 +687,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
528
687
|
|
529
688
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
|
530
689
|
|
531
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
690
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
532
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30)
|
533
692
|
|
534
693
|
### Changes
|
@@ -537,7 +696,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
537
696
|
|
538
697
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
|
539
698
|
|
540
|
-
Wed, 26 May 2021 07:35:43 GMT
|
699
|
+
Wed, 26 May 2021 07:35:43 GMT
|
541
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.28..@fluentui/react-divider_v9.0.0-alpha.29)
|
542
701
|
|
543
702
|
### Changes
|
@@ -546,7 +705,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
546
705
|
|
547
706
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
|
548
707
|
|
549
|
-
Fri, 21 May 2021 07:34:54 GMT
|
708
|
+
Fri, 21 May 2021 07:34:54 GMT
|
550
709
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.27..@fluentui/react-divider_v9.0.0-alpha.28)
|
551
710
|
|
552
711
|
### Changes
|
@@ -555,7 +714,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
555
714
|
|
556
715
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
|
557
716
|
|
558
|
-
Thu, 20 May 2021 07:41:54 GMT
|
717
|
+
Thu, 20 May 2021 07:41:54 GMT
|
559
718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
|
560
719
|
|
561
720
|
### Patches
|
@@ -570,7 +729,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
570
729
|
|
571
730
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
|
572
731
|
|
573
|
-
Wed, 19 May 2021 07:34:20 GMT
|
732
|
+
Wed, 19 May 2021 07:34:20 GMT
|
574
733
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)
|
575
734
|
|
576
735
|
### Patches
|
@@ -583,7 +742,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
583
742
|
|
584
743
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
|
585
744
|
|
586
|
-
Tue, 18 May 2021 07:34:38 GMT
|
745
|
+
Tue, 18 May 2021 07:34:38 GMT
|
587
746
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.24..@fluentui/react-divider_v9.0.0-alpha.25)
|
588
747
|
|
589
748
|
### Changes
|
@@ -592,7 +751,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
592
751
|
|
593
752
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
|
594
753
|
|
595
|
-
Thu, 13 May 2021 07:36:55 GMT
|
754
|
+
Thu, 13 May 2021 07:36:55 GMT
|
596
755
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.23..@fluentui/react-divider_v9.0.0-alpha.24)
|
597
756
|
|
598
757
|
### Changes
|
@@ -601,7 +760,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
601
760
|
|
602
761
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
|
603
762
|
|
604
|
-
Wed, 12 May 2021 07:36:20 GMT
|
763
|
+
Wed, 12 May 2021 07:36:20 GMT
|
605
764
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.22..@fluentui/react-divider_v9.0.0-alpha.23)
|
606
765
|
|
607
766
|
### Changes
|
@@ -610,7 +769,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
610
769
|
|
611
770
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
|
612
771
|
|
613
|
-
Mon, 10 May 2021 07:36:07 GMT
|
772
|
+
Mon, 10 May 2021 07:36:07 GMT
|
614
773
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.21..@fluentui/react-divider_v9.0.0-alpha.22)
|
615
774
|
|
616
775
|
### Changes
|
@@ -619,7 +778,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
619
778
|
|
620
779
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
|
621
780
|
|
622
|
-
Wed, 05 May 2021 07:36:50 GMT
|
781
|
+
Wed, 05 May 2021 07:36:50 GMT
|
623
782
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.20..@fluentui/react-divider_v9.0.0-alpha.21)
|
624
783
|
|
625
784
|
### Changes
|
@@ -628,7 +787,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
628
787
|
|
629
788
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
|
630
789
|
|
631
|
-
Mon, 03 May 2021 07:45:19 GMT
|
790
|
+
Mon, 03 May 2021 07:45:19 GMT
|
632
791
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.19..@fluentui/react-divider_v9.0.0-alpha.20)
|
633
792
|
|
634
793
|
### Changes
|
@@ -637,7 +796,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
637
796
|
|
638
797
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
|
639
798
|
|
640
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
799
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
641
800
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.18..@fluentui/react-divider_v9.0.0-alpha.19)
|
642
801
|
|
643
802
|
### Patches
|
@@ -653,7 +812,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
653
812
|
|
654
813
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
|
655
814
|
|
656
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
815
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
657
816
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.17..@fluentui/react-divider_v9.0.0-alpha.18)
|
658
817
|
|
659
818
|
### Changes
|
@@ -662,7 +821,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
662
821
|
|
663
822
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
|
664
823
|
|
665
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
824
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
666
825
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.16..@fluentui/react-divider_v9.0.0-alpha.17)
|
667
826
|
|
668
827
|
### Changes
|
@@ -671,7 +830,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
671
830
|
|
672
831
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
|
673
832
|
|
674
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
833
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
675
834
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.15..@fluentui/react-divider_v9.0.0-alpha.16)
|
676
835
|
|
677
836
|
### Patches
|
@@ -686,7 +845,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
686
845
|
|
687
846
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
|
688
847
|
|
689
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
848
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
690
849
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
|
691
850
|
|
692
851
|
### Changes
|
@@ -695,7 +854,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
695
854
|
|
696
855
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
|
697
856
|
|
698
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
857
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
699
858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)
|
700
859
|
|
701
860
|
### Changes
|
@@ -704,7 +863,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
704
863
|
|
705
864
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
|
706
865
|
|
707
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
866
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
708
867
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.12..@fluentui/react-divider_v9.0.0-alpha.13)
|
709
868
|
|
710
869
|
### Changes
|
@@ -713,7 +872,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
713
872
|
|
714
873
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
|
715
874
|
|
716
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
875
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
717
876
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.11..@fluentui/react-divider_v9.0.0-alpha.12)
|
718
877
|
|
719
878
|
### Changes
|
@@ -722,7 +881,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
722
881
|
|
723
882
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
|
724
883
|
|
725
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
884
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
726
885
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.10..@fluentui/react-divider_v9.0.0-alpha.11)
|
727
886
|
|
728
887
|
### Changes
|
@@ -731,7 +890,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
731
890
|
|
732
891
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
|
733
892
|
|
734
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
893
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
735
894
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.9..@fluentui/react-divider_v9.0.0-alpha.10)
|
736
895
|
|
737
896
|
### Changes
|
@@ -740,7 +899,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
740
899
|
|
741
900
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
|
742
901
|
|
743
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
902
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
744
903
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.8..@fluentui/react-divider_v9.0.0-alpha.9)
|
745
904
|
|
746
905
|
### Changes
|
@@ -749,7 +908,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
749
908
|
|
750
909
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.8)
|
751
910
|
|
752
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
911
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
753
912
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.7..@fluentui/react-divider_v9.0.0-alpha.8)
|
754
913
|
|
755
914
|
### Changes
|
@@ -758,7 +917,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
758
917
|
|
759
918
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.7)
|
760
919
|
|
761
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
920
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
762
921
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.6..@fluentui/react-divider_v9.0.0-alpha.7)
|
763
922
|
|
764
923
|
### Patches
|
@@ -773,7 +932,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
773
932
|
|
774
933
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.6)
|
775
934
|
|
776
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
935
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
777
936
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.5..@fluentui/react-divider_v9.0.0-alpha.6)
|
778
937
|
|
779
938
|
### Changes
|
@@ -782,7 +941,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
782
941
|
|
783
942
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.5)
|
784
943
|
|
785
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
944
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
786
945
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.4..@fluentui/react-divider_v9.0.0-alpha.5)
|
787
946
|
|
788
947
|
### Changes
|
@@ -791,7 +950,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
791
950
|
|
792
951
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.4)
|
793
952
|
|
794
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
953
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
795
954
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.3..@fluentui/react-divider_v9.0.0-alpha.4)
|
796
955
|
|
797
956
|
### Changes
|
@@ -800,7 +959,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
800
959
|
|
801
960
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.3)
|
802
961
|
|
803
|
-
Wed, 24 Mar 2021 07:32:21 GMT
|
962
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
804
963
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.2..@fluentui/react-divider_v9.0.0-alpha.3)
|
805
964
|
|
806
965
|
### Changes
|
@@ -809,7 +968,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
|
|
809
968
|
|
810
969
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.2)
|
811
970
|
|
812
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
971
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
813
972
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.1..@fluentui/react-divider_v9.0.0-alpha.2)
|
814
973
|
|
815
974
|
### Changes
|