v2.11.1
·
234 commits
to release/latest
since this release
We're excited to announce our v2.11.1 release of the Microsoft Graph Toolkit 🦒! In this minor release, we did 1 fix to solve issues with React dependencies.
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.
🐞 Fixes
- Remove react peer dependency by @gavinbarron in #2389
📃Changelog
The full changelog is available here