This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Performance and type improvements
Thanks to @flexzuu, @pitr12, @baerrach, and @eug48 for this release! Way to go everyone!
1.4.3
- 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