react-textarea-autosize v8.0.1 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
  • Patch Changes

    🛠 2307033 #266 Thanks @vlazh! - Fixed a regression with calculating too high height for textareas with box-sizing: border-box;.

    1d1bba2 #265 Thanks @SimenB! - Exported TextareaAutosizeProps type for convenience.

    🛠 da960f4 Thanks @Andarist! - Fixed an issue with internal cache not being populated correctly when using cacheMeasurements prop.