Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Releases: apollographql/react-apollo

Tweak renderToStringWithData API, add updateQuery and bug fixes

06 Sep 00:19
Compare
Choose a tag to compare

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

  • Bug: Fixed renderToStringWithData causing react warning #169
  • Bug: Fixed ssr fragment issue #178
  • Bug: Fixed loading state for skipped queries #190
  • Bug: Fixed loading state on remounted component with different variables

SSR and context fixes

23 Aug 02:34
Compare
Choose a tag to compare
  • Bug: Fixed SSR issue with context #165
  • Bug: Fixed issue when context changes in parent container not going through to child; #162
  • Bug: Fixed loading state on remount of forceFetch operations; #161

Fix variables on fetchMore

18 Aug 01:15
Compare
Choose a tag to compare
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

16 Aug 00:48
Compare
Choose a tag to compare

Fixed bug with refetch variable merging

14 Aug 14:55
Compare
Choose a tag to compare
fix issue with variable merging (#139)

* fix issue with variable merging

* update changelog and version

* fix version numbers

Support an immutable store tree

13 Aug 23:06
Compare
Choose a tag to compare

Bug: Fixed refetch when no data returned

13 Aug 21:46
Compare
Choose a tag to compare

New API :rocket:

12 Aug 22:46
Compare
Choose a tag to compare

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

12 Aug 00:18
Compare
Choose a tag to compare
v0.3.21

release loading and error state

Add fetchMore

02 Aug 01:29
Compare
Choose a tag to compare
v0.3.20

release loading and error state