github facebook/relay v0.7.2

latest releases: v16.2.0, v16.1.0, v16.0.0...
8 years ago
  • Identifying arguments on root fields can now be of any type - boolean, number, string, or array/object of the the same.
  • Fixes a bug when we read connections or fragments without allocating a record until we encounter a child field that is not null. We now ensure that we allocate the record for connections and fragments (if it exists) regardless.
  • Made babelAdapter compatible with Babel 6.6
  • npm run build now works on Windows
  • Tests now pass when using Node 5 / NPM 3
  • Passing an empty array as a prop corresponding to a plural fragment no longer warns about mock data. The empty array is now passed through to the component as-is.
  • Removed uri from RelayQueryConfigSpec. The uri property was part of RelayRoute, but never RelayQueryConfig. This revision simply cleans up the Flow shape in RelayContainer.
  • RelayRenderer now runs queries after mount to make sure RelayRenderer does not run queries during synchronous server-side rendering.

Don't miss a new relay release

NewReleases is sending notifications on new releases.