Skip to content

Releases: relay-tools/react-router-relay

v0.14.0

30 May 19:47
v0.14.0
b8c09aa
Compare
Choose a tag to compare
  • Breaking: Update for Relay v1.x API moves (#237)

v0.13.8

30 May 19:45
v0.13.8
16371a5
Compare
Choose a tag to compare
  • Chore: Fix peer dependency ranges (#236)

v0.13.7

11 Apr 15:56
v0.13.7
6b4a84a
Compare
Choose a tag to compare
  • Chore: Further update for React 15.5 deprecations (#233)

v0.13.6

10 Apr 19:46
v0.13.6
4423dd9
Compare
Choose a tag to compare
  • Chore: Update for React v15.5 deprecations (#231)

v0.13.5

13 Sep 20:20
v0.13.5
4181702
Compare
Choose a tag to compare
  • Bugfix: Only use legal characters in query config name (#197)

v0.13.4

06 Aug 02:21
v0.13.4
e462cdb
Compare
Choose a tag to compare
  • 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

19 Jun 05:24
v0.13.3
9a51f50
Compare
Choose a tag to compare
  • Bugfix: Improve error reporting when route with queries does not specify a component (#165)

v0.13.2

05 May 02:05
v0.13.2
7fc66ce
Compare
Choose a tag to compare
  • 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

28 Apr 19:06
v0.13.1
e385482
Compare
Choose a tag to compare
  • Bugfix: Missing Relay props should be null, not undefined (#148)

v0.13.0

28 Apr 17:03
v0.13.0
60a4ad3
Compare
Choose a tag to compare

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)