Skip to content

Latest commit

 

History

History
101 lines (80 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

101 lines (80 loc) · 4.55 KB

2.0.1 / 2018-04-06

  • package.json update

2.0.0 / 2018-04-06

  • 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() returns defaultValue only if the oldValue is false-ish #66a1e27
  • Change: Using default in case the text is missing #67add1d
  • Change: Tag now prevents duplicates #335d7a0

1.1.0 / 2017-06-03

  • Fixed issue #41
    • Always validate to true if no validator passed

1.0.9 / 2017-06-01

  • Fixed issue #28 with RIENumber not working on Firefox

1.0.8 / 2017-06-01

  • 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
  • Merged part of springuper/riek
    • Add shouldRemainWhileInvalid prop

1.0.6 / 2016-11-01

  • Merged PR 16
    • Added editProps property to define additional props in edit mode

1.0.5 / 2016-09-26

  • Medged PR 10
    • Add RIESelect component

1.0.4 / 2016-09-11

  • Merged PR #11
    • Fixed text selection code in the case of number type
  • Merged PR #12
    • remove duplicate export

1.0.3 / 2016-08-23

  • Merged PR #9
    • add RIETextArea
  • Merged PR #8
    • Make input type = "number" for RIENumber

1.0.2 / 2016-05-19

  • Merged PR #5
    • Removed console.log calls

1.0.1 / 2016-05-19

  • Merged PR #7
    • Added compatibility with react 15.0

1.0.0

  • Initial release