Skip to content

Commit

Permalink
0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 26, 2015
1 parent 38d5e12 commit ee3f98e
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.24.1
- Infinite loop fix when getting parent router in alternative environment.
- Set default LocalStorageKeyEnvironment path to the empty string instead of undefined/null.

## 0.24.0
- External links are no longer navigated to, even if used in a <Link> component. This should not cause
breakage but if it does please open an issue.
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.24.0",
"version": "0.24.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit ee3f98e

Please sign in to comment.