v2.5.0
We're excited to announce our v2.5.0 release of the Microsoft Graph Toolkit 🦒! In this release, we delivered a lot of styling-related issues, improvements to existing components and bug fixes for some of our authentication providers! We also released a brand new authentication provider supporting TeamsFx, empowering developers to build Teams applications with the help of the Microsoft Graph Toolkit! This was a real teamwork, with 9 contributors, including 3 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
mgt-teamsfx-provider
- Adding support for TeamsFx by @sebastienlevert and @SLdragon #1480
🎨 Enhancements
mgt
mgt-person-card
mgt-people-picker
mgt-spfx
- Updates mgt-spfx to [email protected] by @waldekmastykarz in #1691
🐞 Fixes
mgt
- [security]override the sabotaged version of node-ipc by @Mnickii in #1616
- Set scripts without getting the HTML from the DOM by @musale in #1656
mgt-agenda
mgt-people-picker
- mgt-people-picker: fix for issue #1651 by @stniemin in #1653
- [people-picker] Fix setting the filterQuery value for complete request URL paths. by @musale in #1667
- Add allowed roles for elements with aria attributes by @musale in #1654
mgt-teams-msal2-provider
mgt.dev
- Add updates for zooming and screen resize CSS by @musale in #1613
- Announce nested controls when searching for a component and viewing components by @musale in #1646
- Add alt-text for file-icon image by @musale in #1643
- Call all the methods required in window.onload once by @musale in #1683
- Enable viewing the storybook and components in high contrast by @musale in #1623
- [accessibility] fix contrast in foreground and background colors by @Mnickii in #1680
- Update the aria-label value for the expand/collapse button on the navigation menu by @musale in #1684
🎉 Celebrating our contributors
- @jocsch made their first contribution (#1609)
- @stniemin made their first contribution (#1653)
- @estruyf made their first contribution (#1674)
📃Changelog
The full changelog is available here