We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738bde3 commit e069a48Copy full SHA for e069a48
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.26.1
4
+ - Remove deprecated replaceState().
5
+
6
## 0.26.0
7
- Support querystrings.
8
* Querystrings are not matched - they are stripped before matching patterns.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.26.0",
+ "version": "0.26.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments