v2.10.0
We're excited to announce our v2.10.0 release of the Microsoft Graph Toolkit 🦒! In this minor release, we did 4 fixes and 2 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/mgt@latest
If you’re using the Toolkit via mgt-loader
, your application will be automatically updated to the newest version.
🎨 Enhancements
- storybook: added the auth page for storybook use #2126 by @sebastienlevert
- mgt-people-picker: added new custom CSS properties for the flyout text #2162 by @musale
🐞 Fixes
- mgt-people-picker: announce suggestion list changes #2148 by @gavinbarron
- mgt-people-picker: request state update after setting the selectedPeole #2163 by @musale
- storybook: accessibility issues #2129 by @gavinbarron
- storybook: hide the canvas button #2145 by @gavinbarron
📃Changelog
The full changelog is available here