Skip to content

v0.9.2

Compare
Choose a tag to compare
@steveluscher steveluscher released this 11 Jul 21:08
· 8974 commits to main since this release
  • Added a context property useFakeData that you can use to silence the warning when using a RelayContainer with fake data.
  • You can now interpolate a function that returns an array of fragment references (eg. a route-conditional function) into a Relay.QL string. See #896
  • Added RelayStoreData#toJSON.
  • Fixed a bug where the query for a plural field might get diffed out, when in fact there was data missing in the store for which a query should have been produced.