react-typist
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,3 @@ # React Typist Changelog | ||
- Fixes | ||
+ Move `promise-mock` as a `devDepencency` | ||
+ Move `promise-mock` to `devDependencies` | ||
@@ -17,6 +17,8 @@ | ||
- Fixes: | ||
+ Can now render server-side | ||
+ Can now use server rendering | ||
+ Component no longer sets state after being unmounted | ||
- Development: | ||
+ Upgrade to React 15 | ||
+ Upgrade to Babel 6, and other tooling upgrades | ||
+ Switch to promises to make code more concise and readable | ||
@@ -23,0 +25,0 @@ |
{ | ||
"name": "react-typist", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Typing animations with React", | ||
@@ -35,4 +35,4 @@ "main": "dist/Typist.js", | ||
"peerDependencies": { | ||
"react": "^15.0", | ||
"react-dom": "^15.0" | ||
"react": "^0.14 || ^15.0", | ||
"react-dom": "^^0.14 || ^15.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85331