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.61.1 (2021-05-20)
2
+
3
+
### Bug fixes
4
+
5
+
Fix a bug where changing the editor's document could confuse text-direction management.
6
+
7
+
Fix a bug in horizontally scrolling the cursor into view.
8
+
9
+
Optimize adding lots of marks in a single transaction.
10
+
11
+
[simple mode addon](https://codemirror.net/demo/simplemode.html): Support regexps with a unicode flag.
12
+
13
+
[javascript mode](https://codemirror.net/mode/javascript/index.html): Add support for TypeScript template string types, improve integration with JSX mode.
<li>Fix a bug where changing the editor’s document could confuse text-direction management.</li>
37
+
<li>Fix a bug in horizontally scrolling the cursor into view.</li>
38
+
<li>Optimize adding lots of marks in a single transaction.</li>
39
+
<li><ahref="https://codemirror.net/demo/simplemode.html">simple mode addon</a>: Support regexps with a unicode flag.</li>
40
+
<li><ahref="https://codemirror.net/mode/javascript/index.html">javascript mode</a>: Add support for TypeScript template string types, improve integration with JSX mode.</li>
0 commit comments