Skip to content

v1.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@leebyron leebyron released this 14 May 22:05
· 7704 commits to main since this release

More minor issues fixed in this next RC. Thanks to the community for continuing to report after using Relay Modern!

Changes since rc.3:

  • Support for Relay components in index.js files.
  • Support for GraphQL Object and List literals
  • Improved error messages
  • Support for React v16 alpha builds
  • Fixed an issue where not passing a completion callback for pagination could throw an error
  • New API: getResponse() on Record Source Proxy objects.
  • Ensure compiler-generated files are ignored by eslint
  • New: RelayStoreProxyDebugger for debugging a Relay store.
  • Much improved generated Flow types now enforce read-only usage of GraphQL results.
  • New: exposed retry() method in QueryRenderer ready state