v3.0.0-rc.3
Pre-release
Pre-release
github-actions
released this
05 Jun 19:24
·
366 commits
to main
since this release
We're excited to announce our Release Candidate for v3.0.0 of the Microsoft Graph Toolkit 🦒, v3.0.0-rc.3! Why rc.3 in the version number? Because @gavinbarron forgot about how versioning of SharePoint framework solutions works and took a couple of attempts to get a release with a package for mgt-spfx
to be included 😒. In this release, we have a number of fixes, accessibility improvements and new enhancements.
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:
- Removed the Teams, TeamsMsal2 and the Msal providers in v3.x.x by @musale in #2231
- Added mgt-taxonomy-picker control by @anoopt in #2172
- Added mgt-picker selected-value attribute by @gavinbarron in #2363
- Added preview component support by @gavinbarron in #2356
- Added design token overrides to theme switching by @gavinbarron in #2328
🐞 Bugs fixed:
- Removed theme-toggle capability from custom CSS property and templating stories by @musale in #2326
- Include mgt-mock-provider as dependency to mgt by @gavinbarron in #2336
- Fixes person component responsive issue by @Mnickii in #2297
- Fixes person text visibility in custom properties by @Mnickii in #2298
- Adds title tag in location icon svg by @musale in #2285
- Open file/folder in new window when you press enter/space on it by @musale in #2325
- Fixes keyboard navigation of login account list by @gavinbarron in #2289
- Make tasks header navigable with the keyboard. by @musale in #2313
- Sethe teams-channel-picker dropdown to overlay all other elements by @musale in #2337
- Fixes storybook footer accessibility by @gavinbarron in #2369
- Fixes new task select rendering by @gavinbarron in #2368
- Fixes override design token logic by @gavinbarron in #2384
- Fixes running beta queries and eliminate re-renders in mgt-search-results by @sebastienlevert in #2391
- Makes editor tabs in playground keyboard navigable by @gavinbarron in #2371
- Sets react peer dependency as range by @gavinbarron in #2393
- Adds aria-label text to announce cancelling adding a new task by @musale in #2359
📃Changelog
Full Changelog: v3.0.0-preview.2...v3.0.0-rc.3