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

Releases: apollographql/react-apollo

SSR bug fixes

12 Jul 14:22
Compare
Choose a tag to compare
fix missing redux integration for ssr (#103)

* fix missing redux integration for ssr

SSR, hoist statics, and better error handling

12 Jul 02:53
Compare
Choose a tag to compare
  • Feature: integrated SSR #83
  • Feature: added ability to hoist statics on components #99
  • Bug: don't strip data away from the component when the query errors #98

Fix react-native object assign issue

06 Jul 23:23
Compare
Choose a tag to compare

Pass through all client arguments

06 Jul 19:57
Compare
Choose a tag to compare

This allows for any changes to apollo-client to be used in react-apollo

Correctly throw errors in render functions

30 Jun 01:00
Compare
Choose a tag to compare

See #57 for bug that is fixed with this release

Redux performance improvememts

29 Jun 02:56
Compare
Choose a tag to compare

Build error on the 0.3.11 release. See #85

Redux performance improvememts

28 Jun 21:22
Compare
Choose a tag to compare

Initial SSR support

24 Jun 16:54
Compare
Choose a tag to compare

This release supports rendering an app that uses react-apollo without throwing on the server.

A lot more SSR additions to come!

Include `watchQuery` as props

17 Jun 14:20
Compare
Choose a tag to compare

See #73 for details / discussion

Use correct props on change of store

07 Jun 01:46
Compare
Choose a tag to compare