Skip to content

v3.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 19:24
· 366 commits to main since this release
8fea8dd

We're excited to announce our Release Candidate for v3.0.0 of the Microsoft Graph Toolkit 🦒, v3.0.0-rc.3! Why rc.3 in the version number? Because @gavinbarron forgot about how versioning of SharePoint framework solutions works and took a couple of attempts to get a release with a package for mgt-spfx to be included 😒. In this release, we have a number of fixes, accessibility improvements and 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/[email protected]

If you’re using the Toolkit via mgt-loader and update your script tag to:

<script src="https://unpkg.com/@microsoft/[email protected]/dist/bundle/mgt-loader.js"></script>

🎨 Enhancements:

🐞 Bugs fixed:

📃Changelog

Full Changelog: v3.0.0-preview.2...v3.0.0-rc.3