v3.1.1
3.1.1 (2023-08-17)
We're excited to announce our v3.1.1 release of the Microsoft Graph Toolkit 🦒 with 2 bug fixes.
🧑💻 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 and update your script tag to:
<script src="https://unpkg.com/@microsoft/mgt@3/dist/bundle/mgt-loader.js"></script>
🐞 Bug Fixes
- dismiss login flyout when moving out of the popup (#2637) (263f36f)
- use pointer cursor when person card enabled in mgt-person. (#2652) (48ea18b)
🎉 Celebrating our contributors
- @agaskelluk made their first contribution in #2652
- @Mnickii
📃Changelog
Full Changelog: v3.1.0...v3.1.1