We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ceb5a commit 207c3e8Copy full SHA for 207c3e8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.27.2
4
+ - Switch Object.assign shims, 'object.assign' uses eval()
5
+
6
## 0.27.1
7
- Bugfixes for `urlPatternOptions`, which was not properly being passed to `matchRoutes` in some cases.
8
- `urlPatternOptions` now propagates down the contextual router hierarchy.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.27.1",
+ "version": "0.27.2",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments