We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834d705 commit ac3dda1Copy full SHA for ac3dda1
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# CHANGELOG
2
3
+## 0.23.3
4
+ - PathnameEnvironment usable in non-html5 history api browser; falls back on window.location.pathname.
5
+ * See #113. Thanks @spicydonuts
6
+
7
+## 0.23.2
8
+ - Fix typo
9
10
+## 0.23.1
11
+ - Move React & React-async to peerDependencies. Fixes #102
12
13
+## 0.23.0
14
+ - React 0.12 compatibility.
15
16
+## 0.22.2
17
+ - Bugfix for regex match keys.
18
19
+## 0.22.1
20
+ - Allow specifying key names for regex matches.
21
+ - Documentation fixes.
22
23
## 0.22.0
24
- Fixes for nested contextual routers
25
* Fixed `prefix` in routers nested > 1 level deep.
0 commit comments