Skip to content

Releases: BensonLiao/react-content-editable

Release v3.4.2

26 Mar 08:46
Compare
Choose a tag to compare

Features:

  • add props to override outline style on focus if exist

Release v3.4.1

26 Mar 08:44
Compare
Choose a tag to compare

Features:

  • use default outline style as 1px solid transparent
  • refactor style syntax for ellipse on blur
  • set cursor as text and not-allowed if read only

Release v3.4.0

26 Mar 08:42
Compare
Choose a tag to compare

Features:

  • use outline instead of border to style input on focus/blur

Release v3.3.1

12 Nov 06:37
Compare
Choose a tag to compare

Bug Fixes

  • only block input if new content length has increased when initial value exceed limit

Release v3.3.0

06 Oct 10:54
Compare
Choose a tag to compare

Features

  • input under IME now works as english input that trim available characters and place focus offset on input

Release v3.2.0

06 Oct 10:41
Compare
Choose a tag to compare

Bug Fixes

  • input handler not properly update the final IME result

Features

  • disable the IME input when exceed max length

Release v3.1.2

30 Sep 03:29
Compare
Choose a tag to compare

Bug Fixes:

  • place caret pos at minimum to 0 on input when exceed max length
  • add handler on input when not exceed max length

Release v3.1.1

29 Sep 10:35
Compare
Choose a tag to compare

Bug Fixes:

  • fix unexpected input replace content when exceed max length if caret pos inside content

Features

  • keep caret place on input when exceed max length and remove place caret at end function

Release v3.1.0

22 Sep 08:16
Compare
Choose a tag to compare

Bug fixes:

  • Improve on paste handler to behave like normal text input with max length
  • Call onChange to update new value on paste

Release v3.0.4

05 Aug 07:28
Compare
Choose a tag to compare

Bug fixes

  • Improve on paste handler

Feature

  • Change cursor style to text on focus