Skip to content

1.4.0

Compare
Choose a tag to compare
@giorgosart giorgosart released this 07 Nov 00:14
· 158 commits to master since this release
bfec3d6

Release Notes

Bug Fixes

  • #48 Passed in attributes are no longer applied to the container component, only applied to the input component
  • Removed default class applied to checkboxes called easy-edit-checkbox-button
  • Removed default class applied to radio buttons called easy-edit-radio-button
  • Filtered out specific properties that could be passed in the attributes prop that could interfere with the component's lifecycle

Enhancements

  • Added Types object which has all the types that are supported by the library
  • #53 Added support for password type
  • #54 Allow users to disable auto submit and auto cancel key listeners
  • #55 Users can now auto submit a paragraph field by pressing Ctrl + Enter
  • Updated README.md file
  • Improved test coverage