Skip to content

Releases: Andarist/react-textarea-autosize

v8.5.9

30 Mar 22:13
ed1894c
Compare
Choose a tag to compare

Patch Changes

  • #417 cbced4f Thanks @threepointone! - Added edge-light and workerd conditions to package.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

13 Mar 17:03
bd6a3f8
Compare
Choose a tag to compare

Patch Changes

  • #414 d12e6a5 Thanks @benjaminwaterlot! - Fixed a race condition leading to an error caused by textarea being unmounted before internal requestAnimationFrame's callback being fired

v8.5.7

10 Jan 05:59
c7d6817
Compare
Choose a tag to compare

Patch Changes

  • #409 8c47e31 Thanks @Andarist! - Fixed an issue with resize not happening after the containing form being reset

v8.5.6

09 Dec 11:44
ae64b9f
Compare
Choose a tag to compare

Patch Changes

v8.5.5

13 Nov 13:17
ce4d98c
Compare
Choose a tag to compare

Patch Changes

  • #401 4a34e1b Thanks @olee! - Add missing wordSpacing and scrollbarGutter as properties that can impact sizing

v8.5.4

10 Oct 17:45
5513a8e
Compare
Choose a tag to compare

Patch Changes

  • #397 bf3cad8 Thanks @Oyveloper! - Force display: block for the hidden textarea to prevent other styles from overriding it and thus breaking the resizing functionality

v8.5.3

22 Aug 16:25
896596a
Compare
Choose a tag to compare

Patch Changes

  • #386 b3dc597 Thanks @Andarist! - Distribute completely separate files for the worker condition to avoid bundlers from aliasing files targeting node to the ones targeting browsers through the package.json#browser alias field.

v8.5.2

04 Jul 10:37
eb4e4f1
Compare
Choose a tag to compare

Patch Changes

v8.5.1

01 Jul 19:23
d1066f1
Compare
Choose a tag to compare

Patch Changes

  • #377 4087205 Thanks @Andarist! - The provided onChange will get forwarded again to the underlying <textarea/> on the server side.

v8.5.0

21 Jun 15:50
bafd5cc
Compare
Choose a tag to compare

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 through package.json#exports.

  • #373 05b014a Thanks @Andarist! - This package no longer depends on process.env.NODE_ENV. To get dev-only warnings you have to configure your bundler/runtime to use the development condition.

Patch Changes