Skip to content

Commit

Permalink
0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Oct 7, 2015
1 parent fb12e4e commit a95f64d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# CHANGELOG

## 0.27.0
- 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 customizing `url-pattern`, there is a new API:
- `createURLPatternCompiler()` and `setCreateURLPatternCompilerFactory()` 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 prop
`urlPatternOptions` when 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](https://github.com/STRML/react-router-component/issues/129) for tracking on this issue.
- Support for React 0.14.0-rc1.
- Remove React-Async and AsyncRouteRenderingMixin.
* Async support will be re-added via a plugin.
See [#129](https://github.com/STRML/react-router-component/issues/129) for tracking on this issue.
- Dependency cleanup.

## 0.26.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
"version": "0.27.0-rc1",
"version": "0.27.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit a95f64d

Please sign in to comment.