@fluentui/react-divider 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.4

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 (48) hide show
  1. package/CHANGELOG.json +325 -16
  2. package/CHANGELOG.md +86 -10
  3. package/Spec.md +22 -132
  4. package/dist/react-divider.d.ts +20 -19
  5. package/lib/Divider.js.map +1 -1
  6. package/lib/components/Divider/Divider.d.ts +2 -2
  7. package/lib/components/Divider/Divider.js +8 -8
  8. package/lib/components/Divider/Divider.js.map +1 -1
  9. package/lib/components/Divider/Divider.types.d.ts +12 -11
  10. package/lib/components/Divider/Divider.types.js.map +1 -1
  11. package/lib/components/Divider/index.js.map +1 -1
  12. package/lib/components/Divider/renderDivider.d.ts +2 -2
  13. package/lib/components/Divider/renderDivider.js +9 -8
  14. package/lib/components/Divider/renderDivider.js.map +1 -1
  15. package/lib/components/Divider/useDivider.d.ts +3 -3
  16. package/lib/components/Divider/useDivider.js +21 -20
  17. package/lib/components/Divider/useDivider.js.map +1 -1
  18. package/lib/components/Divider/useDividerStyles.d.ts +2 -2
  19. package/lib/components/Divider/useDividerStyles.js +140 -108
  20. package/lib/components/Divider/useDividerStyles.js.map +1 -1
  21. package/lib/index.js.map +1 -1
  22. package/lib-commonjs/Divider.js +1 -1
  23. package/lib-commonjs/Divider.js.map +1 -1
  24. package/lib-commonjs/components/Divider/Divider.d.ts +2 -2
  25. package/lib-commonjs/components/Divider/Divider.js +9 -9
  26. package/lib-commonjs/components/Divider/Divider.js.map +1 -1
  27. package/lib-commonjs/components/Divider/Divider.types.d.ts +12 -11
  28. package/lib-commonjs/components/Divider/Divider.types.js.map +1 -1
  29. package/lib-commonjs/components/Divider/index.js +1 -1
  30. package/lib-commonjs/components/Divider/index.js.map +1 -1
  31. package/lib-commonjs/components/Divider/renderDivider.d.ts +2 -2
  32. package/lib-commonjs/components/Divider/renderDivider.js +13 -13
  33. package/lib-commonjs/components/Divider/renderDivider.js.map +1 -1
  34. package/lib-commonjs/components/Divider/useDivider.d.ts +3 -3
  35. package/lib-commonjs/components/Divider/useDivider.js +24 -24
  36. package/lib-commonjs/components/Divider/useDivider.js.map +1 -1
  37. package/lib-commonjs/components/Divider/useDividerStyles.d.ts +2 -2
  38. package/lib-commonjs/components/Divider/useDividerStyles.js +144 -110
  39. package/lib-commonjs/components/Divider/useDividerStyles.js.map +1 -1
  40. package/lib-commonjs/index.js +1 -1
  41. package/lib-commonjs/index.js.map +1 -1
  42. package/package.json +9 -10
  43. package/lib/common/isConformant.d.ts +0 -4
  44. package/lib/common/isConformant.js +0 -11
  45. package/lib/common/isConformant.js.map +0 -1
  46. package/lib-commonjs/common/isConformant.d.ts +0 -4
  47. package/lib-commonjs/common/isConformant.js +0 -22
  48. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,46 +2,355 @@
2
2
  "name": "@fluentui/react-divider",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-divider_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Tue, 01 Mar 2022 02:16:10 GMT",
6
+ "tag": "@fluentui/react-divider_v9.0.0-rc.4",
7
+ "version": "9.0.0-rc.4",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-divider",
13
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
14
+ "comment": "fix: Add react-theme as dependency"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-divider",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
20
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 18 Feb 2022 13:35:31 GMT",
27
+ "tag": "@fluentui/react-divider_v9.0.0-rc.3",
28
+ "version": "9.0.0-rc.3",
29
+ "comments": {
30
+ "prerelease": [
31
+ {
32
+ "author": "lingfangao@hotmail.com",
12
33
  "package": "@fluentui/react-divider",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
34
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
35
+ "comment": "fix: Source maps contain original source code"
15
36
  },
16
37
  {
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-divider",
19
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
40
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
41
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-divider",
46
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
47
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Thu, 10 Feb 2022 08:51:10 GMT",
54
+ "tag": "@fluentui/react-divider_v9.0.0-rc.1",
55
+ "version": "9.0.0-rc.1",
56
+ "comments": {
57
+ "prerelease": [
58
+ {
59
+ "author": "gcox@microsoft.com",
60
+ "package": "@fluentui/react-divider",
61
+ "commit": "f6116328d6599342eef231f81d3c0724478a3d47",
62
+ "comment": "set minimum line length based on a11y review"
63
+ },
64
+ {
65
+ "author": "olfedias@microsoft.com",
66
+ "package": "@fluentui/react-divider",
67
+ "commit": "203cf1b61b1238c81ebe502678fe4714722cb435",
68
+ "comment": "update styles to not use CSS shorthands"
69
+ },
70
+ {
71
+ "author": "Humberto.Morimoto@microsoft.com",
72
+ "package": "@fluentui/react-divider",
73
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
74
+ "comment": "Updating based on changes to composition types."
75
+ },
76
+ {
77
+ "author": "Humberto.Morimoto@microsoft.com",
78
+ "package": "@fluentui/react-divider",
79
+ "commit": "034044d59be68915df76c57a84edc8299d3ca175",
80
+ "comment": "react-divider: Replacing use of functions in makeStyles with direct use of tokens."
81
+ },
82
+ {
83
+ "author": "behowell@microsoft.com",
84
+ "package": "@fluentui/react-divider",
85
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
86
+ "comment": "Remove component's shorthandProps array"
87
+ },
88
+ {
89
+ "author": "mgodbolt@microsoft.com",
90
+ "package": "@fluentui/react-divider",
91
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
92
+ "comment": "remove export of commons types"
93
+ },
94
+ {
95
+ "author": "lingfangao@hotmail.com",
96
+ "package": "@fluentui/react-divider",
97
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
98
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
21
99
  },
100
+ {
101
+ "author": "gcox@microsoft.com",
102
+ "package": "@fluentui/react-divider",
103
+ "commit": "ae269d1c40fce9dcfb41d9dafa4678d025576201",
104
+ "comment": "Added aria-orientation to divider"
105
+ },
106
+ {
107
+ "author": "gcox@microsoft.com",
108
+ "package": "@fluentui/react-divider",
109
+ "commit": "cc44f3625c6c6b5775bc08f00c5b8f52145ad52b",
110
+ "comment": "Added missing descriptions to divider stories"
111
+ },
112
+ {
113
+ "author": "behowell@microsoft.com",
114
+ "package": "@fluentui/react-divider",
115
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
116
+ "comment": "Refactor component Slot typings"
117
+ },
118
+ {
119
+ "author": "behowell@microsoft.com",
120
+ "package": "@fluentui/react-divider",
121
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
122
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
123
+ },
124
+ {
125
+ "author": "Humberto.Morimoto@microsoft.com",
126
+ "package": "@fluentui/react-divider",
127
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
128
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
129
+ },
130
+ {
131
+ "author": "olfedias@microsoft.com",
132
+ "package": "@fluentui/react-divider",
133
+ "commit": "7f2bb0ceb2a4d079c34fb58ebc9a5e15245a2cbe",
134
+ "comment": "Replace make-styles packages with griffel equivalents."
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-divider",
139
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
140
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-divider",
145
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
146
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
147
+ }
148
+ ],
149
+ "none": [
150
+ {
151
+ "author": "tkrasniqi@microsoft.com",
152
+ "package": "@fluentui/react-divider",
153
+ "commit": "57677496452840365886d4f12a98b62739e65286",
154
+ "comment": "Migration to ts config solution"
155
+ },
156
+ {
157
+ "author": "olfedias@microsoft.com",
158
+ "package": "@fluentui/react-divider",
159
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
160
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
161
+ },
162
+ {
163
+ "author": "martinhochel@microsoft.com",
164
+ "package": "@fluentui/react-divider",
165
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
166
+ "comment": "chore: use storybook runner for all vNext packages"
167
+ }
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
173
+ "tag": "@fluentui/react-divider_v9.0.0-beta.4",
174
+ "version": "9.0.0-beta.4",
175
+ "comments": {
176
+ "prerelease": [
22
177
  {
23
178
  "author": "beachball",
24
179
  "package": "@fluentui/react-divider",
25
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
180
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
181
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
27
182
  },
28
183
  {
29
184
  "author": "beachball",
30
185
  "package": "@fluentui/react-divider",
31
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
186
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
187
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
188
  },
34
189
  {
35
190
  "author": "beachball",
36
191
  "package": "@fluentui/react-divider",
37
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
192
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
193
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
194
  },
40
195
  {
41
196
  "author": "beachball",
42
197
  "package": "@fluentui/react-divider",
43
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
198
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
199
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-divider",
204
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
205
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
206
+ }
207
+ ]
208
+ }
209
+ },
210
+ {
211
+ "date": "Fri, 12 Nov 2021 13:25:23 GMT",
212
+ "tag": "@fluentui/react-divider_v9.0.0-beta.3",
213
+ "version": "9.0.0-beta.3",
214
+ "comments": {
215
+ "prerelease": [
216
+ {
217
+ "author": "gcox@microsoft.com",
218
+ "package": "@fluentui/react-divider",
219
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
220
+ "comment": "Updated beta and RC components to ES2019"
221
+ },
222
+ {
223
+ "author": "gcox@microsoft.com",
224
+ "package": "@fluentui/react-divider",
225
+ "commit": "d8c3066ef1fd265cc8d76882c1245e82b1097c4f",
226
+ "comment": "Refactored divider stories for codesandbox"
227
+ },
228
+ {
229
+ "author": "olfedias@microsoft.com",
230
+ "package": "@fluentui/react-divider",
231
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
232
+ "comment": "export static classes for components"
233
+ },
234
+ {
235
+ "author": "Humberto.Morimoto@microsoft.com",
236
+ "package": "@fluentui/react-divider",
237
+ "commit": "0e0cf06c34f78d54db4468a602a17b0a5a30ac87",
238
+ "comment": "Divider: Updating the component to the latest patterns."
239
+ },
240
+ {
241
+ "author": "Humberto.Morimoto@microsoft.com",
242
+ "package": "@fluentui/react-divider",
243
+ "commit": "627ad67f1163946f1c539002bdcd63eda760c9c6",
244
+ "comment": "Divider: Updating Spec to reflect changes that have happened since it was first created."
245
+ },
246
+ {
247
+ "author": "beachball",
248
+ "package": "@fluentui/react-divider",
249
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
250
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
251
+ },
252
+ {
253
+ "author": "beachball",
254
+ "package": "@fluentui/react-divider",
255
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
256
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
257
+ },
258
+ {
259
+ "author": "beachball",
260
+ "package": "@fluentui/react-divider",
261
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
262
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
263
+ },
264
+ {
265
+ "author": "beachball",
266
+ "package": "@fluentui/react-divider",
267
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
268
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
269
+ },
270
+ {
271
+ "author": "beachball",
272
+ "package": "@fluentui/react-divider",
273
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
274
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
275
+ }
276
+ ],
277
+ "none": [
278
+ {
279
+ "author": "lingfangao@hotmail.com",
280
+ "package": "@fluentui/react-divider",
281
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
282
+ "comment": "Remove beta release tag"
283
+ },
284
+ {
285
+ "author": "mgodbolt@microsoft.com",
286
+ "package": "@fluentui/react-divider",
287
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
288
+ "comment": "update docs descriptions"
289
+ },
290
+ {
291
+ "author": "lingfangao@hotmail.com",
292
+ "package": "@fluentui/react-divider",
293
+ "commit": "4398bf56796f354a3210f5babff1b04f612abcaa",
294
+ "comment": "chore(Divider): Remove unthemed white background in stories"
295
+ }
296
+ ]
297
+ }
298
+ },
299
+ {
300
+ "date": "Wed, 27 Oct 2021 12:14:17 GMT",
301
+ "tag": "@fluentui/react-divider_v9.0.0-beta.2",
302
+ "version": "9.0.0-beta.2",
303
+ "comments": {
304
+ "prerelease": [
305
+ {
306
+ "author": "gcox@microsoft.com",
307
+ "package": "@fluentui/react-divider",
308
+ "commit": "989d2382c1b8087cac2bb4bc30fa56c237c07a13",
309
+ "comment": "Removed duplicate 'Divider' from story names"
310
+ },
311
+ {
312
+ "author": "peter@draxler.ml",
313
+ "package": "@fluentui/react-divider",
314
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
315
+ "comment": "added styling of documentation"
316
+ },
317
+ {
318
+ "author": "beachball",
319
+ "package": "@fluentui/react-divider",
320
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
321
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
322
+ },
323
+ {
324
+ "author": "beachball",
325
+ "package": "@fluentui/react-divider",
326
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
327
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
328
+ },
329
+ {
330
+ "author": "beachball",
331
+ "package": "@fluentui/react-divider",
332
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
333
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
334
+ },
335
+ {
336
+ "author": "beachball",
337
+ "package": "@fluentui/react-divider",
338
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
339
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
340
+ },
341
+ {
342
+ "author": "beachball",
343
+ "package": "@fluentui/react-divider",
344
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
345
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
346
+ }
347
+ ],
348
+ "none": [
349
+ {
350
+ "author": "olfedias@microsoft.com",
351
+ "package": "@fluentui/react-divider",
352
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
353
+ "comment": "replace temporary icons in stories"
45
354
  }
46
355
  ]
47
356
  }
package/CHANGELOG.md CHANGED
@@ -1,22 +1,98 @@
1
1
  # Change Log - @fluentui/react-divider
2
2
 
3
- This log was last generated on Tue, 19 Oct 2021 12:39:14 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Mar 2022 02:16:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.f81b28ceb3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-nightly.f81b28ceb3.1)
7
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.4)
8
8
 
9
- Tue, 19 Oct 2021 12:39:14 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.f81b28ceb3.1)
9
+ Tue, 01 Mar 2022 02:16:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.3..@fluentui/react-divider_v9.0.0-rc.4)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by email not defined)
15
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
16
- - Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
17
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
18
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
19
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
14
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
16
+
17
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.3)
18
+
19
+ Fri, 18 Feb 2022 13:35:31 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-rc.1..@fluentui/react-divider_v9.0.0-rc.3)
21
+
22
+ ### Changes
23
+
24
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
25
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
26
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
27
+
28
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-rc.1)
29
+
30
+ Thu, 10 Feb 2022 08:51:10 GMT
31
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.4..@fluentui/react-divider_v9.0.0-rc.1)
32
+
33
+ ### Changes
34
+
35
+ - set minimum line length based on a11y review ([PR #21362](https://github.com/microsoft/fluentui/pull/21362) by gcox@microsoft.com)
36
+ - update styles to not use CSS shorthands ([PR #20817](https://github.com/microsoft/fluentui/pull/20817) by olfedias@microsoft.com)
37
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
38
+ - 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)
39
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
40
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
41
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
42
+ - Added aria-orientation to divider ([PR #21292](https://github.com/microsoft/fluentui/pull/21292) by gcox@microsoft.com)
43
+ - Added missing descriptions to divider stories ([PR #21067](https://github.com/microsoft/fluentui/pull/21067) by gcox@microsoft.com)
44
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
45
+ - 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)
46
+ - 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)
47
+ - Replace make-styles packages with griffel equivalents. ([PR #21433](https://github.com/microsoft/fluentui/pull/21433) by olfedias@microsoft.com)
48
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
49
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
50
+
51
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.4)
52
+
53
+ Thu, 25 Nov 2021 08:34:17 GMT
54
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.3..@fluentui/react-divider_v9.0.0-beta.4)
55
+
56
+ ### Changes
57
+
58
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
59
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
60
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
61
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
62
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
63
+
64
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.3)
65
+
66
+ Fri, 12 Nov 2021 13:25:23 GMT
67
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.2..@fluentui/react-divider_v9.0.0-beta.3)
68
+
69
+ ### Changes
70
+
71
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
72
+ - Refactored divider stories for codesandbox ([PR #20393](https://github.com/microsoft/fluentui/pull/20393) by gcox@microsoft.com)
73
+ - export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
74
+ - Divider: Updating the component to the latest patterns. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
75
+ - 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)
76
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
77
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
78
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
79
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
80
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
81
+
82
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.2)
83
+
84
+ Wed, 27 Oct 2021 12:14:17 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-beta.1..@fluentui/react-divider_v9.0.0-beta.2)
86
+
87
+ ### Changes
88
+
89
+ - Removed duplicate 'Divider' from story names ([PR #20267](https://github.com/microsoft/fluentui/pull/20267) by gcox@microsoft.com)
90
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
91
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
92
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
93
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
94
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
95
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
20
96
 
21
97
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-beta.1)
22
98