- 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