Sourced from react-textarea-autosize's releases.
v8.5.2
Patch Changes
- #381
e16c24a
Thanks@Andarist
! - Publish files that were previously missing for some conditions.v8.5.1
Patch Changes
- #377
4087205
Thanks@Andarist
! - The providedonChange
will get forwarded again to the underlying<textarea/>
on the server side.v8.5.0
Minor Changes
#373
05b014a
Thanks@Andarist
! - Compatibility with node's ESM has been improved.import TextareaAutosize from 'react-textarea-autosize';
was always meant to provide you the default export of this package (the exported component) and now node should load it this way.#373
05b014a
Thanks@Andarist
! - SSR environments should now be able to pick smaller bundles throughpackage.json#exports
.#373
05b014a
Thanks@Andarist
! - This package no longer depends onprocess.env.NODE_ENV
. To get dev-only warnings you have to configure your bundler/runtime to use thedevelopment
condition.Patch Changes
- #370
d33b120
Thanks@ArnaudRinquin
! - Add a guard against potentially missingdocuments.fonts
Sourced from react-textarea-autosize's changelog.
8.5.2
Patch Changes
- #381
e16c24a
Thanks@Andarist
! - Publish files that were previously missing for some conditions.8.5.1
Patch Changes
- #377
4087205
Thanks@Andarist
! - The providedonChange
will get forwarded again to the underlying<textarea/>
on the server side.8.5.0
Minor Changes
- #373
05b014a
Thanks@Andarist
! - Compatibility with node's ESM has been improved.import TextareaAutosize from 'react-textarea-autosize';
was always meant to provide you the default export of this package (the exported component) and now node should load it this way.
- #373
05b014a
Thanks@Andarist
! - SSR environments should now be able to pick smaller bundles throughpackage.json#exports
.
- #373
05b014a
Thanks@Andarist
! - This package no longer depends onprocess.env.NODE_ENV
. To get dev-only warnings you have to configure your bundler/runtime to use thedevelopment
condition.Patch Changes
- #370
d33b120
Thanks@ArnaudRinquin
! - Add a guard against potentially missingdocuments.fonts
eb4e4f1
Version Packages (#382)e16c24a
Publish files that were previously missing for some conditions (#381)d1066f1
Version Packages (#378)4087205
Always forward provided onChange
(#377)bafd5cc
Version Packages (#374)d33b120
Add a guard against potentially missing documents.fonts
(#370)05b014a
Optimize bundling strategy (#373)