v2.4.0
We're excited to announce our v2.4.0 release of the Microsoft Graph Toolkit 🦒! In this release, we delivered a lot of styling-related issues, improvements to existing components and bug fixes for some of our authentication providers! This was a real teamwork, with 8 contributors, including 3 from 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.
If you were affected by #1491, it might require clearing the cookies for the affected devises as
msal-browser
has changed some internals in their latest v2.22.0.
✨ New features
mgt-file
mgt-people-picker
- #1561 MGT PeoplePicker - Add optional disableImages prop to allow disable retrieving user photos by @NathZ1
- #1572 Added the ability to add filters of users, people or group properties by @musale
mgt-person
- #1562 MGT Person - Disable attempt to get user photo when using userId/personQuery and fetchImage=false by @NathZ1
mgt.dev
- #1550 Added manifest, icons, and service worker to mgt.dev by @nmetulev
- #1581 Adding a new story supporting mgt-samples repo by @sebastienlevert
🎨 Enhancements
mgt
- #1587 Fix regex to avoid Polynomial time and fix security alert by @musale
- #1570 Update the designs of various components to current guidelines by @musale
mgt-msal2-provider
- #1564 Adding the spec and a proposal for the solution for disabling incremental consent by @sebastienlevert
- #1574 Update the msaljs-browser version to v2.22.0 by @musale
mgt-todo
mgt-task
mgt.dev
- #1527 Fixing h1 and alt on images by @sebastienlevert
🐞 Fixes
mgt-file
mgt-person-card
mgt-teams-msal2-provider
- #1578 Fix for Intermittent Teams 2 provider failure by @PaulMcManus23
mgt-todo
mgt-task
🎉 Celebrating our contributors
- @PaulMcManus23 made their first contribution (#1578)
- @NathZ1 made 2 contributions (#1561, #1562)
- @SLdragon made 1 contribution (#1546)
📃Changelog
The full changelog is available here