v1.6.0
1.6.0
Commits: v1.5.0...v1.6.0
Breaking:
- The minimum React dependency was raised to
^16.3.0
Potentially Breaking:
- Remove some usages of deprecated React lifecycle methods and changes to make containers React Async safe.
- Remove support for legacy
__type__
fields - Remove support for parsinglegacy interfaces(51c5761)
Fixed:
- Make
jest --watch
work with React 16 - Fix flow type generation for recursive Input types
Improved:
- Move
graphql-compiler
out ofrelay-compiler
as its own independent package - Make
graphql
a peer dependency - Upgrade
graphql-js
to v0.13.2 - Support batch queries in Refetch and Pagination containers
relay-compiler
: Makes flow generated'%future added value'
for enums optional