17 lines
525 B
Markdown
17 lines
525 B
Markdown
# 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
|