Skip to content

Commit

Permalink
release v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 11, 2016
1 parent 23735bb commit 6709b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.31.1
- Bugfix for `'#'` ignoring.

## 0.31.0
- Allow returning `false` from `<CaptureClicks>`'s `onClick` handler to completely cancel an anchor navigation.
- Ignore `'#'` by default in `<CaptureClicks>`, unless we're in a hash routing environment.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
"version": "0.31.0",
"version": "0.31.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 6709b00

Please sign in to comment.