We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea6238 commit ad5b383Copy full SHA for ad5b383
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
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
+
8
## 0.27.0
9
- Breaking Changes (see also 0.27.0-rc1 changelog):
10
* Support for React 0.14.0 only.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.27.0",
+ "version": "0.27.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments