Skip to content

Releases: giorgosart/react-easy-edit

1.17.2

13 Oct 15:54
Compare
Choose a tag to compare

Release Notes

Bug Fixes

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

1.17.1

12 Oct 20:39
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Improved unit test coverage
  • Improved code structure

Bug Fixes

1.17.0

09 Oct 09:31
Compare
Choose a tag to compare

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

1.16.0

01 May 10:28
Compare
Choose a tag to compare

Release Notes

Enhancements

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

1.15.0

09 Aug 20:51
Compare
Choose a tag to compare

Release Notes

Enhancements

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

1.14.0

02 Aug 21:40
Compare
Choose a tag to compare

Release Notes

Enhancements

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

1.13.3

22 Jul 22:12
Compare
Choose a tag to compare

Release Notes

Enhancements

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

1.13.2

25 May 12:05
b940b36
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Upgraded libraries and added support for React 17

1.13.1

18 Jan 11:19
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Upgraded libraries

Bug Fixes

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