You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix problem where [`findMarks`](http://codemirror.net/doc/manual.html#findMarks) sometimes failed to find multi-line marks.
12
+
13
+
Fix crash that showed up when atomic ranges and bidi text were combined.
14
+
15
+
[show-hint addon](http://codemirror.net/demo/complete.html): Completion widgets no longer close when the line indented or dedented.
16
+
17
+
[merge addon](http://codemirror.net/demo/merge.html): Fix bug when merging chunks at the end of the file.
18
+
19
+
[placeholder addon](http://codemirror.net/doc/manual.html#addon_placeholder): No longer gets confused by [`swapDoc`](http://codemirror.net/doc/manual.html#swapDoc).
20
+
21
+
[simplescrollbars addon](http://codemirror.net/doc/manual.html#addon_simplescrollbars): Fix invalid state when deleting at end of document.
22
+
23
+
[clike mode](http://codemirror.net/mode/clike/index.html): No longer gets confused when a comment starts after an operator.
24
+
25
+
[markdown mode](http://codemirror.net/mode/markdown/index.html): Now supports CommonMark-style flexible list indentation.
26
+
27
+
[dylan mode](http://codemirror.net/mode/dylan/index.html): Several improvements and fixes.
<li>Fix problem where <ahref="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a> sometimes failed to find multi-line marks.</li>
39
+
<li>Fix crash that showed up when atomic ranges and bidi text were combined.</li>
40
+
<li><ahref="http://codemirror.net/demo/complete.html">show-hint addon</a>: Completion widgets no longer close when the line indented or dedented.</li>
41
+
<li><ahref="http://codemirror.net/demo/merge.html">merge addon</a>: Fix bug when merging chunks at the end of the file.</li>
42
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: No longer gets confused by <ahref="http://codemirror.net/doc/manual.html#swapDoc"><code>swapDoc</code></a>.</li>
43
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_simplescrollbars">simplescrollbars addon</a>: Fix invalid state when deleting at end of document.</li>
44
+
<li><ahref="http://codemirror.net/mode/clike/index.html">clike mode</a>: No longer gets confused when a comment starts after an operator.</li>
45
+
<li><ahref="http://codemirror.net/mode/markdown/index.html">markdown mode</a>: Now supports CommonMark-style flexible list indentation.</li>
46
+
<li><ahref="http://codemirror.net/mode/dylan/index.html">dylan mode</a>: Several improvements and fixes.</li>
47
+
<li>Full <ahref="https://github.com/codemirror/CodeMirror/compare/5.12.0...5.13.0">list of patches</a></li>
<li>The editor now forwards more <ahref="manual.html#event_dom">DOM events</a>: <code>cut</code>, <code>copy</code>, <code>paste</code>, and <code>touchstart</code>. It will also forward <code>mousedown</code> for drag events</li>
61
78
<li>Fixes a bug where bookmarks next to collapsed spans were not rendered</li>
0 commit comments