Skip to content

Commit ad5b383

Browse files
committed
0.27.1
1 parent 5ea6238 commit ad5b383

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.27.1
4+
- Bugfixes for `urlPatternOptions`, which was not properly being passed to `matchRoutes` in some cases.
5+
- `urlPatternOptions` now propagates down the contextual router hierarchy.
6+
- Added additional tests for `urlPatternOptions`.
7+
38
## 0.27.0
49
- Breaking Changes (see also 0.27.0-rc1 changelog):
510
* Support for React 0.14.0 only.

package.json

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

0 commit comments

Comments
 (0)