-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.1.3...v3.0.0) (2021-01-13) ### Features * add controllable component for both EditText and EditTextarea ([5d34a65](5d34a65)) * add controlled values (defaultValue, value, onChange) ([516dd3c](516dd3c)) ### BREAKING CHANGES * add defaultValue and onChange props to allow controllable components
- Loading branch information
1 parent
2321d66
commit b458b4e
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-edit-text", | ||
"version": "2.1.3", | ||
"version": "3.0.0", | ||
"description": "Simple editable text component for React", | ||
"author": "Brian Min <[email protected]> (https://github.com/bymi15)", | ||
"license": "MIT", | ||
|