microsoftgraph / msgraph-sample-reactspa

This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React browser apps.
MIT License
125 stars 105 forks source link

Bump @microsoft/mgt-element from 2.6.1 to 3.1.2 in /graph-tutorial #124

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @microsoft/mgt-element from 2.6.1 to 3.1.2.

Release notes

Sourced from @​microsoft/mgt-element's releases.

v3.1.2

3.1.2 (2023-09-05)

We're excited to announce our v3.1.2 release of the Microsoft Graph Toolkit 🦒 with 4 bug fixes.

🧑‍💻 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 and update your script tag to:

<script src="https://unpkg.com/@microsoft/mgt@3/dist/bundle/mgt-loader.js"></script>

🐞 Bug Fixes

  • adds pointer cursor to logged in accounts (#2674) (11e5a1c)
  • disable open on click behavior (#2685) (10b25f9)
  • set custom css token --default-font-family to apply to all elements in DOM (#2677) (cb69e01)
  • use correct scope for group member resolution (#2690) (ca313c1)

🎉 Celebrating our contributors

📃Changelog

Full Changelog: https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.1...v3.1.2

v3.1.1

3.1.1 (2023-08-17)

We're excited to announce our v3.1.1 release of the Microsoft Graph Toolkit 🦒 with 2 bug fixes.

🧑‍💻 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 and update your script tag to:

<script src="https://unpkg.com/@microsoft/mgt@3/dist/bundle/mgt-loader.js"></script>

🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​microsoft/mgt-element's changelog.

3.1.2 (2023-09-05)

Bug Fixes

  • adds pointer cursor to logged in accounts (#2674) (11e5a1c)
  • disable open on click behavior (#2685) (10b25f9)
  • set custom css token --default-font-family to apply to all elements in DOM (#2677) (cb69e01)
  • use correct scope for group member resolution (#2690) (ca313c1)

3.1.1 (2023-08-17)

Bug Fixes

  • dismiss login flyout when moving out of the popup (#2637) (263f36f)
  • use pointer cursor when person card enabled in mgt-person. (#2652) (48ea18b)

3.1.0 (2023-07-28)

Features

  • add canary url to allowed endpoints for graph (#2635) (ec621cd)

Bug Fixes

  • a11y: add distinct name definitions for copy code buttons in storybook overview (#2622) (4e52f41)
  • add a title text if displaying images only. (#2625) (28703c9)
  • check the file type being uploaded before performing upload (#2584) (7fb265c)
  • remove agenda tooltip (#2621) (27e1fc9)

3.0.1 (2023-07-18)

Bug Fixes

  • a11y: unset custom color of storybook left chevrons (#2595) (764bf12)
  • add InAConferenceCall activity when availability is Busy (#2585) (bd17195)
  • add class to people-picker styles story to enable custom css (#2605) (dcec953)
  • add font family to tasks (#2603) (e380b4a)
  • add login custom styles, removes style not in use (#2587) (7ba98e4)
  • adds customHosts support for non-graph domain requests (#2592) (1f97215)
  • announce teams channel results when you type (#2561) (5260ce0)
  • aspnet proxy provider sample (#2594) (362339a)
  • correct sppkg upload script (#2552) (8b20d84)
  • files compact view in person card (#2597) (6985717)
  • people picker default selections (#2579) (49b81bf)
  • use iterator to load events from event-query (#2600) (0ba37cc)

... (truncated)

Commits
  • f4a9539 chore(main): release 3.1.2 (#2684)
  • ca313c1 fix: use correct scope for group member resolution (#2690)
  • 10b25f9 fix: disable open on click behavior (#2685)
  • cb69e01 fix: set custom css token --default-font-family to apply to all elements in D...
  • 11e5a1c fix: adds pointer cursor to logged in accounts (#2674)
  • 6e5a987 docs: correct typo in react-contoso readme (#2675)
  • 84a287a chore(main): release 3.1.1 (#2662)
  • 263f36f fix: dismiss login flyout when moving out of the popup (#2637)
  • 48ea18b fix: use pointer cursor when person card enabled in mgt-person. (#2652)
  • 4104a8a chore(docs): fix the order of stories in the playground (#2645)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)