Skip to content

v2.6.2

Compare
Choose a tag to compare
@sebastienlevert sebastienlevert released this 14 Oct 21:21
· 642 commits to main since this release

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

🎨 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

📃Changelog

The full changelog is available here