react-input-autosize v3.0.0 Release Notes

Release Date: 2020-12-11 // over 3 years ago
  • 🚀 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.


Previous changes from v2.2.2

    • ➕ added UNSAFE prefix to out of date react lifecycle hooks. thanks RanneyD