Releases: BensonLiao/react-content-editable
Releases · BensonLiao/react-content-editable
Release v3.4.2
Features:
- add props to override outline style on focus if exist
Release v3.4.1
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
Features:
- use outline instead of border to style input on focus/blur
Release v3.3.1
Bug Fixes
- only block input if new content length has increased when initial value exceed limit
Release v3.3.0
Features
- input under IME now works as english input that trim available characters and place focus offset on input
Release v3.2.0
Bug Fixes
- input handler not properly update the final IME result
Features
- disable the IME input when exceed max length
Release v3.1.2
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
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
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
Bug fixes
- Improve on paste handler
Feature
- Change cursor style to text on focus