Skip to content

Commit

Permalink
Version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 23, 2015
1 parent 686f44b commit c1aee5d
Show file tree
Hide file tree
Showing 5 changed files with 968 additions and 669 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.12.1 - Mon, 23 Feb 2015 22:54:19 GMT
---------------------------------------

- [3d8a883](../../commit/3d8a883) [fixed] Ignore extraneous popstate events in WebKit
- [db2607d](../../commit/db2607d) [fixed] Double-encoding of URLs
- [c5a24a5](../../commit/c5a24a5) [added] Route/Match classes
- [ae6fcda](../../commit/ae6fcda) [changed] Rename Scrolling => ScrollHistory
- [f975bdf](../../commit/f975bdf) [fixed] allow a StaticLocation to be passed directly when creating a router
- [7d52d55](../../commit/7d52d55) [changed] TestLocation is a constructor
- [193222e](../../commit/193222e) [added] StaticLocation, for server-side rendering
- [e05e229](../../commit/e05e229) [added] Transition#cancel
- [04ba639](../../commit/04ba639) [added] Link activeStyle property
- [585d8ec](../../commit/585d8ec) [fixed] Use more correct children invariant
- [62c49d2](../../commit/62c49d2) [changed] Change Navigation to return the result of goBack()
- [83c8f59](../../commit/83c8f59) [fixed] Allow special characters in query


v0.12.0 - Tue, 10 Feb 2015 20:12:42 GMT
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "0.12.0",
"version": "0.12.1",
"description": "A complete routing library for React.js",
"main": "build/global/ReactRouter.js",
"homepage": "https://github.com/rackt/react-router",
Expand Down
Loading

0 comments on commit c1aee5d

Please sign in to comment.