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.2.3
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.4
Choose a head ref
  • 10 commits
  • 34 files changed
  • 5 contributors

Commits on Jul 9, 2024

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

Commits on Jul 16, 2024

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

Commits on Jul 18, 2024

  1. fix: use a consistent cachekey in file list cache (#3257)

    * fix cachekey in files
    
    * ran prettier
    russgove authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5551351 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: check the options scopes are not empty when getting access token (

    …#3256)
    
    * Check the options scopes are not empty when getting access token
    
    * Update the node version to 18+ for devcontainers
    
    * Address prettier complaints
    
    * Update packages/providers/mgt-msal2-provider/src/Msal2Provider.ts
    
    Co-authored-by: Nickii Miaro <[email protected]>
    
    ---------
    
    Co-authored-by: Nickii Miaro <[email protected]>
    musale and Mnickii authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    432d8ce View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    8036278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096a50d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    ba87c32 View commit details
    Browse the repository at this point in the history
  2. fix: implement caching on the card state for person card (#3266)

    * Cache the user card state
    
    * Make the batch calls if person has person-card support
    The calls will respond with network data or cache data. If no cache is found, it loads from network then creates the cache
    
    * fix build
    
    * fix lint issues
    
    ---------
    
    Co-authored-by: Nickii Miaro <[email protected]>
    musale and Mnickii authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    06cd925 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 4.2.4 (#3264)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1f3deb8 View commit details
    Browse the repository at this point in the history
Loading