Microsoft Dev Blogs

Announcing Microsoft Graph Toolkit v3.0 release candidate

thumbnail

Microsoft Graph Toolkit v3.0 Release Candidate

Microsoft has released the v3.0 Release Candidate of Microsoft Graph Toolkit, a collection of reusable components and authentication providers for working with Microsoft Graph. The new release includes the ability to select taxonomy items, a search experience, and an easier theming experience for creating apps. The components are fully customizable and work on all modern browsers and any web framework.

New Scenarios

  • Select a term from Microsoft Graph taxonomy with the new mgt-taxonomy-picker component.
  • Build a search-driven application with the mgt-search-box and mgt-search-results components.

Updating Your Applications

To update your application to use the new version, update your project directory with npm i @microsoft/mgt@3.0.0-rc.3 or update your script tag to https://unpkg.com/@microsoft/mgt@v3.0.0-rc.3/dist/bundle/mgt-loader.js. Be aware that this new update includes breaking changes that may impact your application, so review the release notes carefully before updating.

Microsoft Graph Toolkit v3.0 Release Candidate is very close to the final release, and Microsoft encourages developers to try it out and provide feedback for future improvements. For more resources, visit the Microsoft Graph Dev Center and follow Microsoft365Dev on Twitter for news and announcements.