Releases: STRML/react-router-component
Releases · STRML/react-router-component
0.28.0
0.27.2
0.27.1
0.27.0
- Breaking Changes (see also 0.27.0-rc1 changelog):
- Support for React 0.14.0 only.
url-pattern0.10brought breaking updates. If you are customizingurl-pattern, there is a new API:createURLPatternCompiler()andsetCreateURLPatternCompilerFactory()have been removed.- Instead, pass an object at the prop
urlPatternOptionson either your router or individual routes.
Route-level options will be merged with precedence over Router options. Contextual router options
are not merged between levels.
matchKeyshas been deprecated.url-patternnow handles this natively; pass an array as the prop
urlPatternOptionswhen using a regex.
0.27.0-rc1
- Breaking Changes:
- Remove React-Async and AsyncRouteRenderingMixin.
- Async support will be re-added via a plugin.
See #129 for tracking on this issue.
- Async support will be re-added via a plugin.
- Remove React-Async and AsyncRouteRenderingMixin.
- Support for React 0.14.0-rc1.
- Dependency cleanup.
0.26.0
- Support querystrings.
- Querystrings are not matched - they are stripped before matching patterns.
- Querystrings, if present, are parsed and passed as the
_queryprop. - See the querystring docs.