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
Tweak renderToStringWithData API, add updateQuery and bug fixes
Breaking
// old
renderToStringWithData(component).then(markup) // markup had a script tag
// new
renderToStringWithData(component).then({ markup, initialState }) // markup has no tag, and state is passed
Features
- Feature: Removed client as a prop and fixed warnings when not using ApolloProvider #189
- Feature: Added updateQuery to data props
Bugs
SSR and context fixes
Fix variables on fetchMore
add failing test case for #138 (#150) * add failing test case for #138 * well this is odd * add remount polling test * verion bump
Options as an object and bug fixes
Fixed bug with refetch variable merging
fix issue with variable merging (#139) * fix issue with variable merging * update changelog and version * fix version numbers
Support an immutable store tree
Bug: Fixed refetch when no data returned
v0.4.2 fix refetch bug
New API :rocket:
Checkout the docs at http://docs.apollostack.com/apollo-client/react.html and the full discussion at #29 and #120
Fix loading with errors on refetch
v0.3.21 release loading and error state
Add fetchMore
v0.3.20 release loading and error state