5.1.1 (2023-07-12)
- trigger release (84847fe)
5.1.0 (2023-03-14)
- proptype for row (fbb00eb)
5.0.2 (2022-06-08)
5.0.1 (2022-06-02)
5.0.0 (2022-06-01)
- onChange will now return the DOM event rather than just the new value
4.4.1 (2022-05-30)
4.4.0 (2022-03-21)
4.3.0 (2022-03-01)
- update dependencies (7fa781a)
- add formatDisplayText prop for providing callback function to format display text (cac7fda)
4.2.0 (2021-08-22)
- add onBlur callback (850adce)
4.1.0 (2021-07-26)
- add onEditMode callback prop (836e58d)
4.0.3 (2021-04-03)
- force minor version update to update readme in npmjs (d079ab9)
4.0.2 (2021-04-03)
- setSelectionRange causing bugs for input types that are not text (777fba9)
4.0.1 (2021-03-09)
- upgrade package to fix security issue (96b5914)
4.0.0 (2021-02-19)
- add previousValue field to onSave callback response (3057b92)
- move cursor to end of text on focus (3fde4bd)
- fix handleBlur to correctly revert changes when escape key is pressed
3.0.1 (2021-01-13)
- allow onSave callback to be triggered when used with onChange (6508ea4)
3.0.0 (2021-01-13)
- add controllable component for both EditText and EditTextarea (5d34a65)
- add controlled values (defaultValue, value, onChange) (516dd3c)
- add defaultValue and onChange props to allow controllable components
2.1.3 (2020-11-17)
- EditTextarea: fix newline not showing in view mode bug (6a21fa4)
2.1.2 (2020-11-16)
- fix css bug (ddab856)
2.1.1 (2020-11-16)
- fix browser compatibility issue with thin scrollbar (822ec70)
2.1.0 (2020-11-16)
- add scrollbar thin UI for EditTextarea (82ccfd8)
2.0.0 (2020-11-05)
- EditTextarea: add textarea component (9b88363)
- example: update documentation page (16da811)
- add EditTextarea component (bc4eb9a)
- split up default export into EditText and EditTextarea exports
1.1.0 (2020-10-28)
1.0.1 (2020-10-28)
- styles: fix invalid css color for placeholder (1bf8159)