Skip to content

Commit 207c3e8

Browse files
committed
0.27.2
1 parent 25ceb5a commit 207c3e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.27.2
4+
- Switch Object.assign shims, 'object.assign' uses eval()
5+
36
## 0.27.1
47
- Bugfixes for `urlPatternOptions`, which was not properly being passed to `matchRoutes` in some cases.
58
- `urlPatternOptions` now propagates down the contextual router hierarchy.

Diff for: 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.1",
3+
"version": "0.27.2",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)