This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Final 2.1 beta!
Pre-release
Pre-release
jbaxleyiii
released this
26 Feb 16:59
·
1694 commits
to master
since this release
2.1.0-beta.3
- Refactored and removed old
graphql
implementation in favor of new components - Removed QueryRecycler!! :yay:
- Added
query
,mutation
, andsubscription
higher order components - Aded
<Subscription />
to the public API - Added
prop-types
validation to the<Query />
,<Subscription />
and<ApolloConsumer />
component #1587 - Added
<Mutation />
component #1520 - HoC
props
result-mapping function now receives prior return value as second argument. - Fix errorPolicy when 'all' not passing data and errors
- Fix bundles and run test suite on all shippable code
Note Formal docs coming soon!