react-autosize-textarea
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -5,2 +5,10 @@ # Change Log | ||
## [v0.4.9](https://github.com/buildo/react-autosize-textarea/tree/v0.4.9) (2017-09-27) | ||
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.8...v0.4.9) | ||
#### New features: | ||
- Upgrade peerDeps to react & react-dom 16 [#66](https://github.com/buildo/react-autosize-textarea/issues/66) | ||
- Uncaught Error: Module build failed: Error: ENOENT: no such file or directory, [#62](https://github.com/buildo/react-autosize-textarea/issues/62) | ||
## [v0.4.8](https://github.com/buildo/react-autosize-textarea/tree/v0.4.8) (2017-07-18) | ||
@@ -7,0 +15,0 @@ [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.7...v0.4.8) |
{ | ||
"name": "react-autosize-textarea", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "replacement for built-in textarea which auto resizes itself", | ||
@@ -75,4 +75,4 @@ "main": "lib", | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0" | ||
"react": "^0.14.0 || ^15.0.0 || ^16.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
@@ -79,0 +79,0 @@ "dependencies": { |
@@ -7,3 +7,3 @@ /// <reference types="react" /> | ||
onResize?: (e: React.SyntheticEvent<Event>) => void, | ||
// rows is already typed in `React.HTMLAttributes<HTMLTextAreaElement>` | ||
// rows is already typed in `React.TextareaHTMLAttributes<HTMLTextAreaElement>` | ||
maxRows?: number, | ||
@@ -10,0 +10,0 @@ innerRef?: (textarea: HTMLTextAreaElement) => void |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
189034