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 205b91a commit ed268ebCopy full SHA for ed268eb
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.30.0
4
+ - Support omitting the router's wrapping component entirely by passing a falsy `component` prop.
5
+
6
## 0.29.2
7
- Fix typo in previous commit
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.29.2",
+ "version": "0.30.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments