@fluentui/react-label 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.3

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 (58) hide show
  1. package/CHANGELOG.json +543 -18
  2. package/CHANGELOG.md +205 -61
  3. package/README.md +17 -3
  4. package/Spec.md +34 -40
  5. package/dist/index.d.ts +73 -0
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Label.js.map +1 -1
  8. package/lib/components/Label/Label.js +7 -7
  9. package/lib/components/Label/Label.js.map +1 -1
  10. package/lib/components/Label/Label.types.js.map +1 -1
  11. package/lib/components/Label/index.js.map +1 -1
  12. package/lib/components/Label/renderLabel.js +8 -8
  13. package/lib/components/Label/renderLabel.js.map +1 -1
  14. package/lib/components/Label/useLabel.js +18 -27
  15. package/lib/components/Label/useLabel.js.map +1 -1
  16. package/lib/components/Label/useLabelStyles.js +14 -6
  17. package/lib/components/Label/useLabelStyles.js.map +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/Label.js +1 -1
  21. package/lib-commonjs/Label.js.map +1 -1
  22. package/lib-commonjs/components/Label/Label.js +8 -8
  23. package/lib-commonjs/components/Label/Label.js.map +1 -1
  24. package/lib-commonjs/components/Label/Label.types.js.map +1 -1
  25. package/lib-commonjs/components/Label/index.js +1 -1
  26. package/lib-commonjs/components/Label/index.js.map +1 -1
  27. package/lib-commonjs/components/Label/renderLabel.js +12 -14
  28. package/lib-commonjs/components/Label/renderLabel.js.map +1 -1
  29. package/lib-commonjs/components/Label/useLabel.js +23 -33
  30. package/lib-commonjs/components/Label/useLabel.js.map +1 -1
  31. package/lib-commonjs/components/Label/useLabelStyles.js +18 -9
  32. package/lib-commonjs/components/Label/useLabelStyles.js.map +1 -1
  33. package/lib-commonjs/index.js +32 -2
  34. package/lib-commonjs/index.js.map +1 -1
  35. package/package.json +19 -23
  36. package/dist/react-label.d.ts +0 -80
  37. package/lib/Label.d.ts +0 -1
  38. package/lib/common/isConformant.d.ts +0 -4
  39. package/lib/common/isConformant.js +0 -11
  40. package/lib/common/isConformant.js.map +0 -1
  41. package/lib/components/Label/Label.d.ts +0 -6
  42. package/lib/components/Label/Label.types.d.ts +0 -38
  43. package/lib/components/Label/index.d.ts +0 -5
  44. package/lib/components/Label/renderLabel.d.ts +0 -5
  45. package/lib/components/Label/useLabel.d.ts +0 -17
  46. package/lib/components/Label/useLabelStyles.d.ts +0 -5
  47. package/lib/index.d.ts +0 -2
  48. package/lib-commonjs/Label.d.ts +0 -1
  49. package/lib-commonjs/common/isConformant.d.ts +0 -4
  50. package/lib-commonjs/common/isConformant.js +0 -22
  51. package/lib-commonjs/common/isConformant.js.map +0 -1
  52. package/lib-commonjs/components/Label/Label.d.ts +0 -6
  53. package/lib-commonjs/components/Label/Label.types.d.ts +0 -38
  54. package/lib-commonjs/components/Label/index.d.ts +0 -5
  55. package/lib-commonjs/components/Label/renderLabel.d.ts +0 -5
  56. package/lib-commonjs/components/Label/useLabel.d.ts +0 -17
  57. package/lib-commonjs/components/Label/useLabelStyles.d.ts +0 -5
  58. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,27 +1,171 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-nightly.d730088d7f.0)
7
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.3)
8
8
 
9
- Wed, 20 Oct 2021 09:19:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.1..@fluentui/react-label_v9.0.0-nightly.d730088d7f.0)
9
+ Mon, 23 May 2022 18:54:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.2..@fluentui/react-label_v9.0.0-rc.3)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
16
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
18
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
19
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
20
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
14
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
15
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
17
+
18
+ ## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.2)
19
+
20
+ Mon, 23 May 2022 12:14:19 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.12..@fluentui/react-label_v9.0.0-rc.2)
22
+
23
+ ### Changes
24
+
25
+ - update README and package version ([PR #22865](https://github.com/microsoft/fluentui/pull/22865) by esteban.230@hotmail.com)
26
+ - feat: ship rolluped only dts ([PR #22793](https://github.com/microsoft/fluentui/pull/22793) by martinhochel@microsoft.com)
27
+ - Removing commons type from Label. ([PR #22880](https://github.com/microsoft/fluentui/pull/22880) by esteban.230@hotmail.com)
28
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
29
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
30
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
32
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
33
+
34
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.12)
35
+
36
+ Thu, 05 May 2022 18:26:24 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.11..@fluentui/react-label_v9.0.0-beta.12)
38
+
39
+ ### Changes
40
+
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
43
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
44
+
45
+ ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.11)
46
+
47
+ Wed, 04 May 2022 13:26:43 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.10..@fluentui/react-label_v9.0.0-beta.11)
49
+
50
+ ### Changes
51
+
52
+ - Add style to make required match text when disabled ([PR #22715](https://github.com/microsoft/fluentui/pull/22715) by mgodbolt@microsoft.com)
53
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
55
+
56
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.10)
57
+
58
+ Tue, 19 Apr 2022 19:17:27 GMT
59
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.9..@fluentui/react-label_v9.0.0-beta.10)
60
+
61
+ ### Changes
62
+
63
+ - Add static classnames to Label ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
64
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
65
+ - Removing star exports. ([PR #22138](https://github.com/microsoft/fluentui/pull/22138) by Humberto.Morimoto@microsoft.com)
66
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
67
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
68
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
69
+
70
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.9)
71
+
72
+ Fri, 04 Mar 2022 05:17:37 GMT
73
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.8..@fluentui/react-label_v9.0.0-beta.9)
74
+
75
+ ### Changes
76
+
77
+ - 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)
78
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
79
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
80
+
81
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.8)
82
+
83
+ Tue, 01 Mar 2022 02:17:36 GMT
84
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.7..@fluentui/react-label_v9.0.0-beta.8)
85
+
86
+ ### Changes
87
+
88
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
89
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
90
+
91
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.7)
92
+
93
+ Fri, 18 Feb 2022 13:35:32 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.5..@fluentui/react-label_v9.0.0-beta.7)
95
+
96
+ ### Changes
97
+
98
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
99
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
100
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
101
+
102
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.5)
103
+
104
+ Thu, 10 Feb 2022 08:51:22 GMT
105
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.4..@fluentui/react-label_v9.0.0-beta.5)
106
+
107
+ ### Changes
108
+
109
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
110
+ - Replace make-styles packages with griffel equivalents. ([PR #21430](https://github.com/microsoft/fluentui/pull/21430) by olfedias@microsoft.com)
111
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
112
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
113
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
114
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
115
+ - react-label: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21046](https://github.com/microsoft/fluentui/pull/21046) by Humberto.Morimoto@microsoft.com)
116
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
117
+ - BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
118
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
119
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
120
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
121
+
122
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.4)
123
+
124
+ Thu, 25 Nov 2021 08:34:14 GMT
125
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.3..@fluentui/react-label_v9.0.0-beta.4)
126
+
127
+ ### Changes
128
+
129
+ - Add aria-hidden to Label required field ([PR #20680](https://github.com/microsoft/fluentui/pull/20680) by ololubek@microsoft.com)
130
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
131
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
132
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
133
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
134
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
135
+
136
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.3)
137
+
138
+ Fri, 12 Nov 2021 13:25:25 GMT
139
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.2..@fluentui/react-label_v9.0.0-beta.3)
140
+
141
+ ### Changes
142
+
143
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
144
+ - export static classes for components ([PR #20456](https://github.com/microsoft/fluentui/pull/20456) by olfedias@microsoft.com)
145
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
146
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
147
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
148
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
149
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
150
+
151
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.2)
152
+
153
+ Wed, 27 Oct 2021 12:14:18 GMT
154
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.1..@fluentui/react-label_v9.0.0-beta.2)
155
+
156
+ ### Changes
157
+
158
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
159
+ - Removed duplicate 'Label' from story names ([PR #20269](https://github.com/microsoft/fluentui/pull/20269) by gcox@microsoft.com)
160
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
161
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
162
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
163
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
164
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
21
165
 
22
166
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.1)
23
167
 
24
- Wed, 06 Oct 2021 10:37:22 GMT
168
+ Wed, 06 Oct 2021 10:37:22 GMT
25
169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.51..@fluentui/react-label_v9.0.0-beta.1)
26
170
 
27
171
  ### Changes
@@ -35,7 +179,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
35
179
 
36
180
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.51)
37
181
 
38
- Tue, 05 Oct 2021 12:47:58 GMT
182
+ Tue, 05 Oct 2021 12:47:58 GMT
39
183
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.50..@fluentui/react-label_v9.0.0-alpha.51)
40
184
 
41
185
  ### Changes
@@ -47,7 +191,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
47
191
 
48
192
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.50)
49
193
 
50
- Tue, 05 Oct 2021 09:28:07 GMT
194
+ Tue, 05 Oct 2021 09:28:07 GMT
51
195
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.49..@fluentui/react-label_v9.0.0-alpha.50)
52
196
 
53
197
  ### Changes
@@ -61,7 +205,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
61
205
 
62
206
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.49)
63
207
 
64
- Fri, 01 Oct 2021 14:13:08 GMT
208
+ Fri, 01 Oct 2021 14:13:08 GMT
65
209
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.47..@fluentui/react-label_v9.0.0-alpha.49)
66
210
 
67
211
  ### Changes
@@ -75,7 +219,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
75
219
 
76
220
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.47)
77
221
 
78
- Wed, 29 Sep 2021 08:06:11 GMT
222
+ Wed, 29 Sep 2021 08:06:11 GMT
79
223
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.46..@fluentui/react-label_v9.0.0-alpha.47)
80
224
 
81
225
  ### Changes
@@ -87,7 +231,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
87
231
 
88
232
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.46)
89
233
 
90
- Mon, 27 Sep 2021 08:06:00 GMT
234
+ Mon, 27 Sep 2021 08:06:00 GMT
91
235
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.45..@fluentui/react-label_v9.0.0-alpha.46)
92
236
 
93
237
  ### Changes
@@ -100,7 +244,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
100
244
 
101
245
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.45)
102
246
 
103
- Fri, 24 Sep 2021 09:17:17 GMT
247
+ Fri, 24 Sep 2021 09:17:17 GMT
104
248
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.44..@fluentui/react-label_v9.0.0-alpha.45)
105
249
 
106
250
  ### Changes
@@ -113,7 +257,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
113
257
 
114
258
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.44)
115
259
 
116
- Thu, 23 Sep 2021 08:21:34 GMT
260
+ Thu, 23 Sep 2021 08:21:34 GMT
117
261
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.43..@fluentui/react-label_v9.0.0-alpha.44)
118
262
 
119
263
  ### Changes
@@ -126,7 +270,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
126
270
 
127
271
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.43)
128
272
 
129
- Wed, 22 Sep 2021 10:10:07 GMT
273
+ Wed, 22 Sep 2021 10:10:07 GMT
130
274
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.42..@fluentui/react-label_v9.0.0-alpha.43)
131
275
 
132
276
  ### Changes
@@ -139,7 +283,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
139
283
 
140
284
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.42)
141
285
 
142
- Tue, 21 Sep 2021 07:42:34 GMT
286
+ Tue, 21 Sep 2021 07:42:34 GMT
143
287
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.41..@fluentui/react-label_v9.0.0-alpha.42)
144
288
 
145
289
  ### Changes
@@ -152,7 +296,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
152
296
 
153
297
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.41)
154
298
 
155
- Mon, 20 Sep 2021 07:36:26 GMT
299
+ Mon, 20 Sep 2021 07:36:26 GMT
156
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.40..@fluentui/react-label_v9.0.0-alpha.41)
157
301
 
158
302
  ### Changes
@@ -161,7 +305,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
161
305
 
162
306
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.40)
163
307
 
164
- Fri, 17 Sep 2021 07:35:26 GMT
308
+ Fri, 17 Sep 2021 07:35:26 GMT
165
309
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.39..@fluentui/react-label_v9.0.0-alpha.40)
166
310
 
167
311
  ### Changes
@@ -170,7 +314,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
170
314
 
171
315
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.39)
172
316
 
173
- Thu, 16 Sep 2021 07:38:39 GMT
317
+ Thu, 16 Sep 2021 07:38:39 GMT
174
318
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.38..@fluentui/react-label_v9.0.0-alpha.39)
175
319
 
176
320
  ### Changes
@@ -179,7 +323,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
179
323
 
180
324
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.38)
181
325
 
182
- Tue, 14 Sep 2021 20:09:02 GMT
326
+ Tue, 14 Sep 2021 20:09:02 GMT
183
327
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.37..@fluentui/react-label_v9.0.0-alpha.38)
184
328
 
185
329
  ### Changes
@@ -188,7 +332,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
188
332
 
189
333
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.37)
190
334
 
191
- Fri, 10 Sep 2021 16:31:53 GMT
335
+ Fri, 10 Sep 2021 16:31:53 GMT
192
336
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.36..@fluentui/react-label_v9.0.0-alpha.37)
193
337
 
194
338
  ### Changes
@@ -198,7 +342,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
198
342
 
199
343
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.36)
200
344
 
201
- Fri, 10 Sep 2021 07:39:51 GMT
345
+ Fri, 10 Sep 2021 07:39:51 GMT
202
346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.35..@fluentui/react-label_v9.0.0-alpha.36)
203
347
 
204
348
  ### Changes
@@ -207,7 +351,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
207
351
 
208
352
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.35)
209
353
 
210
- Mon, 06 Sep 2021 07:34:53 GMT
354
+ Mon, 06 Sep 2021 07:34:53 GMT
211
355
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.34..@fluentui/react-label_v9.0.0-alpha.35)
212
356
 
213
357
  ### Changes
@@ -216,7 +360,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
216
360
 
217
361
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.34)
218
362
 
219
- Thu, 02 Sep 2021 07:36:46 GMT
363
+ Thu, 02 Sep 2021 07:36:46 GMT
220
364
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.33..@fluentui/react-label_v9.0.0-alpha.34)
221
365
 
222
366
  ### Patches
@@ -229,7 +373,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
229
373
 
230
374
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.33)
231
375
 
232
- Wed, 01 Sep 2021 07:39:56 GMT
376
+ Wed, 01 Sep 2021 07:39:56 GMT
233
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.32..@fluentui/react-label_v9.0.0-alpha.33)
234
378
 
235
379
  ### Changes
@@ -238,7 +382,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
238
382
 
239
383
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.32)
240
384
 
241
- Tue, 31 Aug 2021 07:37:47 GMT
385
+ Tue, 31 Aug 2021 07:37:47 GMT
242
386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.31..@fluentui/react-label_v9.0.0-alpha.32)
243
387
 
244
388
  ### Changes
@@ -247,7 +391,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
247
391
 
248
392
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.31)
249
393
 
250
- Fri, 27 Aug 2021 07:33:32 GMT
394
+ Fri, 27 Aug 2021 07:33:32 GMT
251
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.30..@fluentui/react-label_v9.0.0-alpha.31)
252
396
 
253
397
  ### Changes
@@ -256,7 +400,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
256
400
 
257
401
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.30)
258
402
 
259
- Thu, 26 Aug 2021 07:35:43 GMT
403
+ Thu, 26 Aug 2021 07:35:43 GMT
260
404
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.29..@fluentui/react-label_v9.0.0-alpha.30)
261
405
 
262
406
  ### Changes
@@ -265,7 +409,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
265
409
 
266
410
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.29)
267
411
 
268
- Tue, 24 Aug 2021 07:34:48 GMT
412
+ Tue, 24 Aug 2021 07:34:48 GMT
269
413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.28..@fluentui/react-label_v9.0.0-alpha.29)
270
414
 
271
415
  ### Changes
@@ -274,7 +418,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
274
418
 
275
419
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.28)
276
420
 
277
- Fri, 20 Aug 2021 07:37:28 GMT
421
+ Fri, 20 Aug 2021 07:37:28 GMT
278
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.27..@fluentui/react-label_v9.0.0-alpha.28)
279
423
 
280
424
  ### Changes
@@ -283,7 +427,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
283
427
 
284
428
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.27)
285
429
 
286
- Thu, 19 Aug 2021 07:41:35 GMT
430
+ Thu, 19 Aug 2021 07:41:35 GMT
287
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.26..@fluentui/react-label_v9.0.0-alpha.27)
288
432
 
289
433
  ### Changes
@@ -292,7 +436,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
292
436
 
293
437
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.26)
294
438
 
295
- Fri, 13 Aug 2021 07:36:34 GMT
439
+ Fri, 13 Aug 2021 07:36:34 GMT
296
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.25..@fluentui/react-label_v9.0.0-alpha.26)
297
441
 
298
442
  ### Changes
@@ -301,7 +445,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
301
445
 
302
446
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.25)
303
447
 
304
- Wed, 11 Aug 2021 07:34:54 GMT
448
+ Wed, 11 Aug 2021 07:34:54 GMT
305
449
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.24..@fluentui/react-label_v9.0.0-alpha.25)
306
450
 
307
451
  ### Changes
@@ -310,7 +454,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
310
454
 
311
455
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.24)
312
456
 
313
- Fri, 06 Aug 2021 07:35:14 GMT
457
+ Fri, 06 Aug 2021 07:35:14 GMT
314
458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.23..@fluentui/react-label_v9.0.0-alpha.24)
315
459
 
316
460
  ### Changes
@@ -319,7 +463,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
319
463
 
320
464
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.23)
321
465
 
322
- Tue, 03 Aug 2021 07:39:30 GMT
466
+ Tue, 03 Aug 2021 07:39:30 GMT
323
467
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.22..@fluentui/react-label_v9.0.0-alpha.23)
324
468
 
325
469
  ### Patches
@@ -334,7 +478,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
334
478
 
335
479
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.22)
336
480
 
337
- Mon, 02 Aug 2021 07:36:20 GMT
481
+ Mon, 02 Aug 2021 07:36:20 GMT
338
482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.21..@fluentui/react-label_v9.0.0-alpha.22)
339
483
 
340
484
  ### Changes
@@ -343,7 +487,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
343
487
 
344
488
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.21)
345
489
 
346
- Mon, 26 Jul 2021 07:37:30 GMT
490
+ Mon, 26 Jul 2021 07:37:30 GMT
347
491
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.20..@fluentui/react-label_v9.0.0-alpha.21)
348
492
 
349
493
  ### Changes
@@ -352,7 +496,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
352
496
 
353
497
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.20)
354
498
 
355
- Fri, 23 Jul 2021 07:38:19 GMT
499
+ Fri, 23 Jul 2021 07:38:19 GMT
356
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.19..@fluentui/react-label_v9.0.0-alpha.20)
357
501
 
358
502
  ### Changes
@@ -361,7 +505,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
361
505
 
362
506
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.19)
363
507
 
364
- Thu, 22 Jul 2021 07:36:55 GMT
508
+ Thu, 22 Jul 2021 07:36:55 GMT
365
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.18..@fluentui/react-label_v9.0.0-alpha.19)
366
510
 
367
511
  ### Changes
@@ -370,7 +514,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
370
514
 
371
515
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.18)
372
516
 
373
- Thu, 15 Jul 2021 07:36:18 GMT
517
+ Thu, 15 Jul 2021 07:36:18 GMT
374
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.17..@fluentui/react-label_v9.0.0-alpha.18)
375
519
 
376
520
  ### Changes
@@ -379,7 +523,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
379
523
 
380
524
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.17)
381
525
 
382
- Tue, 13 Jul 2021 22:32:58 GMT
526
+ Tue, 13 Jul 2021 22:32:58 GMT
383
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.16..@fluentui/react-label_v9.0.0-alpha.17)
384
528
 
385
529
  ### Patches
@@ -392,7 +536,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
392
536
 
393
537
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.16)
394
538
 
395
- Tue, 13 Jul 2021 07:35:36 GMT
539
+ Tue, 13 Jul 2021 07:35:36 GMT
396
540
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.15..@fluentui/react-label_v9.0.0-alpha.16)
397
541
 
398
542
  ### Changes
@@ -401,7 +545,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
401
545
 
402
546
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.15)
403
547
 
404
- Fri, 09 Jul 2021 07:39:31 GMT
548
+ Fri, 09 Jul 2021 07:39:31 GMT
405
549
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.14..@fluentui/react-label_v9.0.0-alpha.15)
406
550
 
407
551
  ### Patches
@@ -416,7 +560,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
416
560
 
417
561
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.14)
418
562
 
419
- Fri, 02 Jul 2021 23:15:55 GMT
563
+ Fri, 02 Jul 2021 23:15:55 GMT
420
564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.13..@fluentui/react-label_v9.0.0-alpha.14)
421
565
 
422
566
  ### Changes
@@ -425,7 +569,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
425
569
 
426
570
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.13)
427
571
 
428
- Fri, 02 Jul 2021 07:37:06 GMT
572
+ Fri, 02 Jul 2021 07:37:06 GMT
429
573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.12..@fluentui/react-label_v9.0.0-alpha.13)
430
574
 
431
575
  ### Changes
@@ -434,7 +578,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
434
578
 
435
579
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.12)
436
580
 
437
- Thu, 01 Jul 2021 07:35:05 GMT
581
+ Thu, 01 Jul 2021 07:35:05 GMT
438
582
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.11..@fluentui/react-label_v9.0.0-alpha.12)
439
583
 
440
584
  ### Changes
@@ -443,7 +587,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
443
587
 
444
588
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.11)
445
589
 
446
- Wed, 30 Jun 2021 07:38:35 GMT
590
+ Wed, 30 Jun 2021 07:38:35 GMT
447
591
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.10..@fluentui/react-label_v9.0.0-alpha.11)
448
592
 
449
593
  ### Changes
@@ -452,7 +596,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
452
596
 
453
597
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.10)
454
598
 
455
- Tue, 29 Jun 2021 07:33:32 GMT
599
+ Tue, 29 Jun 2021 07:33:32 GMT
456
600
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.9..@fluentui/react-label_v9.0.0-alpha.10)
457
601
 
458
602
  ### Changes
@@ -461,7 +605,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
461
605
 
462
606
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.9)
463
607
 
464
- Fri, 18 Jun 2021 07:30:58 GMT
608
+ Fri, 18 Jun 2021 07:30:58 GMT
465
609
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.8..@fluentui/react-label_v9.0.0-alpha.9)
466
610
 
467
611
  ### Changes
@@ -470,7 +614,7 @@ Fri, 18 Jun 2021 07:30:58 GMT
470
614
 
471
615
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.8)
472
616
 
473
- Tue, 15 Jun 2021 07:40:20 GMT
617
+ Tue, 15 Jun 2021 07:40:20 GMT
474
618
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.7..@fluentui/react-label_v9.0.0-alpha.8)
475
619
 
476
620
  ### Changes
@@ -479,7 +623,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
479
623
 
480
624
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.7)
481
625
 
482
- Wed, 09 Jun 2021 07:33:38 GMT
626
+ Wed, 09 Jun 2021 07:33:38 GMT
483
627
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.6..@fluentui/react-label_v9.0.0-alpha.7)
484
628
 
485
629
  ### Changes
@@ -488,7 +632,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
488
632
 
489
633
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.6)
490
634
 
491
- Mon, 07 Jun 2021 07:38:15 GMT
635
+ Mon, 07 Jun 2021 07:38:15 GMT
492
636
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.5..@fluentui/react-label_v9.0.0-alpha.6)
493
637
 
494
638
  ### Patches
@@ -503,7 +647,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
503
647
 
504
648
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.5)
505
649
 
506
- Fri, 04 Jun 2021 07:37:23 GMT
650
+ Fri, 04 Jun 2021 07:37:23 GMT
507
651
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.4..@fluentui/react-label_v9.0.0-alpha.5)
508
652
 
509
653
  ### Changes
@@ -512,7 +656,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
512
656
 
513
657
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.4)
514
658
 
515
- Thu, 03 Jun 2021 07:36:03 GMT
659
+ Thu, 03 Jun 2021 07:36:03 GMT
516
660
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.3..@fluentui/react-label_v9.0.0-alpha.4)
517
661
 
518
662
  ### Changes
@@ -521,7 +665,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
521
665
 
522
666
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.3)
523
667
 
524
- Wed, 26 May 2021 07:35:43 GMT
668
+ Wed, 26 May 2021 07:35:43 GMT
525
669
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.2..@fluentui/react-label_v9.0.0-alpha.3)
526
670
 
527
671
  ### Changes
@@ -530,7 +674,7 @@ Wed, 26 May 2021 07:35:43 GMT
530
674
 
531
675
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.2)
532
676
 
533
- Fri, 21 May 2021 07:34:54 GMT
677
+ Fri, 21 May 2021 07:34:54 GMT
534
678
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.1..@fluentui/react-label_v9.0.0-alpha.2)
535
679
 
536
680
  ### Changes
package/README.md CHANGED
@@ -4,16 +4,19 @@
4
4
 
5
5
  These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
6
6
 
7
+ Labels provide a name or title to a component or group of components, e.g., text fields, checkboxes, radio buttons, and dropdown menus.
8
+
7
9
  ## Usage
8
10
 
9
- To use the `Label` component import it from `@fluentui/react-label` and use it as shown below.
11
+ To use the `Label` component import it from `@fluentui/react-components` and use it as shown below.
10
12
 
11
13
  ```tsx
12
14
  import * as React from 'react';
13
- import { Label } from '@fluentui/react-label';
15
+ import { Label } from '@fluentui/react-components';
16
+ import { useId } from '@fluentui/react-utilities';
14
17
 
15
18
  export const labelExample = () => {
16
- const inputId = React.useId('firstNameLabel');
19
+ const inputId = useId('firstNameLabel-');
17
20
 
18
21
  return (
19
22
  <>
@@ -25,3 +28,14 @@ export const labelExample = () => {
25
28
  );
26
29
  };
27
30
  ```
31
+
32
+ See [Fluent UI Storybook](https://aka.ms/fluentui-storybook) for more detailed usage examples.
33
+
34
+ Alternatively, run Storybook locally with:
35
+
36
+ 1. `yarn start`
37
+ 2. Select `react-label` from the list.
38
+
39
+ ### Specification
40
+
41
+ See [Spec.md](./Spec.md).