Skip to content

v0.2.0

Compare
Choose a tag to compare
@dcwither dcwither released this 03 May 04:02
· 65 commits to master since this release

Full rewrite of react-editable component in typescript providing more confidence in code quality as well as types for typescript projects.

Also some minor changes to the API

  • Exposes an component that accepts as a child a render prop - more intuitive alternative to an HOC
  • Consolidates onSubmit, onUpdate, onDelete into the more flexible onCommit which accepts a message that can identify its purpose.