react-codemirror v1.0.0 Release Notes
Release Date: 2017-05-14 // almost 8 years ago-
- ๐ changed;
path
prop has been changed toname
- โก๏ธ changed; Updates peerDependency for
react
andreact-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
- ๐ changed;