@fluentui/react-divider 9.0.0-alpha.9 → 9.0.0-nightly.46b9ea7036.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/CHANGELOG.json +1888 -1
  2. package/CHANGELOG.md +738 -2
  3. package/Spec.md +48 -53
  4. package/dist/react-divider.d.ts +28 -43
  5. package/lib/Divider.js.map +1 -1
  6. package/lib/common/isConformant.d.ts +3 -1
  7. package/lib/common/isConformant.js +7 -5
  8. package/lib/common/isConformant.js.map +1 -1
  9. package/lib/components/Divider/Divider.d.ts +3 -4
  10. package/lib/components/Divider/Divider.js +5 -5
  11. package/lib/components/Divider/Divider.js.map +1 -1
  12. package/lib/components/Divider/Divider.types.d.ts +25 -38
  13. package/lib/components/Divider/Divider.types.js +1 -0
  14. package/lib/components/Divider/Divider.types.js.map +1 -1
  15. package/lib/components/Divider/index.js +1 -0
  16. package/lib/components/Divider/index.js.map +1 -1
  17. package/lib/components/Divider/renderDivider.js +6 -4
  18. package/lib/components/Divider/renderDivider.js.map +1 -1
  19. package/lib/components/Divider/useDivider.d.ts +2 -7
  20. package/lib/components/Divider/useDivider.js +35 -17
  21. package/lib/components/Divider/useDivider.js.map +1 -1
  22. package/lib/components/Divider/useDividerStyles.d.ts +1 -1
  23. package/lib/components/Divider/useDividerStyles.js +143 -203
  24. package/lib/components/Divider/useDividerStyles.js.map +1 -1
  25. package/lib/index.js.map +1 -1
  26. package/lib/tsdoc-metadata.json +1 -1
  27. package/lib-commonjs/Divider.js +7 -2
  28. package/lib-commonjs/Divider.js.map +1 -1
  29. package/lib-commonjs/common/isConformant.d.ts +3 -1
  30. package/lib-commonjs/common/isConformant.js +17 -7
  31. package/lib-commonjs/common/isConformant.js.map +1 -1
  32. package/lib-commonjs/components/Divider/Divider.d.ts +3 -4
  33. package/lib-commonjs/components/Divider/Divider.js +19 -10
  34. package/lib-commonjs/components/Divider/Divider.js.map +1 -1
  35. package/lib-commonjs/components/Divider/Divider.types.d.ts +25 -38
  36. package/lib-commonjs/components/Divider/Divider.types.js +4 -1
  37. package/lib-commonjs/components/Divider/Divider.types.js.map +1 -1
  38. package/lib-commonjs/components/Divider/index.js +12 -2
  39. package/lib-commonjs/components/Divider/index.js.map +1 -1
  40. package/lib-commonjs/components/Divider/renderDivider.js +21 -9
  41. package/lib-commonjs/components/Divider/renderDivider.js.map +1 -1
  42. package/lib-commonjs/components/Divider/useDivider.d.ts +2 -7
  43. package/lib-commonjs/components/Divider/useDivider.js +45 -18
  44. package/lib-commonjs/components/Divider/useDivider.js.map +1 -1
  45. package/lib-commonjs/components/Divider/useDividerStyles.d.ts +1 -1
  46. package/lib-commonjs/components/Divider/useDividerStyles.js +151 -204
  47. package/lib-commonjs/components/Divider/useDividerStyles.js.map +1 -1
  48. package/lib-commonjs/index.js +7 -2
  49. package/lib-commonjs/index.js.map +1 -1
  50. package/package.json +16 -12
  51. package/NOTICE.txt +0 -0
  52. package/config/api-extractor.json +0 -3
  53. package/config/tests.js +0 -7
  54. package/etc/react-divider.api.md +0 -45
  55. package/just.config.ts +0 -3
  56. package/lib-amd/Divider.d.ts +0 -1
  57. package/lib-amd/Divider.js +0 -6
  58. package/lib-amd/Divider.js.map +0 -1
  59. package/lib-amd/common/isConformant.d.ts +0 -2
  60. package/lib-amd/common/isConformant.js +0 -13
  61. package/lib-amd/common/isConformant.js.map +0 -1
  62. package/lib-amd/components/Divider/Divider.d.ts +0 -7
  63. package/lib-amd/components/Divider/Divider.js +0 -15
  64. package/lib-amd/components/Divider/Divider.js.map +0 -1
  65. package/lib-amd/components/Divider/Divider.types.d.ts +0 -48
  66. package/lib-amd/components/Divider/Divider.types.js +0 -5
  67. package/lib-amd/components/Divider/Divider.types.js.map +0 -1
  68. package/lib-amd/components/Divider/index.d.ts +0 -5
  69. package/lib-amd/components/Divider/index.js +0 -9
  70. package/lib-amd/components/Divider/index.js.map +0 -1
  71. package/lib-amd/components/Divider/renderDivider.d.ts +0 -5
  72. package/lib-amd/components/Divider/renderDivider.js +0 -13
  73. package/lib-amd/components/Divider/renderDivider.js.map +0 -1
  74. package/lib-amd/components/Divider/useDivider.d.ts +0 -13
  75. package/lib-amd/components/Divider/useDivider.js +0 -26
  76. package/lib-amd/components/Divider/useDivider.js.map +0 -1
  77. package/lib-amd/components/Divider/useDividerStyles.d.ts +0 -3
  78. package/lib-amd/components/Divider/useDividerStyles.js +0 -210
  79. package/lib-amd/components/Divider/useDividerStyles.js.map +0 -1
  80. package/lib-amd/index.d.ts +0 -1
  81. package/lib-amd/index.js +0 -6
  82. package/lib-amd/index.js.map +0 -1
  83. package/src/components/Divider/Divider.types.ts +0 -56
package/CHANGELOG.md CHANGED
@@ -1,12 +1,748 @@
1
1
  # Change Log - @fluentui/react-divider
2
2
 
3
- This log was last generated on Thu, 08 Apr 2021 07:29:50 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Oct 2021 09:17:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-nightly.46b9ea7036.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-nightly.46b9ea7036.0)
8
+
9
+ Mon, 25 Oct 2021 09:17:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-nightly.46b9ea7036.0)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by email not defined)
15
+ - Removed duplicate 'Divider' from story names ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by gcox@microsoft.com)
16
+ - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by peter@draxler.ml)
17
+ - Bump @fluentui/react-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
19
+ - Bump @fluentui/babel-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
20
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
21
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
22
+
23
+ ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
24
+
25
+ Wed, 06 Oct 2021 10:37:22 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.79..@fluentui/react-divider_v9.0.0-beta.1)
27
+
28
+ ### Changes
29
+
30
+ - Bump all v9 components to beta prerelease tag ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by lingfangao@hotmail.com)
31
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
33
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
34
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
35
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
36
+
37
+ ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.79)
38
+
39
+ Tue, 05 Oct 2021 12:47:58 GMT
40
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.78..@fluentui/react-divider_v9.0.0-alpha.79)
41
+
42
+ ### Changes
43
+
44
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
45
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.60 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
46
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
47
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
48
+
49
+ ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.78)
50
+
51
+ Tue, 05 Oct 2021 09:28:07 GMT
52
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.77..@fluentui/react-divider_v9.0.0-alpha.78)
53
+
54
+ ### Changes
55
+
56
+ - Adds ForwardRefComponent to react-divider components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
57
+ - react-divider prop merging follow up ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
58
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
59
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
60
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.59 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
61
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
62
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
63
+
64
+ ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.77)
65
+
66
+ Fri, 01 Oct 2021 14:13:08 GMT
67
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.75..@fluentui/react-divider_v9.0.0-alpha.77)
68
+
69
+ ### Changes
70
+
71
+ - Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
72
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.76 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
73
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
74
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.58 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
75
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
76
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
77
+
78
+ ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.75)
79
+
80
+ Wed, 29 Sep 2021 08:06:11 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.74..@fluentui/react-divider_v9.0.0-alpha.75)
82
+
83
+ ### Changes
84
+
85
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.74 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
86
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.56 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
87
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
88
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
89
+
90
+ ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.74)
91
+
92
+ Mon, 27 Sep 2021 08:06:00 GMT
93
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.73..@fluentui/react-divider_v9.0.0-alpha.74)
94
+
95
+ ### Changes
96
+
97
+ - Updates divider to use new simplified slots ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by bsunderhus@microsoft.com)
98
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
99
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
100
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.55 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
101
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
102
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
103
+
104
+ ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.73)
105
+
106
+ Fri, 24 Sep 2021 09:17:17 GMT
107
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.72..@fluentui/react-divider_v9.0.0-alpha.73)
108
+
109
+ ### Changes
110
+
111
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
112
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
113
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
114
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
115
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
116
+
117
+ ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.72)
118
+
119
+ Thu, 23 Sep 2021 08:21:34 GMT
120
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.71..@fluentui/react-divider_v9.0.0-alpha.72)
121
+
122
+ ### Changes
123
+
124
+ - Updated DividerProps for consistency ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by gcox@microsoft.com)
125
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
126
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
127
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
128
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
129
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
130
+
131
+ ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.71)
132
+
133
+ Wed, 22 Sep 2021 10:10:07 GMT
134
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.70..@fluentui/react-divider_v9.0.0-alpha.71)
135
+
136
+ ### Changes
137
+
138
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
139
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
140
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
141
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
142
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
143
+
144
+ ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.70)
145
+
146
+ Tue, 21 Sep 2021 07:42:34 GMT
147
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.69..@fluentui/react-divider_v9.0.0-alpha.70)
148
+
149
+ ### Changes
150
+
151
+ - Updating to types over interfaces ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by gcox@microsoft.com)
152
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
153
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
154
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
155
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
156
+
157
+ ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
158
+
159
+ Mon, 20 Sep 2021 07:36:26 GMT
160
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
161
+
162
+ ### Changes
163
+
164
+ - Bump @fluentui/react-divider to v9.0.0-alpha.69 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
165
+
166
+ ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
167
+
168
+ Fri, 17 Sep 2021 07:35:26 GMT
169
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
170
+
171
+ ### Changes
172
+
173
+ - Bump @fluentui/react-divider to v9.0.0-alpha.68 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
174
+
175
+ ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.67)
176
+
177
+ Thu, 16 Sep 2021 07:38:39 GMT
178
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.66..@fluentui/react-divider_v9.0.0-alpha.67)
179
+
180
+ ### Changes
181
+
182
+ - Bump @fluentui/react-divider to v9.0.0-alpha.67 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
183
+
184
+ ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.66)
185
+
186
+ Tue, 14 Sep 2021 20:09:02 GMT
187
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.65..@fluentui/react-divider_v9.0.0-alpha.66)
188
+
189
+ ### Changes
190
+
191
+ - Bump @fluentui/react-divider to v9.0.0-alpha.66 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
192
+
193
+ ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.65)
194
+
195
+ Fri, 10 Sep 2021 16:31:53 GMT
196
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.64..@fluentui/react-divider_v9.0.0-alpha.65)
197
+
198
+ ### Changes
199
+
200
+ - chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
201
+ - Bump @fluentui/react-divider to v9.0.0-alpha.65 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
202
+
203
+ ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.64)
204
+
205
+ Fri, 10 Sep 2021 07:39:51 GMT
206
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.63..@fluentui/react-divider_v9.0.0-alpha.64)
207
+
208
+ ### Changes
209
+
210
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.45 ([PR #19642](https://github.com/microsoft/fluentui/pull/19642) by behowell@microsoft.com)
211
+
212
+ ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.63)
213
+
214
+ Mon, 06 Sep 2021 07:34:53 GMT
215
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.62..@fluentui/react-divider_v9.0.0-alpha.63)
216
+
217
+ ### Changes
218
+
219
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.44 ([PR #19640](https://github.com/microsoft/fluentui/pull/19640) by lingfangao@hotmail.com)
220
+
221
+ ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.62)
222
+
223
+ Thu, 02 Sep 2021 07:36:46 GMT
224
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.61..@fluentui/react-divider_v9.0.0-alpha.62)
225
+
226
+ ### Patches
227
+
228
+ - Bump @fluentui/react-conformance to v0.4.5 ([PR #19590](https://github.com/microsoft/fluentui/pull/19590) by olfedias@microsoft.com)
229
+
230
+ ### Changes
231
+
232
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.43 ([PR #19065](https://github.com/microsoft/fluentui/pull/19065) by olfedias@microsoft.com)
233
+
234
+ ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.61)
235
+
236
+ Wed, 01 Sep 2021 07:39:56 GMT
237
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.60..@fluentui/react-divider_v9.0.0-alpha.61)
238
+
239
+ ### Changes
240
+
241
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.43 ([PR #19483](https://github.com/microsoft/fluentui/pull/19483) by bsunderhus@microsoft.com)
242
+
243
+ ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.60)
244
+
245
+ Tue, 31 Aug 2021 07:37:47 GMT
246
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.59..@fluentui/react-divider_v9.0.0-alpha.60)
247
+
248
+ ### Changes
249
+
250
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.42 ([PR #19556](https://github.com/microsoft/fluentui/pull/19556) by lingfan.gao@microsoft.com)
251
+
252
+ ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.59)
253
+
254
+ Fri, 27 Aug 2021 07:33:32 GMT
255
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.58..@fluentui/react-divider_v9.0.0-alpha.59)
256
+
257
+ ### Changes
258
+
259
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.40 ([PR #19462](https://github.com/microsoft/fluentui/pull/19462) by olfedias@microsoft.com)
260
+
261
+ ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.58)
262
+
263
+ Thu, 26 Aug 2021 07:35:43 GMT
264
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.57..@fluentui/react-divider_v9.0.0-alpha.58)
265
+
266
+ ### Changes
267
+
268
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.39 ([PR #19486](https://github.com/microsoft/fluentui/pull/19486) by martinhochel@microsoft.com)
269
+
270
+ ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.57)
271
+
272
+ Fri, 20 Aug 2021 07:37:28 GMT
273
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.56..@fluentui/react-divider_v9.0.0-alpha.57)
274
+
275
+ ### Changes
276
+
277
+ - Update .npmignore ([PR #19441](https://github.com/microsoft/fluentui/pull/19441) by elcraig@microsoft.com)
278
+
279
+ ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.56)
280
+
281
+ Thu, 19 Aug 2021 07:41:35 GMT
282
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.55..@fluentui/react-divider_v9.0.0-alpha.56)
283
+
284
+ ### Changes
285
+
286
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.39 ([PR #19273](https://github.com/microsoft/fluentui/pull/19273) by bsunderhus@microsoft.com)
287
+
288
+ ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.55)
289
+
290
+ Fri, 13 Aug 2021 07:36:34 GMT
291
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.54..@fluentui/react-divider_v9.0.0-alpha.55)
292
+
293
+ ### Changes
294
+
295
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32 ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
296
+
297
+ ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.54)
298
+
299
+ Wed, 11 Aug 2021 07:34:54 GMT
300
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.53..@fluentui/react-divider_v9.0.0-alpha.54)
301
+
302
+ ### Changes
303
+
304
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.35 ([PR #19256](https://github.com/microsoft/fluentui/pull/19256) by olfedias@microsoft.com)
305
+
306
+ ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.53)
307
+
308
+ Fri, 06 Aug 2021 07:35:14 GMT
309
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.52..@fluentui/react-divider_v9.0.0-alpha.53)
310
+
311
+ ### Changes
312
+
313
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.34 ([PR #19281](https://github.com/microsoft/fluentui/pull/19281) by jspurlin@microsoft.com)
314
+
315
+ ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.52)
316
+
317
+ Tue, 03 Aug 2021 07:39:30 GMT
318
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.51..@fluentui/react-divider_v9.0.0-alpha.52)
319
+
320
+ ### Patches
321
+
322
+ - Bump @fluentui/eslint-plugin to v1.3.3 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
323
+ - Bump @fluentui/react-conformance to v0.4.4 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
324
+ - Bump @fluentui/scripts to v1.0.0 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
325
+
326
+ ### Changes
327
+
328
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.33 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
329
+
330
+ ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.51)
331
+
332
+ Mon, 02 Aug 2021 07:36:20 GMT
333
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.50..@fluentui/react-divider_v9.0.0-alpha.51)
334
+
335
+ ### Changes
336
+
337
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.36 ([PR #19204](https://github.com/microsoft/fluentui/pull/19204) by lingfan.gao@microsoft.com)
338
+
339
+ ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.50)
340
+
341
+ Mon, 26 Jul 2021 07:37:30 GMT
342
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.49..@fluentui/react-divider_v9.0.0-alpha.50)
343
+
344
+ ### Changes
345
+
346
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.31 ([PR #19060](https://github.com/microsoft/fluentui/pull/19060) by miroslav.stastny@microsoft.com)
347
+
348
+ ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.49)
349
+
350
+ Fri, 23 Jul 2021 07:38:19 GMT
351
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.48..@fluentui/react-divider_v9.0.0-alpha.49)
352
+
353
+ ### Changes
354
+
355
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.30 ([PR #19041](https://github.com/microsoft/fluentui/pull/19041) by miroslav.stastny@microsoft.com)
356
+
357
+ ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.48)
358
+
359
+ Thu, 22 Jul 2021 07:36:55 GMT
360
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.47..@fluentui/react-divider_v9.0.0-alpha.48)
361
+
362
+ ### Changes
363
+
364
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.29 ([PR #19038](https://github.com/microsoft/fluentui/pull/19038) by lingfan.gao@microsoft.com)
365
+
366
+ ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.47)
367
+
368
+ Tue, 20 Jul 2021 22:23:17 GMT
369
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.46..@fluentui/react-divider_v9.0.0-alpha.47)
370
+
371
+ ### Changes
372
+
373
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.28 ([PR #18998](https://github.com/microsoft/fluentui/pull/18998) by olfedias@microsoft.com)
374
+
375
+ ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.46)
376
+
377
+ Fri, 16 Jul 2021 22:53:17 GMT
378
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.45..@fluentui/react-divider_v9.0.0-alpha.46)
379
+
380
+ ### Changes
381
+
382
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.26 ([PR #18973](https://github.com/microsoft/fluentui/pull/18973) by olfedias@microsoft.com)
383
+
384
+ ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.45)
385
+
386
+ Thu, 15 Jul 2021 07:36:18 GMT
387
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.44..@fluentui/react-divider_v9.0.0-alpha.45)
388
+
389
+ ### Changes
390
+
391
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.33 ([PR #18861](https://github.com/microsoft/fluentui/pull/18861) by bsunderhus@microsoft.com)
392
+
393
+ ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.44)
394
+
395
+ Tue, 13 Jul 2021 22:32:58 GMT
396
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.43..@fluentui/react-divider_v9.0.0-alpha.44)
397
+
398
+ ### Patches
399
+
400
+ - Bump @fluentui/react-conformance to v0.4.3 ([PR #18925](https://github.com/microsoft/fluentui/pull/18925) by elcraig@microsoft.com)
401
+
402
+ ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.43)
403
+
404
+ Tue, 13 Jul 2021 07:35:36 GMT
405
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.42..@fluentui/react-divider_v9.0.0-alpha.43)
406
+
407
+ ### Changes
408
+
409
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.24 ([PR #18560](https://github.com/microsoft/fluentui/pull/18560) by behowell@microsoft.com)
410
+
411
+ ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.42)
412
+
413
+ Fri, 09 Jul 2021 07:39:31 GMT
414
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.41..@fluentui/react-divider_v9.0.0-alpha.42)
415
+
416
+ ### Patches
417
+
418
+ - Bump @fluentui/eslint-plugin to v1.3.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
419
+ - Bump @fluentui/react-conformance to v0.4.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
420
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
421
+
422
+ ### Changes
423
+
424
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.23 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
425
+
426
+ ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.41)
427
+
428
+ Fri, 02 Jul 2021 23:15:55 GMT
429
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.40..@fluentui/react-divider_v9.0.0-alpha.41)
430
+
431
+ ### Changes
432
+
433
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.22 ([PR #18816](https://github.com/microsoft/fluentui/pull/18816) by olfedias@microsoft.com)
434
+
435
+ ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.40)
436
+
437
+ Fri, 02 Jul 2021 07:37:06 GMT
438
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.39..@fluentui/react-divider_v9.0.0-alpha.40)
439
+
440
+ ### Changes
441
+
442
+ - Rename typings and getSlots to have the Compat Suffix ([PR #18796](https://github.com/microsoft/fluentui/pull/18796) by bsunderhus@microsoft.com)
443
+
444
+ ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.39)
445
+
446
+ Thu, 01 Jul 2021 07:35:05 GMT
447
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.38..@fluentui/react-divider_v9.0.0-alpha.39)
448
+
449
+ ### Changes
450
+
451
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.20 ([PR #18680](https://github.com/microsoft/fluentui/pull/18680) by olfedias@microsoft.com)
452
+
453
+ ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.38)
454
+
455
+ Wed, 30 Jun 2021 07:38:35 GMT
456
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.37..@fluentui/react-divider_v9.0.0-alpha.38)
457
+
458
+ ### Changes
459
+
460
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.19 ([PR #18695](https://github.com/microsoft/fluentui/pull/18695) by tristan.watanabe@gmail.com)
461
+
462
+ ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.37)
463
+
464
+ Tue, 29 Jun 2021 07:33:32 GMT
465
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.36..@fluentui/react-divider_v9.0.0-alpha.37)
466
+
467
+ ### Changes
468
+
469
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.18 ([PR #18169](https://github.com/microsoft/fluentui/pull/18169) by olfedias@microsoft.com)
470
+
471
+ ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.36)
472
+
473
+ Tue, 22 Jun 2021 07:35:11 GMT
474
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.35..@fluentui/react-divider_v9.0.0-alpha.36)
475
+
476
+ ### Changes
477
+
478
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.17 ([PR #18397](https://github.com/microsoft/fluentui/pull/18397) by olfedias@microsoft.com)
479
+
480
+ ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.35)
481
+
482
+ Mon, 21 Jun 2021 07:34:33 GMT
483
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.34..@fluentui/react-divider_v9.0.0-alpha.35)
484
+
485
+ ### Changes
486
+
487
+ - Divider: Migrate react-divider to new DX. ([PR #18625](https://github.com/microsoft/fluentui/pull/18625) by tristan.watanabe@gmail.com)
488
+
489
+ ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.34)
490
+
491
+ Tue, 15 Jun 2021 07:40:20 GMT
492
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.33..@fluentui/react-divider_v9.0.0-alpha.34)
493
+
494
+ ### Changes
495
+
496
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.29 ([PR #18521](https://github.com/microsoft/fluentui/pull/18521) by behowell@microsoft.com)
497
+
498
+ ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.33)
499
+
500
+ Mon, 07 Jun 2021 07:38:15 GMT
501
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.32..@fluentui/react-divider_v9.0.0-alpha.33)
502
+
503
+ ### Patches
504
+
505
+ - Bump @fluentui/eslint-plugin to v1.3.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
506
+ - Bump @fluentui/react-conformance to v0.4.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
507
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
508
+
509
+ ### Changes
510
+
511
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.15 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
512
+
513
+ ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.32)
514
+
515
+ Fri, 04 Jun 2021 07:37:23 GMT
516
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.31..@fluentui/react-divider_v9.0.0-alpha.32)
517
+
518
+ ### Changes
519
+
520
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16 ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
521
+
522
+ ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.31)
523
+
524
+ Thu, 03 Jun 2021 07:36:03 GMT
525
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.30..@fluentui/react-divider_v9.0.0-alpha.31)
526
+
527
+ ### Changes
528
+
529
+ - Use updated theme tokens in component styles ([PR #18321](https://github.com/microsoft/fluentui/pull/18321) by miroslav.stastny@microsoft.com)
530
+
531
+ ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.30)
532
+
533
+ Wed, 02 Jun 2021 07:37:15 GMT
534
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.29..@fluentui/react-divider_v9.0.0-alpha.30)
535
+
536
+ ### Changes
537
+
538
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.12 ([PR #18404](https://github.com/microsoft/fluentui/pull/18404) by bsunderhus@microsoft.com)
539
+
540
+ ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.29)
541
+
542
+ Wed, 26 May 2021 07:35:43 GMT
543
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.28..@fluentui/react-divider_v9.0.0-alpha.29)
544
+
545
+ ### Changes
546
+
547
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.25 ([PR #18323](https://github.com/microsoft/fluentui/pull/18323) by lingfan.gao@microsoft.com)
548
+
549
+ ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.28)
550
+
551
+ Fri, 21 May 2021 07:34:54 GMT
552
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.27..@fluentui/react-divider_v9.0.0-alpha.28)
553
+
554
+ ### Changes
555
+
556
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.24 ([PR #18259](https://github.com/microsoft/fluentui/pull/18259) by behowell@microsoft.com)
557
+
558
+ ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
559
+
560
+ Thu, 20 May 2021 07:41:54 GMT
561
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
562
+
563
+ ### Patches
564
+
565
+ - Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
566
+ - Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
567
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
568
+
569
+ ### Changes
570
+
571
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.10 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
572
+
573
+ ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
574
+
575
+ Wed, 19 May 2021 07:34:20 GMT
576
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)
577
+
578
+ ### Patches
579
+
580
+ - Bump @fluentui/react-conformance to v0.3.1 ([PR #18194](https://github.com/microsoft/fluentui/pull/18194) by martinhochel@microsoft.com)
581
+
582
+ ### Changes
583
+
584
+ - chore: add more Babel plugins ([PR #18037](https://github.com/microsoft/fluentui/pull/18037) by olfedias@microsoft.com)
585
+
586
+ ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.25)
587
+
588
+ Tue, 18 May 2021 07:34:38 GMT
589
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.24..@fluentui/react-divider_v9.0.0-alpha.25)
590
+
591
+ ### Changes
592
+
593
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.8 ([PR #18171](https://github.com/microsoft/fluentui/pull/18171) by olfedias@microsoft.com)
594
+
595
+ ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.24)
596
+
597
+ Thu, 13 May 2021 07:36:55 GMT
598
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.23..@fluentui/react-divider_v9.0.0-alpha.24)
599
+
600
+ ### Changes
601
+
602
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.7 ([PR #18039](https://github.com/microsoft/fluentui/pull/18039) by olfedias@microsoft.com)
603
+
604
+ ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.23)
605
+
606
+ Wed, 12 May 2021 07:36:20 GMT
607
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.22..@fluentui/react-divider_v9.0.0-alpha.23)
608
+
609
+ ### Changes
610
+
611
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.6 ([PR #18097](https://github.com/microsoft/fluentui/pull/18097) by olfedias@microsoft.com)
612
+
613
+ ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.22)
614
+
615
+ Mon, 10 May 2021 07:36:07 GMT
616
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.21..@fluentui/react-divider_v9.0.0-alpha.22)
617
+
618
+ ### Changes
619
+
620
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.5 ([PR #18095](https://github.com/microsoft/fluentui/pull/18095) by olfedias@microsoft.com)
621
+
622
+ ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.21)
623
+
624
+ Wed, 05 May 2021 07:36:50 GMT
625
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.20..@fluentui/react-divider_v9.0.0-alpha.21)
626
+
627
+ ### Changes
628
+
629
+ - transform styles with Babel plugin ([PR #16534](https://github.com/microsoft/fluentui/pull/16534) by olfedias@microsoft.com)
630
+
631
+ ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.20)
632
+
633
+ Mon, 03 May 2021 07:45:19 GMT
634
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.19..@fluentui/react-divider_v9.0.0-alpha.20)
635
+
636
+ ### Changes
637
+
638
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.21 ([PR #18005](https://github.com/microsoft/fluentui/pull/18005) by lingfan.gao@microsoft.com)
639
+
640
+ ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.19)
641
+
642
+ Fri, 30 Apr 2021 07:42:23 GMT
643
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.18..@fluentui/react-divider_v9.0.0-alpha.19)
644
+
645
+ ### Patches
646
+
647
+ - Bump @fluentui/eslint-plugin to v1.2.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
648
+ - Bump @fluentui/react-conformance to v0.3.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
649
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
650
+
651
+ ### Changes
652
+
653
+ - Upgrade to ts 4.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
654
+ - update snapshots ([PR #17924](https://github.com/microsoft/fluentui/pull/17924) by olfedias@microsoft.com)
655
+
656
+ ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.18)
657
+
658
+ Tue, 27 Apr 2021 07:34:03 GMT
659
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.17..@fluentui/react-divider_v9.0.0-alpha.18)
660
+
661
+ ### Changes
662
+
663
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5 ([PR #17922](https://github.com/microsoft/fluentui/pull/17922) by bsunderhus@microsoft.com)
664
+
665
+ ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.17)
666
+
667
+ Mon, 26 Apr 2021 07:34:31 GMT
668
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.16..@fluentui/react-divider_v9.0.0-alpha.17)
669
+
670
+ ### Changes
671
+
672
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4 ([PR #17936](https://github.com/microsoft/fluentui/pull/17936) by bsunderhus@microsoft.com)
673
+
674
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.16)
675
+
676
+ Fri, 23 Apr 2021 07:37:10 GMT
677
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.15..@fluentui/react-divider_v9.0.0-alpha.16)
678
+
679
+ ### Patches
680
+
681
+ - Bump @fluentui/eslint-plugin to v1.1.1 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
682
+ - Bump @fluentui/react-conformance to v0.2.6 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
683
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
684
+
685
+ ### Changes
686
+
687
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.3 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
688
+
689
+ ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
690
+
691
+ Thu, 22 Apr 2021 07:33:28 GMT
692
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
693
+
694
+ ### Changes
695
+
696
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2 ([PR #17826](https://github.com/microsoft/fluentui/pull/17826) by bsunderhus@microsoft.com)
697
+
698
+ ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
699
+
700
+ Wed, 21 Apr 2021 07:31:50 GMT
701
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)
702
+
703
+ ### Changes
704
+
705
+ - Rename ax() to mergeClasses() ([PR #17875](https://github.com/microsoft/fluentui/pull/17875) by miroslav.stastny@microsoft.com)
706
+
707
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.13)
708
+
709
+ Tue, 20 Apr 2021 07:31:35 GMT
710
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.12..@fluentui/react-divider_v9.0.0-alpha.13)
711
+
712
+ ### Changes
713
+
714
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.23 ([PR #17855](https://github.com/microsoft/fluentui/pull/17855) by lingfan.gao@microsoft.com)
715
+
716
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.12)
717
+
718
+ Fri, 16 Apr 2021 18:08:21 GMT
719
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.11..@fluentui/react-divider_v9.0.0-alpha.12)
720
+
721
+ ### Changes
722
+
723
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.22 ([PR #17840](https://github.com/microsoft/fluentui/pull/17840) by bsunderhus@microsoft.com)
724
+
725
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.11)
726
+
727
+ Wed, 14 Apr 2021 07:34:12 GMT
728
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.10..@fluentui/react-divider_v9.0.0-alpha.11)
729
+
730
+ ### Changes
731
+
732
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.21 ([PR #17707](https://github.com/microsoft/fluentui/pull/17707) by bsunderhus@microsoft.com)
733
+
734
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.10)
735
+
736
+ Fri, 09 Apr 2021 07:31:06 GMT
737
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.9..@fluentui/react-divider_v9.0.0-alpha.10)
738
+
739
+ ### Changes
740
+
741
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.20 ([PR #17670](https://github.com/microsoft/fluentui/pull/17670) by olfedias@microsoft.com)
742
+
7
743
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.9)
8
744
 
9
- Thu, 08 Apr 2021 07:29:50 GMT
745
+ Thu, 08 Apr 2021 07:33:06 GMT
10
746
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.8..@fluentui/react-divider_v9.0.0-alpha.9)
11
747
 
12
748
  ### Changes