Skip to content

Releases: Andarist/react-textarea-autosize

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

v8.4.1

21 Mar 23:11
Compare
Choose a tag to compare

Patch Changes

v8.4.0

10 Nov 10:44
0d82f52
Compare
Choose a tag to compare

Minor Changes

  • #354 41d10b2 Thanks @Andarist! - exports field has been added to the package.json manifest.

    Thanks to this, the package now includes a worker condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers.

v8.3.4

17 May 11:03
cd87f81
Compare
Choose a tag to compare

Patch Changes