Skip to content

Releases: bymi15/react-edit-text

v4.0.3

03 Apr 20:43
Compare
Choose a tag to compare

4.0.3 (2021-04-03)

Bug Fixes

  • force minor version update to update readme in npmjs (d079ab9)

v4.0.2

03 Apr 20:28
Compare
Choose a tag to compare

4.0.2 (2021-04-03)

Bug Fixes

  • setSelectionRange causing bugs for input types that are not text (777fba9)

v4.0.1

09 Mar 23:56
Compare
Choose a tag to compare

4.0.1 (2021-03-09)

Bug Fixes

  • upgrade package to fix security issue (96b5914)

v4.0.0

19 Feb 12:34
Compare
Choose a tag to compare

4.0.0 (2021-02-19)

Features

  • add previousValue field to onSave callback response (3057b92)
  • move cursor to end of text on focus (3fde4bd)

BREAKING CHANGES

  • fix handleBlur to correctly revert changes when escape key is pressed

v3.0.1

13 Jan 14:37
Compare
Choose a tag to compare

3.0.1 (2021-01-13)

Bug Fixes

  • allow onSave callback to be triggered when used with onChange (6508ea4)

v3.0.0

13 Jan 01:54
Compare
Choose a tag to compare

3.0.0 (2021-01-13)

Features

  • add controllable component for both EditText and EditTextarea (5d34a65)
  • add controlled values (defaultValue, value, onChange) (516dd3c)

BREAKING CHANGES

  • add defaultValue and onChange props to allow controllable components

v2.1.3

17 Nov 19:42
Compare
Choose a tag to compare

2.1.3 (2020-11-17)

Bug Fixes

  • EditTextarea: fix newline not showing in view mode bug (6a21fa4)

v2.1.2

16 Nov 19:59
Compare
Choose a tag to compare

2.1.2 (2020-11-16)

Bug Fixes

v2.1.1

16 Nov 18:43
Compare
Choose a tag to compare

2.1.1 (2020-11-16)

Bug Fixes

  • fix browser compatibility issue with thin scrollbar (822ec70)

v2.1.0

16 Nov 18:04
Compare
Choose a tag to compare

2.1.0 (2020-11-16)

Features

  • add scrollbar thin UI for EditTextarea (82ccfd8)