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