@fluentui/react-label 9.0.0-alpha.4 → 9.0.0-alpha.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. package/CHANGELOG.json +956 -1
  2. package/CHANGELOG.md +388 -2
  3. package/MIGRATION.md +25 -0
  4. package/README.md +22 -0
  5. package/Spec.md +146 -34
  6. package/dist/react-label.d.ts +42 -9
  7. package/lib/Label.js.map +1 -1
  8. package/lib/common/isConformant.d.ts +1 -1
  9. package/lib/common/isConformant.js +7 -5
  10. package/lib/common/isConformant.js.map +1 -1
  11. package/lib/components/Label/Label.d.ts +6 -2
  12. package/lib/components/Label/Label.js +5 -4
  13. package/lib/components/Label/Label.js.map +1 -1
  14. package/lib/components/Label/Label.types.d.ts +32 -7
  15. package/lib/components/Label/Label.types.js.map +1 -1
  16. package/lib/components/Label/index.js.map +1 -1
  17. package/lib/components/Label/renderLabel.d.ts +1 -1
  18. package/lib/components/Label/renderLabel.js +7 -3
  19. package/lib/components/Label/renderLabel.js.map +1 -1
  20. package/lib/components/Label/useLabel.d.ts +2 -1
  21. package/lib/components/Label/useLabel.js +43 -8
  22. package/lib/components/Label/useLabel.js.map +1 -1
  23. package/lib/components/Label/useLabelStyles.d.ts +1 -1
  24. package/lib/components/Label/useLabelStyles.js +43 -11
  25. package/lib/components/Label/useLabelStyles.js.map +1 -1
  26. package/lib/index.js.map +1 -1
  27. package/lib/tsdoc-metadata.json +1 -1
  28. package/lib-commonjs/Label.js +7 -2
  29. package/lib-commonjs/Label.js.map +1 -1
  30. package/lib-commonjs/common/isConformant.d.ts +1 -1
  31. package/lib-commonjs/common/isConformant.js +16 -7
  32. package/lib-commonjs/common/isConformant.js.map +1 -1
  33. package/lib-commonjs/components/Label/Label.d.ts +6 -2
  34. package/lib-commonjs/components/Label/Label.js +18 -9
  35. package/lib-commonjs/components/Label/Label.js.map +1 -1
  36. package/lib-commonjs/components/Label/Label.types.d.ts +32 -7
  37. package/lib-commonjs/components/Label/Label.types.js +4 -1
  38. package/lib-commonjs/components/Label/Label.types.js.map +1 -1
  39. package/lib-commonjs/components/Label/index.js +11 -2
  40. package/lib-commonjs/components/Label/index.js.map +1 -1
  41. package/lib-commonjs/components/Label/renderLabel.d.ts +1 -1
  42. package/lib-commonjs/components/Label/renderLabel.js +20 -7
  43. package/lib-commonjs/components/Label/renderLabel.js.map +1 -1
  44. package/lib-commonjs/components/Label/useLabel.d.ts +2 -1
  45. package/lib-commonjs/components/Label/useLabel.js +52 -10
  46. package/lib-commonjs/components/Label/useLabel.js.map +1 -1
  47. package/lib-commonjs/components/Label/useLabelStyles.d.ts +1 -1
  48. package/lib-commonjs/components/Label/useLabelStyles.js +50 -12
  49. package/lib-commonjs/components/Label/useLabelStyles.js.map +1 -1
  50. package/lib-commonjs/index.js +7 -2
  51. package/lib-commonjs/index.js.map +1 -1
  52. package/package.json +14 -10
  53. package/config/api-extractor.json +0 -3
  54. package/config/tests.js +0 -7
  55. package/etc/react-label.api.md +0 -44
  56. package/just.config.ts +0 -3
  57. package/lib-amd/Label.d.ts +0 -1
  58. package/lib-amd/Label.js +0 -6
  59. package/lib-amd/Label.js.map +0 -1
  60. package/lib-amd/common/isConformant.d.ts +0 -4
  61. package/lib-amd/common/isConformant.js +0 -14
  62. package/lib-amd/common/isConformant.js.map +0 -1
  63. package/lib-amd/components/Label/Label.d.ts +0 -6
  64. package/lib-amd/components/Label/Label.js +0 -15
  65. package/lib-amd/components/Label/Label.js.map +0 -1
  66. package/lib-amd/components/Label/Label.types.d.ts +0 -24
  67. package/lib-amd/components/Label/Label.types.js +0 -5
  68. package/lib-amd/components/Label/Label.types.js.map +0 -1
  69. package/lib-amd/components/Label/index.d.ts +0 -5
  70. package/lib-amd/components/Label/index.js +0 -10
  71. package/lib-amd/components/Label/index.js.map +0 -1
  72. package/lib-amd/components/Label/renderLabel.d.ts +0 -5
  73. package/lib-amd/components/Label/renderLabel.js +0 -14
  74. package/lib-amd/components/Label/renderLabel.js.map +0 -1
  75. package/lib-amd/components/Label/useLabel.d.ts +0 -17
  76. package/lib-amd/components/Label/useLabel.js +0 -30
  77. package/lib-amd/components/Label/useLabel.js.map +0 -1
  78. package/lib-amd/components/Label/useLabelStyles.d.ts +0 -5
  79. package/lib-amd/components/Label/useLabelStyles.js +0 -25
  80. package/lib-amd/components/Label/useLabelStyles.js.map +0 -1
  81. package/lib-amd/index.d.ts +0 -2
  82. package/lib-amd/index.js +0 -6
  83. package/lib-amd/index.js.map +0 -1
  84. package/src/components/Label/Label.types.ts +0 -33
package/CHANGELOG.json CHANGED
@@ -2,7 +2,962 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 03 Jun 2021 07:34:06 GMT",
5
+ "date": "Wed, 22 Sep 2021 10:08:31 GMT",
6
+ "tag": "@fluentui/react-label_v9.0.0-alpha.43",
7
+ "version": "9.0.0-alpha.43",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-label",
13
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
14
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-label",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
20
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-label",
25
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
26
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-label",
31
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
32
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-label",
37
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
38
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
45
+ "tag": "@fluentui/react-label_v9.0.0-alpha.42",
46
+ "version": "9.0.0-alpha.42",
47
+ "comments": {
48
+ "none": [
49
+ {
50
+ "author": "elcraig@microsoft.com",
51
+ "package": "@fluentui/react-label",
52
+ "comment": "Remove unnecessary docCategory tags",
53
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
54
+ }
55
+ ],
56
+ "prerelease": [
57
+ {
58
+ "author": "gcox@microsoft.com",
59
+ "package": "@fluentui/react-label",
60
+ "comment": "Updating to types over interfaces",
61
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-label",
66
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
67
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-label",
72
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
73
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-label",
78
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
79
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-label",
84
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
85
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
86
+ }
87
+ ]
88
+ }
89
+ },
90
+ {
91
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
92
+ "tag": "@fluentui/react-label_v9.0.0-alpha.41",
93
+ "version": "9.0.0-alpha.41",
94
+ "comments": {
95
+ "none": [
96
+ {
97
+ "author": "lingfangao@hotmail.com",
98
+ "package": "@fluentui/react-label",
99
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
100
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
101
+ }
102
+ ],
103
+ "prerelease": [
104
+ {
105
+ "author": "lingfangao@hotmail.com",
106
+ "package": "@fluentui/react-label",
107
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
108
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.41"
109
+ }
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
115
+ "tag": "@fluentui/react-label_v9.0.0-alpha.40",
116
+ "version": "9.0.0-alpha.40",
117
+ "comments": {
118
+ "prerelease": [
119
+ {
120
+ "author": "Humberto.Morimoto@microsoft.com",
121
+ "package": "@fluentui/react-label",
122
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
123
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.40"
124
+ }
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
130
+ "tag": "@fluentui/react-label_v9.0.0-alpha.39",
131
+ "version": "9.0.0-alpha.39",
132
+ "comments": {
133
+ "prerelease": [
134
+ {
135
+ "author": "behowell@microsoft.com",
136
+ "package": "@fluentui/react-label",
137
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
138
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.39"
139
+ }
140
+ ]
141
+ }
142
+ },
143
+ {
144
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
145
+ "tag": "@fluentui/react-label_v9.0.0-alpha.38",
146
+ "version": "9.0.0-alpha.38",
147
+ "comments": {
148
+ "prerelease": [
149
+ {
150
+ "author": "bsunderhus@microsoft.com",
151
+ "package": "@fluentui/react-label",
152
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
153
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.38"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
160
+ "tag": "@fluentui/react-label_v9.0.0-alpha.37",
161
+ "version": "9.0.0-alpha.37",
162
+ "comments": {
163
+ "prerelease": [
164
+ {
165
+ "author": "lingfangao@hotmail.com",
166
+ "package": "@fluentui/react-label",
167
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
168
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
169
+ },
170
+ {
171
+ "author": "lingfangao@hotmail.com",
172
+ "package": "@fluentui/react-label",
173
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
174
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.37"
175
+ }
176
+ ]
177
+ }
178
+ },
179
+ {
180
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
181
+ "tag": "@fluentui/react-label_v9.0.0-alpha.36",
182
+ "version": "9.0.0-alpha.36",
183
+ "comments": {
184
+ "prerelease": [
185
+ {
186
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
187
+ "author": "behowell@microsoft.com",
188
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
189
+ "package": "@fluentui/react-label"
190
+ }
191
+ ]
192
+ }
193
+ },
194
+ {
195
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
196
+ "tag": "@fluentui/react-label_v9.0.0-alpha.35",
197
+ "version": "9.0.0-alpha.35",
198
+ "comments": {
199
+ "none": [
200
+ {
201
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
202
+ "author": "olfedias@microsoft.com",
203
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
204
+ "package": "@fluentui/react-label"
205
+ }
206
+ ]
207
+ }
208
+ },
209
+ {
210
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
211
+ "tag": "@fluentui/react-label_v9.0.0-alpha.35",
212
+ "version": "9.0.0-alpha.35",
213
+ "comments": {
214
+ "prerelease": [
215
+ {
216
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
217
+ "author": "lingfangao@hotmail.com",
218
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
219
+ "package": "@fluentui/react-label"
220
+ }
221
+ ]
222
+ }
223
+ },
224
+ {
225
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
226
+ "tag": "@fluentui/react-label_v9.0.0-alpha.34",
227
+ "version": "9.0.0-alpha.34",
228
+ "comments": {
229
+ "none": [
230
+ {
231
+ "comment": "enable makeStyles conformance tests",
232
+ "author": "olfedias@microsoft.com",
233
+ "commit": "0606b747c8fca1e6551d521f2526a6c1f969205a",
234
+ "package": "@fluentui/react-label"
235
+ }
236
+ ]
237
+ }
238
+ },
239
+ {
240
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
241
+ "tag": "@fluentui/react-label_v9.0.0-alpha.34",
242
+ "version": "9.0.0-alpha.34",
243
+ "comments": {
244
+ "prerelease": [
245
+ {
246
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
247
+ "author": "olfedias@microsoft.com",
248
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
249
+ "package": "@fluentui/react-label"
250
+ }
251
+ ],
252
+ "patch": [
253
+ {
254
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
255
+ "author": "olfedias@microsoft.com",
256
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
257
+ "package": "@fluentui/react-label"
258
+ }
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
264
+ "tag": "@fluentui/react-label_v9.0.0-alpha.33",
265
+ "version": "9.0.0-alpha.33",
266
+ "comments": {
267
+ "prerelease": [
268
+ {
269
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
270
+ "author": "bsunderhus@microsoft.com",
271
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
272
+ "package": "@fluentui/react-label"
273
+ }
274
+ ]
275
+ }
276
+ },
277
+ {
278
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
279
+ "tag": "@fluentui/react-label_v9.0.0-alpha.32",
280
+ "version": "9.0.0-alpha.32",
281
+ "comments": {
282
+ "prerelease": [
283
+ {
284
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
285
+ "author": "lingfan.gao@microsoft.com",
286
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
287
+ "package": "@fluentui/react-label"
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ {
293
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
294
+ "tag": "@fluentui/react-label_v9.0.0-alpha.31",
295
+ "version": "9.0.0-alpha.31",
296
+ "comments": {
297
+ "prerelease": [
298
+ {
299
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
300
+ "author": "olfedias@microsoft.com",
301
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
302
+ "package": "@fluentui/react-label"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
309
+ "tag": "@fluentui/react-label_v9.0.0-alpha.30",
310
+ "version": "9.0.0-alpha.30",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
315
+ "author": "martinhochel@microsoft.com",
316
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
317
+ "package": "@fluentui/react-label"
318
+ }
319
+ ],
320
+ "none": [
321
+ {
322
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
323
+ "author": "martinhochel@microsoft.com",
324
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
325
+ "package": "@fluentui/react-label"
326
+ }
327
+ ]
328
+ }
329
+ },
330
+ {
331
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
332
+ "tag": "@fluentui/react-label_v9.0.0-alpha.29",
333
+ "version": "9.0.0-alpha.29",
334
+ "comments": {
335
+ "prerelease": [
336
+ {
337
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
338
+ "author": "dzearing@hotmail.com",
339
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
340
+ "package": "@fluentui/react-label"
341
+ }
342
+ ],
343
+ "none": [
344
+ {
345
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
346
+ "author": "dzearing@hotmail.com",
347
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
348
+ "package": "@fluentui/react-label"
349
+ },
350
+ {
351
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
352
+ "author": "dzearing@hotmail.com",
353
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
354
+ "package": "@fluentui/react-label"
355
+ },
356
+ {
357
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
358
+ "author": "dzearing@hotmail.com",
359
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
360
+ "package": "@fluentui/react-label"
361
+ },
362
+ {
363
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
364
+ "author": "dzearing@hotmail.com",
365
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
366
+ "package": "@fluentui/react-label"
367
+ },
368
+ {
369
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
370
+ "author": "dzearing@hotmail.com",
371
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
372
+ "package": "@fluentui/react-label"
373
+ },
374
+ {
375
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
376
+ "author": "dzearing@hotmail.com",
377
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
378
+ "package": "@fluentui/react-label"
379
+ },
380
+ {
381
+ "comment": "Bump @fluentui/scripts to v1.0.0",
382
+ "author": "dzearing@hotmail.com",
383
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
384
+ "package": "@fluentui/react-label"
385
+ }
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
391
+ "tag": "@fluentui/react-label_v9.0.0-alpha.28",
392
+ "version": "9.0.0-alpha.28",
393
+ "comments": {
394
+ "prerelease": [
395
+ {
396
+ "comment": "Update .npmignore",
397
+ "author": "elcraig@microsoft.com",
398
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
399
+ "package": "@fluentui/react-label"
400
+ }
401
+ ],
402
+ "none": [
403
+ {
404
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
405
+ "author": "elcraig@microsoft.com",
406
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
407
+ "package": "@fluentui/react-label"
408
+ },
409
+ {
410
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
411
+ "author": "behowell@microsoft.com",
412
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
413
+ "package": "@fluentui/react-label"
414
+ },
415
+ {
416
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
417
+ "author": "elcraig@microsoft.com",
418
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
419
+ "package": "@fluentui/react-label"
420
+ },
421
+ {
422
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
423
+ "author": "elcraig@microsoft.com",
424
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
425
+ "package": "@fluentui/react-label"
426
+ },
427
+ {
428
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
429
+ "author": "elcraig@microsoft.com",
430
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
431
+ "package": "@fluentui/react-label"
432
+ },
433
+ {
434
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
435
+ "author": "behowell@microsoft.com",
436
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
437
+ "package": "@fluentui/react-label"
438
+ },
439
+ {
440
+ "comment": "Bump @fluentui/scripts to v1.0.0",
441
+ "author": "behowell@microsoft.com",
442
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
443
+ "package": "@fluentui/react-label"
444
+ }
445
+ ]
446
+ }
447
+ },
448
+ {
449
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
450
+ "tag": "@fluentui/react-label_v9.0.0-alpha.27",
451
+ "version": "9.0.0-alpha.27",
452
+ "comments": {
453
+ "prerelease": [
454
+ {
455
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
456
+ "author": "bsunderhus@microsoft.com",
457
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
458
+ "package": "@fluentui/react-label"
459
+ }
460
+ ]
461
+ }
462
+ },
463
+ {
464
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
465
+ "tag": "@fluentui/react-label_v9.0.0-alpha.26",
466
+ "version": "9.0.0-alpha.26",
467
+ "comments": {
468
+ "none": [
469
+ {
470
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
471
+ "author": "martinhochel@microsoft.com",
472
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
473
+ "package": "@fluentui/react-label"
474
+ }
475
+ ]
476
+ }
477
+ },
478
+ {
479
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
480
+ "tag": "@fluentui/react-label_v9.0.0-alpha.26",
481
+ "version": "9.0.0-alpha.26",
482
+ "comments": {
483
+ "prerelease": [
484
+ {
485
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
486
+ "author": "olfedias@microsoft.com",
487
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
488
+ "package": "@fluentui/react-label"
489
+ }
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
495
+ "tag": "@fluentui/react-label_v9.0.0-alpha.25",
496
+ "version": "9.0.0-alpha.25",
497
+ "comments": {
498
+ "prerelease": [
499
+ {
500
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
501
+ "author": "olfedias@microsoft.com",
502
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
503
+ "package": "@fluentui/react-label"
504
+ }
505
+ ]
506
+ }
507
+ },
508
+ {
509
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
510
+ "tag": "@fluentui/react-label_v9.0.0-alpha.24",
511
+ "version": "9.0.0-alpha.24",
512
+ "comments": {
513
+ "none": [
514
+ {
515
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
516
+ "author": "czearing@outlook.com",
517
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
518
+ "package": "@fluentui/react-label"
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
525
+ "tag": "@fluentui/react-label_v9.0.0-alpha.24",
526
+ "version": "9.0.0-alpha.24",
527
+ "comments": {
528
+ "prerelease": [
529
+ {
530
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
531
+ "author": "jspurlin@microsoft.com",
532
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
533
+ "package": "@fluentui/react-label"
534
+ }
535
+ ]
536
+ }
537
+ },
538
+ {
539
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
540
+ "tag": "@fluentui/react-label_v9.0.0-alpha.23",
541
+ "version": "9.0.0-alpha.23",
542
+ "comments": {
543
+ "none": [
544
+ {
545
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
546
+ "author": "czearing@outlook.com",
547
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
548
+ "package": "@fluentui/react-label"
549
+ }
550
+ ]
551
+ }
552
+ },
553
+ {
554
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
555
+ "tag": "@fluentui/react-label_v9.0.0-alpha.23",
556
+ "version": "9.0.0-alpha.23",
557
+ "comments": {
558
+ "patch": [
559
+ {
560
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
561
+ "author": "behowell@microsoft.com",
562
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
563
+ "package": "@fluentui/react-label"
564
+ },
565
+ {
566
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
567
+ "author": "behowell@microsoft.com",
568
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
569
+ "package": "@fluentui/react-label"
570
+ },
571
+ {
572
+ "comment": "Bump @fluentui/scripts to v1.0.0",
573
+ "author": "behowell@microsoft.com",
574
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
575
+ "package": "@fluentui/react-label"
576
+ }
577
+ ],
578
+ "prerelease": [
579
+ {
580
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
581
+ "author": "behowell@microsoft.com",
582
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
583
+ "package": "@fluentui/react-label"
584
+ }
585
+ ]
586
+ }
587
+ },
588
+ {
589
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
590
+ "tag": "@fluentui/react-label_v9.0.0-alpha.22",
591
+ "version": "9.0.0-alpha.22",
592
+ "comments": {
593
+ "prerelease": [
594
+ {
595
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
596
+ "author": "lingfan.gao@microsoft.com",
597
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
598
+ "package": "@fluentui/react-label"
599
+ }
600
+ ]
601
+ }
602
+ },
603
+ {
604
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
605
+ "tag": "@fluentui/react-label_v9.0.0-alpha.21",
606
+ "version": "9.0.0-alpha.21",
607
+ "comments": {
608
+ "prerelease": [
609
+ {
610
+ "comment": "add Babel plugins to build pipeline",
611
+ "author": "olfedias@microsoft.com",
612
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
613
+ "package": "@fluentui/react-label"
614
+ }
615
+ ],
616
+ "none": [
617
+ {
618
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
619
+ "author": "olfedias@microsoft.com",
620
+ "commit": "8c249a1c1a8dcc4b0d9877e5d5e8e6d126063788",
621
+ "package": "@fluentui/react-label"
622
+ }
623
+ ]
624
+ }
625
+ },
626
+ {
627
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
628
+ "tag": "@fluentui/react-label_v9.0.0-alpha.20",
629
+ "version": "9.0.0-alpha.20",
630
+ "comments": {
631
+ "prerelease": [
632
+ {
633
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
634
+ "author": "miroslav.stastny@microsoft.com",
635
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
636
+ "package": "@fluentui/react-label"
637
+ }
638
+ ]
639
+ }
640
+ },
641
+ {
642
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
643
+ "tag": "@fluentui/react-label_v9.0.0-alpha.19",
644
+ "version": "9.0.0-alpha.19",
645
+ "comments": {
646
+ "prerelease": [
647
+ {
648
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
649
+ "author": "behowell@microsoft.com",
650
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
651
+ "package": "@fluentui/react-label"
652
+ }
653
+ ]
654
+ }
655
+ },
656
+ {
657
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
658
+ "tag": "@fluentui/react-label_v9.0.0-alpha.18",
659
+ "version": "9.0.0-alpha.18",
660
+ "comments": {
661
+ "none": [
662
+ {
663
+ "comment": "add bundle size fixtures",
664
+ "author": "olfedias@microsoft.com",
665
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
666
+ "package": "@fluentui/react-label"
667
+ }
668
+ ]
669
+ }
670
+ },
671
+ {
672
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
673
+ "tag": "@fluentui/react-label_v9.0.0-alpha.18",
674
+ "version": "9.0.0-alpha.18",
675
+ "comments": {
676
+ "prerelease": [
677
+ {
678
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
679
+ "author": "bsunderhus@microsoft.com",
680
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
681
+ "package": "@fluentui/react-label"
682
+ }
683
+ ]
684
+ }
685
+ },
686
+ {
687
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
688
+ "tag": "@fluentui/react-label_v9.0.0-alpha.17",
689
+ "version": "9.0.0-alpha.17",
690
+ "comments": {
691
+ "prerelease": [
692
+ {
693
+ "comment": "Adding missing line-height to Label.",
694
+ "author": "esteban.230@hotmail.com",
695
+ "commit": "581fa8873bf58aea67d21498172f9adc04672499",
696
+ "package": "@fluentui/react-label"
697
+ }
698
+ ],
699
+ "patch": [
700
+ {
701
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
702
+ "author": "elcraig@microsoft.com",
703
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
704
+ "package": "@fluentui/react-label"
705
+ }
706
+ ]
707
+ }
708
+ },
709
+ {
710
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
711
+ "tag": "@fluentui/react-label_v9.0.0-alpha.16",
712
+ "version": "9.0.0-alpha.16",
713
+ "comments": {
714
+ "prerelease": [
715
+ {
716
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
717
+ "author": "behowell@microsoft.com",
718
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
719
+ "package": "@fluentui/react-label"
720
+ }
721
+ ]
722
+ }
723
+ },
724
+ {
725
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
726
+ "tag": "@fluentui/react-label_v9.0.0-alpha.15",
727
+ "version": "9.0.0-alpha.15",
728
+ "comments": {
729
+ "patch": [
730
+ {
731
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
732
+ "author": "martinhochel@microsoft.com",
733
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
734
+ "package": "@fluentui/react-label"
735
+ },
736
+ {
737
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
738
+ "author": "martinhochel@microsoft.com",
739
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
740
+ "package": "@fluentui/react-label"
741
+ },
742
+ {
743
+ "comment": "Bump @fluentui/scripts to v1.0.0",
744
+ "author": "martinhochel@microsoft.com",
745
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
746
+ "package": "@fluentui/react-label"
747
+ }
748
+ ],
749
+ "prerelease": [
750
+ {
751
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
752
+ "author": "martinhochel@microsoft.com",
753
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
754
+ "package": "@fluentui/react-label"
755
+ }
756
+ ]
757
+ }
758
+ },
759
+ {
760
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
761
+ "tag": "@fluentui/react-label_v9.0.0-alpha.14",
762
+ "version": "9.0.0-alpha.14",
763
+ "comments": {
764
+ "prerelease": [
765
+ {
766
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.31",
767
+ "author": "bsunderhus@microsoft.com",
768
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
769
+ "package": "@fluentui/react-label"
770
+ }
771
+ ]
772
+ }
773
+ },
774
+ {
775
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
776
+ "tag": "@fluentui/react-label_v9.0.0-alpha.13",
777
+ "version": "9.0.0-alpha.13",
778
+ "comments": {
779
+ "prerelease": [
780
+ {
781
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
782
+ "author": "bsunderhus@microsoft.com",
783
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
784
+ "package": "@fluentui/react-label"
785
+ }
786
+ ]
787
+ }
788
+ },
789
+ {
790
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
791
+ "tag": "@fluentui/react-label_v9.0.0-alpha.12",
792
+ "version": "9.0.0-alpha.12",
793
+ "comments": {
794
+ "prerelease": [
795
+ {
796
+ "comment": "Fixing bug in start script of converged packages.",
797
+ "author": "Humberto.Morimoto@microsoft.com",
798
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
799
+ "package": "@fluentui/react-label"
800
+ }
801
+ ]
802
+ }
803
+ },
804
+ {
805
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
806
+ "tag": "@fluentui/react-label_v9.0.0-alpha.11",
807
+ "version": "9.0.0-alpha.11",
808
+ "comments": {
809
+ "prerelease": [
810
+ {
811
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.20",
812
+ "author": "tristan.watanabe@gmail.com",
813
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
814
+ "package": "@fluentui/react-label"
815
+ }
816
+ ]
817
+ }
818
+ },
819
+ {
820
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
821
+ "tag": "@fluentui/react-label_v9.0.0-alpha.10",
822
+ "version": "9.0.0-alpha.10",
823
+ "comments": {
824
+ "prerelease": [
825
+ {
826
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19",
827
+ "author": "olfedias@microsoft.com",
828
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
829
+ "package": "@fluentui/react-label"
830
+ }
831
+ ]
832
+ }
833
+ },
834
+ {
835
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
836
+ "tag": "@fluentui/react-label_v9.0.0-alpha.9",
837
+ "version": "9.0.0-alpha.9",
838
+ "comments": {
839
+ "none": [
840
+ {
841
+ "comment": "Migrate to new DX",
842
+ "author": "tkrasniqi@microsoft.com",
843
+ "commit": "5a6dd90efb20b162aa3883c34faa211b5620b334",
844
+ "package": "@fluentui/react-label"
845
+ }
846
+ ]
847
+ }
848
+ },
849
+ {
850
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
851
+ "tag": "@fluentui/react-label_v9.0.0-alpha.9",
852
+ "version": "9.0.0-alpha.9",
853
+ "comments": {
854
+ "none": [
855
+ {
856
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
857
+ "author": "miroslav.stastny@microsoft.com",
858
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
859
+ "package": "@fluentui/react-label"
860
+ }
861
+ ]
862
+ }
863
+ },
864
+ {
865
+ "date": "Fri, 18 Jun 2021 07:30:58 GMT",
866
+ "tag": "@fluentui/react-label_v9.0.0-alpha.9",
867
+ "version": "9.0.0-alpha.9",
868
+ "comments": {
869
+ "prerelease": [
870
+ {
871
+ "comment": "removing inline-flex and setting to block",
872
+ "author": "esteban.230@hotmail.com",
873
+ "commit": "8b3d1c88af0c7e65b61a2a5963847785c2bf554f",
874
+ "package": "@fluentui/react-label"
875
+ }
876
+ ]
877
+ }
878
+ },
879
+ {
880
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
881
+ "tag": "@fluentui/react-label_v9.0.0-alpha.8",
882
+ "version": "9.0.0-alpha.8",
883
+ "comments": {
884
+ "prerelease": [
885
+ {
886
+ "comment": "Fix type of required prop after change to ShorthandProp type definition",
887
+ "author": "behowell@microsoft.com",
888
+ "commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
889
+ "package": "@fluentui/react-label"
890
+ }
891
+ ]
892
+ }
893
+ },
894
+ {
895
+ "date": "Wed, 09 Jun 2021 07:33:38 GMT",
896
+ "tag": "@fluentui/react-label_v9.0.0-alpha.7",
897
+ "version": "9.0.0-alpha.7",
898
+ "comments": {
899
+ "prerelease": [
900
+ {
901
+ "comment": "Adding implementation",
902
+ "author": "esteban.230@hotmail.com",
903
+ "commit": "b18e86032aeaa9f5dbc0db7b51bb551e281f8e92",
904
+ "package": "@fluentui/react-label"
905
+ }
906
+ ]
907
+ }
908
+ },
909
+ {
910
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
911
+ "tag": "@fluentui/react-label_v9.0.0-alpha.6",
912
+ "version": "9.0.0-alpha.6",
913
+ "comments": {
914
+ "patch": [
915
+ {
916
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
917
+ "author": "martinhochel@microsoft.com",
918
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
919
+ "package": "@fluentui/react-label"
920
+ },
921
+ {
922
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
923
+ "author": "martinhochel@microsoft.com",
924
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
925
+ "package": "@fluentui/react-label"
926
+ },
927
+ {
928
+ "comment": "Bump @fluentui/scripts to v1.0.0",
929
+ "author": "martinhochel@microsoft.com",
930
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
931
+ "package": "@fluentui/react-label"
932
+ }
933
+ ],
934
+ "prerelease": [
935
+ {
936
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.17",
937
+ "author": "martinhochel@microsoft.com",
938
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
939
+ "package": "@fluentui/react-label"
940
+ }
941
+ ]
942
+ }
943
+ },
944
+ {
945
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
946
+ "tag": "@fluentui/react-label_v9.0.0-alpha.5",
947
+ "version": "9.0.0-alpha.5",
948
+ "comments": {
949
+ "prerelease": [
950
+ {
951
+ "comment": "Completing migration guide and spec",
952
+ "author": "esteban.230@hotmail.com",
953
+ "commit": "186c5379a8fa4fd979e4d225742260a1f688c912",
954
+ "package": "@fluentui/react-label"
955
+ }
956
+ ]
957
+ }
958
+ },
959
+ {
960
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
6
961
  "tag": "@fluentui/react-label_v9.0.0-alpha.4",
7
962
  "version": "9.0.0-alpha.4",
8
963
  "comments": {