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

Changelog History
Page 5

  • v2.1.8 Changes

    June 28, 2018
    • ➕ Addressed deployment issue.
  • v2.1.7 Changes

    June 27, 2018
    • The ApolloProvider children prop type has been changed from element to node, to allow multiple children. @quentin- in #1955
    • 👍 Properly support the new getDerivedStateFromProps lifecycle method. @amannn in #2076
    • 📌 lodash is no longer pinned to version 4.17.10. @cherewaty in #1951
    • ⚡️ README updates to replace apollo-client-preset with apollo-boost. @JamesTheHacker in #1925
    • ⚡️ README updates to fix broken links. @DennisKo in #1935
    • ⚡️ Project README has been updated to show a <Query /> example. @petetnt in #2102
  • v2.1.6 Changes

    June 19, 2018
    • Adjust getDataFromTree to properly traverse React 16.3's context API provider/consumer approach. @marnusw in #1978
    • An ApolloClient instance can now be passed into a Mutation component via a prop named client. This prop will override an ApolloClient instance set via context, by the ApolloProvider component. @amneacsu in #1890
    • The ApolloClient instance used by a Mutation is now available in that Mutation's result. PR #1945 @cooperka in #1945
  • v2.1.5 Changes

    • ⚡️ Dependency updates to align with typescript changes made in apollo-client 2.3.3 PR #2105
  • v2.1.4 Changes

    • ➕ Adds __typename for queries made with MockProvider and MockLink
  • v2.1.3 Changes

    • 🛠 Fixed issue where refetch was not possible after SSR
    • 🛠 Fixed overly resubscribing from Subscription and allow passing function to determine shouldResubscribe
  • v2.1.2 Changes

    • 🤡 Simplified the MockedProvider API #1882
    • 🛠 Fixed test-utils export
  • v2.1.1 Changes

    • 🛠 Fix uneccesary rerender on cache hit
  • v2.1.0 Changes

    • 🚀 Officially release new components!
  • v2.1.0-rc.5 Changes

    • Turn back on TypeScript definitions