v3.1.0
3.1.0 (2023-07-28)
We're excited to announce our v3.1.0 release of the Microsoft Graph Toolkit 🦒!
🧑💻 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>
🎨 Features
🐞 Bug Fixes
- a11y: add distinct name definitions for copy code buttons in storybook overview (#2622) (4e52f41)
- add a title text if displaying images only. (#2625) (28703c9)
- check the file type being uploaded before performing upload (#2584) (7fb265c)
- remove agenda tooltip (#2621) (27e1fc9)
📃Changelog
Full Changelog: v3.0.1...v3.1.0