Skip to content

Releases: bymi15/react-edit-text

v5.1.1

12 Jul 20:54
Compare
Choose a tag to compare

5.1.1 (2023-07-12)

Bug Fixes

v5.1.0

14 Mar 15:23
Compare
Choose a tag to compare

5.1.0 (2023-03-14)

Bug Fixes

Features

v5.0.2

08 Jun 17:32
Compare
Choose a tag to compare

5.0.2 (2022-06-08)

Bug Fixes

v5.0.1

02 Jun 17:18
Compare
Choose a tag to compare

5.0.1 (2022-06-02)

Bug Fixes

  • remove enzyme, update tests and remove/update dependencies with vulnerabilities (#35) (4b1d37a)

v5.0.0

01 Jun 03:41
Compare
Choose a tag to compare

5.0.0 (2022-06-01)

  • fix!: onChange prop to return DOM event rather than just the new value (#32) (e9e59b3), closes #32

BREAKING CHANGES

  • onChange will now return the DOM event rather than just the new value

v4.4.1

30 May 12:53
Compare
Choose a tag to compare

4.4.1 (2022-05-30)

Bug Fixes

  • pass inline prop to Input component (#31) (f18a50b)

v4.4.0

21 Mar 01:13
Compare
Choose a tag to compare

4.4.0 (2022-03-21)

Features

  • 11: add props for displaying edit button and refactor project with react hooks (#23) (78de49d)

v4.3.0

01 Mar 02:33
Compare
Choose a tag to compare

4.3.0 (2022-03-01)

Bug Fixes

Features

  • add formatDisplayText prop for providing callback function to format display text (cac7fda)

v4.2.0

22 Aug 14:35
Compare
Choose a tag to compare

4.2.0 (2021-08-22)

Features

v4.1.0

26 Jul 18:53
Compare
Choose a tag to compare

4.1.0 (2021-07-26)

Features

  • add onEditMode callback prop (836e58d)