Skip to content

Commit 3649b96

Browse files
committed
release v0.31.0
1 parent ff54a32 commit 3649b96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

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+
37
## 0.30.1
48
- Also pass (path, navigation) to onNavigation to match onBeforeNavigation.
59

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

0 commit comments

Comments
 (0)