Releases: Andarist/react-textarea-autosize
v8.5.9
Patch Changes
-
#417
cbced4f
Thanks @threepointone! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.This lets tools like Wrangler and the Cloudflare Vite Plugin pick up the right version of the built module, preventing issues like cloudflare/workers-sdk#8723.
v8.5.8
Patch Changes
- #414
d12e6a5
Thanks @benjaminwaterlot! - Fixed a race condition leading to an error caused by textarea being unmounted before internalrequestAnimationFrame
's callback being fired
v8.5.7
v8.5.6
v8.5.5
v8.5.4
Patch Changes
- #397
bf3cad8
Thanks @Oyveloper! - Forcedisplay: block
for the hidden textarea to prevent other styles from overriding it and thus breaking the resizing functionality
v8.5.3
v8.5.2
v8.5.1
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