Socket
Socket
Sign inDemoInstall

react-input-autosize

Package Overview
Dependencies
6
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

3.0.0

Diff

Changelog

Source

v3.0.0 / 2020-12-11

This release adds support for React 17 and removes usage of UNSAFE React lifecycle methods, thanks to Nathan Bierema.

It should be a fairly painless major upgrade since the API hasn't been changed at all. It's being published as 3.0.0 because the peer dependency range has been updated and the internal implementation has changed.

gwyneplaine
published 2.2.2 •

Changelog

Source

v2.2.2 / 2019-01-10

  • added UNSAFE prefix to out of date react lifecycle hooks. thanks RanneyD
jedwatson
published 2.2.1 •

Changelog

Source

v2.2.1 / 2018-01-10

jedwatson
published 2.2.0 •

Changelog

Source

v2.2.0 / 2018-01-09

  • added; extraWidth prop allows you to customise how much width is added to the detected width
  • fixed; SSR support is more robust, thanks Ivo Bathke
jedwatson
published 2.1.2 •

Changelog

Source

v2.1.2 / 2017-11-27

  • fixed; window reference is now guarded for SSR support, thanks Wout Mertens
jedwatson
published 2.1.1 •

Changelog

Source

v2.1.1 / 2017-11-26

  • fixed; props.id was overriding the internal inputId on the input element, but not being used in the stylesheet
  • fixed; IE stylesheet is now only injected when IE is detected in navigator.userAgent
jedwatson
published 2.1.0 •

Changelog

Source

v2.1.0 / 2017-11-23

  • fixed; inputId wasn't being applied correctly, thanks Jacco Flenter
  • added; new injectStyles prop controls whether the IE stylesheet it injected
  • improved; allow override of boxSizing and width styles via inputStyles, thanks Mike Fanger
  • improved; propTypes are now stripped from the production build, thanks jochenberger
jedwatson
published 2.0.1 •

Changelog

Source

v2.0.1 / 2017-09-13

  • fixed; peer dependencies for prop-types
jedwatson
published 2.0.0 •

Changelog

Source

v2.0.0 / 2017-09-12

  • fixed; converted to es6 Class and removed create-react-class
  • changed; default export is now an es6 module

Note:

As of 2.0.0 this package exports an es6 module in the main entry (/lib/AutoSizeInput.js). If you are in an older environment, you'll need to refer to the .default export:

var AutoSizeInput = require('react-input-autosize').default;

Aside from this, the new version doesn't change any public API.

jedwatson
published 1.2.0 •

Changelog

Source

v1.2.0 / 2017-09-12

  • added; inputRef prop (function, passed the reference to the input node)
  • fixed; resize issues in IE11, thanks Constantine
  • fixed; copyInputStyles() never running, thanks Michael Elsdörfer
2345Next
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