Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

react-textarea-autosize

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-textarea-autosize - npm Package Versions

23
10

8.5.4

Diff

Changelog

Source

8.5.4

Patch Changes

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.
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.
23
10
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc