Skip to content

v2.6.0

Compare
Choose a tag to compare
@sebastienlevert sebastienlevert released this 20 Jul 16:36
· 402 commits to release/latest since this release

We're excited to announce our v2.6.0 release of the Microsoft Graph Toolkit 🦒! In this release, we delivered a lot of accessibility-related enhancements, improvements to existing components and bug fixes for some of our components. We also released a new capability on the mgt-people-picker component to allow limiting the scope of the available results based on specified groups! This was a real teamwork, with 9 contributors, including 1 from the community!

🧑‍💻 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.

✨ New features

  • Add group-ids attribute to the people-picker component by @musale in #1652

🎨 Enhancements

🐞 Fixes

  • Enable text spacing on all the components of mgt.dev by @musale in #1692
  • Set the aria-label text for the buttons by @musale in #1708
  • [Person] fixed issue 1579 by @wuxiaojun514 in #1682
  • Allow tab navigation to be lockable within the person-card by @musale in #1726
  • [accessibility] fix keyboard controls in localization by @Mnickii in #1720
  • [mgt-person-card] Accessibility, zoom or window height minimums for content by @vogtn in #1731
  • Update aria-role to 'searchbox' by @ElinorW in #1757
  • Update aria-roles and add aria-labels by @ElinorW in #1761
  • Fix freezing tabs on Safari by @musale in #1770

🎉 Celebrating our contributors

📃Changelog

The full changelog is available here