Skip to content

Releases: giorgosart/react-easy-edit

1.13.0

27 Oct 12:36
Compare
Choose a tag to compare

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

26 Oct 22:57
Compare
Choose a tag to compare

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

15 Sep 23:04
Compare
Choose a tag to compare

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

22 Aug 11:20
Compare
Choose a tag to compare

Release Notes

Enhancements

  • #105 Added submitOnBlur which will auto submit an EasyEdit component when the onBlur event is triggered.

1.9.0

24 Feb 21:29
Compare
Choose a tag to compare

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

06 Jan 23:25
2764266
Compare
Choose a tag to compare

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

01 Dec 20:51
5b76aa3
Compare
Choose a tag to compare

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

26 Nov 01:40
Compare
Choose a tag to compare

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

22 Nov 23:50
Compare
Choose a tag to compare

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

19 Nov 15:10
Compare
Choose a tag to compare

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