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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
## 5.41.0 (2018-10-25)
2
+
3
+
### Bug fixes
4
+
5
+
Fix firing of [`"gutterContextMenu"`](https://codemirror.net/doc/manual.html#event_gutterContextMenu) event on Firefox.
6
+
7
+
Solve an issue where copying multiple selections might mess with subsequent typing.
8
+
9
+
Don't crash when [`endOperation`](https://codemirror.net/doc/manual.html#endOperation) is called with no operation active.
10
+
11
+
[vim bindings](https://codemirror.net/demo/vim.html): Fix insert mode repeat after visualBlock edits.
12
+
13
+
[scheme mode](https://codemirror.net/mode/scheme/index.html): Improve highlighting of quoted expressions.
14
+
15
+
[soy mode](https://codemirror.net/mode/soy/): Support injected data and `@param` in comments.
16
+
17
+
[objective c mode](https://codemirror.net/mode/clike/): Improve conformance to the actual language.
18
+
19
+
### New features
20
+
21
+
A new [`selectionsMayTouch`](https://codemirror.net/doc/manual.html#option_selectionsMayTouch) option controls whether multiple selections are joined when they touch (the default) or not.
<li>A new <ahref="https://codemirror.net/doc/manual.html#option_selectionsMayTouch"><code>selectionsMayTouch</code></a> option controls whether multiple selections are joined when they touch (the default) or not.</li>
<li>Fix firing of <ahref="https://codemirror.net/doc/manual.html#event_gutterContextMenu"><code>"gutterContextMenu"</code></a> event on Firefox.</li>
39
+
<li>Solve an issue where copying multiple selections might mess with subsequent typing.</li>
40
+
<li>Don't crash when <ahref="https://codemirror.net/doc/manual.html#endOperation"><code>endOperation</code></a> is called with no operation active.</li>
41
+
<li><ahref="https://codemirror.net/demo/vim.html">vim bindings</a>: Fix insert mode repeat after visualBlock edits.</li>
42
+
<li><ahref="https://codemirror.net/mode/scheme/index.html">scheme mode</a>: Improve highlighting of quoted expressions.</li>
43
+
<li><ahref="https://codemirror.net/mode/soy/">soy mode</a>: Support injected data and <code>@param</code> in comments.</li>
44
+
<li><ahref="https://codemirror.net/mode/clike/">objective c mode</a>: Improve conformance to the actual language.</li>
0 commit comments