Releases: relay-tools/react-router-relay
Releases · relay-tools/react-router-relay
v0.13.0-rc.4
- Feature: Add
routerProps
to render
argument object that always has the router props (#143)
- Bugfix: Do not pass
props
to render
when data are not ready (#143)
v0.13.0-rc.3
- Breaking: Call
prepareParams
with router state instead of location (#141)
- Feature: Set route as function context for route methods (#140)
v0.13.0-rc.2
- Bugfix: Include params from non-Relay routes (#139)
v0.13.0-rc.1
- Breaking: Use
<Relay.Renderer>
-style API (#135)
- Breaking: Drop
queryParams
and stateParams
in favor of an updated prepareParams
method that now receives location
instead of route
for adding additional params (#137)
v0.12.2
- Minor: Add ES module build
v0.12.1
- Bugfix: Pass route props to
renderFetched
- Minor: Upgrade to Babel 6
v0.12.0
- Breaking: Rewrite as router middleware (#128)
v0.11.0
- Breaking: Move back to React Router (#122)
v0.10.2
- Feature: Allow specifying
getQueries
function for dynamic Relay queries (#120)
v0.10.1
- Feature: Allows specifying
renderFailure
, renderLoading
, and renderFetched
as objects keyed by component name (#177)