v2.9.0
We're excited to announce our v2.9.0 release of the Microsoft Graph Toolkit 🦒! In this minor release, we did 2 fixes, 2 enhancements and added specs for a new control. We are also welcoming one new contributor!
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.
🐞 Fixes
- Remove disabled users from the organization chart in person card by @gavinbarron in #1973
 - Properly validate email addresses in people picker by @musale in #1978
 
🎨 Enhancements
- Add a dedicated icon for business phone in person card by @nmtoblum in #1988
 - Cache the URL used to load data when using the mock provider by @musale in #1979
 
📝 Documentation
- Added specs for the generic mgt-picker control by @sebastienlevert in #1941
 
🎉 Celebrating our contributors
📃Changelog
The full changelog is available here