Releases: relay-tools/found-relay
Releases · relay-tools/found-relay
v0.4.0-alpha.9
- Bugfix: Properly set fragment ownership (#273)
v0.4.0-alpha.8
- Chore: Update Relay peer dependency range (#238)
v0.4.0-alpha.7
- Feature: Provide Relay environment to route render method (#198)
- Refactor: Migrate to new React lifecycle methods (#201)
v0.4.0-alpha.6
- Chore: Upgrade to Babel 7 (#189)
v0.4.0-alpha.5
- Chore: Mark compatibility with Relay v3.x (#181)
v0.4.0-alpha.4
- Breaking: Do not subscribe to store for routes that return
null
in render
(#171)
- Minor: Improve determining query names for warnings (#170)
v0.4.0-alpha.3
- Breaking: Support Relay v2.x (#167)
v0.4.0-alpha.2
- Breaking: Remove miscellaneous exports from public API (#166)
- Feature: Provide Relay variables as
variables
in render arguments object for route render
methods (#166)
v0.4.0-alpha.1
- Breaking: Match
withRouter
props signature for route components by only passing in match
and router
(#163, #165)
v0.3.1
- Bugfix: Fix value for unresolved
Component
in render
callback (#151)
- Chore: Update dependencies (#154)