@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.json
CHANGED
@@ -2,7 +2,499 @@
|
|
2
2
|
"name": "@fluentui/react-label",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Thu, 05 May 2022 18:24:31 GMT",
|
6
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.12",
|
7
|
+
"version": "9.0.0-beta.12",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "esteban.230@hotmail.com",
|
12
|
+
"package": "@fluentui/react-label",
|
13
|
+
"commit": "700e11e12b3e06cb10a0196e91e64b5ee4867405",
|
14
|
+
"comment": "Updating spec, fixing typos in types, and adding descriptions in stories."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-label",
|
21
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
22
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-label",
|
27
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
28
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-label",
|
33
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
34
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
35
|
+
}
|
36
|
+
]
|
37
|
+
}
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"date": "Wed, 04 May 2022 13:26:43 GMT",
|
41
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.11",
|
42
|
+
"version": "9.0.0-beta.11",
|
43
|
+
"comments": {
|
44
|
+
"prerelease": [
|
45
|
+
{
|
46
|
+
"author": "mgodbolt@microsoft.com",
|
47
|
+
"package": "@fluentui/react-label",
|
48
|
+
"commit": "65c5c91acea26b129e9ffac6b2b1a8c9808f0141",
|
49
|
+
"comment": "Add style to make required match text when disabled"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"author": "beachball",
|
53
|
+
"package": "@fluentui/react-label",
|
54
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
55
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"author": "beachball",
|
59
|
+
"package": "@fluentui/react-label",
|
60
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
61
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
62
|
+
}
|
63
|
+
],
|
64
|
+
"none": [
|
65
|
+
{
|
66
|
+
"author": "tristan.watanabe@gmail.com",
|
67
|
+
"package": "@fluentui/react-label",
|
68
|
+
"commit": "88fa8f279506c3cfbcc2facff95ecb5b420a217a",
|
69
|
+
"comment": "react-label: Move to new common folder."
|
70
|
+
}
|
71
|
+
]
|
72
|
+
}
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"date": "Tue, 19 Apr 2022 19:17:27 GMT",
|
76
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.10",
|
77
|
+
"version": "9.0.0-beta.10",
|
78
|
+
"comments": {
|
79
|
+
"prerelease": [
|
80
|
+
{
|
81
|
+
"author": "seanmonahan@microsoft.com",
|
82
|
+
"package": "@fluentui/react-label",
|
83
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
84
|
+
"comment": "Add static classnames to Label"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"author": "olfedias@microsoft.com",
|
88
|
+
"package": "@fluentui/react-label",
|
89
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
90
|
+
"comment": "chore: Update Griffel to latest version"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
94
|
+
"package": "@fluentui/react-label",
|
95
|
+
"commit": "19dbc6a15819f699b3313e2a9b822b8456b2a59c",
|
96
|
+
"comment": "Removing star exports."
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"author": "beachball",
|
100
|
+
"package": "@fluentui/react-label",
|
101
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
102
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"author": "beachball",
|
106
|
+
"package": "@fluentui/react-label",
|
107
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
108
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"author": "beachball",
|
112
|
+
"package": "@fluentui/react-label",
|
113
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
114
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
115
|
+
}
|
116
|
+
],
|
117
|
+
"none": [
|
118
|
+
{
|
119
|
+
"author": "elcraig@microsoft.com",
|
120
|
+
"package": "@fluentui/react-label",
|
121
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
122
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "mgodbolt@microsoft.com",
|
126
|
+
"package": "@fluentui/react-label",
|
127
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
128
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
129
|
+
}
|
130
|
+
]
|
131
|
+
}
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"date": "Fri, 04 Mar 2022 05:17:37 GMT",
|
135
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.9",
|
136
|
+
"version": "9.0.0-beta.9",
|
137
|
+
"comments": {
|
138
|
+
"prerelease": [
|
139
|
+
{
|
140
|
+
"author": "dzearing@microsoft.com",
|
141
|
+
"package": "@fluentui/react-label",
|
142
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
143
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"author": "beachball",
|
147
|
+
"package": "@fluentui/react-label",
|
148
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
149
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"author": "beachball",
|
153
|
+
"package": "@fluentui/react-label",
|
154
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
155
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
156
|
+
}
|
157
|
+
]
|
158
|
+
}
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"date": "Tue, 01 Mar 2022 02:17:36 GMT",
|
162
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.8",
|
163
|
+
"version": "9.0.0-beta.8",
|
164
|
+
"comments": {
|
165
|
+
"prerelease": [
|
166
|
+
{
|
167
|
+
"author": "olfedias@microsoft.com",
|
168
|
+
"package": "@fluentui/react-label",
|
169
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
170
|
+
"comment": "fix: Add react-theme as dependency"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"author": "beachball",
|
174
|
+
"package": "@fluentui/react-label",
|
175
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
176
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
177
|
+
}
|
178
|
+
],
|
179
|
+
"none": [
|
180
|
+
{
|
181
|
+
"author": "seanmonahan@microsoft.com",
|
182
|
+
"package": "@fluentui/react-label",
|
183
|
+
"commit": "2b8643c7bc1644ec5c5930f18e28440eeb8c8bd6",
|
184
|
+
"comment": "Update react-label README example"
|
185
|
+
}
|
186
|
+
]
|
187
|
+
}
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"date": "Fri, 18 Feb 2022 13:35:32 GMT",
|
191
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.7",
|
192
|
+
"version": "9.0.0-beta.7",
|
193
|
+
"comments": {
|
194
|
+
"prerelease": [
|
195
|
+
{
|
196
|
+
"author": "lingfangao@hotmail.com",
|
197
|
+
"package": "@fluentui/react-label",
|
198
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
199
|
+
"comment": "fix: Source maps contain original source code"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "beachball",
|
203
|
+
"package": "@fluentui/react-label",
|
204
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
205
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "beachball",
|
209
|
+
"package": "@fluentui/react-label",
|
210
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
211
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
212
|
+
}
|
213
|
+
]
|
214
|
+
}
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"date": "Thu, 10 Feb 2022 08:51:22 GMT",
|
218
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.5",
|
219
|
+
"version": "9.0.0-beta.5",
|
220
|
+
"comments": {
|
221
|
+
"none": [
|
222
|
+
{
|
223
|
+
"author": "martinhochel@microsoft.com",
|
224
|
+
"package": "@fluentui/react-label",
|
225
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
226
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"author": "elcraig@microsoft.com",
|
230
|
+
"package": "@fluentui/react-label",
|
231
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
232
|
+
"comment": "Relocate comment about props to the correct type, and update spec to accurately reflect props"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"author": "bsunderhus@microsoft.com",
|
236
|
+
"package": "@fluentui/react-label",
|
237
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
238
|
+
"comment": "Updates components with nullRender changes"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"author": "elcraig@microsoft.com",
|
242
|
+
"package": "@fluentui/react-label",
|
243
|
+
"commit": "96d9c93544464bcc5ec36b7c5d724b77ae499c73",
|
244
|
+
"comment": "Update docs description"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"author": "andredias@microsoft.com",
|
248
|
+
"package": "@fluentui/react-label",
|
249
|
+
"commit": "084a7183511bae60a43e57fbd57979349c4736a4",
|
250
|
+
"comment": "Migrate package to use solution tsconfigs"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"author": "olfedias@microsoft.com",
|
254
|
+
"package": "@fluentui/react-label",
|
255
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
256
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
257
|
+
}
|
258
|
+
],
|
259
|
+
"prerelease": [
|
260
|
+
{
|
261
|
+
"author": "lingfangao@hotmail.com",
|
262
|
+
"package": "@fluentui/react-label",
|
263
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
264
|
+
"comment": "Bump Fluent UI dependencies to 9.0.0-rc"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"author": "olfedias@microsoft.com",
|
268
|
+
"package": "@fluentui/react-label",
|
269
|
+
"commit": "742c191b7f2ea28505e49304117c090f9f36386c",
|
270
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"author": "mgodbolt@microsoft.com",
|
274
|
+
"package": "@fluentui/react-label",
|
275
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
276
|
+
"comment": "remove export of commons types"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
280
|
+
"package": "@fluentui/react-label",
|
281
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
282
|
+
"comment": "Updating based on changes to composition types."
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
286
|
+
"package": "@fluentui/react-label",
|
287
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
288
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"author": "behowell@microsoft.com",
|
292
|
+
"package": "@fluentui/react-label",
|
293
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
294
|
+
"comment": "Refactor component Slot typings"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
298
|
+
"package": "@fluentui/react-label",
|
299
|
+
"commit": "a052fbc9204600669d32b0ac346032d2cd8d9204",
|
300
|
+
"comment": "react-label: Replacing use of functions in makeStyles with direct use of tokens."
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "behowell@microsoft.com",
|
304
|
+
"package": "@fluentui/react-label",
|
305
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
306
|
+
"comment": "Remove component's shorthandProps array"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "behowell@microsoft.com",
|
310
|
+
"package": "@fluentui/react-label",
|
311
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
312
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
316
|
+
"package": "@fluentui/react-label",
|
317
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
318
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-label",
|
323
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
324
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-label",
|
329
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
330
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
331
|
+
}
|
332
|
+
]
|
333
|
+
}
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"date": "Thu, 25 Nov 2021 08:34:14 GMT",
|
337
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.4",
|
338
|
+
"version": "9.0.0-beta.4",
|
339
|
+
"comments": {
|
340
|
+
"prerelease": [
|
341
|
+
{
|
342
|
+
"author": "ololubek@microsoft.com",
|
343
|
+
"package": "@fluentui/react-label",
|
344
|
+
"commit": "a683ee69b17c667227acb71c59f609b4f1ca1ef9",
|
345
|
+
"comment": "Add aria-hidden to Label required field"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"author": "beachball",
|
349
|
+
"package": "@fluentui/react-label",
|
350
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
351
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"author": "beachball",
|
355
|
+
"package": "@fluentui/react-label",
|
356
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
357
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"author": "beachball",
|
361
|
+
"package": "@fluentui/react-label",
|
362
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
363
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"author": "beachball",
|
367
|
+
"package": "@fluentui/react-label",
|
368
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
369
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"author": "beachball",
|
373
|
+
"package": "@fluentui/react-label",
|
374
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
375
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
376
|
+
}
|
377
|
+
]
|
378
|
+
}
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"date": "Fri, 12 Nov 2021 13:25:25 GMT",
|
382
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.3",
|
383
|
+
"version": "9.0.0-beta.3",
|
384
|
+
"comments": {
|
385
|
+
"none": [
|
386
|
+
{
|
387
|
+
"author": "lingfangao@hotmail.com",
|
388
|
+
"package": "@fluentui/react-label",
|
389
|
+
"commit": "7eff1eb4a259988273f8bc709e2951dbb8e0b695",
|
390
|
+
"comment": "chore(Label): Rework documentation to desired format"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"author": "lingfangao@hotmail.com",
|
394
|
+
"package": "@fluentui/react-label",
|
395
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
396
|
+
"comment": "Remove beta release tag"
|
397
|
+
}
|
398
|
+
],
|
399
|
+
"prerelease": [
|
400
|
+
{
|
401
|
+
"author": "gcox@microsoft.com",
|
402
|
+
"package": "@fluentui/react-label",
|
403
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
404
|
+
"comment": "Updated beta and RC components to ES2019"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"author": "olfedias@microsoft.com",
|
408
|
+
"package": "@fluentui/react-label",
|
409
|
+
"commit": "9186578324773f95f4d61be3d70e67752159d843",
|
410
|
+
"comment": "export static classes for components"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"author": "beachball",
|
414
|
+
"package": "@fluentui/react-label",
|
415
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
416
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"author": "beachball",
|
420
|
+
"package": "@fluentui/react-label",
|
421
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
422
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"author": "beachball",
|
426
|
+
"package": "@fluentui/react-label",
|
427
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
428
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"author": "beachball",
|
432
|
+
"package": "@fluentui/react-label",
|
433
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
434
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"author": "beachball",
|
438
|
+
"package": "@fluentui/react-label",
|
439
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
440
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
441
|
+
}
|
442
|
+
]
|
443
|
+
}
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"date": "Wed, 27 Oct 2021 12:14:18 GMT",
|
447
|
+
"tag": "@fluentui/react-label_v9.0.0-beta.2",
|
448
|
+
"version": "9.0.0-beta.2",
|
449
|
+
"comments": {
|
450
|
+
"prerelease": [
|
451
|
+
{
|
452
|
+
"author": "peter@draxler.ml",
|
453
|
+
"package": "@fluentui/react-label",
|
454
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
455
|
+
"comment": "added styling of documentation"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"author": "gcox@microsoft.com",
|
459
|
+
"package": "@fluentui/react-label",
|
460
|
+
"commit": "9a5055bbb719173bdfa5c82c1ab14f93efa9c736",
|
461
|
+
"comment": "Removed duplicate 'Label' from story names"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"author": "beachball",
|
465
|
+
"package": "@fluentui/react-label",
|
466
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
467
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"author": "beachball",
|
471
|
+
"package": "@fluentui/react-label",
|
472
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
473
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"author": "beachball",
|
477
|
+
"package": "@fluentui/react-label",
|
478
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
479
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"author": "beachball",
|
483
|
+
"package": "@fluentui/react-label",
|
484
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
485
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"author": "beachball",
|
489
|
+
"package": "@fluentui/react-label",
|
490
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
491
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
492
|
+
}
|
493
|
+
]
|
494
|
+
}
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"date": "Wed, 06 Oct 2021 10:37:22 GMT",
|
6
498
|
"tag": "@fluentui/react-label_v9.0.0-beta.1",
|
7
499
|
"version": "9.0.0-beta.1",
|
8
500
|
"comments": {
|