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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 5.52.0 (2020-02-20)
2
+
3
+
### Bug fixes
4
+
5
+
Fix a bug in handling of bidi text with Arabic numbers in a right-to-left editor.
6
+
7
+
Fix a crash when combining file drop with a `"beforeChange"` filter.
8
+
9
+
Prevent issue when passing negative coordinates to `scrollTo`.
10
+
11
+
### New features
12
+
13
+
[lint](https://codemirror.net/doc/manual.html#addon_lint) and [tern](https://codemirror.net/demo/tern.html) addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.
<li>Fix a bug in handling of bidi text with Arabic numbers in a right-to-left editor.</li>
37
+
<li>Fix a crash when combining file drop with a <code>"beforeChange"</code> filter.</li>
38
+
<li>Prevent issue when passing negative coordinates to <code>scrollTo</code>.</li>
39
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_lint">lint</a> and <ahref="https://codemirror.net/demo/tern.html">tern</a> addons: Allow the tooltip to be appended to the editor wrapper element instead of the document body.</li>
0 commit comments