forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
2393 lines (2393 loc) · 78.1 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": "Tue, 07 Jun 2022 07:48:04 GMT",
"tag": "@fluentui/web-components_v2.5.2",
"version": "2.5.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "8949b3e8dcdb3dcb4b987fcb08ff48e549133828",
"comment": "(web-components) Fix issue loading Color Explorer values"
}
]
}
},
{
"date": "Thu, 02 Jun 2022 07:38:04 GMT",
"tag": "@fluentui/web-components_v2.5.1",
"version": "2.5.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "d989caf6db389bb92221f372c8028cf7a85210b4",
"comment": "upgrade storybook to 6.5"
}
]
}
},
{
"date": "Tue, 17 May 2022 07:45:01 GMT",
"tag": "@fluentui/web-components_v2.5.1",
"version": "2.5.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "d5706692da2077930b084bff166d0981c058eb7e",
"comment": "Added the Color Explorer as a web components Storybook page"
}
]
}
},
{
"date": "Fri, 06 May 2022 07:36:53 GMT",
"tag": "@fluentui/web-components_v2.5.0",
"version": "2.5.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "b60bcd3b01d2927a03660523eea42b42f507e85b",
"comment": "Added support for Segoe UI Variable font with variant configurations Added type ramp helpers to conveniently and consistently apply all necessary font attributes."
}
]
}
},
{
"date": "Thu, 28 Apr 2022 07:39:56 GMT",
"tag": "@fluentui/web-components_v2.4.0",
"version": "2.4.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "7b73745e44fb4be6c228de0f1a500eea0d9db00b",
"comment": "update to latest versions of fast-element and fast-foundation for web components"
}
]
}
},
{
"date": "Tue, 08 Mar 2022 23:29:58 GMT",
"tag": "@fluentui/web-components_v2.3.1",
"version": "2.3.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "61d1ec16271c2beff80f449c35b10e0b8a1817b5",
"comment": "basic storybook upgrade without the new story store format"
}
]
}
},
{
"date": "Mon, 07 Mar 2022 07:41:14 GMT",
"tag": "@fluentui/web-components_v2.3.1",
"version": "2.3.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "415b189f76b7f5bca11ebc62d3a6855c01b59c53",
"comment": "update karma to latest stable version for web components"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "9d0611016f1e6f5a39b105df1d6e85beecb1e469",
"comment": "fix d.ts errors generated by api-extractor"
}
]
}
},
{
"date": "Tue, 01 Mar 2022 07:23:43 GMT",
"tag": "@fluentui/web-components_v2.3.0",
"version": "2.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "7f08d68021d8f41d6de1fa2e18e78be3d0868e73",
"comment": "update package dependencies in web-components"
}
]
}
},
{
"date": "Fri, 18 Feb 2022 07:22:08 GMT",
"tag": "@fluentui/web-components_v2.2.3",
"version": "2.2.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "b8bea1a92f7aee43b6887c9f035e33d4c26ddac0",
"comment": "Aligned \"plus 2\" type ramp line height size"
}
]
}
},
{
"date": "Thu, 27 Jan 2022 07:34:08 GMT",
"tag": "@fluentui/web-components_v2.2.2",
"version": "2.2.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "739a799bb753ced2968289ed6a6b253319ae7138",
"comment": "Updating fast-foundation to v2.32.0"
}
]
}
},
{
"date": "Mon, 17 Jan 2022 09:43:48 GMT",
"tag": "@fluentui/web-components_v2.2.1",
"version": "2.2.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "4dcdb85d20d7cf5d0aa71c09098142e8c933530b",
"comment": "Remove unused declared variables in combobox styles"
}
]
}
},
{
"date": "Wed, 12 Jan 2022 07:32:29 GMT",
"tag": "@fluentui/web-components_v2.2.1",
"version": "2.2.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "06cb25c66838875a18dc264ebfa8c5547ce4ebb2",
"comment": "Update tab panel to base type size"
}
]
}
},
{
"date": "Fri, 07 Jan 2022 07:27:47 GMT",
"tag": "@fluentui/web-components_v2.2.0",
"version": "2.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "ebe29c6b802a65fd6a568d511e067ec4a272f817",
"comment": "feat: add search web component"
}
]
}
},
{
"date": "Wed, 15 Dec 2021 07:31:29 GMT",
"tag": "@fluentui/web-components_v2.1.3",
"version": "2.1.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "bd40a6eca1aaa0702e7989087b01de32c9aa6c3d",
"comment": "fix: prevent disabled flipper from emitting event"
}
],
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
"comment": "chore: update all jest deps to v26"
}
]
}
},
{
"date": "Fri, 10 Dec 2021 07:30:35 GMT",
"tag": "@fluentui/web-components_v2.1.2",
"version": "2.1.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "89deee5b2a8a5da67a557cd6b19fe9c51ab36de1",
"comment": "fix: z-index in accordion header renders above content"
}
]
}
},
{
"date": "Thu, 02 Dec 2021 07:36:29 GMT",
"tag": "@fluentui/web-components_v2.1.1",
"version": "2.1.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "a69b283c2eb799c0edc5276d9d1094d1f3d4e4ac",
"comment": "fix: tabpanel shifting in vertical layout"
}
]
}
},
{
"date": "Tue, 23 Nov 2021 07:27:34 GMT",
"tag": "@fluentui/web-components_v2.1.0",
"version": "2.1.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "2dbe9eadd8ae071bbb056ad15461c1c7ea8d9430",
"comment": "fix: remove margins from host elements"
}
]
}
},
{
"date": "Tue, 09 Nov 2021 07:38:11 GMT",
"tag": "@fluentui/web-components_v2.0.2",
"version": "2.0.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "55a9400f93758ad7cb37789aa524a6eb6b2a5322",
"comment": "FluentUI calendar component"
}
]
}
},
{
"date": "Tue, 02 Nov 2021 07:37:01 GMT",
"tag": "@fluentui/web-components_v2.0.1",
"version": "2.0.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "71d4e117d0bad7e238ff53e4d1a0671a6ead7085",
"comment": "fix web components webpack integration docs and update the package dependencies"
},
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "2cb0ac33d03c843c556c2cd554fd6ac9a91f4f33",
"comment": "fixed high contrast visual for web components"
},
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "e9e7f438f1530d5629108a27dfd1d81d7c107293",
"comment": "change input state styles to fix height and prevent z-index from blocking cursor"
}
]
}
},
{
"date": "Mon, 01 Nov 2021 21:28:50 GMT",
"tag": "@fluentui/web-components_v2.0.0",
"version": "2.0.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"commit": "197823fe1233c21127dbce9c546c90e3e0e548be",
"comment": "Fixing visual update merge conflicts"
}
]
}
},
{
"date": "Mon, 25 Oct 2021 07:38:02 GMT",
"tag": "@fluentui/web-components_v2.0.0",
"version": "2.0.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "remove beachball configuration override to again disallow major versions",
"commit": "a88fb53fb38a20912b7ddea33b5f3313a721e148"
}
]
}
},
{
"date": "Fri, 22 Oct 2021 23:04:22 GMT",
"tag": "@fluentui/web-components_v2.0.0",
"version": "2.0.0",
"comments": {
"major": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Update to Sun Valley visual styling",
"commit": "4e422ca35d0eb8dcf173031e1b0915e2439b2e19"
}
]
}
},
{
"date": "Fri, 22 Oct 2021 19:30:28 GMT",
"tag": "@fluentui/web-components_v1.6.3",
"version": "1.6.3",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Web-components Storybook content updates",
"commit": "ed06ea1fabb97a1ee5ee4f73cf2eaac169dc69be"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "update foundation package and react documentation",
"commit": "ed06ea1fabb97a1ee5ee4f73cf2eaac169dc69be"
}
]
}
},
{
"date": "Thu, 21 Oct 2021 07:28:35 GMT",
"tag": "@fluentui/web-components_v1.6.2",
"version": "1.6.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Fix web-components storybook",
"commit": "619163b3e099a775a2486a21e0187cec86b2b7c2"
}
]
}
},
{
"date": "Tue, 19 Oct 2021 07:38:09 GMT",
"tag": "@fluentui/web-components_v1.6.2",
"version": "1.6.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Move storybook/html dev dep back to web-components and update scripts",
"commit": "ed3a8350b8d760cdef9323bb5646012888c75afd"
}
]
}
},
{
"date": "Thu, 14 Oct 2021 00:11:22 GMT",
"tag": "@fluentui/web-components_v1.6.2",
"version": "1.6.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "remove dependency on lodash-es with fast-web-utilities",
"commit": "99f64c155271dba50e57ced4cec6ac5e98387056"
}
]
}
},
{
"date": "Fri, 08 Oct 2021 07:31:50 GMT",
"tag": "@fluentui/web-components_v1.6.1",
"version": "1.6.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "add progress animated examples",
"commit": "3c3fae80fd74eb02fa0daa59b49afde39de83370"
}
]
}
},
{
"date": "Thu, 07 Oct 2021 07:30:53 GMT",
"tag": "@fluentui/web-components_v1.6.0",
"version": "1.6.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "create explicit classes for progress ring and progress to prevent conflicts during tagFor retrieval",
"commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
},
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Update token file order and deprecations to prepare for vNext",
"commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "add end start selector",
"commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
}
]
}
},
{
"date": "Wed, 06 Oct 2021 11:11:56 GMT",
"tag": "@fluentui/web-components_v1.5.6",
"version": "1.5.6",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "update web components progress determinate color to accentFillRest",
"commit": "19e3ce0c93afbd30b32dca7f07f2a630eb7a01a2"
}
]
}
},
{
"date": "Tue, 05 Oct 2021 07:37:17 GMT",
"tag": "@fluentui/web-components_v1.5.5",
"version": "1.5.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Update installation doc story",
"commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
},
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "fix issue where tree item selection was being impacted due to event issues",
"commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
}
]
}
},
{
"date": "Wed, 29 Sep 2021 07:36:23 GMT",
"tag": "@fluentui/web-components_v1.5.4",
"version": "1.5.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "fix syntax issue causing padding to not be applied to text area",
"commit": "e726d8b364e68d28821710ea168b3ee0f7a23345"
}
]
}
},
{
"date": "Thu, 23 Sep 2021 07:35:13 GMT",
"tag": "@fluentui/web-components_v1.5.3",
"version": "1.5.3",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Update content for web component overview docs",
"commit": "e356b30fbc9830f64d23ca4d73cc0ad11e48faf3"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "add additional param to allComponents registry",
"commit": "e356b30fbc9830f64d23ca4d73cc0ad11e48faf3"
}
]
}
},
{
"date": "Fri, 17 Sep 2021 07:35:26 GMT",
"tag": "@fluentui/web-components_v1.5.2",
"version": "1.5.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "fix slider thumb positioning math",
"commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
},
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "implement caching mechanism for PaletteRGB.closestIndexOf",
"commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
}
],
"none": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "Fix web-component toolbar storybook location",
"commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
}
]
}
},
{
"date": "Tue, 14 Sep 2021 20:09:02 GMT",
"tag": "@fluentui/web-components_v1.5.1",
"version": "1.5.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "add toolbar as new web component",
"commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c"
}
]
}
},
{
"date": "Mon, 13 Sep 2021 07:37:03 GMT",
"tag": "@fluentui/web-components_v1.5.0",
"version": "1.5.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui/web-components",
"comment": "implement base class for components which extend beyond foundation",
"commit": "39625b321acf26a327021e5d904f6f91dbf9a9e2"
}
]
}
},
{
"date": "Fri, 10 Sep 2021 07:39:51 GMT",
"tag": "@fluentui/web-components_v1.4.2",
"version": "1.4.2",
"comments": {
"patch": [
{
"comment": "fix tab panel display",
"author": "[email protected]",
"commit": "1faed19b8bf0481bab8a2fc7b4efa0c2e4bb1be5",
"package": "@fluentui/web-components"
},
{
"comment": "Updated the default fill color to neutral layer 1",
"author": "[email protected]",
"commit": "53d2bee2745b9f9a4c59a90f4bd59a80378d590f",
"package": "@fluentui/web-components"
}
],
"none": [
{
"comment": "Improve structure of web-components Storybook and add docs",
"author": "[email protected]",
"commit": "4c970883a796505b132b356aa03302c068eb0ea9",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 03 Sep 2021 00:13:07 GMT",
"tag": "@fluentui/web-components_v1.4.1",
"version": "1.4.1",
"comments": {
"patch": [
{
"comment": "patch: apply fast version updates",
"author": "[email protected]",
"commit": "65fc391022bb3ed9143ce5b3c52491ab0fff08dc",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 02 Sep 2021 07:36:46 GMT",
"tag": "@fluentui/web-components_v1.4.0",
"version": "1.4.0",
"comments": {
"minor": [
{
"comment": "Increased contrast for small input controls",
"author": "[email protected]",
"commit": "b4a8fa3c9caad4389adc4a0b7e198936e7d34315",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 01 Sep 2021 07:39:56 GMT",
"tag": "@fluentui/web-components_v1.3.8",
"version": "1.3.8",
"comments": {
"none": [
{
"comment": "ci(storybook): unify and simplify storybook production build deployments across the repo",
"author": "[email protected]",
"commit": "42a36dd1dba02d7023de84ca17d3ea20e1e2c8b3",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 31 Aug 2021 07:37:47 GMT",
"tag": "@fluentui/web-components_v1.3.8",
"version": "1.3.8",
"comments": {
"patch": [
{
"comment": "fix: syntax error in card styles",
"author": "[email protected]",
"commit": "2180a7a5e618570fcbdb87938811417abcabf50c",
"package": "@fluentui/web-components"
},
{
"comment": "version bump fast foundation",
"author": "[email protected]",
"commit": "e156f244668fe3b80353a97e2037ec9635901a27",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 30 Aug 2021 07:35:05 GMT",
"tag": "@fluentui/web-components_v1.3.7",
"version": "1.3.7",
"comments": {
"patch": [
{
"comment": "update dependencies",
"author": "[email protected]",
"commit": "997099c28f27cc2979f984d0c0b06c97f84a4aac",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 26 Aug 2021 07:35:43 GMT",
"tag": "@fluentui/web-components_v1.3.6",
"version": "1.3.6",
"comments": {
"patch": [
{
"comment": "fix transform fragments script causing template errors in the bundle",
"author": "[email protected]",
"commit": "f1e6a048ed5e50c7977242802ea5dc50b07f1ece",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
"tag": "@fluentui/web-components_v1.3.5",
"version": "1.3.5",
"comments": {
"patch": [
{
"comment": "update background to Canvas and color to CanvasText",
"author": "[email protected]",
"commit": "882c7f7309d11e5de733d8c8ccf8ec67dca517c9",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 19 Aug 2021 07:41:35 GMT",
"tag": "@fluentui/web-components_v1.3.4",
"version": "1.3.4",
"comments": {
"patch": [
{
"comment": "ensure card foreground color responds to fill color changes",
"author": "[email protected]",
"commit": "22316c6a87239b6646c98f8f7f603bb069d55bad",
"package": "@fluentui/web-components"
},
{
"comment": "fix various style bugs and design token uses",
"author": "[email protected]",
"commit": "efcc1419197ddee42260c0503a571d693098fa54",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 18 Aug 2021 07:33:54 GMT",
"tag": "@fluentui/web-components_v1.3.3",
"version": "1.3.3",
"comments": {
"none": [
{
"comment": "style: fix formatting violations in repo",
"author": "[email protected]",
"commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 09 Aug 2021 07:35:14 GMT",
"tag": "@fluentui/web-components_v1.3.3",
"version": "1.3.3",
"comments": {
"none": [
{
"comment": "Running prettier.",
"author": "[email protected]",
"commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 05 Aug 2021 07:34:24 GMT",
"tag": "@fluentui/web-components_v1.3.3",
"version": "1.3.3",
"comments": {
"patch": [
{
"comment": "add border and adjust padding to badge component",
"author": "[email protected]",
"commit": "23bd45d6f8088491cbb18bf2a4532d462bac8a98",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Wed, 04 Aug 2021 07:34:12 GMT",
"tag": "@fluentui/web-components_v1.3.2",
"version": "1.3.2",
"comments": {
"patch": [
{
"comment": "fix storybook startup issue for Windows",
"author": "[email protected]",
"commit": "c55f2388771a2e169c5f8cf0a1f1441e6ef28d15",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 30 Jul 2021 07:35:22 GMT",
"tag": "@fluentui/web-components_v1.3.1",
"version": "1.3.1",
"comments": {
"patch": [
{
"comment": "fix border styles when control is active",
"author": "[email protected]",
"commit": "b0f4787d7d20447853191dcb59e848ff12615c46",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 29 Jul 2021 07:35:37 GMT",
"tag": "@fluentui/web-components_v1.3.0",
"version": "1.3.0",
"comments": {
"none": [
{
"comment": "Hoist storybook dev deps to root",
"author": "[email protected]",
"commit": "593c44a49aa586c376cf8cc9a695b9109bd5e608",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Mon, 26 Jul 2021 07:37:30 GMT",
"tag": "@fluentui/web-components_v1.3.0",
"version": "1.3.0",
"comments": {
"minor": [
{
"comment": "feat(web-components): improve ergonomics of the fluent design system",
"author": "[email protected]",
"commit": "ba2a810520a9af270340d23412cf6c9a89101325",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 23 Jul 2021 07:38:19 GMT",
"tag": "@fluentui/web-components_v1.2.3",
"version": "1.2.3",
"comments": {
"patch": [
{
"comment": "remove incorrectly added component definition for toolbar",
"author": "[email protected]",
"commit": "77b27c34f19372fc17dd640ce97573d660b1b9df",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 22 Jul 2021 07:36:55 GMT",
"tag": "@fluentui/web-components_v1.2.2",
"version": "1.2.2",
"comments": {
"patch": [
{
"comment": "fluent-text-field: start/end display flex",
"author": "[email protected]",
"commit": "530f7e50c0e63f07f53d537f412a336d0a86e455",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 16 Jul 2021 22:53:17 GMT",
"tag": "@fluentui/web-components_v1.2.1",
"version": "1.2.1",
"comments": {
"patch": [
{
"comment": "fixe incorrect css selectors introduced by prettier formatting bug related to template literal interpolatin in css files",
"author": "[email protected]",
"commit": "ac8bc50ba9fe3296e61e69b9aff3f6a9d1112c50",
"package": "@fluentui/web-components"
},
{
"comment": "ensure component definitions are resolved and exported",
"author": "[email protected]",
"commit": "8f056d3c57633bcf322e8fa4d5de4dd65e351fbc",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 16 Jul 2021 00:35:31 GMT",
"tag": "@fluentui/web-components_v1.2.0",
"version": "1.2.0",
"comments": {
"minor": [
{
"comment": "add single export object for easily registering all Fluent UI web components",
"author": "[email protected]",
"commit": "874be4906a0177df3316e2a15a88dc699836bca9",
"package": "@fluentui/web-components"
},
{
"comment": "create and export web component definitions for use with Monaco editor tooling",
"author": "[email protected]",
"commit": "f5120ce31c3b16a74e32177ff00f864f397a399b",
"package": "@fluentui/web-components"
}
],
"patch": [
{
"comment": "Fixed ability to set palette base color on DSP",
"author": "[email protected]",
"commit": "445c04ac55f894b8265a38ddf31ff83979ba3854",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Thu, 15 Jul 2021 07:36:18 GMT",
"tag": "@fluentui/web-components_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"comment": "update fast-foundation version to fix design token typings",
"author": "[email protected]",
"commit": "966a306ca3db42c6f2a71cfef8e2b6542e3a18b4",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Tue, 13 Jul 2021 22:32:58 GMT",
"tag": "@fluentui/web-components_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"comment": "add attribute to recreate the accent palette using design system provider",
"author": "[email protected]",
"commit": "3d08290cc1852c60751ed8f28a4ebea56fb92af9",
"package": "@fluentui/web-components"
},
{
"comment": "Added attribute to allow easy update to the neutral palette",
"author": "[email protected]",
"commit": "a63f33c38288c5be11443f648487db825b23ba7a",
"package": "@fluentui/web-components"
}
],
"none": [
{
"comment": "Update API Extractor for web-components and force TS resolution to 4.1.5",
"author": "[email protected]",
"commit": "a84e6352e7a0a8ed79a75e9688b87d8890d5a241",
"package": "@fluentui/web-components"
}
]
}
},
{
"date": "Fri, 09 Jul 2021 07:39:31 GMT",
"tag": "@fluentui/web-components_v1.0.2",
"version": "1.0.2",