Releases: giorgosart/react-easy-edit
Releases · giorgosart/react-easy-edit
1.13.0
Release Notes
Enhancements
- #114 Added a new prop
cancelOnBlur
which if set to true, it will cancel editing on an EasyEdit component
- Upgraded libraries
Bug Fixes
- Fixed an issue where the project wouldn't start properly on localhost:3000
1.12.0
Release Notes
Enhancements
- Upgraded libraries and changed rollup plugins that were breaking the build.
Bug Fixes
- #116 Allow custom editComponent to work with saveOnBlur behavior.
1.11.0
Release Notes
Enhancements
- #109 Implemented
onFocus
support.
- #112 #106 Added
editMode
prop that will allow other components to control the edit state of the component.
- #110 Added a delete button that removes the component itself.
1.10.0
Release Notes
Enhancements
- #105 Added
submitOnBlur
which will auto submit an EasyEdit
component when the onBlur event is triggered.
1.9.0
Release Notes
Enhancements
- #75 Added a new prop
onBlur
that users can use to pass in a method to be called when the HTML event onBlur
is triggered
1.8.1
Release Notes
Enhancements
- #70 Now the
value
prop can accept values of type PropTypes.object
Bug Fixes
- #72 Fixed an issue where the component would stay in hover mode after the save or cancel event was triggered
1.8.0
Release Notes
Enhancements
- #65 Add prop to hide the "Save" and "Cancel" buttons
- #67 Allow users to pass in a class that would apply when they hover the mouse over it
1.7.0
Release Notes
Enhancements
- #64 New prop
buttonsPosition
that allows users to pass in the position they would like both Save and Cancel buttons to appear, either before or after the input component
- Reduced the library size by a few kilobytes
- Upgraded libraries
1.6.0
Release Notes
Enhancements
- #62 New prop
cssClassPrefix
that allows users to pass in a prefix to be appended to all the EasyEdit default CSS classes, can be used to also reset the style of a specific EasyEdit component
Bug Fixes
- #61 - Validation message was still visible even if the input is valid
- #63 - If a css class was passed in as part of the
attributes
props, then it would overwrite the default css class of an EasyParagraph component
1.5.0
Release Notes
Enhancements
- #58 Added new prop
viewAttributes
that allows users to style the EasyEdit
component when in View state
- Increased code coverage and updated libraries