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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## 5.42.0 (2018-11-20)
2
+
3
+
### Bug fixes
4
+
5
+
Fix an issue where wide characters could cause lines to be come wider than the editor's horizontal scroll width.
6
+
7
+
Optimize handling of window resize events.
8
+
9
+
[show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): Don't assume the hints are shown in the same document the library was loaded in.
10
+
11
+
[python mode](https://codemirror.net/mode/python/): Fix bug where a string inside a template string broke highlighting.
12
+
13
+
[swift mode](https://codemirror.net/mode/swift): Support multi-line strings.
14
+
15
+
### New features
16
+
17
+
The [`markText` method](https://codemirror.net/doc/manual.html#markText) now takes an [`attributes`](https://codemirror.net/doc/manual.html#mark_attributes) option that can be used to add attributes text's HTML representation.
18
+
19
+
[vim bindings](https://codemirror.net/demo/vim.html): Add support for the `=` binding.
<li>The <ahref="https://codemirror.net/doc/manual.html#markText"><code>markText</code> method</a> now takes an <ahref="https://codemirror.net/doc/manual.html#mark_attributes"><code>attributes</code></a> option that can be used to add attributes text's HTML representation.</li>
38
+
<li><ahref="https://codemirror.net/demo/vim.html">vim bindings</a>: Add support for the <code>=</code> binding.</li>
39
+
<li>Fix an issue where wide characters could cause lines to be come wider than the editor's horizontal scroll width.</li>
40
+
<li>Optimize handling of window resize events.</li>
41
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: Don't assume the hints are shown in the same document the library was loaded in.</li>
42
+
<li><ahref="https://codemirror.net/mode/python/">python mode</a>: Fix bug where a string inside a template string broke highlighting.</li>
43
+
<li><ahref="https://codemirror.net/mode/swift">swift mode</a>: Support multi-line strings.</li>
0 commit comments