Releases: microsoftgraph/microsoft-graph-toolkit
Releases · microsoftgraph/microsoft-graph-toolkit
v2.0.0-preview.6
This prerelase update includes the following updates:
- Added
reloadmethod tomgt-agenda- #754 (thanks @sebastienlevert) - Added global config to disable Contact Apis in
mgt-person- #753 - Added support for transitive search when
group-idis set onmgt-people-picker- #741 (thanks @sebastienlevert) - Updated
mgt-people-pickerto use new advanced user search api - #742 - Updated
mgt-people-pickerto search group members via Graph calls instead of fetching all members first - #741 (thanks @sebastienlevert) - Fixed
mgt-people-pickerinput box deleting characters - #765
v2.0.0-preview.4
This prerelase update includes the following updates:
- Added support for localization - #619
- Added support for right to left - #619
- Added support for fetching images in
mgt-get- #718 (thanks @sebastienlevert) - Introducing new theming support for dark theme (supported in
mgt-people-pickerandmgt-teams-channel-picker) - #676 - Added support for a 3rd line in
mgt-person- #710 - Adds support for preferred timezone in
mgt-agenda- #737 and #746 (thanks @waldekmastykarz and @jasonjoh) - Optimized fetching presence of multiple people with one graph call - #709 (thanks @sebastienlevert)
- Exposed
getInitialsandgetColorFromNameas protected frommgt-person- #751 (thanks @aakashbhardwaj619) - Fixed
TasksdataSource type inmgt-react- #730 - Fixed
mgt-reacttypes - #719 (thanks @RobPethick) - Fixed mgt-person to only require 'Presence.Read' for current signed in user - #697
- Fixed issue where person would not update when personQuery and userId properties change - #706
- Fixed setting storeAuthStateInCookie in MsalProvider - #699
- Fixed type attribute to events property on agenda component -#687 (thanks @jasonjoh)
- Fixed issue where me call was cached in Proxy Provider - #694
- Fixed blur event fire ordering on selection of person in People Picker - #696
- Fixed font in
mgt-tasksarrow options - #722 - Fixed rendering of user-avatar and initials in person/person-card - #684
v1.3.6
Bug fixes:
- Fixed mgt-person to only require 'Presence.Read' for current signed in user - #697
- Fixed issue where person would not update when personQuery and userId properties change - #706
- Fixed setting storeAuthStateInCookie in MsalProvider - #699
- Fixed type attribute to events property on agenda component -#687 (thanks @jasonjoh)
- Fixed blur event fire ordering on selection of person in People Picker - #696
- Fixed font in mgt-tasks arrow options - #722
v2.0.0-preview.3
This prerelase update includes the following fixes:
- Filtered out non-person entities in person card organization - #673
- Added Files section and updated Profile section in Person Card - #669
- Fixed cache to cache image state when no image is available - #670
- Updated mgt-react types in package.json from types.d.ts to index.d.ts (thanks @elav000) - #663
- Exporting mgt-element from mgt - #661
v1.3.5
v2.0.0-preview.1
Microsoft Graph Toolkit - Version 2.0.0-preview.1
The first look at version 2.0 is here! We've got tons of exciting improvements and fixes across the toolkit. So much good stuff!
Find any bugs or have a feature request? Submit an issue and tell us what you think!
What's New?
- MgtReact Package
- MgtTodo Component
- Person Card redesign preview
- Caching of Graph calls
- Dark theming preview for MgtPeoplePicker
- @microsoft/mgt-element
- Updated React sample
- Updated Angular sample
v1.4.0-preview.1
Introducing MgtTodo!
Preview version 1.4.0-preview.1 introduces a new component: MgtTodo.
This new task based component is built on a common base, with API specific features applied on top. This component is a more tailored implementation than the original MgtTasks, and provides more opportunity for differentiation as the underlying Graph APIs mature.
v1.3.4
Bug fixes:
- Fixes hidden remove button on a selected person when mgt-people-picker is too narrow - #504
- Fixes banner and footer for privacy and terms of use links - #542
- Fixes mgt-people-picker
default-selected-user-idsdeletion issue - #541 - Fixes incorrectly retrieved contact photo - #545 (Thanks @adrien-chaussabel)
- Fixes missing readme in mgt package - #555
- Fixes missing styles in ASP.NET Core ProxyProvider sample - #455