v2.7.0
We're excited to announce our v2.7.0 release of the Microsoft Graph Toolkit 🦒! In this patch release, we did 1 enhancement and fixed 5 bugs. We also improved our 2 areas of our documentation!
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
- Fixing endpoints used in getGroupImage functions by @kon-iro in #1883
- Removes assumption that local time is aligned with the calendar time. Closes #1886 by @waldekmastykarz in #1903
- Show the dropdown when you focus on the people picker with tab key by @musale in #1902
- Fix for people picker selected people close button a11y by @patmoo in #1912
- Removes null people from the result when no fallback details specified. Closes #1885 by @waldekmastykarz in #1901
🎨 Enhancements
📝 Documentation
- Docs/update unpkg links by @gavinbarron in #1906
- Documentation to use the Developer Portal for teams by @musale in #1872
🎉 Celebrating our contributors
- @kon-iro made their first contribution in #1883
- @patmoo made their first contribution in #1912
- @waldekmastykarz made a contribution in #1901
📃Changelog
The full changelog is available here