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

Releases: apollographql/react-apollo

shouldResubscribe and typings update

05 Jan 03:08
Compare
Choose a tag to compare
  • Chore: PR #390 gets rid of warning during queries test.
  • Chore: PR #391 gets rid of warnings during redux test.
  • Feature: PR #389 added a shouldResubscribe option to allow subscriptions to automatically resubscribe when props change.
  • Chore: Update typings to match AC

Some bug fixes

22 Dec 01:02
Compare
Choose a tag to compare
  • 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/ apollo-client@0.5.23 - Issue #378

Simplified import and update apollo-client

09 Dec 01:17
Compare
Choose a tag to compare

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

14 Nov 01:48
Compare
Choose a tag to compare

This is a breaking change (see changelog) that simplifies some of the internals to fix bugs and make contributions easier.

Remove jest in deps

31 Oct 15:19
Compare
Choose a tag to compare
v0.5.16

removed uneeded deps

React-apollo test utils

31 Oct 05:38
Compare
Choose a tag to compare

Adds importable test utils and example projects via #240

Fix forceFetch on SSR and change to redux for compose

29 Oct 14:16
Compare
Choose a tag to compare

Add subscribeToMore, and fix nested fragments

19 Oct 06:40
Compare
Choose a tag to compare
v0.5.13

Actually bump version #

Added support for `apollo-client@0.5.x`

18 Oct 21:59
Compare
Choose a tag to compare

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

17 Oct 05:04
Compare
Choose a tag to compare