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 de6320e commit 17a4956Copy full SHA for 17a4956
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.36.3 (Dec 5, 2016)
4
+ - Reduce npm tarball size by 80% (excluding docs, examples, etc)
5
+
6
## 0.36.2 (Dec 5, 2016)
7
- Remove usage of `React.DOM.*`, which will soon be deprecated in React 16 and has incompatibilities with
8
Preact, Inferno, etc.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.36.2",
+ "version": "0.36.3",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments