package.json
update
- Minor bug fixes #71 (addresses #33 & #67) and #59
- Add: wrap-element support #72
- Fix: Add validate to tags control #45
- Fix: RIEInput is deselected when rerender occur #46
- Add: Implement set
editing
state programmatically #50 - Add:
selectAll
boolean flag to alter focus and select behavior #57 - Change: display whitespaces accordingly in normal(non-editing) mode #60
- Add: Dynamically grow/shrink dimensions of RIEInput during editing #65
- Change: Support react 16 #69
- Add:
shouldStartEditOnDoubleClick
option to edit on double click #70 - Fix: TextArea default value bug #b301a84
- Fix: Tags default value bug #2a58731
- Fix: Minor Style settings #69f691f & #2395f4d
- Change:
getValue()
returnsdefaultValue
only if theoldValue
is false-ish #66a1e27 - Change: Using default in case the text is missing #67add1d
- Change: Tag now prevents duplicates #335d7a0
- Fixed issue #41
- Always validate to true if no validator passed
- Fixed issue #28 with RIENumber not working on Firefox
- Bumped React dependency up to v15.5.4
- Now using
prop-types
library as a dependency - Rework PR #27, add hooks
beforeStart, afterStart, beforeFinish, onFinish
- Use React v15.5.0 in demo
- Use Highlight.js v9.4.0 in demo
- Merged PR 18 manually
- Not sure what that means, rephrased 1 assertion on line 9 in RIEBase.js
- Merged PR 24
- Fix Issue #23 [isDisabled]: enables the isDisabled prop
- Merged PR #27
- Added onFinish and onStart hooks
- Merged PR #32
- Remove console.log from demo.js
- Merged PR #35
- Fix titles in readme
- Merged PR #36
- Use separate
prop-types
library
- Use separate
- Merged part of springuper/riek
- Add
shouldRemainWhileInvalid
prop
- Add
- Merged PR 16
- Added editProps property to define additional props in edit mode
- Medged PR 10
- Add RIESelect component
- Merged PR #11
- Fixed text selection code in the case of
number
type
- Fixed text selection code in the case of
- Merged PR #12
- remove duplicate export
- Merged PR #5
- Removed
console.log
calls
- Removed
- Merged PR #7
- Added compatibility with react 15.0
- Initial release