All Versions
172
Latest Version
Avg Release Cycle
34 days
Latest Release
1739 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v1.1.0 Changes
- Pass cached data to the child component along with the error. PR #548
- 🛠 Fix version lock down for peer dependency version of React. PR #626
- Switch
graphql-tag
dependency to2.0.0
. This isn't really a breaking change because we only exportgql
fromreact-apollo
. - 🛠 Fix: convert deprecated
React.PropTypes
toPropTypes
provided by theprop-types
package. PR #628
-
v1.0.2 Changes
- 🔦 Exposed
createBatchingNetworkInterface
from apollo-client so that it can be imported from react-apollo just likecreateNetworkInterface
. PR #618
- 🔦 Exposed
-
v1.0.1 Changes
- 🛠 Fix: Make sure recycled queries are in cache only mode so they do not trigger network requests. PR #531
-
v1.0.0 Changes
- ApolloProvider now won't put its
store
oncontext
unless it was given. PR #550 - 🤡 MockedProvider now accepts a
store
prop to be passed to ApolloProvider so that react-redux store is not overwritten
- ApolloProvider now won't put its
-
v1.0.0-rc.1 Changes
- ⚡️ Update dependency to Apollo Client 1.0.0-rc.1 PR #520
-
v0.13.3 Changes
- 👉 Make sure that the cached rendered element has the correct type before returning it. PR #505
- 🚚 Move constructor initializing of props to componentWillMount. PR #506 (Issue #509).
-
v0.13.2 Changes
- ➕ Address deprecation warnings coming from
graphql-tag
graphql-tag#54 - 💻 Make sure ApolloClient and gql are exported from browser bundle PR #501
- ➕ Address deprecation warnings coming from
-
v0.13.1 Changes
- ➕ Add apollo-client 0.10.0 to dependency range