v3.0.0-preview.2
Pre-release
      Pre-release
    
        
          ·
          
            436 commits
          
          to main
          since this release
        
        
        
We are excited to announce the second preview release for v3.0.0 of the Microsoft Graph Toolkit. This release includes a number of fixes and new features.
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/[email protected]
If you’re using the Toolkit via mgt-loader and update your script tag to:
<script src="https://unpkg.com/@microsoft/[email protected]/dist/bundle/mgt-loader.js"></script>🎨 Enhancements:
- use fluent UI to theme the tasks component (#2150) by Musale Martin
 - move completed items to bottom of the list in mgt-todo (#2215) by Nickii Miaro
 - Support for new component mgt-search-results (#2047) by Sébastien Levert
 - update Todo component to new Fluent designs (#1967) by Nickii Miaro
 - use fluentui to theme the person component. (#2072) by Musale Martin
 - allow programmatically theming a component without the theme-toggle component (#2199) by Musale Martin
 - migrate to eslint (#2125) by Gavin Barron
 - added spec for mgt-taxonomy-picker (#2156) by Anoop T
 - add custom CSS properties for the people picker flyout text (#2162) by Musale Martin
 - Storybook authentication (#2048) by Sébastien Levert
 - use fluentui tokens for theming file and file-list (#2044) by Musale Martin
 
🐞 Bugs fixed:
- use fixed graph client version (#2274) by Gavin Barron
 - react peer dependencies (#2254) by Gavin Barron
 - remove mgt-spfx dependency from react webpart sample (#2196) by Gavin Barron
 - fix mgt-spfx-utils packing (#2195) by Gavin Barron
 
🎉 Celebrating our contributors
📃Changelog
The full changelog is available here