You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-textarea-autosize

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-textarea-autosize - npm Package Versions

2345
11

8.5.9

Diff
r
react-textarea-autosize-release-bot
published 8.5.9 •

Changelog

Source

8.5.9

Patch Changes

r
react-textarea-autosize-release-bot
published 8.5.8 •

Changelog

Source

8.5.8

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
r
react-textarea-autosize-release-bot
published 8.5.7 •

Changelog

Source

8.5.7

Patch Changes

  • #409 8c47e31 Thanks @Andarist! - Fixed an issue with resize not happening after the containing form being reset
r
react-textarea-autosize-release-bot
published 8.5.6 •

Changelog

Source

8.5.6

Patch Changes

r
react-textarea-autosize-release-bot
published 8.5.5 •

Changelog

Source

8.5.5

Patch Changes

  • #401 4a34e1b Thanks @olee! - Add missing wordSpacing and scrollbarGutter as properties that can impact sizing
r
react-textarea-autosize-release-bot
published 8.5.4 •

Changelog

Source

8.5.4

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
r
react-textarea-autosize-release-bot
published 8.5.3 •

Changelog

Source

8.5.3

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.
r
react-textarea-autosize-release-bot
published 8.5.2 •

Changelog

Source

8.5.2

Patch Changes

r
react-textarea-autosize-release-bot
published 8.5.1 •

Changelog

Source

8.5.1

Patch Changes

  • #377 4087205 Thanks @Andarist! - The provided onChange will get forwarded again to the underlying <textarea/> on the server side.
r
react-textarea-autosize-release-bot
published 8.5.0 •

Changelog

Source

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 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

2345
11