- 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
componentWillMount
as opposed toconstructor
-
Upgraded peerDependency to React 0.14.6 PR #10
- Added
editingElement
andstaticElement
props, so one can pass custom component names: #5 - Added proper Babel v6.4 dependency to
devDependencies
, so it just builds onnpm install
with OS X - Added a small demo under
demo/
directory - Added tab stops via
tabIndex
property onstaticElement
- Added custom
style
prop to pass styles, obviously - When
text
prop changes, the component is now re-rendered: #6 - Upgraded React peer dependency, so it matches React of any
v0.x.x
version - Updated
LICENSE
to MIT, as inpackage.json