Skip to content

v2.3.2

Choose a tag to compare

@sebastienlevert sebastienlevert released this 04 Feb 16:36
· 482 commits to release/latest since this release
b58f672

We're excited to announce our v2.3.2 release of the Microsoft Graph Toolkit 🦒! In this release, we release a lot of accessibility improvements and tackled lots of issues that were reported by the community!

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.

✨ New features

None for this release

🎨 Enhancements

mgt

mgt-people-picker

  • #1439 Add ac11y support for the people-picker to narrate selected people by @musale
  • #1450 [people-picker] fix for selected people focusable area, removing from normal mgt-person by @vogtn
  • #1473 Support narration of the names of selected people in people-picker by @musale

mgt-person

  • #1414 makes mgt-person screen-readable by @jobala
  • #1437 [person] non-fluent focus indicator/tabindex for person person-card login, and other iterations by @vogtn

mgt-person-card

  • #1430 [person-card] Update contact links for contrast by @vogtn
  • #1435 [person-card] Removes sections when there's no data by @Mnickii

mgt-picker

mgt-spfx

mgt-todo

mgt.dev

🐞 Fixes

mgt-person

  • #1487 [person] Fixes image load while using person-image by @Mnickii
  • #1479 Catch and silently throw the errors when the user ID for a person does not exist in Azure AD by @musale

mgt-person-card

🎉 New Contributors

Full Changelog: v2.3.1...v2.3.2