Skip to content

v2.5.0

Choose a tag to compare

@sebastienlevert sebastienlevert released this 20 May 16:56
· 429 commits to release/latest since this release

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

🎨 Enhancements

mgt

mgt-person-card

  • [person-card] additional css custom properties for person-card by @vogtn in #1676

mgt-people-picker

  • [people-picker] Search users only set in the user-ids when user-ids are set by @musale in #1669

mgt-spfx

🐞 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-agenda][accessibility] removing non-actionable content from tabindex by @vogtn in #1645

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

📃Changelog

The full changelog is available here