Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
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: apollographql/react-apollo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: apollographql/react-apollo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 27, 2018

  1. Fix React.createContext in SSR (#2304)

    * Fix React.createContext in SSR
    
    * Change a thing
    
    * Make test conditional since preact doesn't support createContext
    
    * Improve tests
    
    * Update implementation and add another test
    
    * Assign `walkTree` `newContext` a default `Map`
    
    Fixes tests using `walkTree` that aren't passing in a
    `newContext` param.
    
    * Convert CRLF line endings to LF
    
    * Changelog update
    emmatown authored and hwillson committed Sep 27, 2018
    Copy the full SHA
    17704e1 View commit details

Commits on Sep 28, 2018

  1. Revert 27cc028 (#1983) (#2432)

    * Revert 27cc028 (#1983)
    
    * Changelog adjustments
    
    * Grammer fix
    
    * Preserve some test changes
    hwillson authored Sep 28, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    969460f View commit details
  2. Prep for publish

    hwillson committed Sep 28, 2018
    Copy the full SHA
    c96e9c2 View commit details
Loading