- Merged PR #26
- Remove onReturn props From Element
- Merged PR #16
- Implement option to disable editing
- Merged PR #17
- Update peer dependencies to allow React 15.x.x
-
Merged PR #9
- consistent style (and basic lint stuff)
- spacing
- spaces after if
- let instead of var
- dangling commas
- lower case
functionName - life-cycle methods before others, followed by render.
- class properties (since stage 0 is being utilized)
- other initialization stuff in
componentWillMountas opposed toconstructor
-
Upgraded peerDependency to React 0.14.6 PR #10
- Added
editingElementandstaticElementprops, so one can pass custom component names: #5 - Added proper Babel v6.4 dependency to
devDependencies, so it just builds onnpm installwith OS X - Added a small demo under
demo/directory - Added tab stops via
tabIndexproperty onstaticElement - Added custom
styleprop to pass styles, obviously - When
textprop changes, the component is now re-rendered: #6 - Upgraded React peer dependency, so it matches React of any
v0.x.xversion - Updated
LICENSEto MIT, as inpackage.json