@fluentui/react-label 9.0.0-beta.1 → 9.0.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +493 -1
- package/CHANGELOG.md +183 -51
- package/README.md +2 -1
- package/Spec.md +34 -40
- package/dist/{react-label.d.ts → index.d.ts} +24 -23
- package/lib/Label.js.map +1 -1
- package/lib/components/Label/Label.js +7 -7
- package/lib/components/Label/Label.js.map +1 -1
- package/lib/components/Label/Label.types.d.ts +14 -14
- package/lib/components/Label/Label.types.js.map +1 -1
- package/lib/components/Label/index.js.map +1 -1
- package/lib/components/Label/renderLabel.d.ts +1 -1
- package/lib/components/Label/renderLabel.js +8 -8
- package/lib/components/Label/renderLabel.js.map +1 -1
- package/lib/components/Label/useLabel.d.ts +4 -9
- package/lib/components/Label/useLabel.js +18 -27
- package/lib/components/Label/useLabel.js.map +1 -1
- package/lib/components/Label/useLabelStyles.d.ts +8 -2
- package/lib/components/Label/useLabelStyles.js +19 -6
- package/lib/components/Label/useLabelStyles.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Label.js +1 -1
- package/lib-commonjs/Label.js.map +1 -1
- package/lib-commonjs/components/Label/Label.js +8 -8
- package/lib-commonjs/components/Label/Label.js.map +1 -1
- package/lib-commonjs/components/Label/Label.types.d.ts +14 -14
- package/lib-commonjs/components/Label/Label.types.js.map +1 -1
- package/lib-commonjs/components/Label/index.js +1 -1
- package/lib-commonjs/components/Label/index.js.map +1 -1
- package/lib-commonjs/components/Label/renderLabel.d.ts +1 -1
- package/lib-commonjs/components/Label/renderLabel.js +12 -14
- package/lib-commonjs/components/Label/renderLabel.js.map +1 -1
- package/lib-commonjs/components/Label/useLabel.d.ts +4 -9
- package/lib-commonjs/components/Label/useLabel.js +23 -33
- package/lib-commonjs/components/Label/useLabel.js.map +1 -1
- package/lib-commonjs/components/Label/useLabelStyles.d.ts +8 -2
- package/lib-commonjs/components/Label/useLabelStyles.js +23 -9
- package/lib-commonjs/components/Label/useLabelStyles.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -2
- package/lib-commonjs/index.js +39 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +18 -22
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,144 @@
|
|
1
1
|
# Change Log - @fluentui/react-label
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 05 May 2022 18:24:31 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.12)
|
8
|
+
|
9
|
+
Thu, 05 May 2022 18:24:31 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.11..@fluentui/react-label_v9.0.0-beta.12)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
16
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.11)
|
19
|
+
|
20
|
+
Wed, 04 May 2022 13:26:43 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.10..@fluentui/react-label_v9.0.0-beta.11)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- Add style to make required match text when disabled ([PR #22715](https://github.com/microsoft/fluentui/pull/22715) by mgodbolt@microsoft.com)
|
26
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
27
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
28
|
+
|
29
|
+
## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.10)
|
30
|
+
|
31
|
+
Tue, 19 Apr 2022 19:17:27 GMT
|
32
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.9..@fluentui/react-label_v9.0.0-beta.10)
|
33
|
+
|
34
|
+
### Changes
|
35
|
+
|
36
|
+
- Add static classnames to Label ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
37
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
38
|
+
- Removing star exports. ([PR #22138](https://github.com/microsoft/fluentui/pull/22138) by Humberto.Morimoto@microsoft.com)
|
39
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
40
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
41
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
42
|
+
|
43
|
+
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.9)
|
44
|
+
|
45
|
+
Fri, 04 Mar 2022 05:17:37 GMT
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.8..@fluentui/react-label_v9.0.0-beta.9)
|
47
|
+
|
48
|
+
### Changes
|
49
|
+
|
50
|
+
- 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)
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
53
|
+
|
54
|
+
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.8)
|
55
|
+
|
56
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.7..@fluentui/react-label_v9.0.0-beta.8)
|
58
|
+
|
59
|
+
### Changes
|
60
|
+
|
61
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
62
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
63
|
+
|
64
|
+
## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.7)
|
65
|
+
|
66
|
+
Fri, 18 Feb 2022 13:35:32 GMT
|
67
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.5..@fluentui/react-label_v9.0.0-beta.7)
|
68
|
+
|
69
|
+
### Changes
|
70
|
+
|
71
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
72
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
73
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
74
|
+
|
75
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.5)
|
76
|
+
|
77
|
+
Thu, 10 Feb 2022 08:51:22 GMT
|
78
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.4..@fluentui/react-label_v9.0.0-beta.5)
|
79
|
+
|
80
|
+
### Changes
|
81
|
+
|
82
|
+
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
83
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21430](https://github.com/microsoft/fluentui/pull/21430) by olfedias@microsoft.com)
|
84
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
85
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
86
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
87
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
88
|
+
- 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)
|
89
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
90
|
+
- 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)
|
91
|
+
- 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)
|
92
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
93
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
94
|
+
|
95
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.4)
|
96
|
+
|
97
|
+
Thu, 25 Nov 2021 08:34:14 GMT
|
98
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.3..@fluentui/react-label_v9.0.0-beta.4)
|
99
|
+
|
100
|
+
### Changes
|
101
|
+
|
102
|
+
- Add aria-hidden to Label required field ([PR #20680](https://github.com/microsoft/fluentui/pull/20680) by ololubek@microsoft.com)
|
103
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
104
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
105
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
106
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
107
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
108
|
+
|
109
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.3)
|
110
|
+
|
111
|
+
Fri, 12 Nov 2021 13:25:25 GMT
|
112
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.2..@fluentui/react-label_v9.0.0-beta.3)
|
113
|
+
|
114
|
+
### Changes
|
115
|
+
|
116
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
117
|
+
- export static classes for components ([PR #20456](https://github.com/microsoft/fluentui/pull/20456) by olfedias@microsoft.com)
|
118
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
119
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
120
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
121
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
122
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
123
|
+
|
124
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.2)
|
125
|
+
|
126
|
+
Wed, 27 Oct 2021 12:14:18 GMT
|
127
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.1..@fluentui/react-label_v9.0.0-beta.2)
|
128
|
+
|
129
|
+
### Changes
|
130
|
+
|
131
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
132
|
+
- Removed duplicate 'Label' from story names ([PR #20269](https://github.com/microsoft/fluentui/pull/20269) by gcox@microsoft.com)
|
133
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
134
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
135
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
136
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
137
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
138
|
+
|
7
139
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.1)
|
8
140
|
|
9
|
-
Wed, 06 Oct 2021 10:
|
141
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
10
142
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.51..@fluentui/react-label_v9.0.0-beta.1)
|
11
143
|
|
12
144
|
### Changes
|
@@ -20,7 +152,7 @@ Wed, 06 Oct 2021 10:36:00 GMT
|
|
20
152
|
|
21
153
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.51)
|
22
154
|
|
23
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
155
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
24
156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.50..@fluentui/react-label_v9.0.0-alpha.51)
|
25
157
|
|
26
158
|
### Changes
|
@@ -32,7 +164,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
32
164
|
|
33
165
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.50)
|
34
166
|
|
35
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
167
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
36
168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.49..@fluentui/react-label_v9.0.0-alpha.50)
|
37
169
|
|
38
170
|
### Changes
|
@@ -46,7 +178,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
46
178
|
|
47
179
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.49)
|
48
180
|
|
49
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
181
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
50
182
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.47..@fluentui/react-label_v9.0.0-alpha.49)
|
51
183
|
|
52
184
|
### Changes
|
@@ -60,7 +192,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
60
192
|
|
61
193
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.47)
|
62
194
|
|
63
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
195
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
64
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.46..@fluentui/react-label_v9.0.0-alpha.47)
|
65
197
|
|
66
198
|
### Changes
|
@@ -72,7 +204,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
72
204
|
|
73
205
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.46)
|
74
206
|
|
75
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
207
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
76
208
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.45..@fluentui/react-label_v9.0.0-alpha.46)
|
77
209
|
|
78
210
|
### Changes
|
@@ -85,7 +217,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
85
217
|
|
86
218
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.45)
|
87
219
|
|
88
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
220
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
89
221
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.44..@fluentui/react-label_v9.0.0-alpha.45)
|
90
222
|
|
91
223
|
### Changes
|
@@ -98,7 +230,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
98
230
|
|
99
231
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.44)
|
100
232
|
|
101
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
233
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
102
234
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.43..@fluentui/react-label_v9.0.0-alpha.44)
|
103
235
|
|
104
236
|
### Changes
|
@@ -111,7 +243,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
111
243
|
|
112
244
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.43)
|
113
245
|
|
114
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
246
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
115
247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.42..@fluentui/react-label_v9.0.0-alpha.43)
|
116
248
|
|
117
249
|
### Changes
|
@@ -124,7 +256,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
124
256
|
|
125
257
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.42)
|
126
258
|
|
127
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
259
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
128
260
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.41..@fluentui/react-label_v9.0.0-alpha.42)
|
129
261
|
|
130
262
|
### Changes
|
@@ -137,7 +269,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
137
269
|
|
138
270
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.41)
|
139
271
|
|
140
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
272
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
141
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.40..@fluentui/react-label_v9.0.0-alpha.41)
|
142
274
|
|
143
275
|
### Changes
|
@@ -146,7 +278,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
146
278
|
|
147
279
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.40)
|
148
280
|
|
149
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
281
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
150
282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.39..@fluentui/react-label_v9.0.0-alpha.40)
|
151
283
|
|
152
284
|
### Changes
|
@@ -155,7 +287,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
155
287
|
|
156
288
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.39)
|
157
289
|
|
158
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
290
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
159
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.38..@fluentui/react-label_v9.0.0-alpha.39)
|
160
292
|
|
161
293
|
### Changes
|
@@ -164,7 +296,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
164
296
|
|
165
297
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.38)
|
166
298
|
|
167
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
299
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
168
300
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.37..@fluentui/react-label_v9.0.0-alpha.38)
|
169
301
|
|
170
302
|
### Changes
|
@@ -173,7 +305,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
173
305
|
|
174
306
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.37)
|
175
307
|
|
176
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
308
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
177
309
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.36..@fluentui/react-label_v9.0.0-alpha.37)
|
178
310
|
|
179
311
|
### Changes
|
@@ -183,7 +315,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
183
315
|
|
184
316
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.36)
|
185
317
|
|
186
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
318
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
187
319
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.35..@fluentui/react-label_v9.0.0-alpha.36)
|
188
320
|
|
189
321
|
### Changes
|
@@ -192,7 +324,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
192
324
|
|
193
325
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.35)
|
194
326
|
|
195
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
327
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
196
328
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.34..@fluentui/react-label_v9.0.0-alpha.35)
|
197
329
|
|
198
330
|
### Changes
|
@@ -201,7 +333,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
201
333
|
|
202
334
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.34)
|
203
335
|
|
204
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
336
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
205
337
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.33..@fluentui/react-label_v9.0.0-alpha.34)
|
206
338
|
|
207
339
|
### Patches
|
@@ -214,7 +346,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
214
346
|
|
215
347
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.33)
|
216
348
|
|
217
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
349
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
218
350
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.32..@fluentui/react-label_v9.0.0-alpha.33)
|
219
351
|
|
220
352
|
### Changes
|
@@ -223,7 +355,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
223
355
|
|
224
356
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.32)
|
225
357
|
|
226
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
358
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
227
359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.31..@fluentui/react-label_v9.0.0-alpha.32)
|
228
360
|
|
229
361
|
### Changes
|
@@ -232,7 +364,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
232
364
|
|
233
365
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.31)
|
234
366
|
|
235
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
367
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
236
368
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.30..@fluentui/react-label_v9.0.0-alpha.31)
|
237
369
|
|
238
370
|
### Changes
|
@@ -241,7 +373,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
241
373
|
|
242
374
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.30)
|
243
375
|
|
244
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
376
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
245
377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.29..@fluentui/react-label_v9.0.0-alpha.30)
|
246
378
|
|
247
379
|
### Changes
|
@@ -250,7 +382,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
250
382
|
|
251
383
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.29)
|
252
384
|
|
253
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
385
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
254
386
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.28..@fluentui/react-label_v9.0.0-alpha.29)
|
255
387
|
|
256
388
|
### Changes
|
@@ -259,7 +391,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
259
391
|
|
260
392
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.28)
|
261
393
|
|
262
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
394
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
263
395
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.27..@fluentui/react-label_v9.0.0-alpha.28)
|
264
396
|
|
265
397
|
### Changes
|
@@ -268,7 +400,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
268
400
|
|
269
401
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.27)
|
270
402
|
|
271
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
403
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
272
404
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.26..@fluentui/react-label_v9.0.0-alpha.27)
|
273
405
|
|
274
406
|
### Changes
|
@@ -277,7 +409,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
277
409
|
|
278
410
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.26)
|
279
411
|
|
280
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
412
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
281
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.25..@fluentui/react-label_v9.0.0-alpha.26)
|
282
414
|
|
283
415
|
### Changes
|
@@ -286,7 +418,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
286
418
|
|
287
419
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.25)
|
288
420
|
|
289
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
421
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
290
422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.24..@fluentui/react-label_v9.0.0-alpha.25)
|
291
423
|
|
292
424
|
### Changes
|
@@ -295,7 +427,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
295
427
|
|
296
428
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.24)
|
297
429
|
|
298
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
430
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
299
431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.23..@fluentui/react-label_v9.0.0-alpha.24)
|
300
432
|
|
301
433
|
### Changes
|
@@ -304,7 +436,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
304
436
|
|
305
437
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.23)
|
306
438
|
|
307
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
439
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
308
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.22..@fluentui/react-label_v9.0.0-alpha.23)
|
309
441
|
|
310
442
|
### Patches
|
@@ -319,7 +451,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
319
451
|
|
320
452
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.22)
|
321
453
|
|
322
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
454
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
323
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.21..@fluentui/react-label_v9.0.0-alpha.22)
|
324
456
|
|
325
457
|
### Changes
|
@@ -328,7 +460,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
328
460
|
|
329
461
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.21)
|
330
462
|
|
331
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
463
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
332
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.20..@fluentui/react-label_v9.0.0-alpha.21)
|
333
465
|
|
334
466
|
### Changes
|
@@ -337,7 +469,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
337
469
|
|
338
470
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.20)
|
339
471
|
|
340
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
472
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
341
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.19..@fluentui/react-label_v9.0.0-alpha.20)
|
342
474
|
|
343
475
|
### Changes
|
@@ -346,7 +478,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
346
478
|
|
347
479
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.19)
|
348
480
|
|
349
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
481
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
350
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.18..@fluentui/react-label_v9.0.0-alpha.19)
|
351
483
|
|
352
484
|
### Changes
|
@@ -355,7 +487,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
355
487
|
|
356
488
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.18)
|
357
489
|
|
358
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
490
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
359
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.17..@fluentui/react-label_v9.0.0-alpha.18)
|
360
492
|
|
361
493
|
### Changes
|
@@ -364,7 +496,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
364
496
|
|
365
497
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.17)
|
366
498
|
|
367
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
499
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
368
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.16..@fluentui/react-label_v9.0.0-alpha.17)
|
369
501
|
|
370
502
|
### Patches
|
@@ -377,7 +509,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
377
509
|
|
378
510
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.16)
|
379
511
|
|
380
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
512
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
381
513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.15..@fluentui/react-label_v9.0.0-alpha.16)
|
382
514
|
|
383
515
|
### Changes
|
@@ -386,7 +518,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
386
518
|
|
387
519
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.15)
|
388
520
|
|
389
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
521
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
390
522
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.14..@fluentui/react-label_v9.0.0-alpha.15)
|
391
523
|
|
392
524
|
### Patches
|
@@ -401,7 +533,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
401
533
|
|
402
534
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.14)
|
403
535
|
|
404
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
536
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
405
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.13..@fluentui/react-label_v9.0.0-alpha.14)
|
406
538
|
|
407
539
|
### Changes
|
@@ -410,7 +542,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
410
542
|
|
411
543
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.13)
|
412
544
|
|
413
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
545
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
414
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.12..@fluentui/react-label_v9.0.0-alpha.13)
|
415
547
|
|
416
548
|
### Changes
|
@@ -419,7 +551,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
419
551
|
|
420
552
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.12)
|
421
553
|
|
422
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
554
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
423
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.11..@fluentui/react-label_v9.0.0-alpha.12)
|
424
556
|
|
425
557
|
### Changes
|
@@ -428,7 +560,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
428
560
|
|
429
561
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.11)
|
430
562
|
|
431
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
563
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
432
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.10..@fluentui/react-label_v9.0.0-alpha.11)
|
433
565
|
|
434
566
|
### Changes
|
@@ -437,7 +569,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
437
569
|
|
438
570
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.10)
|
439
571
|
|
440
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
572
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
441
573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.9..@fluentui/react-label_v9.0.0-alpha.10)
|
442
574
|
|
443
575
|
### Changes
|
@@ -446,7 +578,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
446
578
|
|
447
579
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.9)
|
448
580
|
|
449
|
-
Fri, 18 Jun 2021 07:30:58 GMT
|
581
|
+
Fri, 18 Jun 2021 07:30:58 GMT
|
450
582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.8..@fluentui/react-label_v9.0.0-alpha.9)
|
451
583
|
|
452
584
|
### Changes
|
@@ -455,7 +587,7 @@ Fri, 18 Jun 2021 07:30:58 GMT
|
|
455
587
|
|
456
588
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.8)
|
457
589
|
|
458
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
590
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
459
591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.7..@fluentui/react-label_v9.0.0-alpha.8)
|
460
592
|
|
461
593
|
### Changes
|
@@ -464,7 +596,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
464
596
|
|
465
597
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.7)
|
466
598
|
|
467
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
599
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
468
600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.6..@fluentui/react-label_v9.0.0-alpha.7)
|
469
601
|
|
470
602
|
### Changes
|
@@ -473,7 +605,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
473
605
|
|
474
606
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.6)
|
475
607
|
|
476
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
608
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
477
609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.5..@fluentui/react-label_v9.0.0-alpha.6)
|
478
610
|
|
479
611
|
### Patches
|
@@ -488,7 +620,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
488
620
|
|
489
621
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.5)
|
490
622
|
|
491
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
623
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
492
624
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.4..@fluentui/react-label_v9.0.0-alpha.5)
|
493
625
|
|
494
626
|
### Changes
|
@@ -497,7 +629,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
497
629
|
|
498
630
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.4)
|
499
631
|
|
500
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
632
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
501
633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.3..@fluentui/react-label_v9.0.0-alpha.4)
|
502
634
|
|
503
635
|
### Changes
|
@@ -506,7 +638,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
506
638
|
|
507
639
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.3)
|
508
640
|
|
509
|
-
Wed, 26 May 2021 07:35:43 GMT
|
641
|
+
Wed, 26 May 2021 07:35:43 GMT
|
510
642
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.2..@fluentui/react-label_v9.0.0-alpha.3)
|
511
643
|
|
512
644
|
### Changes
|
@@ -515,7 +647,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
515
647
|
|
516
648
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.2)
|
517
649
|
|
518
|
-
Fri, 21 May 2021 07:34:54 GMT
|
650
|
+
Fri, 21 May 2021 07:34:54 GMT
|
519
651
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.1..@fluentui/react-label_v9.0.0-alpha.2)
|
520
652
|
|
521
653
|
### Changes
|
package/README.md
CHANGED
@@ -11,9 +11,10 @@ To use the `Label` component import it from `@fluentui/react-label` and use it a
|
|
11
11
|
```tsx
|
12
12
|
import * as React from 'react';
|
13
13
|
import { Label } from '@fluentui/react-label';
|
14
|
+
import { useId } from '@fluentui/react-utilities';
|
14
15
|
|
15
16
|
export const labelExample = () => {
|
16
|
-
const inputId =
|
17
|
+
const inputId = useId('firstNameLabel-');
|
17
18
|
|
18
19
|
return (
|
19
20
|
<>
|