Skip to content

Commit

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

## 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.

## 0.30.1
- Also pass (path, navigation) to onNavigation to match onBeforeNavigation.

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.30.1",
"version": "0.31.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 3649b96

Please sign in to comment.