From de0266f3ced68c137aa5e27b30691f960982df9e Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Mon, 4 Oct 2021 20:02:57 -0700 Subject: [PATCH] (web-components): fix tree view selection bug (#20105) * fix issue where tree item selection was being impacted due to event issues * Change files --- ...b-components-409bc50a-f172-4042-9b98-b68548e4194c.json | 7 +++++++ packages/web-components/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 change/@fluentui-web-components-409bc50a-f172-4042-9b98-b68548e4194c.json diff --git a/change/@fluentui-web-components-409bc50a-f172-4042-9b98-b68548e4194c.json b/change/@fluentui-web-components-409bc50a-f172-4042-9b98-b68548e4194c.json new file mode 100644 index 0000000000000..94bf2c453be78 --- /dev/null +++ b/change/@fluentui-web-components-409bc50a-f172-4042-9b98-b68548e4194c.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix issue where tree item selection was being impacted due to event issues", + "packageName": "@fluentui/web-components", + "email": "chhol@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/web-components/package.json b/packages/web-components/package.json index de146a3e7a823..16654609b5561 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -92,7 +92,7 @@ "dependencies": { "@microsoft/fast-colors": "^5.1.0", "@microsoft/fast-element": "^1.5.0", - "@microsoft/fast-foundation": "^2.16.0", + "@microsoft/fast-foundation": "^2.17.0", "lodash-es": "^4.17.20", "tslib": "^1.13.0" } diff --git a/yarn.lock b/yarn.lock index 9e4c8442bb459..a69587516e649 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2660,10 +2660,10 @@ resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.5.1.tgz#a4e98da1ac0873568360d69dfcf0e4fcc46a374c" integrity sha512-2wv3svn2fJqT84PrchSNjRjCJ2z74tuzoo7odACouuQaLXuJckv1XexXWUj5INKY6/LB/rN/bJMYauX33JgOZA== -"@microsoft/fast-foundation@^2.16.0": - version "2.16.0" - resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.16.0.tgz#fa927f92727fbccdd246ea15e381d6ce50c679f7" - integrity sha512-UlvUYT+ZGGJH6mjTy/6kVQBq+n43G1+rurj655u2uuWte/36+YWf635lgAuZPrChBU0fEHDaGcNeX5wNKKI9EA== +"@microsoft/fast-foundation@^2.17.0": + version "2.17.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.17.0.tgz#f8e8f930c12917c86b50ad0882809b696a837839" + integrity sha512-UasLgnJW5EsQYQcgwx52uFSwvCyPYQY/a+qs3lm0tJNklpy11Xi7tduj8zz/BeySmudYmQ3GtdIsGzCEokKMmg== dependencies: "@microsoft/fast-element" "^1.5.1" "@microsoft/fast-web-utilities" "^5.0.0"