v2.8.0
We're excited to announce our v2.8.0 release of the Microsoft Graph Toolkit 🦒! In this minor release, we did 7 fixes, 4 enhancements and a documentation change in our Playground. We are also welcoming one new contributor!
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.
🐞 Fixes
- Update groupIds prop of PeoplePicker to string array by @NathZ1 in #1935
- Update graph.userWithPhoto.ts by @devdavest in #1933
- Set the person details in all blocks when loading state by @musale in #1959
- Set the hover and focus color on the dropdown item by @musale in #1960
- Check for page-size when filtering by extensions in FileList by @Mnickii in #1965
- Make people-picker aria-label work in Firefox by @gavinbarron in #1963
- Remove the SdkVersion header when redirected to a non-graph endpoint by @musale in #1947
🎨 Enhancements
- Add new CSS properties for the people picker by @musale in #1926
- Adding aria label to people picker by @gavinbarron in #1945
- Adding an aria-label property that can be set on the people picker component to allow a visual label to match the label of the component by @aslynblohm in #1943
- Allow use TeamsUserCredential to construct instance by @SLdragon in #1954
📝 Documentation
🎉 Celebrating our contributors
- @devdavest made their first contribution in #1933
- @aslynblohm made a contribution in #1943
- @NathZ1 made a contribution in #1935
- @SLdragon made a contribution in #1954
📃Changelog
The full changelog is available here