Skip to content

Commit

Permalink
release v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jun 9, 2016
1 parent e4f3446 commit 503706e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 0.33.0
- Possibly breaking changes to callbacks:
- `onNavigation` and `onBeforeNavigation` is now called on all routers.
- This fixes [#95](https://github.com/STRML/react-router-component/issues/95)
- Arity change in callbacks: now `(path, navigation, match)` from `(path, navigation)`.
- The trailing `match` parameter was added to better track subrouter matches.
- `navigation` will no longer contain a `match` attribute, which was a singleton and thus
could not be unique when using multiple routers.

## 0.32.2
- Hotfix: Accidental 'const', we're not using Babel

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

0 comments on commit 503706e

Please sign in to comment.