@fluentui/web-components 3.0.0-beta.15 → 3.0.0-beta.16
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.md +175 -103
- package/dist/dts/menu-item/menu-item.options.d.ts +1 -1
- package/dist/dts/theme/design-tokens.d.ts +53 -1
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +53 -1
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/utils/get-initials.js.map +1 -1
- package/dist/fluent-web-components.api.json +1575 -223
- package/dist/web-components.d.ts +105 -1
- package/dist/web-components.js +1128 -145
- package/dist/web-components.min.js +353 -283
- package/docs/api-report.md +157 -1
- package/package.json +5 -10
- package/project.json +6 -0
- package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
- package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
- package/dist/storybook/289.703b1698.iframe.bundle.js +0 -2
- package/dist/storybook/289.703b1698.iframe.bundle.js.LICENSE.txt +0 -51
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
- package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
- package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
- package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
- package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
- package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
- package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
- package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
- package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
- package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
- package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
- package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
- package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
- package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
- package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
- package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
- package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
- package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
- package/dist/storybook/SegoeUI-VF.ttf +0 -0
- package/dist/storybook/favicon.ico +0 -0
- package/dist/storybook/favicon.png +0 -0
- package/dist/storybook/iframe.html +0 -364
- package/dist/storybook/index.html +0 -165
- package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
- package/dist/storybook/main.6c75b8cb.iframe.bundle.js +0 -2
- package/dist/storybook/main.6c75b8cb.iframe.bundle.js.LICENSE.txt +0 -1
- package/dist/storybook/project.json +0 -1
- package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
- package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
- package/dist/storybook/shell.css +0 -83
- package/dist/storybook/theme-switch.ts +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 16 May 2024 04:06:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
|
|
8
|
+
|
|
9
|
+
Thu, 16 May 2024 04:06:56 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
|
|
8
17
|
|
|
9
|
-
Wed, 01 May 2024 04:09:
|
|
18
|
+
Wed, 01 May 2024 04:09:09 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
@@ -413,7 +422,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
|
|
|
413
422
|
|
|
414
423
|
## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
|
|
415
424
|
|
|
416
|
-
Wed, 25 Jan 2023 17:42:30 GMT
|
|
425
|
+
Wed, 25 Jan 2023 17:42:30 GMT
|
|
417
426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
|
|
418
427
|
|
|
419
428
|
### Changes
|
|
@@ -422,7 +431,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
|
|
|
422
431
|
|
|
423
432
|
## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
|
|
424
433
|
|
|
425
|
-
Wed, 25 Jan 2023 14:49:08 GMT
|
|
434
|
+
Wed, 25 Jan 2023 14:49:08 GMT
|
|
426
435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
|
|
427
436
|
|
|
428
437
|
### Changes
|
|
@@ -432,9 +441,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
|
|
|
432
441
|
- add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
|
|
433
442
|
- add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
|
|
434
443
|
|
|
444
|
+
## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
|
|
445
|
+
|
|
446
|
+
Wed, 10 Apr 2024 07:28:55 GMT
|
|
447
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
|
|
448
|
+
|
|
449
|
+
### Patches
|
|
450
|
+
|
|
451
|
+
- fix(web-components): fix toolbar stealing focus when document has moved focus to another element ([PR #30997](https://github.com/microsoft/fluentui/pull/30997) by =)
|
|
452
|
+
|
|
453
|
+
## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
|
|
454
|
+
|
|
455
|
+
Wed, 27 Mar 2024 07:26:49 GMT
|
|
456
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
|
|
457
|
+
|
|
458
|
+
### Minor changes
|
|
459
|
+
|
|
460
|
+
- export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
|
|
461
|
+
|
|
462
|
+
## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
|
|
463
|
+
|
|
464
|
+
Fri, 01 Mar 2024 07:26:28 GMT
|
|
465
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
|
|
466
|
+
|
|
467
|
+
### Patches
|
|
468
|
+
|
|
469
|
+
- updates fast-foundation to fix a memory leak within form associated disconnected callback ([PR #29806](https://github.com/microsoft/fluentui/pull/29806) by chhol@microsoft.com)
|
|
470
|
+
|
|
471
|
+
## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
|
|
472
|
+
|
|
473
|
+
Thu, 20 Jul 2023 07:35:18 GMT
|
|
474
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
|
|
475
|
+
|
|
476
|
+
### Patches
|
|
477
|
+
|
|
478
|
+
- fix(web-components): ensures that text area size responds to rows and cols attributes ([PR #28135](https://github.com/microsoft/fluentui/pull/28135) by vnbaaij@outlook.com)
|
|
479
|
+
|
|
480
|
+
## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
|
|
481
|
+
|
|
482
|
+
Thu, 01 Jun 2023 07:38:37 GMT
|
|
483
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
|
|
484
|
+
|
|
485
|
+
### Patches
|
|
486
|
+
|
|
487
|
+
- fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
|
|
488
|
+
|
|
489
|
+
## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
|
|
490
|
+
|
|
491
|
+
Mon, 17 Apr 2023 07:40:25 GMT
|
|
492
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
|
|
493
|
+
|
|
494
|
+
### Patches
|
|
495
|
+
|
|
496
|
+
- update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
|
|
497
|
+
|
|
498
|
+
## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
|
|
499
|
+
|
|
500
|
+
Tue, 11 Apr 2023 07:43:45 GMT
|
|
501
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
|
|
502
|
+
|
|
503
|
+
### Patches
|
|
504
|
+
|
|
505
|
+
- update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
|
|
506
|
+
|
|
435
507
|
## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
|
|
436
508
|
|
|
437
|
-
Thu, 26 Jan 2023 07:35:32 GMT
|
|
509
|
+
Thu, 26 Jan 2023 07:35:32 GMT
|
|
438
510
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
|
|
439
511
|
|
|
440
512
|
### Patches
|
|
@@ -443,7 +515,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
|
|
|
443
515
|
|
|
444
516
|
## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
|
|
445
517
|
|
|
446
|
-
Wed, 11 Jan 2023 07:50:49 GMT
|
|
518
|
+
Wed, 11 Jan 2023 07:50:49 GMT
|
|
447
519
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
|
|
448
520
|
|
|
449
521
|
### Patches
|
|
@@ -452,7 +524,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
|
|
|
452
524
|
|
|
453
525
|
## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
|
|
454
526
|
|
|
455
|
-
Tue, 10 Jan 2023 07:50:14 GMT
|
|
527
|
+
Tue, 10 Jan 2023 07:50:14 GMT
|
|
456
528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
|
|
457
529
|
|
|
458
530
|
### Patches
|
|
@@ -461,7 +533,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
|
|
|
461
533
|
|
|
462
534
|
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
|
|
463
535
|
|
|
464
|
-
Thu, 05 Jan 2023 07:59:57 GMT
|
|
536
|
+
Thu, 05 Jan 2023 07:59:57 GMT
|
|
465
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
|
|
466
538
|
|
|
467
539
|
### Patches
|
|
@@ -470,7 +542,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
|
|
|
470
542
|
|
|
471
543
|
## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
|
|
472
544
|
|
|
473
|
-
Wed, 26 Oct 2022 07:52:54 GMT
|
|
545
|
+
Wed, 26 Oct 2022 07:52:54 GMT
|
|
474
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
|
|
475
547
|
|
|
476
548
|
### Patches
|
|
@@ -479,7 +551,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
|
|
|
479
551
|
|
|
480
552
|
## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
|
|
481
553
|
|
|
482
|
-
Fri, 21 Oct 2022 07:44:53 GMT
|
|
554
|
+
Fri, 21 Oct 2022 07:44:53 GMT
|
|
483
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
|
|
484
556
|
|
|
485
557
|
### Patches
|
|
@@ -488,7 +560,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
|
|
|
488
560
|
|
|
489
561
|
## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
|
|
490
562
|
|
|
491
|
-
Mon, 19 Sep 2022 07:47:29 GMT
|
|
563
|
+
Mon, 19 Sep 2022 07:47:29 GMT
|
|
492
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
|
|
493
565
|
|
|
494
566
|
### Patches
|
|
@@ -497,7 +569,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
|
|
|
497
569
|
|
|
498
570
|
## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
|
|
499
571
|
|
|
500
|
-
Wed, 07 Sep 2022 07:54:43 GMT
|
|
572
|
+
Wed, 07 Sep 2022 07:54:43 GMT
|
|
501
573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
|
|
502
574
|
|
|
503
575
|
### Patches
|
|
@@ -506,7 +578,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
|
|
|
506
578
|
|
|
507
579
|
## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
|
|
508
580
|
|
|
509
|
-
Tue, 30 Aug 2022 07:41:54 GMT
|
|
581
|
+
Tue, 30 Aug 2022 07:41:54 GMT
|
|
510
582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
|
|
511
583
|
|
|
512
584
|
### Patches
|
|
@@ -515,7 +587,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
|
|
|
515
587
|
|
|
516
588
|
## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
|
|
517
589
|
|
|
518
|
-
Thu, 16 Jun 2022 23:03:44 GMT
|
|
590
|
+
Thu, 16 Jun 2022 23:03:44 GMT
|
|
519
591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
|
|
520
592
|
|
|
521
593
|
### Patches
|
|
@@ -524,7 +596,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
|
|
|
524
596
|
|
|
525
597
|
## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
|
|
526
598
|
|
|
527
|
-
Tue, 07 Jun 2022 07:48:04 GMT
|
|
599
|
+
Tue, 07 Jun 2022 07:48:04 GMT
|
|
528
600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
|
|
529
601
|
|
|
530
602
|
### Patches
|
|
@@ -533,7 +605,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
|
|
|
533
605
|
|
|
534
606
|
## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
|
|
535
607
|
|
|
536
|
-
Tue, 17 May 2022 07:45:01 GMT
|
|
608
|
+
Tue, 17 May 2022 07:45:01 GMT
|
|
537
609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
|
|
538
610
|
|
|
539
611
|
### Patches
|
|
@@ -542,7 +614,7 @@ Tue, 17 May 2022 07:45:01 GMT
|
|
|
542
614
|
|
|
543
615
|
## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
|
|
544
616
|
|
|
545
|
-
Fri, 06 May 2022 07:36:53 GMT
|
|
617
|
+
Fri, 06 May 2022 07:36:53 GMT
|
|
546
618
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
|
|
547
619
|
|
|
548
620
|
### Minor changes
|
|
@@ -551,7 +623,7 @@ Fri, 06 May 2022 07:36:53 GMT
|
|
|
551
623
|
|
|
552
624
|
## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
|
|
553
625
|
|
|
554
|
-
Thu, 28 Apr 2022 07:39:56 GMT
|
|
626
|
+
Thu, 28 Apr 2022 07:39:56 GMT
|
|
555
627
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
|
|
556
628
|
|
|
557
629
|
### Minor changes
|
|
@@ -560,7 +632,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
|
|
|
560
632
|
|
|
561
633
|
## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
|
|
562
634
|
|
|
563
|
-
Mon, 07 Mar 2022 07:41:14 GMT
|
|
635
|
+
Mon, 07 Mar 2022 07:41:14 GMT
|
|
564
636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
|
|
565
637
|
|
|
566
638
|
### Patches
|
|
@@ -569,7 +641,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
|
|
|
569
641
|
|
|
570
642
|
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
|
|
571
643
|
|
|
572
|
-
Tue, 01 Mar 2022 07:23:43 GMT
|
|
644
|
+
Tue, 01 Mar 2022 07:23:43 GMT
|
|
573
645
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
|
|
574
646
|
|
|
575
647
|
### Minor changes
|
|
@@ -578,7 +650,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
|
|
|
578
650
|
|
|
579
651
|
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
|
|
580
652
|
|
|
581
|
-
Fri, 18 Feb 2022 07:22:08 GMT
|
|
653
|
+
Fri, 18 Feb 2022 07:22:08 GMT
|
|
582
654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
|
|
583
655
|
|
|
584
656
|
### Patches
|
|
@@ -587,7 +659,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
|
|
|
587
659
|
|
|
588
660
|
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
|
|
589
661
|
|
|
590
|
-
Thu, 27 Jan 2022 07:34:08 GMT
|
|
662
|
+
Thu, 27 Jan 2022 07:34:08 GMT
|
|
591
663
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
|
|
592
664
|
|
|
593
665
|
### Patches
|
|
@@ -596,7 +668,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
|
|
|
596
668
|
|
|
597
669
|
## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
|
|
598
670
|
|
|
599
|
-
Wed, 12 Jan 2022 07:32:29 GMT
|
|
671
|
+
Wed, 12 Jan 2022 07:32:29 GMT
|
|
600
672
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
|
|
601
673
|
|
|
602
674
|
### Patches
|
|
@@ -605,7 +677,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
|
|
|
605
677
|
|
|
606
678
|
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
|
|
607
679
|
|
|
608
|
-
Fri, 07 Jan 2022 07:27:47 GMT
|
|
680
|
+
Fri, 07 Jan 2022 07:27:47 GMT
|
|
609
681
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
|
|
610
682
|
|
|
611
683
|
### Minor changes
|
|
@@ -614,7 +686,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
|
|
|
614
686
|
|
|
615
687
|
## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
|
|
616
688
|
|
|
617
|
-
Wed, 15 Dec 2021 07:31:29 GMT
|
|
689
|
+
Wed, 15 Dec 2021 07:31:29 GMT
|
|
618
690
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
|
|
619
691
|
|
|
620
692
|
### Patches
|
|
@@ -623,7 +695,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
|
|
|
623
695
|
|
|
624
696
|
## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
|
|
625
697
|
|
|
626
|
-
Fri, 10 Dec 2021 07:30:35 GMT
|
|
698
|
+
Fri, 10 Dec 2021 07:30:35 GMT
|
|
627
699
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
|
|
628
700
|
|
|
629
701
|
### Patches
|
|
@@ -632,7 +704,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
|
|
|
632
704
|
|
|
633
705
|
## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
|
|
634
706
|
|
|
635
|
-
Thu, 02 Dec 2021 07:36:29 GMT
|
|
707
|
+
Thu, 02 Dec 2021 07:36:29 GMT
|
|
636
708
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
|
|
637
709
|
|
|
638
710
|
### Patches
|
|
@@ -641,7 +713,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
|
|
|
641
713
|
|
|
642
714
|
## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
|
|
643
715
|
|
|
644
|
-
Tue, 23 Nov 2021 07:27:34 GMT
|
|
716
|
+
Tue, 23 Nov 2021 07:27:34 GMT
|
|
645
717
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
|
|
646
718
|
|
|
647
719
|
### Minor changes
|
|
@@ -650,7 +722,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
|
|
|
650
722
|
|
|
651
723
|
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
|
|
652
724
|
|
|
653
|
-
Tue, 09 Nov 2021 07:38:11 GMT
|
|
725
|
+
Tue, 09 Nov 2021 07:38:11 GMT
|
|
654
726
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
|
|
655
727
|
|
|
656
728
|
### Patches
|
|
@@ -659,7 +731,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
|
|
|
659
731
|
|
|
660
732
|
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
|
|
661
733
|
|
|
662
|
-
Tue, 02 Nov 2021 07:37:01 GMT
|
|
734
|
+
Tue, 02 Nov 2021 07:37:01 GMT
|
|
663
735
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
|
|
664
736
|
|
|
665
737
|
### Patches
|
|
@@ -670,7 +742,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
|
|
|
670
742
|
|
|
671
743
|
## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
|
|
672
744
|
|
|
673
|
-
Fri, 22 Oct 2021 23:04:22 GMT
|
|
745
|
+
Fri, 22 Oct 2021 23:04:22 GMT
|
|
674
746
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
|
|
675
747
|
|
|
676
748
|
### Major changes
|
|
@@ -679,7 +751,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
|
|
|
679
751
|
|
|
680
752
|
## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
|
|
681
753
|
|
|
682
|
-
Fri, 22 Oct 2021 19:30:28 GMT
|
|
754
|
+
Fri, 22 Oct 2021 19:30:28 GMT
|
|
683
755
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
|
|
684
756
|
|
|
685
757
|
### Patches
|
|
@@ -688,7 +760,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
|
|
|
688
760
|
|
|
689
761
|
## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
|
|
690
762
|
|
|
691
|
-
Thu, 14 Oct 2021 00:11:22 GMT
|
|
763
|
+
Thu, 14 Oct 2021 00:11:22 GMT
|
|
692
764
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
|
|
693
765
|
|
|
694
766
|
### Patches
|
|
@@ -697,7 +769,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
|
|
|
697
769
|
|
|
698
770
|
## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
|
|
699
771
|
|
|
700
|
-
Fri, 08 Oct 2021 07:31:50 GMT
|
|
772
|
+
Fri, 08 Oct 2021 07:31:50 GMT
|
|
701
773
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
|
|
702
774
|
|
|
703
775
|
### Patches
|
|
@@ -706,7 +778,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
|
|
|
706
778
|
|
|
707
779
|
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
|
|
708
780
|
|
|
709
|
-
Thu, 07 Oct 2021 07:30:53 GMT
|
|
781
|
+
Thu, 07 Oct 2021 07:30:53 GMT
|
|
710
782
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
|
|
711
783
|
|
|
712
784
|
### Minor changes
|
|
@@ -720,7 +792,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
|
|
|
720
792
|
|
|
721
793
|
## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
|
|
722
794
|
|
|
723
|
-
Wed, 06 Oct 2021 11:11:56 GMT
|
|
795
|
+
Wed, 06 Oct 2021 11:11:56 GMT
|
|
724
796
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
|
|
725
797
|
|
|
726
798
|
### Patches
|
|
@@ -729,7 +801,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
|
|
|
729
801
|
|
|
730
802
|
## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
|
|
731
803
|
|
|
732
|
-
Tue, 05 Oct 2021 07:37:17 GMT
|
|
804
|
+
Tue, 05 Oct 2021 07:37:17 GMT
|
|
733
805
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
|
|
734
806
|
|
|
735
807
|
### Patches
|
|
@@ -739,7 +811,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
|
|
|
739
811
|
|
|
740
812
|
## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
|
|
741
813
|
|
|
742
|
-
Wed, 29 Sep 2021 07:36:23 GMT
|
|
814
|
+
Wed, 29 Sep 2021 07:36:23 GMT
|
|
743
815
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
|
|
744
816
|
|
|
745
817
|
### Patches
|
|
@@ -748,7 +820,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
|
|
|
748
820
|
|
|
749
821
|
## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
|
|
750
822
|
|
|
751
|
-
Thu, 23 Sep 2021 07:35:13 GMT
|
|
823
|
+
Thu, 23 Sep 2021 07:35:13 GMT
|
|
752
824
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
|
|
753
825
|
|
|
754
826
|
### Patches
|
|
@@ -757,7 +829,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
|
|
|
757
829
|
|
|
758
830
|
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
|
|
759
831
|
|
|
760
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
832
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
761
833
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
|
|
762
834
|
|
|
763
835
|
### Patches
|
|
@@ -767,7 +839,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
767
839
|
|
|
768
840
|
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
|
|
769
841
|
|
|
770
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
842
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
771
843
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
|
|
772
844
|
|
|
773
845
|
### Patches
|
|
@@ -776,7 +848,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
776
848
|
|
|
777
849
|
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
|
|
778
850
|
|
|
779
|
-
Mon, 13 Sep 2021 07:37:03 GMT
|
|
851
|
+
Mon, 13 Sep 2021 07:37:03 GMT
|
|
780
852
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
|
|
781
853
|
|
|
782
854
|
### Minor changes
|
|
@@ -785,7 +857,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
|
|
|
785
857
|
|
|
786
858
|
## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
|
|
787
859
|
|
|
788
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
860
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
789
861
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
|
|
790
862
|
|
|
791
863
|
### Patches
|
|
@@ -795,7 +867,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
795
867
|
|
|
796
868
|
## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
|
|
797
869
|
|
|
798
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
|
870
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
|
799
871
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
|
|
800
872
|
|
|
801
873
|
### Patches
|
|
@@ -804,7 +876,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
|
804
876
|
|
|
805
877
|
## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
|
|
806
878
|
|
|
807
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
879
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
808
880
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
|
|
809
881
|
|
|
810
882
|
### Minor changes
|
|
@@ -813,7 +885,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
813
885
|
|
|
814
886
|
## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
|
|
815
887
|
|
|
816
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
888
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
817
889
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
|
|
818
890
|
|
|
819
891
|
### Patches
|
|
@@ -823,7 +895,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
823
895
|
|
|
824
896
|
## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
|
|
825
897
|
|
|
826
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
898
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
827
899
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
|
|
828
900
|
|
|
829
901
|
### Patches
|
|
@@ -832,7 +904,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
832
904
|
|
|
833
905
|
## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
|
|
834
906
|
|
|
835
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
907
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
836
908
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
|
|
837
909
|
|
|
838
910
|
### Patches
|
|
@@ -841,7 +913,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
841
913
|
|
|
842
914
|
## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
|
|
843
915
|
|
|
844
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
916
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
845
917
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
|
|
846
918
|
|
|
847
919
|
### Patches
|
|
@@ -850,7 +922,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
850
922
|
|
|
851
923
|
## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
|
|
852
924
|
|
|
853
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
925
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
854
926
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
|
|
855
927
|
|
|
856
928
|
### Patches
|
|
@@ -860,7 +932,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
860
932
|
|
|
861
933
|
## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
|
|
862
934
|
|
|
863
|
-
Thu, 05 Aug 2021 07:34:24 GMT
|
|
935
|
+
Thu, 05 Aug 2021 07:34:24 GMT
|
|
864
936
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
|
|
865
937
|
|
|
866
938
|
### Patches
|
|
@@ -869,7 +941,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
|
|
|
869
941
|
|
|
870
942
|
## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
|
|
871
943
|
|
|
872
|
-
Wed, 04 Aug 2021 07:34:12 GMT
|
|
944
|
+
Wed, 04 Aug 2021 07:34:12 GMT
|
|
873
945
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
|
|
874
946
|
|
|
875
947
|
### Patches
|
|
@@ -878,7 +950,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
|
|
|
878
950
|
|
|
879
951
|
## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
|
|
880
952
|
|
|
881
|
-
Fri, 30 Jul 2021 07:35:22 GMT
|
|
953
|
+
Fri, 30 Jul 2021 07:35:22 GMT
|
|
882
954
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
|
|
883
955
|
|
|
884
956
|
### Patches
|
|
@@ -887,7 +959,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
|
|
|
887
959
|
|
|
888
960
|
## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
|
|
889
961
|
|
|
890
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
962
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
891
963
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
|
|
892
964
|
|
|
893
965
|
### Minor changes
|
|
@@ -896,7 +968,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
896
968
|
|
|
897
969
|
## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
|
|
898
970
|
|
|
899
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
971
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
900
972
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
|
|
901
973
|
|
|
902
974
|
### Patches
|
|
@@ -905,7 +977,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
905
977
|
|
|
906
978
|
## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
|
|
907
979
|
|
|
908
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
980
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
909
981
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
|
|
910
982
|
|
|
911
983
|
### Patches
|
|
@@ -914,7 +986,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
914
986
|
|
|
915
987
|
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
|
|
916
988
|
|
|
917
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
989
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
918
990
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
|
|
919
991
|
|
|
920
992
|
### Patches
|
|
@@ -924,7 +996,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
924
996
|
|
|
925
997
|
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
|
|
926
998
|
|
|
927
|
-
Fri, 16 Jul 2021 00:35:31 GMT
|
|
999
|
+
Fri, 16 Jul 2021 00:35:31 GMT
|
|
928
1000
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
|
|
929
1001
|
|
|
930
1002
|
### Minor changes
|
|
@@ -938,7 +1010,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
|
|
|
938
1010
|
|
|
939
1011
|
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
|
|
940
1012
|
|
|
941
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
1013
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
942
1014
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
|
|
943
1015
|
|
|
944
1016
|
### Patches
|
|
@@ -947,7 +1019,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
947
1019
|
|
|
948
1020
|
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
|
|
949
1021
|
|
|
950
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
1022
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
951
1023
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
|
|
952
1024
|
|
|
953
1025
|
### Minor changes
|
|
@@ -957,7 +1029,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
957
1029
|
|
|
958
1030
|
## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
|
|
959
1031
|
|
|
960
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
1032
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
961
1033
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
|
|
962
1034
|
|
|
963
1035
|
### Patches
|
|
@@ -966,7 +1038,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
966
1038
|
|
|
967
1039
|
## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
|
|
968
1040
|
|
|
969
|
-
Wed, 07 Jul 2021 07:32:54 GMT
|
|
1041
|
+
Wed, 07 Jul 2021 07:32:54 GMT
|
|
970
1042
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
|
|
971
1043
|
|
|
972
1044
|
### Patches
|
|
@@ -975,7 +1047,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
|
|
|
975
1047
|
|
|
976
1048
|
## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
|
|
977
1049
|
|
|
978
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
1050
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
979
1051
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
|
|
980
1052
|
|
|
981
1053
|
### Major changes
|
|
@@ -1008,7 +1080,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
1008
1080
|
|
|
1009
1081
|
## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
|
|
1010
1082
|
|
|
1011
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1083
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
1012
1084
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
|
|
1013
1085
|
|
|
1014
1086
|
### Patches
|
|
@@ -1017,7 +1089,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
1017
1089
|
|
|
1018
1090
|
## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
|
|
1019
1091
|
|
|
1020
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1092
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
1021
1093
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
|
|
1022
1094
|
|
|
1023
1095
|
### Minor changes
|
|
@@ -1026,7 +1098,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
1026
1098
|
|
|
1027
1099
|
## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
|
|
1028
1100
|
|
|
1029
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
1101
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
1030
1102
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
|
|
1031
1103
|
|
|
1032
1104
|
### Patches
|
|
@@ -1035,7 +1107,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
1035
1107
|
|
|
1036
1108
|
## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
|
|
1037
1109
|
|
|
1038
|
-
Mon, 17 May 2021 07:33:48 GMT
|
|
1110
|
+
Mon, 17 May 2021 07:33:48 GMT
|
|
1039
1111
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
|
|
1040
1112
|
|
|
1041
1113
|
### Patches
|
|
@@ -1045,7 +1117,7 @@ Mon, 17 May 2021 07:33:48 GMT
|
|
|
1045
1117
|
|
|
1046
1118
|
## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
|
|
1047
1119
|
|
|
1048
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1120
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1049
1121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
|
|
1050
1122
|
|
|
1051
1123
|
### Minor changes
|
|
@@ -1054,7 +1126,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
1054
1126
|
|
|
1055
1127
|
## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
|
|
1056
1128
|
|
|
1057
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1129
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1058
1130
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
|
|
1059
1131
|
|
|
1060
1132
|
### Patches
|
|
@@ -1063,7 +1135,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
1063
1135
|
|
|
1064
1136
|
## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
|
|
1065
1137
|
|
|
1066
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1138
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1067
1139
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
|
|
1068
1140
|
|
|
1069
1141
|
### Patches
|
|
@@ -1072,7 +1144,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1072
1144
|
|
|
1073
1145
|
## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
|
|
1074
1146
|
|
|
1075
|
-
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1147
|
+
Mon, 29 Mar 2021 07:30:29 GMT
|
|
1076
1148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
|
|
1077
1149
|
|
|
1078
1150
|
### Patches
|
|
@@ -1081,7 +1153,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
|
|
|
1081
1153
|
|
|
1082
1154
|
## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
|
|
1083
1155
|
|
|
1084
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1156
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1085
1157
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
|
|
1086
1158
|
|
|
1087
1159
|
### Minor changes
|
|
@@ -1090,7 +1162,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1090
1162
|
|
|
1091
1163
|
## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
|
|
1092
1164
|
|
|
1093
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1165
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1094
1166
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
|
|
1095
1167
|
|
|
1096
1168
|
### Patches
|
|
@@ -1099,7 +1171,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1099
1171
|
|
|
1100
1172
|
## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
|
|
1101
1173
|
|
|
1102
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1174
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1103
1175
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
|
|
1104
1176
|
|
|
1105
1177
|
### Minor changes
|
|
@@ -1112,7 +1184,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1112
1184
|
|
|
1113
1185
|
## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
|
|
1114
1186
|
|
|
1115
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1187
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1116
1188
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
|
|
1117
1189
|
|
|
1118
1190
|
### Minor changes
|
|
@@ -1121,7 +1193,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1121
1193
|
|
|
1122
1194
|
## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
|
|
1123
1195
|
|
|
1124
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1196
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1125
1197
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
|
|
1126
1198
|
|
|
1127
1199
|
### Minor changes
|
|
@@ -1134,7 +1206,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1134
1206
|
|
|
1135
1207
|
## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
|
|
1136
1208
|
|
|
1137
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1209
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
|
1138
1210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
|
|
1139
1211
|
|
|
1140
1212
|
### Patches
|
|
@@ -1143,7 +1215,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
|
1143
1215
|
|
|
1144
1216
|
## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
|
|
1145
1217
|
|
|
1146
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1218
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1147
1219
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
|
|
1148
1220
|
|
|
1149
1221
|
### Patches
|
|
@@ -1152,7 +1224,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1152
1224
|
|
|
1153
1225
|
## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
|
|
1154
1226
|
|
|
1155
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1227
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1156
1228
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
|
|
1157
1229
|
|
|
1158
1230
|
### Minor changes
|
|
@@ -1161,7 +1233,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1161
1233
|
|
|
1162
1234
|
## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
|
|
1163
1235
|
|
|
1164
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1236
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1165
1237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
|
|
1166
1238
|
|
|
1167
1239
|
### Minor changes
|
|
@@ -1171,7 +1243,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1171
1243
|
|
|
1172
1244
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
|
|
1173
1245
|
|
|
1174
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1246
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1175
1247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
|
|
1176
1248
|
|
|
1177
1249
|
### Patches
|
|
@@ -1181,7 +1253,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1181
1253
|
|
|
1182
1254
|
## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
|
|
1183
1255
|
|
|
1184
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1256
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1185
1257
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
|
|
1186
1258
|
|
|
1187
1259
|
### Patches
|
|
@@ -1190,7 +1262,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1190
1262
|
|
|
1191
1263
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
|
|
1192
1264
|
|
|
1193
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1265
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1194
1266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
|
|
1195
1267
|
|
|
1196
1268
|
### Minor changes
|
|
@@ -1199,7 +1271,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1199
1271
|
|
|
1200
1272
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
|
|
1201
1273
|
|
|
1202
|
-
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1274
|
+
Thu, 11 Feb 2021 02:38:00 GMT
|
|
1203
1275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
|
|
1204
1276
|
|
|
1205
1277
|
### Patches
|
|
@@ -1208,7 +1280,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
|
|
|
1208
1280
|
|
|
1209
1281
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
|
|
1210
1282
|
|
|
1211
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1283
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1212
1284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
|
|
1213
1285
|
|
|
1214
1286
|
### Minor changes
|
|
@@ -1221,7 +1293,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
|
1221
1293
|
|
|
1222
1294
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
|
|
1223
1295
|
|
|
1224
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1296
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
|
1225
1297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
|
|
1226
1298
|
|
|
1227
1299
|
### Patches
|
|
@@ -1230,7 +1302,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
|
1230
1302
|
|
|
1231
1303
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
|
|
1232
1304
|
|
|
1233
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1305
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
|
1234
1306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
|
|
1235
1307
|
|
|
1236
1308
|
### Minor changes
|
|
@@ -1239,7 +1311,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
|
1239
1311
|
|
|
1240
1312
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
|
|
1241
1313
|
|
|
1242
|
-
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1314
|
+
Tue, 26 Jan 2021 12:33:19 GMT
|
|
1243
1315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
|
|
1244
1316
|
|
|
1245
1317
|
### Minor changes
|
|
@@ -1252,7 +1324,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
|
|
|
1252
1324
|
|
|
1253
1325
|
## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
|
|
1254
1326
|
|
|
1255
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1327
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
|
1256
1328
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
|
|
1257
1329
|
|
|
1258
1330
|
### Patches
|
|
@@ -1261,7 +1333,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
|
1261
1333
|
|
|
1262
1334
|
## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
|
|
1263
1335
|
|
|
1264
|
-
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1336
|
+
Wed, 20 Jan 2021 12:22:46 GMT
|
|
1265
1337
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
|
|
1266
1338
|
|
|
1267
1339
|
### Patches
|
|
@@ -1270,7 +1342,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
|
|
|
1270
1342
|
|
|
1271
1343
|
## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
|
|
1272
1344
|
|
|
1273
|
-
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1345
|
+
Fri, 15 Jan 2021 12:30:40 GMT
|
|
1274
1346
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
|
|
1275
1347
|
|
|
1276
1348
|
### Patches
|
|
@@ -1280,7 +1352,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
|
|
|
1280
1352
|
|
|
1281
1353
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
|
|
1282
1354
|
|
|
1283
|
-
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1355
|
+
Tue, 12 Jan 2021 12:36:40 GMT
|
|
1284
1356
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
|
|
1285
1357
|
|
|
1286
1358
|
### Patches
|
|
@@ -1289,7 +1361,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
|
|
|
1289
1361
|
|
|
1290
1362
|
## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
|
|
1291
1363
|
|
|
1292
|
-
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1364
|
+
Tue, 05 Jan 2021 12:29:33 GMT
|
|
1293
1365
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
|
|
1294
1366
|
|
|
1295
1367
|
### Patches
|
|
@@ -1304,7 +1376,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
|
|
|
1304
1376
|
|
|
1305
1377
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
|
|
1306
1378
|
|
|
1307
|
-
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1379
|
+
Fri, 18 Dec 2020 12:27:55 GMT
|
|
1308
1380
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
|
|
1309
1381
|
|
|
1310
1382
|
### Patches
|
|
@@ -1313,7 +1385,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
|
|
|
1313
1385
|
|
|
1314
1386
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
|
|
1315
1387
|
|
|
1316
|
-
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1388
|
+
Thu, 17 Dec 2020 12:30:15 GMT
|
|
1317
1389
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
|
|
1318
1390
|
|
|
1319
1391
|
### Minor changes
|
|
@@ -1326,7 +1398,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
|
|
|
1326
1398
|
|
|
1327
1399
|
## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
|
|
1328
1400
|
|
|
1329
|
-
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1401
|
+
Wed, 16 Dec 2020 12:27:05 GMT
|
|
1330
1402
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
|
|
1331
1403
|
|
|
1332
1404
|
### Patches
|
|
@@ -1335,7 +1407,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
|
|
|
1335
1407
|
|
|
1336
1408
|
## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
|
|
1337
1409
|
|
|
1338
|
-
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1410
|
+
Wed, 09 Dec 2020 12:27:00 GMT
|
|
1339
1411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
|
|
1340
1412
|
|
|
1341
1413
|
### Patches
|
|
@@ -1344,7 +1416,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
|
|
|
1344
1416
|
|
|
1345
1417
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
|
|
1346
1418
|
|
|
1347
|
-
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1419
|
+
Wed, 02 Dec 2020 12:37:40 GMT
|
|
1348
1420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
|
|
1349
1421
|
|
|
1350
1422
|
### Minor changes
|
|
@@ -1353,7 +1425,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
|
|
|
1353
1425
|
|
|
1354
1426
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
|
|
1355
1427
|
|
|
1356
|
-
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1428
|
+
Sat, 21 Nov 2020 02:00:44 GMT
|
|
1357
1429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
|
|
1358
1430
|
|
|
1359
1431
|
### Patches
|
|
@@ -1365,7 +1437,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
|
|
|
1365
1437
|
|
|
1366
1438
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
|
|
1367
1439
|
|
|
1368
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1440
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
|
1369
1441
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
|
|
1370
1442
|
|
|
1371
1443
|
### Minor changes
|
|
@@ -1374,7 +1446,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
|
1374
1446
|
|
|
1375
1447
|
## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
|
|
1376
1448
|
|
|
1377
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1449
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
|
1378
1450
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
|
|
1379
1451
|
|
|
1380
1452
|
### Patches
|
|
@@ -1383,7 +1455,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
|
|
|
1383
1455
|
|
|
1384
1456
|
## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
|
|
1385
1457
|
|
|
1386
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1458
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
|
1387
1459
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
|
|
1388
1460
|
|
|
1389
1461
|
### Patches
|
|
@@ -1392,7 +1464,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
|
1392
1464
|
|
|
1393
1465
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
|
|
1394
1466
|
|
|
1395
|
-
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1467
|
+
Thu, 29 Oct 2020 12:34:59 GMT
|
|
1396
1468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
|
|
1397
1469
|
|
|
1398
1470
|
### Minor changes
|