Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Releases: rpearce/react-expanding-textarea

v2.1.1

20 Jan 02:39
561a124
Compare
Choose a tag to compare

[2.1.1] - 2020-01-19

Fixed

  • README

[2.1.0] - 2020-01-19

Added

  • support for forwarding a ref (#36)
  • added babel-plugin-transform-react-remove-prop-types

v2.0.4

06 Jan 02:51
70361f0
Compare
Choose a tag to compare

[2.0.4] - 2020-01-05

Changed

  • bumped devDependencies
  • added UMD build
  • changed build location for commonjs and esmodules to dist/esm/ and
    dist/cjs.

v2.0.3

14 Oct 23:45
6138cc4
Compare
Choose a tag to compare

[2.0.3] - 2019-10-14

Fixed

  • Fixed textarea growing before it needed to (#31)

v2.0.2

14 Sep 03:47
094303e
Compare
Choose a tag to compare

[2.0.2] - 2019-09-11

Fixed

  • prop-types was being used but not included as a dependency

v2.0.1

11 Sep 03:46
27466d8
Compare
Choose a tag to compare

[2.0.1] - 2019-09-10

Changed

  • fixed security issues for sshpk, cached-path-relative and mixin-deep

v2.0.0

09 Sep 13:16
ddd3dd0
Compare
Choose a tag to compare

[2.0.0] - 2019-09-07

Added

  • dependency on prop-types

Changed

  • build folder is now dist/
  • now building with rollup
  • now providing CJS & ESM dist files (main and module in package.json)

[1.0.0] - 2019-02-24

Added

  • responds to both onChange and onInput callbacks now

Changed

  • complete rewrite using React hooks. Minimum react peer dependency is now
    >= 16.8.

Fixed

  • includes a fix for #18

v0.2.0

07 Aug 20:47
Compare
Choose a tag to compare

[0.2.0] - 2018-08-08

added / fixed

  • addressed #14 where the rows attribute was being disregarded. Now, it
    provides a means to provide a minimum/default number of rows. This is a
    minorversion bump because it will cause the component to behave differently
    for existing folks and is really more of an addition than a fix.

v0.1.10

29 Apr 07:29
5983325
Compare
Choose a tag to compare

[0.1.10] - 2018-04-29

fixed

  • fixed #10 where a change in the value prop was not recalculating the size