v2.9.1
We're excited to announce our v2.9.1 release of the Microsoft Graph Toolkit 🦒! In this patch release, we did 5 fixes, 1 enhancement and made some updates to our documentation platform. 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
- Fix dynamic group id people picker story by @gavinbarron in #2023
- People picker state management by @gavinbarron in #2028
- PeoplePicker add removePerson safety input check by @masashiswingle in #2033
- Fix voice input for people picker by @gavinbarron in #2058
- Unselect person focus indicator on webkit by @gavinbarron in #2060
🎨 Enhancements
- mgt-loader version warning by @gavinbarron in #2059
📝 Documentation
- Update README to remove 404s by @sebastienlevert in #1990
- Adds version information to storybook by @gavinbarron in #1999
- Fix html title for mgt.dev by @gavinbarron in #2019
🎉 Celebrating our contributors
- @masashiswingle made their first contribution in #2033
📃Changelog
The full changelog is available here