Skip to content

Commit a5497d1

Browse files
committed
Mark version 5.54.0
1 parent 4377c08 commit a5497d1

File tree

7 files changed

+46
-4
lines changed

7 files changed

+46
-4
lines changed

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ aeroson
2020
Ahmad Amireh
2121
Ahmad M. Zawawi
2222
ahoward
23+
Ajin Abraham
2324
Akeksandr Motsjonov
2425
Alasdair Smith
2526
AlbertHilb
@@ -100,6 +101,7 @@ Bem Jones-Bey
100101
benbro
101102
Benedikt Meurer
102103
benhormann
104+
Ben Hormann
103105
Beni Cherniavsky-Paskin
104106
Benjamin DeCoste
105107
Benjamin Young
@@ -120,6 +122,7 @@ Bo
120122
boomyjee
121123
Bo Peng
122124
borawjm
125+
Boris K
123126
Brad Metcalf
124127
Brandon Frohs
125128
Brandon Wamboldt
@@ -216,6 +219,7 @@ Dick Choi
216219
Diego Fernandez
217220
dignifiedquire
218221
Dimage Sapelkin
222+
Dinindu D. Wanniarachchi
219223
dmaclach
220224
Dmitry Kiselyov
221225
domagoj412
@@ -394,6 +398,7 @@ joelpinheiro
394398
joewalsh
395399
Johan Ask
396400
Johannes
401+
John Chen
397402
John Connor
398403
John-David Dalton
399404
John Engler
@@ -660,6 +665,7 @@ peter
660665
Peter Flynn
661666
peterkroon
662667
Peter Kroon
668+
Peter László
663669
Philipp A
664670
Philipp Markovics
665671
Philip Stadermann
@@ -805,6 +811,7 @@ Tim Gates
805811
Timothy Farrell
806812
Timothy Gu
807813
Timothy Hatcher
814+
Tim van der Lippe
808815
Tobias Bertelsen
809816
TobiasBg
810817
Todd Berman

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 5.54.0 (2020-05-20)
2+
3+
### Bug fixes
4+
5+
Improve support for having focus inside in-editor widgets in contenteditable-mode.
6+
7+
Fix issue where the scroll position could jump when clicking on a selection in Chrome.
8+
9+
[python mode](https://codemirror.net/mode/python/): Better format string support.
10+
11+
[javascript mode](https://codemirror.net/mode/javascript/): Improve parsing of private properties and class fields.
12+
13+
[matchbrackets addon](https://codemirror.net/doc/manual.html#addon_matchbrackets): Disable highlighting when the editor doesn't have focus.
14+
15+
### New features
16+
17+
[runmode addon](https://codemirror.net/doc/manual.html#addon_runmode): Properly support for cross-line lookahead.
18+
19+
[vim bindings](https://codemirror.net/demo/vim.html): Allow Ex-Commands with non-word names.
20+
21+
[gfm mode](https://codemirror.net/mode/gfm/): Add a `fencedCodeBlockDefaultMode` option.
22+
123
## 5.53.2 (2020-04-21)
224

325
### Bug fixes

doc/manual.html

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

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

doc/releases.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ <h2>Release notes and version history</h2>
3030

3131
<h2>Version 5.x</h2>
3232

33+
<p class="rel">20-05-2020: <a href="https://codemirror.net/codemirror-5.54.0.zip">Version 5.54.0</a>:</p>
34+
35+
<ul class="rel-note">
36+
<li><a href="https://codemirror.net/doc/manual.html#addon_runmode">runmode addon</a>: Properly support for cross-line lookahead.</li>
37+
<li><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Allow Ex-Commands with non-word names.</li>
38+
<li><a href="https://codemirror.net/mode/gfm/">gfm mode</a>: Add a <code>fencedCodeBlockDefaultMode</code> option.</li>
39+
<li>Improve support for having focus inside in-editor widgets in contenteditable-mode.</li>
40+
<li>Fix issue where the scroll position could jump when clicking on a selection in Chrome.</li>
41+
<li><a href="https://codemirror.net/mode/python/">python mode</a>: Better format string support.</li>
42+
<li><a href="https://codemirror.net/mode/javascript/">javascript mode</a>: Improve parsing of private properties and class fields.</li>
43+
<li><a href="https://codemirror.net/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Disable highlighting when the editor doesn’t have focus.</li>
44+
</ul>
45+
3346
<p class="rel">21-04-2020: <a href="https://codemirror.net/codemirror-5.53.2.zip">Version 5.53.2</a>:</p>
3447

3548
<ul class="rel-note">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2>This is CodeMirror</h2>
9999
</div>
100100
</div>
101101
<div class=actionsleft>
102-
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.53.2</a>.<br>
102+
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.54.0</a>.<br>
103103
You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a>,<br>
104104
read the <a href="doc/releases.html">release notes</a>,<br>
105105
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.53.2",
3+
"version": "5.54.0",
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.53.2"
69+
CodeMirror.version = "5.54.0"

0 commit comments

Comments
 (0)