Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 525 Bytes

HISTORY.md

File metadata and controls

16 lines (12 loc) · 525 Bytes

React-CodeMirror

v1.0.0 / 2017-05-14

  • changed; path prop has been changed to name
  • changed; Updates peerDependency for react and react-dom to ">=15.5 <16"
  • fixed; Removed use of string refs and React.findDOMNode
  • fixed; Resolved React v15.5 warnings
  • fixed; Only updates the CodeMirror value if props.value has changed
  • fixed; Only updates CodeMirror option values if they have changed
  • added; onCursorActivity prop
  • added; autoFocus prop

Previous

See commit history for earlier changes