react-autosize-textarea
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,2 +5,9 @@ # Change Log | ||
## [v0.4.2](https://github.com/buildo/react-autosize-textarea/tree/v0.4.2) (2017-04-10) | ||
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.1...v0.4.2) | ||
#### Fixes (bugs & defects): | ||
- Last release broke support for React < 15.5 [#36](https://github.com/buildo/react-autosize-textarea/issues/36) | ||
## [v0.4.1](https://github.com/buildo/react-autosize-textarea/tree/v0.4.1) (2017-04-10) | ||
@@ -7,0 +14,0 @@ [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.0...v0.4.1) |
{ | ||
"name": "react-autosize-textarea", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "replacement for built-in textarea which auto resizes itself", | ||
@@ -73,3 +73,2 @@ "main": "lib", | ||
"peerDependencies": { | ||
"prop-types": "^15.5.6", | ||
"react": "^0.14.0 || ^15.0.0", | ||
@@ -79,4 +78,5 @@ "react-dom": "^0.14.0 || ^15.0.0" | ||
"dependencies": { | ||
"autosize": "^3.0.15" | ||
"autosize": "^3.0.15", | ||
"prop-types": "^15.5.6" | ||
} | ||
} |
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
176869
+ Addedprop-types@^15.5.6