Skip to content

Commit 6454f58

Browse files
committed
Mark version 5.44.0
1 parent ffb96cf commit 6454f58

File tree

7 files changed

+42
-4
lines changed

7 files changed

+42
-4
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Chad Jolly
134134
Chandra Sekhar Pydi
135135
Charles Skelton
136136
Cheah Chu Yeow
137+
Chhekur
137138
Chris Colborne
138139
Chris Coyier
139140
Chris Ford
@@ -382,6 +383,7 @@ Josh Soref
382383
Joshua Newman
383384
Josh Watzman
384385
jots
386+
Joy Zhong
385387
jsoojeon
386388
ju1ius
387389
Juan Benavides Romero
@@ -397,6 +399,7 @@ karevn
397399
Karol
398400
Kayur Patel
399401
Kazuhito Hokamura
402+
Kenan Christian Dimas
400403
Ken Newman
401404
ken restivo
402405
Ken Rockot
@@ -556,6 +559,7 @@ Nicholas Bollweg (Nick)
556559
NickKolok
557560
Nick Kreeger
558561
Nick Small
562+
Nicolas Chevobbe
559563
Nicolas Kick
560564
Nicolò Ribaudo
561565
Niels van Groningen
@@ -635,6 +639,7 @@ Richard Z.H. Wang
635639
Rishi Goomar
636640
Robert Brignull
637641
Robert Crossfield
642+
Robert Martin
638643
Roberto Abdelkader Martínez Pérez
639644
robertop23
640645
Robert Plummer
@@ -702,6 +707,7 @@ Steve Champagne
702707
Steve Hoover
703708
Steve O'Hara
704709
stoskov
710+
Stryder Crown
705711
Stu Kennedy
706712
Sungho Kim
707713
sverweij

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 5.44.0 (2019-02-21)
2+
3+
### Bug fixes
4+
5+
Fix issue where lines that only contained a zero-height widget got assigned an invalid height.
6+
7+
Improve support for middle-click paste on X Windows.
8+
9+
Fix a bug where a paste that doesn't contain any text caused the next input event to be treated as a paste.
10+
11+
[show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): Fix accidental global variable.
12+
13+
[javascript mode](https://codemirror.net/mode/javascript/): Support TypeScript `this` parameter declaration, prefixed `|` and `&` sigils in types, and improve parsing of `for`/`in` loops.
14+
15+
### New features
16+
17+
[vim bindings](https://codemirror.net/demo/vim.html): Properly emulate forward-delete.
18+
19+
New theme: [nord](https://codemirror.net/demo/theme.html#nord).
20+
121
## 5.43.0 (2019-01-21)
222

323
### 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.43.1</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.44.0</span>
7373
</h2>
7474

7575
<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
@@ -30,6 +30,18 @@ <h2>Release notes and version history</h2>
3030

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

33+
<p class="rel">21-02-2019: <a href="https://codemirror.net/codemirror-5.44.0.zip">Version 5.44.0</a>:</p>
34+
35+
<ul class="rel-note">
36+
<li><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Properly emulate forward-delete.</li>
37+
<li>New theme: <a href="https://codemirror.net/demo/theme.html#nord">nord</a>.</li>
38+
<li>Fix issue where lines that only contained a zero-height widget got assigned an invalid height.</li>
39+
<li>Improve support for middle-click paste on X Windows.</li>
40+
<li>Fix a bug where a paste that doesn't contain any text caused the next input event to be treated as a paste.</li>
41+
<li><a href="https://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: Fix accidental global variable.</li>
42+
<li><a href="https://codemirror.net/mode/javascript/">javascript mode</a>: Support TypeScript <code>this</code> parameter declaration, prefixed <code>|</code> and <code>&amp;</code> sigils in types, and improve parsing of <code>for</code>/<code>in</code> loops.</li>
43+
</ul>
44+
3345
<p class="rel">21-01-2019: <a href="https://codemirror.net/codemirror-5.43.0.zip">Version 5.43.0</a>:</p>
3446

3547
<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.43.0</a>.<br>
102+
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.44.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.43.1",
3+
"version": "5.44.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.43.1"
69+
CodeMirror.version = "5.44.0"

0 commit comments

Comments
 (0)