Skip to content

Commit cbbda91

Browse files
committed
Version 0.13.0
1 parent f3a44f1 commit cbbda91

32 files changed

+1398
-1299
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.13.0 - Fri, 20 Mar 2015 21:25:35 GMT
2+
---------------------------------------
3+
4+
- [f3a44f1](../../commit/f3a44f1) [fixed] React 0.13 compatibility
5+
- [559c604](../../commit/559c604) [changed] Use empty bracket notation for arrays
6+
- [07b4972](../../commit/07b4972) [fixed] Allow repetition in child paths
7+
- [696a706](../../commit/696a706) [fixed] Use defaultProps of config components
8+
- [61f0a8c](../../commit/61f0a8c) [changed] Deprecate Navigation/State mixins
9+
10+
111
v0.12.4 - Tue, 24 Feb 2015 21:53:02 GMT
212
---------------------------------------
313

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.12.4",
3+
"version": "0.13.0",
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)