v0.13.0
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
rendercallback instead of separate per-status callbacks, with similar semantics to<Relay.Renderer>(#135) rendercallback also receives arouterPropsobject with the router props, even when Relay props are unavailable (#143)<Router>object now requires anenvironmentprop with the Relay environment (#135)
- Routes now take a single
- Breaking: Drop
queryParamsandstateParamsin favor of an updatedprepareParams(#137) - Feature: Set route object as function context for route methods (#140)