v2.10.1
We're excited to announce our v2.10.1 release of the Microsoft Graph Toolkit 🦒! In this minor release, we did 4 fixes and 1 new enhancement.
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
🐞 Fixes
- people picker option labels by @gavinbarron in #2207
- voice over for person in list by @gavinbarron in #2206
- prevent undefined in people-picker option labels for line two by @gavinbarron in #2211
- people-picker set focus on list navigation by @gavinbarron in #2219
📃Changelog
The full changelog is available here