forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
1192 lines (1192 loc) · 38 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Thu, 10 Jun 2021 07:32:59 GMT",
"tag": "@fluentui/web-components_v0.22.1",
"version": "0.22.1",
"comments": {
"none": [
{
"comment": "chore: removed broken links",
"author": "[email protected]",
"commit": "91060392e81b6a72aba6c6c2bdde21e3af98dc58",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 08 Jun 2021 07:32:44 GMT",
"tag": "@fluentui/web-components_v0.22.1",
"version": "0.22.1",
"comments": {
"patch": [
{
"comment": "set pointer event none on children content",
"author": "[email protected]",
"commit": "c270c2c7af62cdcdf2382e69c7c00390bc520f72",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 04 Jun 2021 07:37:23 GMT",
"tag": "@fluentui/web-components_v0.22.0",
"version": "0.22.0",
"comments": {
"minor": [
{
"comment": "Updated the neutral fill card color recipe to always be lighter or equal to the container, instead of flipping to go darker over white.",
"author": "[email protected]",
"commit": "c474353cfaa720ef886cd4b2d7c86c0989c134de",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 20 May 2021 07:41:54 GMT",
"tag": "@fluentui/web-components_v0.21.2",
"version": "0.21.2",
"comments": {
"patch": [
{
"comment": "add active state on accent button for high contrast",
"author": "[email protected]",
"commit": "d93694f836567cd18014ea1ff660035ab558eb98",
"package": "@fluentui/web-components"
}
],
"none": [
{
"comment": "Remove unused import",
"author": "[email protected]",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 17 May 2021 07:33:48 GMT",
"tag": "@fluentui/web-components_v0.21.1",
"version": "0.21.1",
"comments": {
"patch": [
{
"comment": "moved disabled styles from pattern styles to button styles",
"author": "[email protected]",
"commit": "01e096eb757e1174c15d08798f65135138c48764",
"package": "@fluentui/web-components"
},
{
"comment": "only show flippers on horizontal scroll when control is hovered",
"author": "[email protected]",
"commit": "a1d4584c05bbc3bce6b5e306c49b751ceada9739",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 30 Apr 2021 07:42:23 GMT",
"tag": "@fluentui/web-components_v0.21.0",
"version": "0.21.0",
"comments": {
"none": [
{
"comment": "",
"author": "[email protected]",
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
"package": "@fluentui/web-components"
}
],
"minor": [
{
"comment": "content-visibility",
"author": "[email protected]",
"commit": "353aa205671126ea19ebea76b34f83b44c1044d0",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 21 Apr 2021 07:31:50 GMT",
"tag": "@fluentui/web-components_v0.20.3",
"version": "0.20.3",
"comments": {
"none": [
{
"comment": "chore: move chalk,api-extractor,yargs to single version policy",
"author": "[email protected]",
"commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "add pointer-events none for slotted svgs in buttons and anchors to prevent focus rect on click",
"author": "[email protected]",
"commit": "2883835503b1fe7d03cb493a0c00e8ce24a69037",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 01 Apr 2021 07:33:24 GMT",
"tag": "@fluentui/web-components_v0.20.2",
"version": "0.20.2",
"comments": {
"patch": [
{
"comment": "update filled style on textfield textarea and numberfield",
"author": "[email protected]",
"commit": "1ddf33303a816219b3efff6d7db001dae244fd53",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 29 Mar 2021 07:30:29 GMT",
"tag": "@fluentui/web-components_v0.20.1",
"version": "0.20.1",
"comments": {
"patch": [
{
"comment": "correct outline color for number field to ensure alignment w/ other inputs",
"author": "[email protected]",
"commit": "806581112e8f72c7ede2e1213979f5a5f451fb22",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 26 Mar 2021 07:32:34 GMT",
"tag": "@fluentui/web-components_v0.20.0",
"version": "0.20.0",
"comments": {
"minor": [
{
"comment": "create a separate css block for filled appearance and add appearanceBehavior",
"author": "[email protected]",
"commit": "0f3e58b651c0c5f4f1a9e74f311d7003868d3fae",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 25 Mar 2021 07:33:24 GMT",
"tag": "@fluentui/web-components_v0.19.1",
"version": "0.19.1",
"comments": {
"patch": [
{
"comment": "removed SVGs to use the default",
"author": "[email protected]",
"commit": "b8e8697d9f3ff285687b7cba27b9ac037a0cb727",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 23 Mar 2021 07:31:43 GMT",
"tag": "@fluentui/web-components_v0.19.0",
"version": "0.19.0",
"comments": {
"patch": [
{
"comment": "remove whitespace causing focus issue on button and anchor controls",
"author": "[email protected]",
"commit": "869c2e52f9127437f25cf8baa62949c295aed180",
"package": "@fluentui/web-components"
}
],
"minor": [
{
"comment": "add appearance style sheet behavior",
"author": "[email protected]",
"commit": "46aa082241d94f91d77d33f5bd9356b08b54ad33",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 19 Mar 2021 07:32:43 GMT",
"tag": "@fluentui/web-components_v0.18.0",
"version": "0.18.0",
"comments": {
"minor": [
{
"comment": "created and add number-field files",
"author": "[email protected]",
"commit": "24a23e2a84e5987096b844c73248526e3ac36a75",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 18 Mar 2021 20:15:34 GMT",
"tag": "@fluentui/web-components_v0.17.0",
"version": "0.17.0",
"comments": {
"minor": [
{
"comment": "update fixture, storybook and styles for tooltip and anchor region",
"author": "[email protected]",
"commit": "a7f14f4cd03ea18596c4ffa2df3ecd8d0cf344b1",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "Exporting FluentHorizontalScroll",
"author": "[email protected]",
"commit": "02cfbd8bac35a8fee0fef0e8ea566ee507d52d89",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 17 Mar 2021 07:35:44 GMT",
"tag": "@fluentui/web-components_v0.16.2",
"version": "0.16.2",
"comments": {
"patch": [
{
"comment": "Adding horizontal scroll component",
"author": "[email protected]",
"commit": "a1d4584c05bbc3bce6b5e306c49b751ceada9739",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 16 Mar 2021 07:32:44 GMT",
"tag": "@fluentui/web-components_v0.16.1",
"version": "0.16.1",
"comments": {
"patch": [
{
"comment": "add force-colors backgroundStyles and set a few HC colors on button styles",
"author": "[email protected]",
"commit": "d9e945cdebec8d7f64235b7af557355b65c33e4e",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 12 Mar 2021 20:04:27 GMT",
"tag": "@fluentui/web-components_v0.16.0",
"version": "0.16.0",
"comments": {
"none": [
{
"comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references",
"author": "[email protected]",
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
"package": "@fluentui/web-components"
}
],
"minor": [
{
"comment": "add data grid as a new web component",
"author": "[email protected]",
"commit": "6000e0691887fc013f2c50c5de03d3256eed1c86",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Sun, 07 Mar 2021 23:34:51 GMT",
"tag": "@fluentui/web-components_v0.15.0",
"version": "0.15.0",
"comments": {
"minor": [
{
"comment": "add menuitemcheckbox and menuitemradio styling to menu-item",
"author": "[email protected]",
"commit": "a8552af0ad666f77e2ba8a3aa3768611d6fed3a5",
"package": "@fluentui/web-components"
},
{
"comment": "add combobox as a new web component",
"author": "[email protected]",
"commit": "7e0fcf35ae384bf5047acca7a5c52634664a504a",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 26 Feb 2021 01:16:27 GMT",
"tag": "@fluentui/web-components_v0.14.2",
"version": "0.14.2",
"comments": {
"none": [
{
"comment": "Update beachball config",
"author": "[email protected]",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 25 Feb 2021 01:15:27 GMT",
"tag": "@fluentui/web-components_v0.14.2",
"version": "0.14.2",
"comments": {
"patch": [
{
"comment": "update card background color attribute to reflect from view",
"author": "[email protected]",
"commit": "d91f1404203ae715d9c9f9edf98f38ebef9eb634",
"package": "@fluentui/web-components"
},
{
"author": "[email protected]",
"commit": "d91f1404203ae715d9c9f9edf98f38ebef9eb634",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 22 Feb 2021 12:26:22 GMT",
"tag": "@fluentui/web-components_v0.14.1",
"version": "0.14.1",
"comments": {
"patch": [
{
"comment": "remove hard coded background color in favor of default design system behavior",
"author": "[email protected]",
"commit": "0f7fa189c9b96cf65609c54781f958d0679e4678",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 12 Feb 2021 12:26:20 GMT",
"tag": "@fluentui/web-components_v0.14.0",
"version": "0.14.0",
"comments": {
"minor": [
{
"comment": "Improved support for design system neutral color - Added a neutralBaseColor property in the design system - Update neutralPalette and accentPalette when respective baseColor changes - Updated Card to base background color on local neutralPalette - Updated Card stories to illustrate use cases",
"author": "[email protected]",
"commit": "c71f383781bb3b10dbce840d64881a94004fac95",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 11 Feb 2021 12:18:41 GMT",
"tag": "@fluentui/web-components_v0.13.1",
"version": "0.13.1",
"comments": {
"none": [
{
"comment": "chore: use exact version for typescript devDep",
"author": "[email protected]",
"commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 11 Feb 2021 02:38:00 GMT",
"tag": "@fluentui/web-components_v0.13.1",
"version": "0.13.1",
"comments": {
"patch": [
{
"comment": "remove duplicate color export from web components package",
"author": "[email protected]",
"commit": "abe60136582d21dafec4f192b41be8bbe940487f",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 09 Feb 2021 00:56:52 GMT",
"tag": "@fluentui/web-components_v0.13.0",
"version": "0.13.0",
"comments": {
"minor": [
{
"comment": "add neutral-contrast-fill recipe",
"author": "[email protected]",
"commit": "9a4c92e59563c268c3905152e6641e78c1ac2616",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "fix: export missing parseColorString util",
"author": "[email protected]",
"commit": "c4508a1520f5d87c120f481db32f58911a04e9ba",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 08 Feb 2021 12:23:08 GMT",
"tag": "@fluentui/web-components_v0.12.1",
"version": "0.12.1",
"comments": {
"patch": [
{
"comment": "correct focus visible outline on accent button and anchor styles",
"author": "[email protected]",
"commit": "7e1723e57c7956e09c206327e2b79114a18a4492",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 03 Feb 2021 05:51:40 GMT",
"tag": "@fluentui/web-components_v0.12.0",
"version": "0.12.0",
"comments": {
"minor": [
{
"comment": "feat: move color recipes into fluent web component package",
"author": "[email protected]",
"commit": "e4079adb2ab4fb09f58c71192665ff0b81e5f5ec",
"package": "@fluentui/web-components"
}
],
"none": [
{
"author": "[email protected]",
"commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 28 Jan 2021 12:25:56 GMT",
"tag": "@fluentui/web-components_v0.11.0",
"version": "0.11.0",
"comments": {
"none": [
{
"comment": "Updating to webpack 5, latest typings, latest loaders and plugins.",
"author": "[email protected]",
"commit": "9c2c4a61c7d9eb8d153945ff57962118b569ea5b",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 26 Jan 2021 12:33:19 GMT",
"tag": "@fluentui/web-components_v0.11.0",
"version": "0.11.0",
"comments": {
"minor": [
{
"comment": "fix: change accordion item region to display block",
"author": "[email protected]",
"commit": "8abb40a4be05e733274a3917b4ae8ad61f90123d",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "set margin on separator slot",
"author": "[email protected]",
"commit": "493869ffb80d5686c3971f092723912f72295ee6",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 21 Jan 2021 12:36:12 GMT",
"tag": "@fluentui/web-components_v0.10.6",
"version": "0.10.6",
"comments": {
"patch": [
{
"comment": " Updating dev dependencies.",
"author": "[email protected]",
"commit": "f7813725750ecc893ca37792bbb004e554591279",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 20 Jan 2021 12:22:46 GMT",
"tag": "@fluentui/web-components_v0.10.5",
"version": "0.10.5",
"comments": {
"patch": [
{
"comment": "Fixes content shifting when anchor has focus due to 2px bottom border",
"author": "[email protected]",
"commit": "809c403aded0b6fd5cd895dd519cf69120964e47",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 15 Jan 2021 12:30:40 GMT",
"tag": "@fluentui/web-components_v0.10.4",
"version": "0.10.4",
"comments": {
"none": [
{
"comment": "add storybook manager for theme",
"author": "[email protected]",
"commit": "7f97bbcf2e7650b8a92ecf386ef15421b3270536",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "fix: add hover state for expand collapse button in tree-item",
"author": "[email protected]",
"commit": "c641f0323e0171c1156d115ec5ad87cfd46b6d17",
"package": "@fluentui/web-components"
},
{
"comment": "fix slider disabled and readonly cursor",
"author": "[email protected]",
"commit": "8883c0cbefd3e9ccd236f025fcb228b1fe0f16ac",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 12 Jan 2021 12:36:40 GMT",
"tag": "@fluentui/web-components_v0.10.3",
"version": "0.10.3",
"comments": {
"patch": [
{
"comment": "update svg fill to use currentcolor so svg defaults to text color, change some currentColor to currentcolor",
"author": "[email protected]",
"commit": "4e7e48536556661783dcb0f42314eb8734a8f836",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 05 Jan 2021 12:29:33 GMT",
"tag": "@fluentui/web-components_v0.10.2",
"version": "0.10.2",
"comments": {
"patch": [
{
"comment": "add height clamp and box sizing for select",
"author": "[email protected]",
"commit": "981bbd219d6c6e26a5c13b971bb39ae593843064",
"package": "@fluentui/web-components"
},
{
"comment": "add select indicator css selector to fix indicator sizing",
"author": "[email protected]",
"commit": "57787b1888216856fc7b5a479ccb380012b1bfb8",
"package": "@fluentui/web-components"
},
{
"comment": "add padding for focus overlap of state in accordion item",
"author": "[email protected]",
"commit": "6b777ecca00a9087d93843aa6ecd91682e0365cc",
"package": "@fluentui/web-components"
},
{
"comment": "add switch label margin and cursor pointer",
"author": "[email protected]",
"commit": "16797f484b2af348f136ba306e1f392721c45e1c",
"package": "@fluentui/web-components"
},
{
"comment": "move text-field label__hidden styles below main label styles for proper order",
"author": "[email protected]",
"commit": "887a5e93a677527091c83ff62ac20ac335fa9f2f",
"package": "@fluentui/web-components"
},
{
"comment": "add inline start margin for rtl to slider",
"author": "[email protected]",
"commit": "46055c7b84750bda3d609ab8bf58bb53e4e952cd",
"package": "@fluentui/web-components"
},
{
"comment": "update start and end to remove fixed width and height",
"author": "[email protected]",
"commit": "da37d8ef759dd81c8e83d3c7ba589ccadadd479a",
"package": "@fluentui/web-components"
}
],
"none": [
{
"comment": "add menu disabled example",
"author": "[email protected]",
"commit": "cb6aeecba5503afa7b196f20c50f2bb3e213b357",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 18 Dec 2020 12:27:55 GMT",
"tag": "@fluentui/web-components_v0.10.1",
"version": "0.10.1",
"comments": {
"patch": [
{
"comment": "fix: focus styling inconsistencies",
"author": "[email protected]",
"commit": "ac24a6a79a7f09559bb35ffbc5b28f53ecd9e95f",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 17 Dec 2020 12:30:15 GMT",
"tag": "@fluentui/web-components_v0.10.0",
"version": "0.10.0",
"comments": {
"patch": [
{
"comment": "fix: broken rtl scenerios",
"author": "[email protected]",
"commit": "81651e8f3c1ea57df77214a50eb47fe5a816a236",
"package": "@fluentui/web-components"
}
],
"minor": [
{
"comment": "add icon only anchor support, update fast packages",
"author": "[email protected]",
"commit": "cb8c48d775b497c7383d73d78617910bb2d5212c",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 16 Dec 2020 12:27:05 GMT",
"tag": "@fluentui/web-components_v0.9.2",
"version": "0.9.2",
"comments": {
"none": [
{
"author": "[email protected]",
"commit": "1ea9d474cf3b39f546f7ea3996edf29e4a862b9a",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "update style on aria-current item and adjust margin on last item",
"author": "[email protected]",
"commit": "de2be83fbac3276be793cf311eaabfb337cc0c47",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 09 Dec 2020 12:27:00 GMT",
"tag": "@fluentui/web-components_v0.9.1",
"version": "0.9.1",
"comments": {
"patch": [
{
"comment": "set FieldText color on label and status-message",
"author": "[email protected]",
"commit": "2bba2c2d957c8df676d9d34bf1b0f3ccbdcd28d1",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 02 Dec 2020 12:37:40 GMT",
"tag": "@fluentui/web-components_v0.9.0",
"version": "0.9.0",
"comments": {
"minor": [
{
"comment": "add a class to button in shadow DOM when default slotted content is only an svg icon",
"author": "[email protected]",
"commit": "158a6480c3dcf802a5fb4dbf045f0bf18ab20b3c",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Sat, 21 Nov 2020 02:00:44 GMT",
"tag": "@fluentui/web-components_v0.8.1",
"version": "0.8.1",
"comments": {
"patch": [
{
"comment": "add forced color adjust to host selector",
"author": "[email protected]",
"commit": "cfd0cc90fb22c5d24d9646b7eb325c7a41bd6c68",
"package": "@fluentui/web-components"
},
{
"comment": "update fast packages to latest minor versions",
"author": "[email protected]",
"commit": "2b7e56297be7f7d6e1920df0f202277c17644a5d",
"package": "@fluentui/web-components"
},
{
"comment": "ensure all web components leverage the body font design token",
"author": "[email protected]",
"commit": "b3be4d7dfb1392d5b315bb728bb24df8fb500271",
"package": "@fluentui/web-components"
},
{
"comment": "feat: add select and related styles",
"author": "[email protected]",
"commit": "66916eef3d325b8e8104c56f8557246b4824a5ca",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 18 Nov 2020 12:30:07 GMT",
"tag": "@fluentui/web-components_v0.8.0",
"version": "0.8.0",
"comments": {
"minor": [
{
"comment": "fix: radio group orientation vertical broken",
"author": "[email protected]",
"commit": "5467837e6426d68375fe3832f5448ebed678e704",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 17 Nov 2020 12:36:24 GMT",
"tag": "@fluentui/web-components_v0.7.2",
"version": "0.7.2",
"comments": {
"patch": [
{
"comment": "moved high contrast work into common button styles file",
"author": "[email protected]",
"commit": "68628df80d364aff4bba014ddcd4455d6b20a660",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 05 Nov 2020 12:29:43 GMT",
"tag": "@fluentui/web-components_v0.7.1",
"version": "0.7.1",
"comments": {
"patch": [
{
"comment": "flipper cursor should be pointer on hover",
"author": "[email protected]",
"commit": "70498e155281bad717091ac140ba79d9fdcce323",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 29 Oct 2020 12:34:59 GMT",
"tag": "@fluentui/web-components_v0.7.0",
"version": "0.7.0",
"comments": {
"minor": [
{
"comment": "add hover and focus-within elevation change for card",
"author": "[email protected]",
"commit": "962a5b718089d9577970ea5f22f73dd8650c4d1e",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "ensure elevated corner radius is applied to dialog",
"author": "[email protected]",
"commit": "a04560ff92d957157d69b875e0bad09f5e62b5ff",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 23 Oct 2020 03:26:15 GMT",
"tag": "@fluentui/web-components_v0.6.3",
"version": "0.6.3",
"comments": {
"none": [
{
"comment": "Add beachball config for disallowed change types",
"author": "[email protected]",
"commit": "ee2622a8572c11f1eeb9d7f1c8d759d6ae0281ca",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 21 Oct 2020 12:32:12 GMT",
"tag": "@fluentui/web-components_v0.6.3",
"version": "0.6.3",
"comments": {
"none": [
{
"comment": "Fix yarn test --production.",
"author": "[email protected]",
"commit": "35627bb3ecb15110c1c0b36b74bdb0735039d26c",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 14 Oct 2020 20:26:08 GMT",
"tag": "@fluentui/web-components_v0.6.3",
"version": "0.6.3",
"comments": {
"patch": [
{
"comment": "operate dialog in open mode to ensure accessible focus behavior is supported",
"author": "[email protected]",
"commit": "5babd0e822f182f8a33e096e615524651ae77968",
"package": "@fluentui/web-components"
},
{
"comment": "remove un-necessary palette generation",
"author": "[email protected]",
"commit": "74b0bd5b78126df06be1277f8466d03a991578a4",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 09 Oct 2020 18:03:19 GMT",
"tag": "@fluentui/web-components_v0.6.2",
"version": "0.6.2",
"comments": {
"patch": [
{
"comment": "removes palette generation for every card and adds better null checking to avoid runtime errors",
"author": "[email protected]",
"commit": "6e09556ae9cd59f9174a211e6987237e8f22f54f",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 09 Oct 2020 12:23:45 GMT",
"tag": "@fluentui/web-components_v0.6.1",
"version": "0.6.1",
"comments": {
"patch": [
{
"comment": "fix: ensure font properties are inherited to control and start/end content",
"author": "[email protected]",
"commit": "7bac606fa371d6ca46fe69611da12a3cb0af6a4e",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 07 Oct 2020 12:24:30 GMT",
"tag": "@fluentui/web-components_v0.6.0",
"version": "0.6.0",
"comments": {
"minor": [
{
"comment": "close shadow roots of all web components",
"author": "[email protected]",
"commit": "d0d5148cf4cdd80ae884eecc35b411a8719aa0d0",
"package": "@fluentui/web-components"
},
{
"comment": "add skeleton as a new component",
"author": "[email protected]",
"commit": "406bb8c5b456ae4983c7e0cf7e2991d1f804b114",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 02 Oct 2020 12:28:46 GMT",
"tag": "@fluentui/web-components_v0.5.0",
"version": "0.5.0",
"comments": {
"minor": [
{
"comment": "export DesignSystem interface",
"author": "[email protected]",
"commit": "d5b08022819761ce2995073f9cc69019bc951625",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 12:25:17 GMT",
"tag": "@fluentui/web-components_v0.4.0",
"version": "0.4.0",
"comments": {
"none": [
{
"comment": "Line endings on the api report are changing again...",
"author": "[email protected]",
"commit": "452a387dd9353763c6c2adc8946a9378fd654994",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 24 Sep 2020 00:46:56 GMT",
"tag": "@fluentui/web-components_v0.4.0",
"version": "0.4.0",
"comments": {
"patch": [
{
"comment": "center align the start and end slot on tabs",
"author": "[email protected]",
"commit": "7a02678df2c112ad182bb6e29179cefb79e8f5d1",
"package": "@fluentui/web-components"
}
],
"minor": [
{
"comment": "Feat: adds automatic card background color calculation",
"author": "[email protected]",
"commit": "c32b0e3402448c68ffb8db0d5386834b6c540239",