We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff54a32 commit 3649b96Copy full SHA for 3649b96
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.31.0
4
+ - Allow returning `false` from `<CaptureClicks>`'s `onClick` handler to completely cancel an anchor navigation.
5
+ - Ignore `'#'` by default in `<CaptureClicks>`, unless we're in a hash routing environment.
6
+
7
## 0.30.1
8
- Also pass (path, navigation) to onNavigation to match onBeforeNavigation.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.30.1",
+ "version": "0.31.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments