Socket
Socket
Sign inDemoInstall

react-textarea-autosize

Package Overview
Dependencies
6
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
10Next

8.5.3

Diff

Changelog

Source

8.5.3

Patch Changes

react-textarea-autosize-release-bot
published 8.5.2 •

Changelog

Source

8.5.2

Patch Changes

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

react-textarea-autosize-release-bot
published 8.4.1 •

Changelog

Source

8.4.1

Patch Changes

  • #353 19aead9 Thanks @knownasilya! - Workaround for Firefox scrollHeight bug affecting textarea's height on a dynamic toggle
react-textarea-autosize-release-bot
published 8.4.0 •

Changelog

Source

8.4.0

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.

react-textarea-autosize-release-bot
published 8.3.4 •

Changelog

Source

8.3.4

Patch Changes

react-textarea-autosize-release-bot
published 8.3.3 •

Changelog

Source

8.3.3

Patch Changes

  • 6336448 #327 Thanks @circlingthesun! - Fixed the tabindex attribute name that is set on the hidden textarea used for height calculations.
react-textarea-autosize-release-bot
published 8.3.2 •

Changelog

Source

8.3.2

Patch Changes

  • 3c71884 #311 Thanks @Andarist! - Changed TextareaAutosizeProps to a TS interface which fixes the problem of "resolved" being type alias being inlined in the emitted types declaration which could cause incompatibilities with some versions of @types/react.
react-textarea-autosize-release-bot
published 8.3.1 •

Changelog

Source

8.3.1

Patch Changes

  • 49d7d04 #305 Thanks @mxschmitt! - Moved internal 'resize' listener to the layout effect since React 17 calls cleanups of regular effects asynchronously. This ensures that we don't ever try to access the already unmounted ref in our listener.
2345
10Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc