This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Releases: apollographql/react-apollo
Releases · apollographql/react-apollo
shouldResubscribe and typings update
Some bug fixes
- Bug: fix issue where changing variables while unskipping didn't result in the variables actually changing - Issue #374
- Bug: fix issue with no longer passing errors to components w/
[email protected]
- Issue #378
Simplified import and update apollo-client
Breaking
// old
import { getDataFromTree, renderToStringWithData } from 'react-apollo/server'
// new
import { getDataFromTree, renderToStringWithData } from 'react-apollo'
- Feature: Better packaging PR #306
- Feature: Add networkStatus prop to connected componentsIssue #322
- Feature: Pass component display name as watchQuery metadata for experimental devtools PR #363
- Feature: Removed use of
createFragment
and bumped AC version PR #357 - Bug: fix issue with Redux's
connect
and SSR - Issue #350
Refactor SSR + data collection internals
This is a breaking change (see changelog) that simplifies some of the internals to fix bugs and make contributions easier.
Remove jest in deps
v0.5.16 removed uneeded deps
React-apollo test utils
Adds importable test utils and example projects via #240
Fix forceFetch on SSR and change to redux for compose
v0.5.14 Update package.json
Add subscribeToMore, and fix nested fragments
v0.5.13 Actually bump version #
Added support for `[email protected]`
All tests pass with both 0.4.x. and 0.5.x.
Fix issue with SSR queries running twice when a mutation wraps a query
v0.5.11 Releasing 0.5.11