All Versions
93
Latest Version
Avg Release Cycle
121 days
Latest Release
1670 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.27.0 Changes
- Breaking Changes (see also 0.27.0-rc1 changelog):
- Support for React 0.14.0 only.
url-pattern
0.10
brought breaking updates. If you are customizingurl-pattern
, there is a new API:createURLPatternCompiler()
andsetCreateURLPatternCompilerFactory()
have been removed.- Instead, pass an object at the prop
urlPatternOptions
on 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.
matchKeys
has been deprecated.url-pattern
now handles this natively; pass an array as the propurlPatternOptions
when using a regex.
- Breaking Changes (see also 0.27.0-rc1 changelog):
-
v0.27.0-rc1 Changes
- Breaking Changes:
- Remove React-Async and AsyncRouteRenderingMixin.
- Async support will be re-added via a plugin. See #129 for tracking on this issue.
- Remove React-Async and AsyncRouteRenderingMixin.
- Support for React 0.14.0-rc1.
- Dependency cleanup.
- Breaking Changes:
-
v0.26.0 Changes
- Support querystrings.
- Querystrings are not matched - they are stripped before matching patterns.
- Querystrings, if present, are parsed and passed as the
_query
prop. - See the querystring docs.
- Support querystrings.
-
v0.25.4 Changes
- More ES6 fixes.
-
v0.25.3 Changes
- Hotfix: adjust API for url-pattern to fit ES6 modules.
-
v0.25.2 Changes
- Allow overriding url-pattern's compiler.
-
v0.25.1 Changes
- Remove bad ReactComponent typecheck on Route/Location.
-
v0.25.0 Changes
- Better React 0.13 support without typechecking errors.
- Send (path, navigation, cb) - don't lose
navigation
object. - Update dependencies (urllite, url-pattern, etc).
- Adjust for new
url-pattern
API. - Use React.batchedUpdates (now exposed on React object)
- Documentation fixes.
-
v0.24.4 Changes
- Update react-async version.
-
v0.24.3 Changes
- Support React 0.13 in peerDependencies.