Skip to content

Commit fe51575

Browse files
committed
Mark release 4.3
1 parent a1d1c4a commit fe51575

File tree

8 files changed

+25
-5
lines changed

8 files changed

+25
-5
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Albert Xing
1919
Alexander Pavlov
2020
Alexander Schepanovski
2121
Alexander Solovyov
22+
Alexandre Bique
2223
alexey-k
2324
Alex Piggott
2425
Amsul
@@ -61,10 +62,12 @@ borawjm
6162
Brandon Frohs
6263
Brandon Wamboldt
6364
Brett Zamir
65+
Brian Grinstead
6466
Brian Sletten
6567
Bruce Mitchener
6668
Chandra Sekhar Pydi
6769
Charles Skelton
70+
Cheah Chu Yeow
6871
Chris Coyier
6972
Chris Granger
7073
Chris Houseknecht
@@ -215,6 +218,7 @@ Manuel Rego Casasnovas
215218
Marat Dreizin
216219
Marco Aurélio
217220
Marco Munizaga
221+
Marcus Bointon
218222
Marijn Haverbeke
219223
Mario Pietsch
220224
Mark Lentczner
@@ -224,6 +228,7 @@ Martín Gaitán
224228
Martin Hasoň
225229
Mason Malone
226230
Mateusz Paprocki
231+
Mathias Bynens
227232
mats cronqvist
228233
Matthew Beale
229234
Matthias BUSSONNIER
@@ -277,6 +282,7 @@ Pavel Feldman
277282
Pavel Strashkin
278283
Paweł Bartkiewicz
279284
peteguhl
285+
Peter Flynn
280286
peterkroon
281287
Peter Kroon
282288
prasanthj

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.2.1",
3+
"version":"4.3.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.3.0;f=">4.3</option>
3940
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.1;f=">4.2</option>
4041
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.0;f=">4.2</option>
4142
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.1.0;f=">4.1</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.2.1</span>
66+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 4.3.0</span>
6767
</h2>
6868

6969
<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
@@ -29,6 +29,19 @@ <h2>Release notes and version history</h2>
2929

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

32+
<p class="rel">23-06-2014: <a href="http://codemirror.net/codemirror-4.3.zip">Version 4.3</a>:</p>
33+
34+
<ul class="rel-note">
35+
<li>Several <a href="../demo/vim.html">vim bindings</a>
36+
improvements: search and exCommand history, global flag
37+
for <code>:substitute</code>, <code>:global</code> command.
38+
<li>Allow hiding the cursor by
39+
setting <a href="manual.html#option_cursorBlinkRate"><code>cursorBlinkRate</code></a>
40+
to a negative value.</li>
41+
<li>Make gutter markers themeable, use this in foldgutter.</li>
42+
<li>Full <a href="https://github.com/marijnh/CodeMirror/compare/4.2.0...4.3.0">list of patches</a>.</li>
43+
</ul>
44+
3245
<p class="rel">19-05-2014: <a href="http://codemirror.net/codemirror-4.2.zip">Version 4.2</a>:</p>
3346

3447
<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.2</strong> (<a href="doc/releases.html">Release notes</a>)</div>
88+
<div><strong>version 4.3</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
@@ -7632,7 +7632,7 @@
76327632

76337633
// THE END
76347634

7635-
CodeMirror.version = "4.2.1";
7635+
CodeMirror.version = "4.3.0";
76367636

76377637
return CodeMirror;
76387638
});

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

0 commit comments

Comments
 (0)