Skip to content

Commit dc7e324

Browse files
committed
Mark version 5.65.7
1 parent 7a2106a commit dc7e324

File tree

7 files changed

+36
-4
lines changed

7 files changed

+36
-4
lines changed

AUTHORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Billiam
124124
Billy Moon
125125
Bin Ni
126126
binny
127+
Bjarki Ágúst Guðmundsson
127128
Bjorn Hansen
128129
B Krishna Chaitanya
129130
Blaine G
@@ -133,6 +134,7 @@ boomyjee
133134
Bo Peng
134135
borawjm
135136
Boris K
137+
Boris Verkhovskiy
136138
Brad Metcalf
137139
Brandon Frohs
138140
Brandon Wamboldt
@@ -262,6 +264,7 @@ Enam Mijbah Noor
262264
Eric Allam
263265
Eric Bogard
264266
Erik Demaine
267+
Erik Krogh Kristensen
265268
Erik Welander
266269
erosman
267270
eustas
@@ -270,6 +273,7 @@ Fabien Dubosson
270273
Fabien O'Carroll
271274
Fabio Zendhi Nagao
272275
Faiza Alsaied
276+
Faris Masad
273277
Fauntleroy
274278
fbuchinger
275279
feizhang365
@@ -294,6 +298,7 @@ Frank Wiegand
294298
fraxx001
295299
Fredrik Borg
296300
FUJI Goro (gfx)
301+
fzipp
297302
Gabriel Gheorghian
298303
Gabriel Horner
299304
Gabriel Nahmias
@@ -335,6 +340,7 @@ Haoran Yu
335340
Harald Schilly
336341
Hardest
337342
Harshvardhan Gupta
343+
Harutyun Amirjanyan
338344
Hasan Delibaş
339345
Hasan Karahan
340346
Heanes
@@ -497,6 +503,7 @@ Kim-Anh Tran
497503
Klaus Silveira
498504
Koh Zi Han, Cliff
499505
komakino
506+
kometenstaub
500507
Konrad Zapotoczny
501508
Konstantin Chernenko
502509
Konstantin Lopuhin
@@ -735,6 +742,7 @@ Pi Delport
735742
Pierre Gerold
736743
Pieter Ouwerkerk
737744
Piyush
745+
Pontus Granström
738746
Pontus Melke
739747
prasanthj
740748
Prasanth J
@@ -886,6 +894,7 @@ thomasmaclean
886894
Thomas Schmid
887895
Tim Alby
888896
Tim Baumann
897+
Tim Down
889898
Tim Gates
890899
Tim Nguyen
891900
Timothy Farrell
@@ -945,6 +954,7 @@ Wojtek Ptak
945954
wonderboyjon
946955
Wu Cheng-Han
947956
Xavier Mendez
957+
Yakov Manshin
948958
Yang Guo
949959
Yash Singh
950960
Yash-Singh1

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
10+
111
## 5.65.6 (2022-06-20)
212

313
### Bug fixes

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<section class=first id=overview>
7171
<h2 style="position: relative">
7272
User manual and reference guide
73-
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.65.6</span>
73+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.65.7</span>
7474
</h2>
7575

7676
<p>CodeMirror is a code-editor component that can be embedded in

doc/releases.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,20 @@ <h2>Release notes and version history</h2>
2828

2929
<section id=v5 class=first>
3030

31+
<h2>Version 6.x</h2>
32+
33+
<p>See <a href="https://codemirror.net/docs/changelog/">the new website</a>.</p>
34+
3135
<h2>Version 5.x</h2>
3236

37+
<p class="rel">20-07-2022: <a href="https://codemirror.net/5/codemirror-5.65.7.zip">Version 5.65.7</a>:</p>
38+
39+
<ul class="rel-note">
40+
<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><a href="https://codemirror.net/5/demo/vim.html">vim bindings</a>: Use <a href="https://github.com/replit/codemirror-vim/">upstream</a> code instead of keeping our own copy.</li>
42+
<li><a href="https://codemirror.net/5/demo/tern.html">tern addon</a>: Properly HTML escape variable names in rename dialog.</li>
43+
</ul>
44+
3345
<p class="rel">20-06-2022: <a href="https://codemirror.net/5/codemirror-5.65.6.zip">Version 5.65.6</a>:</p>
3446

3547
<ul class="rel-note">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>This is CodeMirror</h2>
9292
</script>
9393

9494
<div class=actions>
95-
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.6</a>.<br>
95+
Get the current version: <a href="https://codemirror.net/5/codemirror.zip">5.65.7</a>.<br>
9696
You can see the <a href="https://github.com/codemirror/codemirror5" title="GitHub repository">code</a>,<br>
9797
read the <a href="doc/releases.html">release notes</a>,<br>
9898
or study the <a href="doc/manual.html">user manual</a>.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror",
3-
"version": "5.65.6",
3+
"version": "5.65.7",
44
"main": "lib/codemirror.js",
55
"style": "lib/codemirror.css",
66
"author": {

src/edit/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
6666

6767
addLegacyProps(CodeMirror)
6868

69-
CodeMirror.version = "5.65.6"
69+
CodeMirror.version = "5.65.7"

0 commit comments

Comments
 (0)