Releases: bymi15/react-edit-text
Releases · bymi15/react-edit-text
v4.0.3
4.0.3 (2021-04-03)
Bug Fixes
- force minor version update to update readme in npmjs (d079ab9)
v4.0.2
4.0.2 (2021-04-03)
Bug Fixes
- setSelectionRange causing bugs for input types that are not text (777fba9)
v4.0.1
4.0.1 (2021-03-09)
Bug Fixes
- upgrade package to fix security issue (96b5914)
v4.0.0
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
3.0.1 (2021-01-13)
Bug Fixes
- allow onSave callback to be triggered when used with onChange (6508ea4)
v3.0.0
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
2.1.3 (2020-11-17)
Bug Fixes
- EditTextarea: fix newline not showing in view mode bug (6a21fa4)
v2.1.2
2.1.2 (2020-11-16)
Bug Fixes
v2.1.1
2.1.1 (2020-11-16)
Bug Fixes
- fix browser compatibility issue with thin scrollbar (822ec70)
v2.1.0
2.1.0 (2020-11-16)
Features
- add scrollbar thin UI for EditTextarea (82ccfd8)