v2.3.2
·
482 commits
to release/latest
since this release
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
- #1334 Add mgt-picker spec by @elisenyang
mgt-spfx
- #1392 Updates mgt-spfx to [email protected] by @waldekmastykarz
mgt-todo
mgt.dev
- #1424 hides shortcut button by @jobala
- #1411 updates storybook to 6.4.4 by @jobala
- #1286 Added support for using real accessTokens in mgt.dev by @nmetulev
- #1436 updates storybook theme by @jobala
- #1434 [accessibility] storybook by @jobala
- #1445 fixes h1 tag styling by @jobala
- #1477 Adding the storybook auto deployment by @sebastienlevert
- #1489 Adding the storybook auto deployment by @sebastienlevert
- #1483 Storybook adjustments by @sebastienlevert
- #1508 Storybook: update deprecated code in v6+ by @musale
🐞 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
- #1426 fix incorrect contact hyperlinks by @Mnickii
- #1409 [person]fix for person-details while signed out by @Mnickii
- #1506 [person-card] Fixes inherit-details functionality by @Mnickii
🎉 New Contributors
Full Changelog: v2.3.1...v2.3.2