Skip to content

v0.6.2

Choose a tag to compare

@taion taion released this 08 Oct 16:59
· 177 commits to master since this release

Thanks to @josephsavona, we now have support for an additional prepareParams property on routes. Similarly to prepareVariables on a Relay container, prepareParams allows you to modify the params used for the Relay route. For example, you can use prepareParams to convert URL and query parameters from strings, and to initialize missing params with default values.

We've also bumped the React dependency from v0.14.0-rc1 to the final v0.14.0 release.