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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 5.65.7 (2022-07-20)
2
+
3
+
### Bug fixes
4
+
5
+
Fix several references to the global `document`/`window`, improving support for creating an editor in another frame.
6
+
7
+
[vim bindings](https://codemirror.net/5/demo/vim.html): Use [upstream](https://github.com/replit/codemirror-vim/) code instead of keeping our own copy.
8
+
9
+
[tern addon](https://codemirror.net/5/demo/tern.html): Properly HTML escape variable names in rename dialog.
<li>Fix several references to the global <code>document</code>/<code>window</code>, improving support for creating an editor in another frame.</li>
41
+
<li><ahref="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Use <ahref="https://github.com/replit/codemirror-vim/">upstream</a> code instead of keeping our own copy.</li>
42
+
<li><ahref="https://codemirror.net/5/demo/tern.html">tern addon</a>: Properly HTML escape variable names in rename dialog.</li>
0 commit comments