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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 5.48.0 (2019-06-20)
2
+
3
+
### Bug fixes
4
+
5
+
Treat non-printing character range u+fff9 to u+fffc as special characters and highlight them.
6
+
7
+
[show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): Fix positioning when the dialog is placed in a scrollable container.
8
+
9
+
### New features
10
+
11
+
Add [`selectLeft`](https://codemirror.net/doc/manual.html#mark_selectLeft)/[`selectRight`](https://codemirror.net/doc/manual.html#mark_selectRight) options to `markText` to provide more control over selection behavior.
<li>Treat non-printing character range u+fff9 to u+fffc as special characters and highlight them.</li>
37
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix positioning when the dialog is placed in a scrollable container.</li>
38
+
<li>Add <ahref="https://codemirror.net/doc/manual.html#mark_selectLeft"><code>selectLeft</code></a>/<ahref="https://codemirror.net/doc/manual.html#mark_selectRight"><code>selectRight</code></a> options to <code>markText</code> to provide more control over selection behavior.</li>
0 commit comments