We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bdca2 commit 24528efCopy full SHA for 24528ef
HISTORY.md
@@ -0,0 +1,16 @@
1
+# React-CodeMirror
2
+
3
+## Unreleased
4
5
+* changed; `path` prop has been changed to `name`
6
+* changed; Updates peerDependency for `react` and `react-dom` to `">=15.5 <16"`
7
+* fixed; Removed use of string refs and `React.findDOMNode`
8
+* fixed; Resolved React v15.5 warnings
9
+* fixed; Only updates the CodeMirror value if `props.value` has changed
10
+* fixed; Only updates CodeMirror option values if they have changed
11
+* added; `onCursorActivity` prop
12
+* added; `autoFocus` prop
13
14
+## Previous
15
16
+See commit history for earlier changes
0 commit comments