Skip to content

Releases: relay-tools/react-router-relay

v0.13.0-rc.4

27 Apr 17:26
v0.13.0-rc.4
8bb93db
Compare
Choose a tag to compare
v0.13.0-rc.4 Pre-release
Pre-release
  • 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

27 Apr 00:01
v0.13.0-rc.3
33786fd
Compare
Choose a tag to compare
v0.13.0-rc.3 Pre-release
Pre-release
  • 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

26 Apr 04:13
v0.13.0-rc.2
51687eb
Compare
Choose a tag to compare
v0.13.0-rc.2 Pre-release
Pre-release
  • Bugfix: Include params from non-Relay routes (#139)

v0.13.0-rc.1

26 Apr 04:13
v0.13.0-rc.1
ba27a89
Compare
Choose a tag to compare
v0.13.0-rc.1 Pre-release
Pre-release
  • 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

22 Apr 00:47
v0.12.2
e146845
Compare
Choose a tag to compare
  • Minor: Add ES module build

v0.12.1

22 Apr 00:45
v0.12.1
b57fa21
Compare
Choose a tag to compare
  • Bugfix: Pass route props to renderFetched
  • Minor: Upgrade to Babel 6

v0.12.0

21 Apr 01:05
698e2f8
Compare
Choose a tag to compare
  • Breaking: Rewrite as router middleware (#128)

v0.11.0

13 Apr 18:31
Compare
Choose a tag to compare
  • Breaking: Move back to React Router (#122)

v0.10.2

13 Apr 02:47
Compare
Choose a tag to compare
  • Feature: Allow specifying getQueries function for dynamic Relay queries (#120)

v0.10.1

13 Apr 02:34
Compare
Choose a tag to compare
  • Feature: Allows specifying renderFailure, renderLoading, and renderFetched as objects keyed by component name (#177)