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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## 5.35.0 (2018-02-20)
2
+
3
+
### Bug fixes
4
+
5
+
Fix problem where selection undo might change read-only documents.
6
+
7
+
Fix crash when calling `addLineWidget` on a document that has no attached editor.
8
+
9
+
[searchcursor addon](http://codemirror.net/doc/manual.html#addon_searchcursor): Fix behavior of `^` in multiline regexp mode.
10
+
11
+
[match-highlighter addon](http://codemirror.net/doc/manual.html#addon_match-highlighter): Fix problem with matching words that have regexp special syntax in them.
12
+
13
+
[sublime bindings](http://codemirror.net/demo/sublime.html): Fix `addCursorToSelection` for short lines.
14
+
15
+
[javascript mode](http://codemirror.net/mode/javascript/): Support TypeScript intersection types, dynamic `import`.
16
+
17
+
[stex mode](http://codemirror.net/mode/stex/): Fix parsing of `\(``\)` delimiters, recognize more atom arguments.
18
+
19
+
[haskell mode](http://codemirror.net/mode/haskell/): Highlight more builtins, support `<*` and `*>`.
20
+
21
+
[sql mode](http://codemirror.net/mode/sql/): Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.
22
+
23
+
[dockerfile mode](http://codemirror.net/mode/dockerfile/): Highlight strings and ports, recognize more instructions.
24
+
25
+
### New features
26
+
27
+
[vim bindings](http://codemirror.net/demo/vim.html): Support alternative delimiters in replace command.
<li>Fix problem where selection undo might change read-only documents.</li>
37
+
<li>Fix crash when calling <code>addLineWidget</code> on a document that has no attached editor.</li>
38
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Fix behavior of <code>^</code> in multiline regexp mode.</li>
39
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Fix problem with matching words that have regexp special syntax in them.</li>
40
+
<li><ahref="http://codemirror.net/demo/sublime.html">sublime bindings</a>: Fix <code>addCursorToSelection</code> for short lines.</li>
41
+
<li><ahref="http://codemirror.net/demo/vim.html">vim bindings</a>: Support alternative delimiters in replace command.</li>
42
+
<li><ahref="http://codemirror.net/mode/javascript/">javascript mode</a>: Support TypeScript intersection types, dynamic <code>import</code>.</li>
43
+
<li><ahref="http://codemirror.net/mode/stex/">stex mode</a>: Fix parsing of <code>\(</code><code>\)</code> delimiters, recognize more atom arguments.</li>
44
+
<li><ahref="http://codemirror.net/mode/haskell/">haskell mode</a>: Highlight more builtins, support <code><*</code> and <code>*></code>.</li>
45
+
<li><ahref="http://codemirror.net/mode/sql/">sql mode</a>: Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.</li>
46
+
<li><ahref="http://codemirror.net/mode/dockerfile/">dockerfile mode</a>: Highlight strings and ports, recognize more instructions.</li>
0 commit comments