Skip to content

Commit c1aee5d

Browse files
committed
Version 0.12.1
1 parent 686f44b commit c1aee5d

File tree

5 files changed

+968
-669
lines changed

5 files changed

+968
-669
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v0.12.1 - Mon, 23 Feb 2015 22:54:19 GMT
2+
---------------------------------------
3+
4+
- [3d8a883](../../commit/3d8a883) [fixed] Ignore extraneous popstate events in WebKit
5+
- [db2607d](../../commit/db2607d) [fixed] Double-encoding of URLs
6+
- [c5a24a5](../../commit/c5a24a5) [added] Route/Match classes
7+
- [ae6fcda](../../commit/ae6fcda) [changed] Rename Scrolling => ScrollHistory
8+
- [f975bdf](../../commit/f975bdf) [fixed] allow a StaticLocation to be passed directly when creating a router
9+
- [7d52d55](../../commit/7d52d55) [changed] TestLocation is a constructor
10+
- [193222e](../../commit/193222e) [added] StaticLocation, for server-side rendering
11+
- [e05e229](../../commit/e05e229) [added] Transition#cancel
12+
- [04ba639](../../commit/04ba639) [added] Link activeStyle property
13+
- [585d8ec](../../commit/585d8ec) [fixed] Use more correct children invariant
14+
- [62c49d2](../../commit/62c49d2) [changed] Change Navigation to return the result of goBack()
15+
- [83c8f59](../../commit/83c8f59) [fixed] Allow special characters in query
16+
17+
118
v0.12.0 - Tue, 10 Feb 2015 20:12:42 GMT
219
---------------------------------------
320

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "A complete routing library for React.js",
55
"main": "build/global/ReactRouter.js",
66
"homepage": "https://github.com/rackt/react-router",

0 commit comments

Comments
 (0)