Releases: dcwither/react-editable
Releases · dcwither/react-editable
v0.3.1
v0.3.0
v0.2.0
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 flexibleonCommit
which accepts a message that can identify its purpose.