v2.6.2
We're excited to announce our v2.6.2 release of the Microsoft Graph Toolkit 🦒! In this patch release, we did 8 enhancements and fixed 9 bugs.
Updating your application
To update your application to use the newest version of Microsoft Graph Toolkit, navigate to your project directory and run:
npm i @microsoft/mgt@latest
If you’re using the Toolkit via mgt-loader, your application will be automatically updated to the newest version.
🐞 Fixes
- fix: correct css overrides for contrast issues by @gavinbarron in #1814
- fix: Allow display and searching of people supplied in attributes by @musale in #1839
- fix: include ImageNotFound error code to avoid unnecessary refetching by @ortegarenzy in #1854
- fix: Use optional chaining for null user object by @musale in #1856
- Fix: People picker deletion by @Onokaev in #1877
- chore: update to typescript v4 by @gavinbarron in #1818
- chore: bump spfx deps to 1.15.2 by @gavinbarron in #1822
- chore: update owin dependencies by @gavinbarron in #1827
- update: Lock responselike package resolutions to v2.0.0 by @musale in #1843
🎨 Enhancements
- update: Set child element roles to listitem when parent role is list by @musale in #1841
- update: Remove unused id attribute causing id conflicts by @musale in #1842
- update: Focus on the heading link once in the storybook playground by @musale in #1849
- #1753 people search to include all users in tenant by @HiltonGiesenow in #1784
- [teamsfx-provider] Update teamsfx peer dependency to 2.x.x by @SLdragon in #1859
- update: add keyboard focus on storybook canvas and overview copy buttons by @Mnickii in #1855
- update: links to learn.microsoft.com by @musale in #1874
- update: remove overflow focus on people component by @Mnickii in #1865
🎉 Celebrating our contributors
- @ortegarenzy made their first contribution in #1854
- @Onokaev made their first contribution in #1877
📃Changelog
The full changelog is available here