We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6102c74 commit c15a8c7Copy full SHA for c15a8c7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.28.0
4
+ - Fix querystring not being properly passed in `PathnameEnvironment`. Incremented minor in case of potential
5
+ unexpected `_query` attribute.
6
+
7
## 0.27.2
8
- Switch Object.assign shims, 'object.assign' uses eval()
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.27.2",
+ "version": "0.28.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
@@ -61,4 +61,4 @@
61
"publishConfig": {
62
"registry": "https://registry.npmjs.org"
63
}
64
-}
+}
0 commit comments