React Easy Edit Versions Save

Inline editing library for React

1.17.2

7 months ago

Release Notes

Bug Fixes

  • #181 Fixed an issue with library not working after 1.17.1 was released to the public.

1.17.1

7 months ago

Release Notes

Enhancements

  • Improved unit test coverage
  • Improved code structure

Bug Fixes

  • #144

1.17.0

7 months ago

Release Notes

Enhancements

  • #175 Added an Edit button that is visible in the View state of the component. In order for this to work you need to explicitly set the prop hideEditButton = false otherwise the Edit button will not be visible.
  • #170 Added two new props called showEditViewButtonsOnHover and showViewButtonsOnHover.
    • showEditViewButtonsOnHover only shows the "Edit" button when the user hovers over the EasyEdit component in the View state.
    • showViewButtonsOnHover only shows the "Save", "Cancel" and "Delete" buttons when the user hovers over the EasyEdit component in the Edit state.
  • #164 Added input support for tel and url types.
  • #158 Upgraded libraries and README file with new badges.
  • #153 Added dark mode on the documentation website
  • Integrated SonarCloud static code analysis.
  • Improved unit test coverage.

Bug Fixes

  • Fixed #168.
  • Fixed #166.
  • Fixed #134.
  • Fixed #155.
  • Fixed #156.

1.16.0

1 year ago

Release Notes

Enhancements

  • React 18 support
  • Re-written most of the tests with react testing library
  • Upgraded dependencies

1.15.0

2 years ago

Release Notes

Enhancements

  • Merged in PR #134
  • #135 Added support for file input type

1.14.0

2 years ago

Release Notes

Enhancements

  • #130 - expose onFocus to custom components
  • Upgraded libraries

1.13.3

2 years ago

Release Notes

Enhancements

  • #129 - placeholder prop now accepts both string and elements
  • Upgraded libraries

1.13.2

2 years ago

Release Notes

Enhancements

  • Upgraded libraries and added support for React 17

1.13.1

3 years ago

Release Notes

Enhancements

  • Upgraded libraries

Bug Fixes

  • Fixed #122

1.13.0

3 years ago

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