Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoftgraph/microsoft-graph-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: microsoftgraph/microsoft-graph-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 12 commits
  • 3,133 files changed
  • 3 contributors

Commits on Feb 27, 2024

  1. chore(deps): bump deps (#3086)

    bump all minor versions except react based deps
    bump web dev server and test runner
    upgraded testing componnets
    removed jest/test dep from sample app
    removing explicit babel-loader dep
    removing octokit deps, no longer needed
    bump lerna to v8
    bump husky to v9
    removed @types/node and redundant root @types/react deps
    bump fs-extra to v11.x
    bumped idb to v8.x
    gavinbarron authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    949c2c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix: add a custom font-size token to people-picker (#3069)

    * add custom font-size  token to people-picker
    
    * add --people-picker-font-size custom style to story
    
    * add cssprop
    
    ---------
    
    Co-authored-by: Musale Martin <[email protected]>
    Mnickii and musale authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bc8423c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    ae5e343 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: add a shimmer for the loading state of person component (#3009)

    * WIP
    
    * Set the width and height of the fluent-skeleton
    
    * Set the shimmers to the selected mgt-person view
    
    ---------
    
    Co-authored-by: Nickii Miaro <[email protected]>
    Co-authored-by: Gavin Barron <[email protected]>
    3 people authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    daf0cf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    da77913 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    948b078 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    6cb901f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    056b15e View commit details
    Browse the repository at this point in the history
  2. feat: add a useIsSignedIn custom hook for react (#3093)

    Add signed in state core functionality
    Add a hook to check the signed in state
    Add documentation of custom hooks on read me
    Add tests for isSignedIn
    Update the react-contoso sample to use the mgt-react hook
    Add sample stories for HTML and React usages
    musale authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1e695aa View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    81826d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1fedf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ece1f View commit details
    Browse the repository at this point in the history
Loading