Releases: microsoftgraph/microsoft-graph-toolkit
Releases · microsoftgraph/microsoft-graph-toolkit
v0.2.2
-
Updated all components to latest accessibility guidelines #126
-
PeoplePicker - #136
- fixed highlighting first person
- fixed loading delay
- fixed person overflow on narrow views
- vertically centered name and cross button
- removed random console.log
-
TeamsProvider improvements and bug fixes #132
- Added scope attribute to mgt-teams-provider
- Added loginHint to attempt SSO in Teams
- Fixed bug with teams-provider not respecting scopes when authenticating
- Fixed bug where authentication succeeds but teams reports user canceled the authentication
- Fixed TeamsProvider.isAvailable - it now works on all platforms
- Added ability to specify teams library via code #128
-
Added depends-on attribute to all provider components to enable usage of multiple providers on a single page #132
-
Random:
v0.2.0
Components:
- NEW PeoplePicker - Nicolas Vogt [PR]
- Agenda
- Added group-id and show-max attributes - [PR]
- Tasks
- Added hide-header attribute - [PR]
Providers:
- MsalProvider
- Fixed MsalProvider.getAccessToken() not rejecting a promise and returning null - [PR]
Developer Experience:
v0.1.1
This update includes
-
Tasks component updates:
- Fixed issue where target-id and initial-id were not working in certain scenarios
- Added loading UI when tasks are loading
- Fixed issue with due DateTime being set to 1970 for new todo tasks
-
Experimental property to disable shadow dom for components
-
Teams provider update to remove dependency on the Teams js sdk