Skip to content

v2.7.0

Choose a tag to compare

@sebastienlevert sebastienlevert released this 28 Oct 18:20
· 654 commits to main since this release

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

  • Add localization of contact card section titles by @musale in #1871

📝 Documentation

🎉 Celebrating our contributors

📃Changelog

The full changelog is available here