@fluentui/react-label 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/CHANGELOG.json +512 -20
  2. package/CHANGELOG.md +194 -62
  3. package/README.md +17 -3
  4. package/Spec.md +34 -40
  5. package/dist/index.d.ts +78 -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 +19 -6
  17. package/lib/components/Label/useLabelStyles.js.map +1 -1
  18. package/lib/index.js +2 -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 +23 -9
  32. package/lib-commonjs/components/Label/useLabelStyles.js.map +1 -1
  33. package/lib-commonjs/index.js +39 -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,28 +1,160 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Tue, 26 Oct 2021 09:22:36 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.b5b7401007.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-nightly.b5b7401007.0)
7
+ ## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.2)
8
8
 
9
- Tue, 26 Oct 2021 09:22:36 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.b5b7401007.0)
9
+ Mon, 23 May 2022 12:10:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.12..@fluentui/react-label_v9.0.0-rc.2)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by peter@draxler.ml)
16
- - Removed duplicate 'Label' from story names ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by gcox@microsoft.com)
17
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
18
- - Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
19
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
20
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
21
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
14
+ - update README and package version ([PR #22865](https://github.com/microsoft/fluentui/pull/22865) by esteban.230@hotmail.com)
15
+ - feat: ship rolluped only dts ([PR #22793](https://github.com/microsoft/fluentui/pull/22793) by martinhochel@microsoft.com)
16
+ - Removing commons type from Label. ([PR #22880](https://github.com/microsoft/fluentui/pull/22880) by esteban.230@hotmail.com)
17
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
18
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
19
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+
23
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.12)
24
+
25
+ Thu, 05 May 2022 18:26:24 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.11..@fluentui/react-label_v9.0.0-beta.12)
27
+
28
+ ### Changes
29
+
30
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
32
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
33
+
34
+ ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.11)
35
+
36
+ Wed, 04 May 2022 13:26:43 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.10..@fluentui/react-label_v9.0.0-beta.11)
38
+
39
+ ### Changes
40
+
41
+ - Add style to make required match text when disabled ([PR #22715](https://github.com/microsoft/fluentui/pull/22715) by mgodbolt@microsoft.com)
42
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
43
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
44
+
45
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.10)
46
+
47
+ Tue, 19 Apr 2022 19:17:27 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.9..@fluentui/react-label_v9.0.0-beta.10)
49
+
50
+ ### Changes
51
+
52
+ - Add static classnames to Label ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
53
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
54
+ - Removing star exports. ([PR #22138](https://github.com/microsoft/fluentui/pull/22138) by Humberto.Morimoto@microsoft.com)
55
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
56
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
57
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
58
+
59
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.9)
60
+
61
+ Fri, 04 Mar 2022 05:17:37 GMT
62
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.8..@fluentui/react-label_v9.0.0-beta.9)
63
+
64
+ ### Changes
65
+
66
+ - 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)
67
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
68
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
69
+
70
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.8)
71
+
72
+ Tue, 01 Mar 2022 02:17:36 GMT
73
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.7..@fluentui/react-label_v9.0.0-beta.8)
74
+
75
+ ### Changes
76
+
77
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
78
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
79
+
80
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.7)
81
+
82
+ Fri, 18 Feb 2022 13:35:32 GMT
83
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.5..@fluentui/react-label_v9.0.0-beta.7)
84
+
85
+ ### Changes
86
+
87
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
88
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
89
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
90
+
91
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.5)
92
+
93
+ Thu, 10 Feb 2022 08:51:22 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.4..@fluentui/react-label_v9.0.0-beta.5)
95
+
96
+ ### Changes
97
+
98
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
99
+ - Replace make-styles packages with griffel equivalents. ([PR #21430](https://github.com/microsoft/fluentui/pull/21430) by olfedias@microsoft.com)
100
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
101
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
102
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
103
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
104
+ - 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)
105
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
106
+ - 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)
107
+ - 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)
108
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
109
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
110
+
111
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.4)
112
+
113
+ Thu, 25 Nov 2021 08:34:14 GMT
114
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.3..@fluentui/react-label_v9.0.0-beta.4)
115
+
116
+ ### Changes
117
+
118
+ - Add aria-hidden to Label required field ([PR #20680](https://github.com/microsoft/fluentui/pull/20680) by ololubek@microsoft.com)
119
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
120
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
121
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
122
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
123
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
124
+
125
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.3)
126
+
127
+ Fri, 12 Nov 2021 13:25:25 GMT
128
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.2..@fluentui/react-label_v9.0.0-beta.3)
129
+
130
+ ### Changes
131
+
132
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
133
+ - export static classes for components ([PR #20456](https://github.com/microsoft/fluentui/pull/20456) by olfedias@microsoft.com)
134
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
135
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
136
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
137
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
138
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
139
+
140
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.2)
141
+
142
+ Wed, 27 Oct 2021 12:14:18 GMT
143
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.1..@fluentui/react-label_v9.0.0-beta.2)
144
+
145
+ ### Changes
146
+
147
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
148
+ - Removed duplicate 'Label' from story names ([PR #20269](https://github.com/microsoft/fluentui/pull/20269) by gcox@microsoft.com)
149
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
150
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
151
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
152
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
153
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
22
154
 
23
155
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.1)
24
156
 
25
- Wed, 06 Oct 2021 10:37:22 GMT
157
+ Wed, 06 Oct 2021 10:37:22 GMT
26
158
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.51..@fluentui/react-label_v9.0.0-beta.1)
27
159
 
28
160
  ### Changes
@@ -36,7 +168,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
36
168
 
37
169
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.51)
38
170
 
39
- Tue, 05 Oct 2021 12:47:58 GMT
171
+ Tue, 05 Oct 2021 12:47:58 GMT
40
172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.50..@fluentui/react-label_v9.0.0-alpha.51)
41
173
 
42
174
  ### Changes
@@ -48,7 +180,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
48
180
 
49
181
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.50)
50
182
 
51
- Tue, 05 Oct 2021 09:28:07 GMT
183
+ Tue, 05 Oct 2021 09:28:07 GMT
52
184
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.49..@fluentui/react-label_v9.0.0-alpha.50)
53
185
 
54
186
  ### Changes
@@ -62,7 +194,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
62
194
 
63
195
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.49)
64
196
 
65
- Fri, 01 Oct 2021 14:13:08 GMT
197
+ Fri, 01 Oct 2021 14:13:08 GMT
66
198
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.47..@fluentui/react-label_v9.0.0-alpha.49)
67
199
 
68
200
  ### Changes
@@ -76,7 +208,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
76
208
 
77
209
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.47)
78
210
 
79
- Wed, 29 Sep 2021 08:06:11 GMT
211
+ Wed, 29 Sep 2021 08:06:11 GMT
80
212
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.46..@fluentui/react-label_v9.0.0-alpha.47)
81
213
 
82
214
  ### Changes
@@ -88,7 +220,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
88
220
 
89
221
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.46)
90
222
 
91
- Mon, 27 Sep 2021 08:06:00 GMT
223
+ Mon, 27 Sep 2021 08:06:00 GMT
92
224
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.45..@fluentui/react-label_v9.0.0-alpha.46)
93
225
 
94
226
  ### Changes
@@ -101,7 +233,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
101
233
 
102
234
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.45)
103
235
 
104
- Fri, 24 Sep 2021 09:17:17 GMT
236
+ Fri, 24 Sep 2021 09:17:17 GMT
105
237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.44..@fluentui/react-label_v9.0.0-alpha.45)
106
238
 
107
239
  ### Changes
@@ -114,7 +246,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
114
246
 
115
247
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.44)
116
248
 
117
- Thu, 23 Sep 2021 08:21:34 GMT
249
+ Thu, 23 Sep 2021 08:21:34 GMT
118
250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.43..@fluentui/react-label_v9.0.0-alpha.44)
119
251
 
120
252
  ### Changes
@@ -127,7 +259,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
127
259
 
128
260
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.43)
129
261
 
130
- Wed, 22 Sep 2021 10:10:07 GMT
262
+ Wed, 22 Sep 2021 10:10:07 GMT
131
263
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.42..@fluentui/react-label_v9.0.0-alpha.43)
132
264
 
133
265
  ### Changes
@@ -140,7 +272,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
140
272
 
141
273
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.42)
142
274
 
143
- Tue, 21 Sep 2021 07:42:34 GMT
275
+ Tue, 21 Sep 2021 07:42:34 GMT
144
276
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.41..@fluentui/react-label_v9.0.0-alpha.42)
145
277
 
146
278
  ### Changes
@@ -153,7 +285,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
153
285
 
154
286
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.41)
155
287
 
156
- Mon, 20 Sep 2021 07:36:26 GMT
288
+ Mon, 20 Sep 2021 07:36:26 GMT
157
289
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.40..@fluentui/react-label_v9.0.0-alpha.41)
158
290
 
159
291
  ### Changes
@@ -162,7 +294,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
162
294
 
163
295
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.40)
164
296
 
165
- Fri, 17 Sep 2021 07:35:26 GMT
297
+ Fri, 17 Sep 2021 07:35:26 GMT
166
298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.39..@fluentui/react-label_v9.0.0-alpha.40)
167
299
 
168
300
  ### Changes
@@ -171,7 +303,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
171
303
 
172
304
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.39)
173
305
 
174
- Thu, 16 Sep 2021 07:38:39 GMT
306
+ Thu, 16 Sep 2021 07:38:39 GMT
175
307
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.38..@fluentui/react-label_v9.0.0-alpha.39)
176
308
 
177
309
  ### Changes
@@ -180,7 +312,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
180
312
 
181
313
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.38)
182
314
 
183
- Tue, 14 Sep 2021 20:09:02 GMT
315
+ Tue, 14 Sep 2021 20:09:02 GMT
184
316
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.37..@fluentui/react-label_v9.0.0-alpha.38)
185
317
 
186
318
  ### Changes
@@ -189,7 +321,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
189
321
 
190
322
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.37)
191
323
 
192
- Fri, 10 Sep 2021 16:31:53 GMT
324
+ Fri, 10 Sep 2021 16:31:53 GMT
193
325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.36..@fluentui/react-label_v9.0.0-alpha.37)
194
326
 
195
327
  ### Changes
@@ -199,7 +331,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
199
331
 
200
332
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.36)
201
333
 
202
- Fri, 10 Sep 2021 07:39:51 GMT
334
+ Fri, 10 Sep 2021 07:39:51 GMT
203
335
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.35..@fluentui/react-label_v9.0.0-alpha.36)
204
336
 
205
337
  ### Changes
@@ -208,7 +340,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
208
340
 
209
341
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.35)
210
342
 
211
- Mon, 06 Sep 2021 07:34:53 GMT
343
+ Mon, 06 Sep 2021 07:34:53 GMT
212
344
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.34..@fluentui/react-label_v9.0.0-alpha.35)
213
345
 
214
346
  ### Changes
@@ -217,7 +349,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
217
349
 
218
350
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.34)
219
351
 
220
- Thu, 02 Sep 2021 07:36:46 GMT
352
+ Thu, 02 Sep 2021 07:36:46 GMT
221
353
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.33..@fluentui/react-label_v9.0.0-alpha.34)
222
354
 
223
355
  ### Patches
@@ -230,7 +362,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
230
362
 
231
363
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.33)
232
364
 
233
- Wed, 01 Sep 2021 07:39:56 GMT
365
+ Wed, 01 Sep 2021 07:39:56 GMT
234
366
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.32..@fluentui/react-label_v9.0.0-alpha.33)
235
367
 
236
368
  ### Changes
@@ -239,7 +371,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
239
371
 
240
372
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.32)
241
373
 
242
- Tue, 31 Aug 2021 07:37:47 GMT
374
+ Tue, 31 Aug 2021 07:37:47 GMT
243
375
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.31..@fluentui/react-label_v9.0.0-alpha.32)
244
376
 
245
377
  ### Changes
@@ -248,7 +380,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
248
380
 
249
381
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.31)
250
382
 
251
- Fri, 27 Aug 2021 07:33:32 GMT
383
+ Fri, 27 Aug 2021 07:33:32 GMT
252
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.30..@fluentui/react-label_v9.0.0-alpha.31)
253
385
 
254
386
  ### Changes
@@ -257,7 +389,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
257
389
 
258
390
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.30)
259
391
 
260
- Thu, 26 Aug 2021 07:35:43 GMT
392
+ Thu, 26 Aug 2021 07:35:43 GMT
261
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.29..@fluentui/react-label_v9.0.0-alpha.30)
262
394
 
263
395
  ### Changes
@@ -266,7 +398,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
266
398
 
267
399
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.29)
268
400
 
269
- Tue, 24 Aug 2021 07:34:48 GMT
401
+ Tue, 24 Aug 2021 07:34:48 GMT
270
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.28..@fluentui/react-label_v9.0.0-alpha.29)
271
403
 
272
404
  ### Changes
@@ -275,7 +407,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
275
407
 
276
408
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.28)
277
409
 
278
- Fri, 20 Aug 2021 07:37:28 GMT
410
+ Fri, 20 Aug 2021 07:37:28 GMT
279
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.27..@fluentui/react-label_v9.0.0-alpha.28)
280
412
 
281
413
  ### Changes
@@ -284,7 +416,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
284
416
 
285
417
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.27)
286
418
 
287
- Thu, 19 Aug 2021 07:41:35 GMT
419
+ Thu, 19 Aug 2021 07:41:35 GMT
288
420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.26..@fluentui/react-label_v9.0.0-alpha.27)
289
421
 
290
422
  ### Changes
@@ -293,7 +425,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
293
425
 
294
426
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.26)
295
427
 
296
- Fri, 13 Aug 2021 07:36:34 GMT
428
+ Fri, 13 Aug 2021 07:36:34 GMT
297
429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.25..@fluentui/react-label_v9.0.0-alpha.26)
298
430
 
299
431
  ### Changes
@@ -302,7 +434,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
302
434
 
303
435
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.25)
304
436
 
305
- Wed, 11 Aug 2021 07:34:54 GMT
437
+ Wed, 11 Aug 2021 07:34:54 GMT
306
438
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.24..@fluentui/react-label_v9.0.0-alpha.25)
307
439
 
308
440
  ### Changes
@@ -311,7 +443,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
311
443
 
312
444
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.24)
313
445
 
314
- Fri, 06 Aug 2021 07:35:14 GMT
446
+ Fri, 06 Aug 2021 07:35:14 GMT
315
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.23..@fluentui/react-label_v9.0.0-alpha.24)
316
448
 
317
449
  ### Changes
@@ -320,7 +452,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
320
452
 
321
453
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.23)
322
454
 
323
- Tue, 03 Aug 2021 07:39:30 GMT
455
+ Tue, 03 Aug 2021 07:39:30 GMT
324
456
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.22..@fluentui/react-label_v9.0.0-alpha.23)
325
457
 
326
458
  ### Patches
@@ -335,7 +467,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
335
467
 
336
468
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.22)
337
469
 
338
- Mon, 02 Aug 2021 07:36:20 GMT
470
+ Mon, 02 Aug 2021 07:36:20 GMT
339
471
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.21..@fluentui/react-label_v9.0.0-alpha.22)
340
472
 
341
473
  ### Changes
@@ -344,7 +476,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
344
476
 
345
477
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.21)
346
478
 
347
- Mon, 26 Jul 2021 07:37:30 GMT
479
+ Mon, 26 Jul 2021 07:37:30 GMT
348
480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.20..@fluentui/react-label_v9.0.0-alpha.21)
349
481
 
350
482
  ### Changes
@@ -353,7 +485,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
353
485
 
354
486
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.20)
355
487
 
356
- Fri, 23 Jul 2021 07:38:19 GMT
488
+ Fri, 23 Jul 2021 07:38:19 GMT
357
489
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.19..@fluentui/react-label_v9.0.0-alpha.20)
358
490
 
359
491
  ### Changes
@@ -362,7 +494,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
362
494
 
363
495
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.19)
364
496
 
365
- Thu, 22 Jul 2021 07:36:55 GMT
497
+ Thu, 22 Jul 2021 07:36:55 GMT
366
498
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.18..@fluentui/react-label_v9.0.0-alpha.19)
367
499
 
368
500
  ### Changes
@@ -371,7 +503,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
371
503
 
372
504
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.18)
373
505
 
374
- Thu, 15 Jul 2021 07:36:18 GMT
506
+ Thu, 15 Jul 2021 07:36:18 GMT
375
507
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.17..@fluentui/react-label_v9.0.0-alpha.18)
376
508
 
377
509
  ### Changes
@@ -380,7 +512,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
380
512
 
381
513
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.17)
382
514
 
383
- Tue, 13 Jul 2021 22:32:58 GMT
515
+ Tue, 13 Jul 2021 22:32:58 GMT
384
516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.16..@fluentui/react-label_v9.0.0-alpha.17)
385
517
 
386
518
  ### Patches
@@ -393,7 +525,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
393
525
 
394
526
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.16)
395
527
 
396
- Tue, 13 Jul 2021 07:35:36 GMT
528
+ Tue, 13 Jul 2021 07:35:36 GMT
397
529
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.15..@fluentui/react-label_v9.0.0-alpha.16)
398
530
 
399
531
  ### Changes
@@ -402,7 +534,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
402
534
 
403
535
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.15)
404
536
 
405
- Fri, 09 Jul 2021 07:39:31 GMT
537
+ Fri, 09 Jul 2021 07:39:31 GMT
406
538
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.14..@fluentui/react-label_v9.0.0-alpha.15)
407
539
 
408
540
  ### Patches
@@ -417,7 +549,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
417
549
 
418
550
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.14)
419
551
 
420
- Fri, 02 Jul 2021 23:15:55 GMT
552
+ Fri, 02 Jul 2021 23:15:55 GMT
421
553
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.13..@fluentui/react-label_v9.0.0-alpha.14)
422
554
 
423
555
  ### Changes
@@ -426,7 +558,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
426
558
 
427
559
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.13)
428
560
 
429
- Fri, 02 Jul 2021 07:37:06 GMT
561
+ Fri, 02 Jul 2021 07:37:06 GMT
430
562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.12..@fluentui/react-label_v9.0.0-alpha.13)
431
563
 
432
564
  ### Changes
@@ -435,7 +567,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
435
567
 
436
568
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.12)
437
569
 
438
- Thu, 01 Jul 2021 07:35:05 GMT
570
+ Thu, 01 Jul 2021 07:35:05 GMT
439
571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.11..@fluentui/react-label_v9.0.0-alpha.12)
440
572
 
441
573
  ### Changes
@@ -444,7 +576,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
444
576
 
445
577
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.11)
446
578
 
447
- Wed, 30 Jun 2021 07:38:35 GMT
579
+ Wed, 30 Jun 2021 07:38:35 GMT
448
580
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.10..@fluentui/react-label_v9.0.0-alpha.11)
449
581
 
450
582
  ### Changes
@@ -453,7 +585,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
453
585
 
454
586
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.10)
455
587
 
456
- Tue, 29 Jun 2021 07:33:32 GMT
588
+ Tue, 29 Jun 2021 07:33:32 GMT
457
589
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.9..@fluentui/react-label_v9.0.0-alpha.10)
458
590
 
459
591
  ### Changes
@@ -462,7 +594,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
462
594
 
463
595
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.9)
464
596
 
465
- Fri, 18 Jun 2021 07:30:58 GMT
597
+ Fri, 18 Jun 2021 07:30:58 GMT
466
598
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.8..@fluentui/react-label_v9.0.0-alpha.9)
467
599
 
468
600
  ### Changes
@@ -471,7 +603,7 @@ Fri, 18 Jun 2021 07:30:58 GMT
471
603
 
472
604
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.8)
473
605
 
474
- Tue, 15 Jun 2021 07:40:20 GMT
606
+ Tue, 15 Jun 2021 07:40:20 GMT
475
607
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.7..@fluentui/react-label_v9.0.0-alpha.8)
476
608
 
477
609
  ### Changes
@@ -480,7 +612,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
480
612
 
481
613
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.7)
482
614
 
483
- Wed, 09 Jun 2021 07:33:38 GMT
615
+ Wed, 09 Jun 2021 07:33:38 GMT
484
616
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.6..@fluentui/react-label_v9.0.0-alpha.7)
485
617
 
486
618
  ### Changes
@@ -489,7 +621,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
489
621
 
490
622
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.6)
491
623
 
492
- Mon, 07 Jun 2021 07:38:15 GMT
624
+ Mon, 07 Jun 2021 07:38:15 GMT
493
625
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.5..@fluentui/react-label_v9.0.0-alpha.6)
494
626
 
495
627
  ### Patches
@@ -504,7 +636,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
504
636
 
505
637
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.5)
506
638
 
507
- Fri, 04 Jun 2021 07:37:23 GMT
639
+ Fri, 04 Jun 2021 07:37:23 GMT
508
640
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.4..@fluentui/react-label_v9.0.0-alpha.5)
509
641
 
510
642
  ### Changes
@@ -513,7 +645,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
513
645
 
514
646
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.4)
515
647
 
516
- Thu, 03 Jun 2021 07:36:03 GMT
648
+ Thu, 03 Jun 2021 07:36:03 GMT
517
649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.3..@fluentui/react-label_v9.0.0-alpha.4)
518
650
 
519
651
  ### Changes
@@ -522,7 +654,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
522
654
 
523
655
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.3)
524
656
 
525
- Wed, 26 May 2021 07:35:43 GMT
657
+ Wed, 26 May 2021 07:35:43 GMT
526
658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.2..@fluentui/react-label_v9.0.0-alpha.3)
527
659
 
528
660
  ### Changes
@@ -531,7 +663,7 @@ Wed, 26 May 2021 07:35:43 GMT
531
663
 
532
664
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.2)
533
665
 
534
- Fri, 21 May 2021 07:34:54 GMT
666
+ Fri, 21 May 2021 07:34:54 GMT
535
667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.1..@fluentui/react-label_v9.0.0-alpha.2)
536
668
 
537
669
  ### 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).