Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 26, 2015
1 parent 23f4411 commit 9eb8d27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 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.
* Reference: #111

## 0.23.3
- PathnameEnvironment usable in non-html5 history api browser; falls back on window.location.pathname.
* See #113. Thanks @spicydonuts
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.23.3",
"version": "0.24.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 9eb8d27

Please sign in to comment.