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 265d88b commit 1760cabCopy full SHA for 1760cab
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.30.1
4
+ - Also pass (path, navigation) to onNavigation to match onBeforeNavigation.
5
+
6
## 0.30.0
7
- Support omitting the router's wrapping component entirely by passing a falsy `component` prop.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.30.0",
+ "version": "0.30.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments