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