React Router Relay Versions Save

[Deprecated] Relay Classic integration for React Router

v0.14.0

6 years ago
  • Breaking: Update for Relay v1.x API moves (#237)

v0.13.8

6 years ago
  • Chore: Fix peer dependency ranges (#236)

v0.13.7

7 years ago
  • Chore: Further update for React 15.5 deprecations (#233)

v0.13.6

7 years ago
  • Chore: Update for React v15.5 deprecations (#231)

v0.13.5

7 years ago
  • Bugfix: Only use legal characters in query config name (#197)

v0.13.4

7 years ago
  • Bugfix: Use PropTypes.element instead of PropTypes.node where an element is expected (#185)
  • Chore: Add module entry point for webpack 2 (#186)

v0.13.3

7 years ago
  • Bugfix: Improve error reporting when route with queries does not specify a component (#165)

v0.13.2

8 years ago
  • Feature: Pass the base route element into the render callback as element, to better support dynamic route components and composition with other router middlewares (#154)

v0.13.1

8 years ago
  • Bugfix: Missing Relay props should be null, not undefined (#148)

v0.13.0

8 years ago

This is the same code as v0.13.0-rc.4. These release notes cover all changes since v0.12.2.

  • Breaking: Use <Relay.Renderer>-style API (#135)
    • Routes now take a single render callback instead of separate per-status callbacks, with similar semantics to <Relay.Renderer> (#135)
    • render callback also receives a routerProps object with the router props, even when Relay props are unavailable (#143)
    • <Router> object now requires an environment prop with the Relay environment (#135)
  • Breaking: Drop queryParams and stateParams in favor of an updated prepareParams (#137)
    • prepareParams now receives the router state as the second argument instead of the route (#141)
    • Fix handling of prepareParams for nested routes (#137)
  • Feature: Set route object as function context for route methods (#140)