All Versions
10
Latest Version
Avg Release Cycle
44 days
Latest Release
2749 days ago
Changelog History
Changelog History
-
v0.14.0 Changes
May 30, 2017- ๐ฅ Breaking: Update for Relay v1.x API moves (#237)
-
v0.13.8 Changes
May 30, 2017- Chore: Fix peer dependency ranges (#236)
-
v0.13.7 Changes
April 11, 2017- Chore: Further update for React 15.5 deprecations (#233)
-
v0.13.6 Changes
April 10, 2017- Chore: Update for React v15.5 deprecations (#231)
-
v0.13.5 Changes
September 13, 2016- ๐ Bugfix: Only use legal characters in query config name (#197)
-
v0.13.4 Changes
August 06, 2016 -
v0.13.3 Changes
June 19, 2016- ๐ Bugfix: Improve error reporting when route with queries does not specify a component (#165)
-
v0.13.2 Changes
May 05, 2016- ๐ Feature : Pass the base route element into the
render
callback aselement
, to better support dynamic route components and composition with other router middlewares (#154)
- ๐ Feature : Pass the base route element into the
-
v0.13.1 Changes
April 28, 2016- ๐ Bugfix: Missing Relay
props
should benull
, notundefined
(#148)
- ๐ Bugfix: Missing Relay
-
v0.13.0 Changes
April 28, 2016๐ 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 arouterProps
object with the router props, even when Relay props are unavailable (#143)<Router>
object now requires anenvironment
prop with the Relay environment (#135)
- Routes now take a single
- ๐ฅ Breaking: Drop
queryParams
andstateParams
in favor of an updatedprepareParams
(#137) - ๐ Feature: Set route object as function context for route methods (#140)
- ๐ฅ Breaking: Use