v2.6.0
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
🎨 Enhancements
- [mgt-teamsfx-provider] update peer dependency to support teamsfx sdk 1.x.x by @SLdragon in #1722
- Adding TeamsFx to the Overview page by @sebastienlevert in #1738
- Updates mgt-spfx to [email protected] by @waldekmastykarz in #1742
- chore(deps): update sample angular app dependencies by @gavinbarron in #1762
- Update TeamsFx Provider README.md by @SLdragon in #1755
- docs: fix proxy provider sample readme by @gavinbarron in #1759
🐞 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
- @wuxiaojun514 made their first contribution in #1682
- @ElinorW made their first contribution in #1757
- @gavinbarron made their first contribution in #1762
📃Changelog
The full changelog is available here