v2.11.0
We're excited to announce our v2.11.0 release of the Microsoft Graph Toolkit 🦒! In this minor release, we did 2 fixes and 2 new enhancements.
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.
🎨 Enhancements
- Mark Teams, TeamsMsal2 and Msal providers as deprecated in v2.x.x by @musale in #2232
- Add custom focus ring color by @gavinbarron in #2334
🐞 Fixes
- Suggested people aria labels by @gavinbarron in #2335
- Update mgt-file-upload.ts by @stoubian in #2358
- React peer dependencies by @gavinbarron in #2254
🎉 Celebrating our contributors
📃Changelog
The full changelog is available here