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