react-apollo v1.4.3 Release Notes

    • ๐Ÿ”‹ Feature: You can now supply a client in options object passed to the graphql high oder component. PR #729
    • ๐Ÿ›  Fix: Fix issue when using flow definitions PR# 787
    • ๐Ÿ‘Œ Improvement: Reduce re-renders by using forceUpdate instead of setState({ }) PR #775
    • ๐Ÿ‘Œ Improvement: Refactor dataForChild to use bound function to reduce rerenders PR #772
    • ๐Ÿ›  Fix: Add in missing types for MutationOpts PR #770