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: vercel/swr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: vercel/swr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on Apr 10, 2022

  1. bugfix: make suspense and revalidateIfStale work together (#1851)

    * bugfix: make suspense and revalidateIfStale work together
    
    * test: add test for revalidateIfStale used with suspense
    Simen Owesen-Lein authored and shuding committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    1ae8cc6 View commit details
    Browse the repository at this point in the history
  2. feat: support functional optimisticData (#1861)

    * feat: support functional optimisticData
    
    * Update src/types.ts
    
    Co-authored-by: Shu Ding <g@shud.in>
    huozhi and shuding committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7cef58d View commit details
    Browse the repository at this point in the history
  3. test: fix an act warning (#1888)

    koba04 authored and shuding committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    39c3a98 View commit details
    Browse the repository at this point in the history
  4. Update React 18 dependencies (#1824)

    * update react@next deps
    
    * update react 18
    
    Co-authored-by: Jiachi Liu <inbox@huozhi.im>
    shuding and huozhi committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8993bab View commit details
    Browse the repository at this point in the history
  5. build(deps): bump minimist from 1.2.5 to 1.2.6 (#1903)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shuding committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    04b8302 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bb79f7 View commit details
    Browse the repository at this point in the history
  7. 1.3.0

    shuding committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    9b9771e View commit details
    Browse the repository at this point in the history
Loading