Skip to content

v3.1.2

Compare
Choose a tag to compare
@gavinbarron gavinbarron released this 05 Sep 16:17
f4a9539

3.1.2 (2023-09-05)

We're excited to announce our v3.1.2 release of the Microsoft Graph Toolkit 🦒 with 4 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

  • adds pointer cursor to logged in accounts (#2674) (11e5a1c)
  • disable open on click behavior (#2685) (10b25f9)
  • set custom css token --default-font-family to apply to all elements in DOM (#2677) (cb69e01)
  • use correct scope for group member resolution (#2690) (ca313c1)

🎉 Celebrating our contributors

📃Changelog

Full Changelog: v3.1.1...v3.1.2