@fluentui/react-label 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +405 -10
- package/CHANGELOG.md +192 -62
- package/MIGRATION.md +19 -6
- package/README.md +27 -5
- package/Spec.md +27 -67
- package/dist/{react-label.d.ts → index.d.ts} +19 -21
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Label.js.map +1 -1
- 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.map +1 -1
- package/lib/components/Label/useLabel.js +2 -2
- package/lib/components/Label/useLabel.js.map +1 -1
- package/lib/components/Label/useLabelStyles.js +10 -4
- 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.map +1 -1
- 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.map +1 -1
- package/lib-commonjs/components/Label/renderLabel.js.map +1 -1
- package/lib-commonjs/components/Label/useLabel.js +2 -2
- package/lib-commonjs/components/Label/useLabel.js.map +1 -1
- package/lib-commonjs/components/Label/useLabelStyles.js +11 -5
- 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 +17 -21
- package/lib/Label.d.ts +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 -12
- package/lib/components/Label/useLabelStyles.d.ts +0 -6
- package/lib/index.d.ts +0 -2
- package/lib-commonjs/Label.d.ts +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 -12
- package/lib-commonjs/components/Label/useLabelStyles.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,153 @@
|
|
1
1
|
# Change Log - @fluentui/react-label
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 04:30:57 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0
|
7
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v0.0.0)
|
8
8
|
|
9
|
-
Tue,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-
|
9
|
+
Tue, 28 Jun 2022 04:30:57 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.6..@fluentui/react-label_v0.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
18
|
+
|
19
|
+
### Changes
|
20
|
+
|
21
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
22
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
23
|
+
|
24
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.6)
|
25
|
+
|
26
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.5..@fluentui/react-label_v9.0.0-rc.6)
|
28
|
+
|
29
|
+
### Changes
|
30
|
+
|
31
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
32
|
+
|
33
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.5)
|
34
|
+
|
35
|
+
Tue, 31 May 2022 21:28:39 GMT
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.4..@fluentui/react-label_v9.0.0-rc.5)
|
37
|
+
|
38
|
+
### Changes
|
39
|
+
|
40
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
43
|
+
|
44
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.4)
|
45
|
+
|
46
|
+
Thu, 26 May 2022 21:01:25 GMT
|
47
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.3..@fluentui/react-label_v9.0.0-rc.4)
|
48
|
+
|
49
|
+
### Changes
|
50
|
+
|
51
|
+
- Renaming strong prop to weight to align with Text. ([PR #23250](https://github.com/microsoft/fluentui/pull/23250) by esteban.230@hotmail.com)
|
52
|
+
|
53
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.3)
|
54
|
+
|
55
|
+
Mon, 23 May 2022 18:56:45 GMT
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.2..@fluentui/react-label_v9.0.0-rc.3)
|
57
|
+
|
58
|
+
### Changes
|
59
|
+
|
60
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
61
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
62
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
63
|
+
|
64
|
+
## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-rc.2)
|
65
|
+
|
66
|
+
Mon, 23 May 2022 12:14:19 GMT
|
67
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.12..@fluentui/react-label_v9.0.0-rc.2)
|
68
|
+
|
69
|
+
### Changes
|
70
|
+
|
71
|
+
- update README and package version ([PR #22865](https://github.com/microsoft/fluentui/pull/22865) by esteban.230@hotmail.com)
|
72
|
+
- feat: ship rolluped only dts ([PR #22793](https://github.com/microsoft/fluentui/pull/22793) by martinhochel@microsoft.com)
|
73
|
+
- Removing commons type from Label. ([PR #22880](https://github.com/microsoft/fluentui/pull/22880) by esteban.230@hotmail.com)
|
74
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
75
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
76
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
77
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
78
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
79
|
+
|
80
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.12)
|
81
|
+
|
82
|
+
Thu, 05 May 2022 18:26:24 GMT
|
83
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.11..@fluentui/react-label_v9.0.0-beta.12)
|
84
|
+
|
85
|
+
### Changes
|
86
|
+
|
87
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
88
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
89
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
90
|
+
|
91
|
+
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.11)
|
92
|
+
|
93
|
+
Wed, 04 May 2022 13:26:43 GMT
|
94
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.10..@fluentui/react-label_v9.0.0-beta.11)
|
95
|
+
|
96
|
+
### Changes
|
97
|
+
|
98
|
+
- Add style to make required match text when disabled ([PR #22715](https://github.com/microsoft/fluentui/pull/22715) by mgodbolt@microsoft.com)
|
99
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
100
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
101
|
+
|
102
|
+
## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.10)
|
103
|
+
|
104
|
+
Tue, 19 Apr 2022 19:17:27 GMT
|
105
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.9..@fluentui/react-label_v9.0.0-beta.10)
|
106
|
+
|
107
|
+
### Changes
|
108
|
+
|
109
|
+
- Add static classnames to Label ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
110
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
111
|
+
- Removing star exports. ([PR #22138](https://github.com/microsoft/fluentui/pull/22138) by Humberto.Morimoto@microsoft.com)
|
112
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
113
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
114
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
115
|
+
|
116
|
+
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.9)
|
117
|
+
|
118
|
+
Fri, 04 Mar 2022 05:17:37 GMT
|
119
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.8..@fluentui/react-label_v9.0.0-beta.9)
|
120
|
+
|
121
|
+
### Changes
|
122
|
+
|
123
|
+
- 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)
|
124
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
125
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
126
|
+
|
127
|
+
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.8)
|
128
|
+
|
129
|
+
Tue, 01 Mar 2022 02:17:36 GMT
|
130
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.7..@fluentui/react-label_v9.0.0-beta.8)
|
131
|
+
|
132
|
+
### Changes
|
133
|
+
|
134
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
135
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
136
|
+
|
137
|
+
## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.7)
|
138
|
+
|
139
|
+
Fri, 18 Feb 2022 13:35:32 GMT
|
140
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.5..@fluentui/react-label_v9.0.0-beta.7)
|
11
141
|
|
12
142
|
### Changes
|
13
143
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-utilities to
|
16
|
-
- Bump @fluentui/react-conformance-griffel to
|
144
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
145
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
146
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
17
147
|
|
18
148
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.5)
|
19
149
|
|
20
|
-
Thu, 10 Feb 2022 08:51:22 GMT
|
150
|
+
Thu, 10 Feb 2022 08:51:22 GMT
|
21
151
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.4..@fluentui/react-label_v9.0.0-beta.5)
|
22
152
|
|
23
153
|
### Changes
|
@@ -30,14 +160,14 @@ Thu, 10 Feb 2022 08:51:22 GMT
|
|
30
160
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
31
161
|
- 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)
|
32
162
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
33
|
-
- 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)
|
163
|
+
- 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)
|
34
164
|
- 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)
|
35
165
|
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
36
166
|
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
37
167
|
|
38
168
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.4)
|
39
169
|
|
40
|
-
Thu, 25 Nov 2021 08:34:14 GMT
|
170
|
+
Thu, 25 Nov 2021 08:34:14 GMT
|
41
171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.3..@fluentui/react-label_v9.0.0-beta.4)
|
42
172
|
|
43
173
|
### Changes
|
@@ -51,7 +181,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
|
|
51
181
|
|
52
182
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.3)
|
53
183
|
|
54
|
-
Fri, 12 Nov 2021 13:25:25 GMT
|
184
|
+
Fri, 12 Nov 2021 13:25:25 GMT
|
55
185
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.2..@fluentui/react-label_v9.0.0-beta.3)
|
56
186
|
|
57
187
|
### Changes
|
@@ -66,7 +196,7 @@ Fri, 12 Nov 2021 13:25:25 GMT
|
|
66
196
|
|
67
197
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.2)
|
68
198
|
|
69
|
-
Wed, 27 Oct 2021 12:14:18 GMT
|
199
|
+
Wed, 27 Oct 2021 12:14:18 GMT
|
70
200
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.1..@fluentui/react-label_v9.0.0-beta.2)
|
71
201
|
|
72
202
|
### Changes
|
@@ -81,7 +211,7 @@ Wed, 27 Oct 2021 12:14:18 GMT
|
|
81
211
|
|
82
212
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.1)
|
83
213
|
|
84
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
214
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
85
215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.51..@fluentui/react-label_v9.0.0-beta.1)
|
86
216
|
|
87
217
|
### Changes
|
@@ -95,7 +225,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
95
225
|
|
96
226
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.51)
|
97
227
|
|
98
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
228
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
99
229
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.50..@fluentui/react-label_v9.0.0-alpha.51)
|
100
230
|
|
101
231
|
### Changes
|
@@ -107,7 +237,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
107
237
|
|
108
238
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.50)
|
109
239
|
|
110
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
240
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
111
241
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.49..@fluentui/react-label_v9.0.0-alpha.50)
|
112
242
|
|
113
243
|
### Changes
|
@@ -121,7 +251,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
121
251
|
|
122
252
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.49)
|
123
253
|
|
124
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
254
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
125
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.47..@fluentui/react-label_v9.0.0-alpha.49)
|
126
256
|
|
127
257
|
### Changes
|
@@ -135,7 +265,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
135
265
|
|
136
266
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.47)
|
137
267
|
|
138
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
268
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
139
269
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.46..@fluentui/react-label_v9.0.0-alpha.47)
|
140
270
|
|
141
271
|
### Changes
|
@@ -147,7 +277,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
147
277
|
|
148
278
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.46)
|
149
279
|
|
150
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
280
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
151
281
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.45..@fluentui/react-label_v9.0.0-alpha.46)
|
152
282
|
|
153
283
|
### Changes
|
@@ -160,7 +290,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
160
290
|
|
161
291
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.45)
|
162
292
|
|
163
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
293
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
164
294
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.44..@fluentui/react-label_v9.0.0-alpha.45)
|
165
295
|
|
166
296
|
### Changes
|
@@ -173,7 +303,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
173
303
|
|
174
304
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.44)
|
175
305
|
|
176
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
306
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
177
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.43..@fluentui/react-label_v9.0.0-alpha.44)
|
178
308
|
|
179
309
|
### Changes
|
@@ -186,7 +316,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
186
316
|
|
187
317
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.43)
|
188
318
|
|
189
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
319
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
190
320
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.42..@fluentui/react-label_v9.0.0-alpha.43)
|
191
321
|
|
192
322
|
### Changes
|
@@ -199,7 +329,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
199
329
|
|
200
330
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.42)
|
201
331
|
|
202
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
332
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
203
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.41..@fluentui/react-label_v9.0.0-alpha.42)
|
204
334
|
|
205
335
|
### Changes
|
@@ -212,7 +342,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
212
342
|
|
213
343
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.41)
|
214
344
|
|
215
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
345
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
216
346
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.40..@fluentui/react-label_v9.0.0-alpha.41)
|
217
347
|
|
218
348
|
### Changes
|
@@ -221,7 +351,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
221
351
|
|
222
352
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.40)
|
223
353
|
|
224
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
354
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
225
355
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.39..@fluentui/react-label_v9.0.0-alpha.40)
|
226
356
|
|
227
357
|
### Changes
|
@@ -230,7 +360,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
230
360
|
|
231
361
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.39)
|
232
362
|
|
233
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
363
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
234
364
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.38..@fluentui/react-label_v9.0.0-alpha.39)
|
235
365
|
|
236
366
|
### Changes
|
@@ -239,7 +369,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
239
369
|
|
240
370
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.38)
|
241
371
|
|
242
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
372
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
243
373
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.37..@fluentui/react-label_v9.0.0-alpha.38)
|
244
374
|
|
245
375
|
### Changes
|
@@ -248,7 +378,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
248
378
|
|
249
379
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.37)
|
250
380
|
|
251
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
381
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
252
382
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.36..@fluentui/react-label_v9.0.0-alpha.37)
|
253
383
|
|
254
384
|
### Changes
|
@@ -258,7 +388,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
258
388
|
|
259
389
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.36)
|
260
390
|
|
261
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
391
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
262
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.35..@fluentui/react-label_v9.0.0-alpha.36)
|
263
393
|
|
264
394
|
### Changes
|
@@ -267,7 +397,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
267
397
|
|
268
398
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.35)
|
269
399
|
|
270
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
400
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
271
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.34..@fluentui/react-label_v9.0.0-alpha.35)
|
272
402
|
|
273
403
|
### Changes
|
@@ -276,7 +406,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
276
406
|
|
277
407
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.34)
|
278
408
|
|
279
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
409
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
280
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.33..@fluentui/react-label_v9.0.0-alpha.34)
|
281
411
|
|
282
412
|
### Patches
|
@@ -289,7 +419,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
289
419
|
|
290
420
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.33)
|
291
421
|
|
292
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
422
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
293
423
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.32..@fluentui/react-label_v9.0.0-alpha.33)
|
294
424
|
|
295
425
|
### Changes
|
@@ -298,7 +428,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
298
428
|
|
299
429
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.32)
|
300
430
|
|
301
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
431
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
302
432
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.31..@fluentui/react-label_v9.0.0-alpha.32)
|
303
433
|
|
304
434
|
### Changes
|
@@ -307,7 +437,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
307
437
|
|
308
438
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.31)
|
309
439
|
|
310
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
440
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
311
441
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.30..@fluentui/react-label_v9.0.0-alpha.31)
|
312
442
|
|
313
443
|
### Changes
|
@@ -316,7 +446,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
316
446
|
|
317
447
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.30)
|
318
448
|
|
319
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
449
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
320
450
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.29..@fluentui/react-label_v9.0.0-alpha.30)
|
321
451
|
|
322
452
|
### Changes
|
@@ -325,7 +455,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
325
455
|
|
326
456
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.29)
|
327
457
|
|
328
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
458
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
329
459
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.28..@fluentui/react-label_v9.0.0-alpha.29)
|
330
460
|
|
331
461
|
### Changes
|
@@ -334,7 +464,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
334
464
|
|
335
465
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.28)
|
336
466
|
|
337
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
467
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
338
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.27..@fluentui/react-label_v9.0.0-alpha.28)
|
339
469
|
|
340
470
|
### Changes
|
@@ -343,7 +473,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
343
473
|
|
344
474
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.27)
|
345
475
|
|
346
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
476
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
347
477
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.26..@fluentui/react-label_v9.0.0-alpha.27)
|
348
478
|
|
349
479
|
### Changes
|
@@ -352,7 +482,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
352
482
|
|
353
483
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.26)
|
354
484
|
|
355
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
485
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
356
486
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.25..@fluentui/react-label_v9.0.0-alpha.26)
|
357
487
|
|
358
488
|
### Changes
|
@@ -361,7 +491,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
361
491
|
|
362
492
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.25)
|
363
493
|
|
364
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
494
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
365
495
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.24..@fluentui/react-label_v9.0.0-alpha.25)
|
366
496
|
|
367
497
|
### Changes
|
@@ -370,7 +500,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
370
500
|
|
371
501
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.24)
|
372
502
|
|
373
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
503
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
374
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.23..@fluentui/react-label_v9.0.0-alpha.24)
|
375
505
|
|
376
506
|
### Changes
|
@@ -379,7 +509,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
379
509
|
|
380
510
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.23)
|
381
511
|
|
382
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
512
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
383
513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.22..@fluentui/react-label_v9.0.0-alpha.23)
|
384
514
|
|
385
515
|
### Patches
|
@@ -394,7 +524,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
394
524
|
|
395
525
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.22)
|
396
526
|
|
397
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
527
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
398
528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.21..@fluentui/react-label_v9.0.0-alpha.22)
|
399
529
|
|
400
530
|
### Changes
|
@@ -403,7 +533,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
403
533
|
|
404
534
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.21)
|
405
535
|
|
406
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
536
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
407
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.20..@fluentui/react-label_v9.0.0-alpha.21)
|
408
538
|
|
409
539
|
### Changes
|
@@ -412,7 +542,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
412
542
|
|
413
543
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.20)
|
414
544
|
|
415
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
545
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
416
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.19..@fluentui/react-label_v9.0.0-alpha.20)
|
417
547
|
|
418
548
|
### Changes
|
@@ -421,7 +551,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
421
551
|
|
422
552
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.19)
|
423
553
|
|
424
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
554
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
425
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.18..@fluentui/react-label_v9.0.0-alpha.19)
|
426
556
|
|
427
557
|
### Changes
|
@@ -430,7 +560,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
430
560
|
|
431
561
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.18)
|
432
562
|
|
433
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
563
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
434
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.17..@fluentui/react-label_v9.0.0-alpha.18)
|
435
565
|
|
436
566
|
### Changes
|
@@ -439,7 +569,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
439
569
|
|
440
570
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.17)
|
441
571
|
|
442
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
572
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
443
573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.16..@fluentui/react-label_v9.0.0-alpha.17)
|
444
574
|
|
445
575
|
### Patches
|
@@ -452,7 +582,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
452
582
|
|
453
583
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.16)
|
454
584
|
|
455
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
585
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
456
586
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.15..@fluentui/react-label_v9.0.0-alpha.16)
|
457
587
|
|
458
588
|
### Changes
|
@@ -461,7 +591,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
461
591
|
|
462
592
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.15)
|
463
593
|
|
464
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
594
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
465
595
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.14..@fluentui/react-label_v9.0.0-alpha.15)
|
466
596
|
|
467
597
|
### Patches
|
@@ -476,7 +606,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
476
606
|
|
477
607
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.14)
|
478
608
|
|
479
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
609
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
480
610
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.13..@fluentui/react-label_v9.0.0-alpha.14)
|
481
611
|
|
482
612
|
### Changes
|
@@ -485,7 +615,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
485
615
|
|
486
616
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.13)
|
487
617
|
|
488
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
618
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
489
619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.12..@fluentui/react-label_v9.0.0-alpha.13)
|
490
620
|
|
491
621
|
### Changes
|
@@ -494,7 +624,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
494
624
|
|
495
625
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.12)
|
496
626
|
|
497
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
627
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
498
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.11..@fluentui/react-label_v9.0.0-alpha.12)
|
499
629
|
|
500
630
|
### Changes
|
@@ -503,7 +633,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
503
633
|
|
504
634
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.11)
|
505
635
|
|
506
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
636
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
507
637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.10..@fluentui/react-label_v9.0.0-alpha.11)
|
508
638
|
|
509
639
|
### Changes
|
@@ -512,7 +642,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
512
642
|
|
513
643
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.10)
|
514
644
|
|
515
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
645
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
516
646
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.9..@fluentui/react-label_v9.0.0-alpha.10)
|
517
647
|
|
518
648
|
### Changes
|
@@ -521,7 +651,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
521
651
|
|
522
652
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.9)
|
523
653
|
|
524
|
-
Fri, 18 Jun 2021 07:30:58 GMT
|
654
|
+
Fri, 18 Jun 2021 07:30:58 GMT
|
525
655
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.8..@fluentui/react-label_v9.0.0-alpha.9)
|
526
656
|
|
527
657
|
### Changes
|
@@ -530,7 +660,7 @@ Fri, 18 Jun 2021 07:30:58 GMT
|
|
530
660
|
|
531
661
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.8)
|
532
662
|
|
533
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
663
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
534
664
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.7..@fluentui/react-label_v9.0.0-alpha.8)
|
535
665
|
|
536
666
|
### Changes
|
@@ -539,7 +669,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
539
669
|
|
540
670
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.7)
|
541
671
|
|
542
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
672
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
543
673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.6..@fluentui/react-label_v9.0.0-alpha.7)
|
544
674
|
|
545
675
|
### Changes
|
@@ -548,7 +678,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
548
678
|
|
549
679
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.6)
|
550
680
|
|
551
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
681
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
552
682
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.5..@fluentui/react-label_v9.0.0-alpha.6)
|
553
683
|
|
554
684
|
### Patches
|
@@ -563,7 +693,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
563
693
|
|
564
694
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.5)
|
565
695
|
|
566
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
696
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
567
697
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.4..@fluentui/react-label_v9.0.0-alpha.5)
|
568
698
|
|
569
699
|
### Changes
|
@@ -572,7 +702,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
572
702
|
|
573
703
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.4)
|
574
704
|
|
575
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
705
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
576
706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.3..@fluentui/react-label_v9.0.0-alpha.4)
|
577
707
|
|
578
708
|
### Changes
|
@@ -581,7 +711,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
581
711
|
|
582
712
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.3)
|
583
713
|
|
584
|
-
Wed, 26 May 2021 07:35:43 GMT
|
714
|
+
Wed, 26 May 2021 07:35:43 GMT
|
585
715
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.2..@fluentui/react-label_v9.0.0-alpha.3)
|
586
716
|
|
587
717
|
### Changes
|
@@ -590,7 +720,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
590
720
|
|
591
721
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.2)
|
592
722
|
|
593
|
-
Fri, 21 May 2021 07:34:54 GMT
|
723
|
+
Fri, 21 May 2021 07:34:54 GMT
|
594
724
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.1..@fluentui/react-label_v9.0.0-alpha.2)
|
595
725
|
|
596
726
|
### Changes
|