Skip to content

Commit 6709b00

Browse files
committed
release v0.31.1
1 parent 23735bb commit 6709b00

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.31.1
4+
- Bugfix for `'#'` ignoring.
5+
36
## 0.31.0
47
- Allow returning `false` from `<CaptureClicks>`'s `onClick` handler to completely cancel an anchor navigation.
58
- Ignore `'#'` by default in `<CaptureClicks>`, unless we're in a hash routing environment.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)