Releases: relay-tools/found-relay
Releases · relay-tools/found-relay
v0.8.2
v0.8.1
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
This is the same code as v0.4.0-alpha.9. These release notes cover all changes since v0.3.1.
- Breaking: Match
withRouter
props signature for route components by only passing inmatch
androuter
(#163, #165) - Breaking: Remove miscellaneous exports from public API (#166)
- Breaking: Support Relay v2.x and higher (#167)
- Breaking: Do not subscribe to store for routes that return
null
inrender
(#171) - Feature: Provide Relay variables as
variables
in render arguments object for routerender
methods (#166) - Feature: Provide Relay environment to route render method (#198)
- Minor: Improve determining query names for warnings (#170)
- Refactor: Migrate to new React lifecycle methods (#201)
- Chore: Upgrade to Babel 7 (#189)