- Chore - Support React 16. #3
- Refactor - React 15.5 upgrade, fixed deprecations. #2
- Feature - Add
autoFocus
to<select>
. #1
- Bug fix - Drop redundant peer dependencies. Only React is needed.
- The repository was moved to a new place. Functionality hasn't changed even though the version has been bumped for technical reasons.
- Feature - Pass
extraParameters
toedit
interface. #201
- Feature - Allow value rendering to be customized. Now you can pass a custom renderer for value if the default (no visible value!) isn't enough.
- Breaking - Rename as
react-edit
given it's a generic component. It's not distributed as a part ofreactabular
anymore and you'll have to install it separately. #176. - Breaking - Auto focus
input
by default. #180.
- Feature - Expose
event
toonActivate
.
- Feature - Allow
activateEvent
(defaultonClick
) to be overridden.
- Feature - Allow
editingProps
(value
/onValue
) to be overridden.
- Initial release.