Skip to content

v2.4.0

Compare
Choose a tag to compare
@sebastienlevert sebastienlevert released this 07 Mar 16:44
· 457 commits to release/latest since this release

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

🎨 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

  • #1528 [tasks/todo] Remove Calendar popup (accessibility) by @vogtn

mgt-task

  • #1528 [tasks/todo] Remove Calendar popup (accessibility) by @vogtn

mgt.dev

🐞 Fixes

mgt-file

mgt-person-card

  • #1546 Use 'noreferrer' when open new window to avoid Teams App stuck by @SLdragon

mgt-teams-msal2-provider

mgt-todo

mgt-task

🎉 Celebrating our contributors

📃Changelog

The full changelog is available here