Skip to content

Commit 485a7da

Browse files
committed
Mark release 4.4
1 parent ee088bc commit 485a7da

File tree

8 files changed

+29
-5
lines changed

8 files changed

+29
-5
lines changed

AUTHORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Alberto Pose
1818
Albert Xing
1919
Alexander Pavlov
2020
Alexander Schepanovski
21+
Alexander Shvets
2122
Alexander Solovyov
2223
Alexandre Bique
2324
alexey-k
@@ -168,6 +169,7 @@ Jason Grout
168169
Jason Johnston
169170
Jason San Jose
170171
Jason Siefken
172+
Jaydeep Solanki
171173
Jean Boussier
172174
jeffkenton
173175
Jeff Pickhardt
@@ -205,6 +207,7 @@ kubelsmieci
205207
Lanny
206208
Laszlo Vidacs
207209
leaf corcoran
210+
Leonid Khachaturov
208211
Leonya Khachaturov
209212
Liam Newman
210213
LM
@@ -269,6 +272,7 @@ Niels van Groningen
269272
Nikita Beloglazov
270273
Nikita Vasilyev
271274
Nikolay Kostov
275+
nilp0inter
272276
nlwillia
273277
pablo
274278
Page
@@ -291,14 +295,17 @@ Radek Piórkowski
291295
Rahul
292296
Randy Edmunds
293297
Rasmus Erik Voel Jensen
298+
Richard van der Meer
294299
Richard Z.H. Wang
300+
Roberto Abdelkader Martínez Pérez
295301
robertop23
296302
Robert Plummer
297303
Ruslan Osmanov
298304
Ryan Prior
299305
sabaca
300306
Samuel Ainsworth
301307
sandeepshetty
308+
Sander AKA Redsandro
302309
santec
303310
Sascha Peilicke
304311
satchmorun
@@ -330,6 +337,7 @@ Thaddee Tyl
330337
think
331338
Thomas Dvornik
332339
Thomas Schmid
340+
Tim Alby
333341
Tim Baumann
334342
Timothy Farrell
335343
Timothy Hatcher
@@ -349,6 +357,7 @@ Volker Mische
349357
wenli
350358
Wesley Wiser
351359
William Jamieson
360+
William Stein
352361
Wojtek Ptak
353362
Xavier Mendez
354363
YNH Webdev

bower.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":"4.3.1",
3+
"version":"4.4.0",
44
"main": ["lib/codemirror.js", "lib/codemirror.css"],
55
"ignore": [
66
"**/.*",

doc/compress.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h2>Script compression helper</h2>
3636
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
3737
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
3838
<option value="http://codemirror.net/">HEAD</option>
39+
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.4.0;f=">4.4</option>
3940
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.3.0;f=">4.3</option>
4041
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.1;f=">4.2</option>
4142
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.0;f=">4.2</option>

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<section class=first id=overview>
6464
<h2 style="position: relative">
6565
User manual and reference guide
66-
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 4.3.1</span>
66+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 4.4.0</span>
6767
</h2>
6868

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

doc/releases.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ <h2>Release notes and version history</h2>
2929

3030
<h2 id="v4">Version 4.x</h2>
3131

32+
<p class="rel">21-07-2014: <a href="http://codemirror.net/codemirror-4.4.zip">Version 4.4</a>:</p>
33+
34+
<ul class="rel-note">
35+
<li><strong>Note:</strong> Some events might now fire in slightly
36+
different order (<code>"change"</code> is still guaranteed to fire
37+
before <code>"cursorActivity"</code>)</li>
38+
<li>Nested operations in multiple editors are now synced (complete
39+
at same time, reducing DOM reflows)</li>
40+
<li>Visual block mode for <a href="../demo/vim.html">vim</a> (&lt;C-v>) is nearly complete</li>
41+
<li>New mode: <a href="../mode/kotlin/index.html">Kotlin</a></li>
42+
<li>Better multi-selection paste for text copied from multiple CodeMirror selections</li>
43+
<li>Full <a href="https://github.com/marijnh/CodeMirror/compare/4.3.0...4.4.0">list of patches</a>.</li>
44+
</ul>
45+
3246
<p class="rel">23-06-2014: <a href="http://codemirror.net/codemirror-4.3.zip">Version 4.3</a>:</p>
3347

3448
<ul class="rel-note">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>This is CodeMirror</h2>
8585
</script>
8686
<div style="position: relative; margin: 1em 0;">
8787
<a class="bigbutton left" href="http://codemirror.net/codemirror.zip">DOWNLOAD LATEST RELEASE</a>
88-
<div><strong>version 4.3</strong> (<a href="doc/releases.html">Release notes</a>)</div>
88+
<div><strong>version 4.4</strong> (<a href="doc/releases.html">Release notes</a>)</div>
8989
<div>or use the <a href="doc/compress.html">minification helper</a></div>
9090
<div style="position: absolute; top: 0; right: 0; text-align: right">
9191
<span class="bigbutton right" onclick="document.getElementById('paypal').submit();">DONATE WITH PAYPAL</span>

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7795,7 +7795,7 @@
77957795

77967796
// THE END
77977797

7798-
CodeMirror.version = "4.3.1";
7798+
CodeMirror.version = "4.4.0";
77997799

78007800
return CodeMirror;
78017801
});

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":"4.3.1",
3+
"version":"4.4.0",
44
"main": "lib/codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)