All Versions
172
Latest Version
Avg Release Cycle
34 days
Latest Release
1739 days ago

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 to 2.0.0. This isn't really a breaking change because we only export gql from react-apollo.
    • 🛠 Fix: convert deprecated React.PropTypes to PropTypes provided by the prop-types package. PR #628
  • v1.0.2 Changes

    • 🔦 Exposed createBatchingNetworkInterface from apollo-client so that it can be imported from react-apollo just like createNetworkInterface. PR #618
  • 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 on context 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
  • v1.0.0-rc.3 Changes

    • 🛠 Fix bug where options was mutated causing variables to not update appropriately. PR #537
    • 👉 Make sure that all queries resolve or reject if an error was thrown when server side rendering. PR #488
    • ApolloProvider now changes its client and store when those props change. PR #479
  • 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
  • v0.13.1 Changes

    • ➕ Add apollo-client 0.10.0 to dependency range
  • v0.13.0 Changes

    • 📦 Make apollo-client and graphql-tag dependencies and re-export them from this package PR #490
    • 🖨 Print errors to console if they are not handled by component PR #476