Skip to content

Commit a95f64d

Browse files
committed
0.27.0
1 parent fb12e4e commit a95f64d

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# CHANGELOG
22

3+
## 0.27.0
4+
- Breaking Changes (see also 0.27.0-rc1 changelog):
5+
* Support for React 0.14.0 only.
6+
* `url-pattern` `0.10` brought breaking updates. If you are customizing `url-pattern`, there is a new API:
7+
- `createURLPatternCompiler()` and `setCreateURLPatternCompilerFactory()` have been removed.
8+
- Instead, pass an object at the prop `urlPatternOptions` on either your router or individual routes.
9+
Route-level options will be merged with precedence over Router options. Contextual router options
10+
are not merged between levels.
11+
* `matchKeys` has been deprecated. `url-pattern` now handles this natively; pass an array as the prop
12+
`urlPatternOptions` when using a regex.
13+
14+
315
## 0.27.0-rc1
16+
- Breaking Changes:
17+
* Remove React-Async and AsyncRouteRenderingMixin.
18+
- Async support will be re-added via a plugin.
19+
See [#129](https://github.com/STRML/react-router-component/issues/129) for tracking on this issue.
420
- Support for React 0.14.0-rc1.
5-
- Remove React-Async and AsyncRouteRenderingMixin.
6-
* Async support will be re-added via a plugin.
7-
See [#129](https://github.com/STRML/react-router-component/issues/129) for tracking on this issue.
821
- Dependency cleanup.
922

1023
## 0.26.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.27.0-rc1",
3+
"version": "0.27.0",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)