React Router Relay Versions Save

[Deprecated] Relay Classic integration for React Router

v0.13.0-rc.4

8 years ago
  • 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

8 years ago
  • 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

8 years ago
  • Bugfix: Include params from non-Relay routes (#139)

v0.13.0-rc.1

8 years ago
  • 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

8 years ago
  • Minor: Add ES module build

v0.12.1

8 years ago
  • Bugfix: Pass route props to renderFetched
  • Minor: Upgrade to Babel 6

v0.12.0

8 years ago
  • Breaking: Rewrite as router middleware (#128)

v0.11.0

8 years ago
  • Breaking: Move back to React Router (#122)

v0.10.2

8 years ago
  • Feature: Allow specifying getQueries function for dynamic Relay queries (#120)

v0.10.1

8 years ago
  • Feature: Allows specifying renderFailure, renderLoading, and renderFetched as objects keyed by component name (#177)