Skip to content

Releases: microsoftgraph/microsoft-graph-toolkit

v2.0.0-preview.6

16 Nov 02:02
a76e054

Choose a tag to compare

v2.0.0-preview.6 Pre-release
Pre-release

This prerelase update includes the following updates:

  • Added reload method to mgt-agenda - #754 (thanks @sebastienlevert)
  • Added global config to disable Contact Apis in mgt-person - #753
  • Added support for transitive search when group-id is set on mgt-people-picker - #741 (thanks @sebastienlevert)
  • Updated mgt-people-picker to use new advanced user search api - #742
  • Updated mgt-people-picker to search group members via Graph calls instead of fetching all members first - #741 (thanks @sebastienlevert)
  • Fixed mgt-people-picker input box deleting characters - #765

v2.0.0-preview.4

07 Nov 01:11
c6cf105

Choose a tag to compare

v2.0.0-preview.4 Pre-release
Pre-release

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-picker and mgt-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 getInitials and getColorFromName as protected from mgt-person- #751 (thanks @aakashbhardwaj619)
  • Fixed Tasks dataSource type in mgt-react - #730
  • Fixed mgt-react types - #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-tasks arrow options - #722
  • Fixed rendering of user-avatar and initials in person/person-card - #684

v1.3.6

07 Nov 01:34

Choose a tag to compare

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

09 Oct 04:26
03841ed

Choose a tag to compare

v2.0.0-preview.3 Pre-release
Pre-release

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

01 Oct 00:14
1e82d23

Choose a tag to compare

Bug fixes:

  • Fixes search in people-picker with type="any" - #644
  • Fixes mgt-Login not firing a loginCompleted event - #609

v2.0.0-preview.1

21 Sep 19:52
24dbe3c

Choose a tag to compare

v2.0.0-preview.1 Pre-release
Pre-release

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

21 Aug 06:38

Choose a tag to compare

v1.4.0-preview.1 Pre-release
Pre-release

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

14 Aug 21:08
1820ff7

Choose a tag to compare

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-ids deletion 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

v1.3.3

15 Jul 02:10

Choose a tag to compare

Bug fixes:

  • Allow undefined photo response in mgt-person - #539 (thanks @MaJaHa95)

v1.3.2

01 Jul 19:35

Choose a tag to compare

This minor release includes:

  • Fixes broken contact icons bug in person-card #518
  • Fixes background color css bug in person