Skip to content

Commit 0982655

Browse files
committed
Mark release 3.22
1 parent 1f92654 commit 0982655

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

AUTHORS

+23
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Alexander Schepanovski
1818
Alexander Solovyov
1919
alexey-k
2020
Alex Piggott
21+
Amsul
2122
Amy
2223
Ananya Sen
24+
anaran
2325
AndersMad
2426
Anderson Mesquita
2527
Andre von Houck
@@ -42,6 +44,9 @@ benbro
4244
Beni Cherniavsky-Paskin
4345
Benjamin DeCoste
4446
Ben Keen
47+
Bernhard Sirlinger
48+
Billy Moon
49+
Blaine G
4550
boomyjee
4651
borawjm
4752
Brandon Frohs
@@ -53,11 +58,13 @@ Chandra Sekhar Pydi
5358
Charles Skelton
5459
Chris Coyier
5560
Chris Granger
61+
Chris Houseknecht
5662
Chris Morgan
5763
Christopher Brown
5864
ciaranj
5965
CodeAnimal
6066
ComFreek
67+
Curtis Gagliardi
6168
dagsta
6269
Dan Heberden
6370
Daniel, Dao Quang Minh
@@ -72,6 +79,7 @@ David Mignot
7279
David Pathakjee
7380
deebugger
7481
Deep Thought
82+
domagoj412
7583
Dominator008
7684
Domizio Demichelis
7785
Drew Bratcher
@@ -85,6 +93,7 @@ ekhaled
8593
Enam Mijbah Noor
8694
Eric Allam
8795
eustas
96+
Fabien O'Carroll
8897
Fabio Zendhi Nagao
8998
Fauntleroy
9099
fbuchinger
@@ -96,13 +105,15 @@ flack
96105
ForbesLindesay
97106
Forbes Lindesay
98107
Ford_Lawnmower
108+
Frank Wiegand
99109
Gabriel Nahmias
100110
galambalazs
101111
Gautam Mehta
102112
Glenn Jorde
103113
Glenn Ruehle
104114
Golevka
105115
Gordon Smith
116+
Grant Skinner
106117
greengiant
107118
Guillaume Massé
108119
Guillaume Massé
@@ -122,6 +133,7 @@ Ingo Richter
122133
Irakli Gozalishvili
123134
Ivan Kurnosov
124135
Jacob Lee
136+
Jakob Miland
125137
Jakub Vrana
126138
James Campos
127139
James Thorne
@@ -146,6 +158,7 @@ John Connor
146158
John Lees-Miller
147159
John Snelson
148160
John Van Der Loo
161+
Jonathan Malmaud
149162
jongalloway
150163
Jon Malmaud
151164
Joost-Wim Boekesteijn
@@ -179,8 +192,10 @@ Luciano Longo
179192
lynschinzer
180193
Maksim Lin
181194
Maksym Taran
195+
Manuel Rego Casasnovas
182196
Marat Dreizin
183197
Marco Aurélio
198+
Marco Munizaga
184199
Marijn Haverbeke
185200
Mario Pietsch
186201
Mark Lentczner
@@ -216,10 +231,14 @@ Miraculix87
216231
misfo
217232
mloginov
218233
mps
234+
mtaran-google
219235
Narciso Jaramillo
220236
Nathan Williams
237+
ndr
221238
nerbert
239+
nextrevision
222240
nguillaumin
241+
Nicholas Bollweg
223242
Niels van Groningen
224243
Nikita Beloglazov
225244
Nikita Vasilyev
@@ -240,10 +259,12 @@ prasanthj
240259
Prasanth J
241260
Rahul
242261
Randy Edmunds
262+
Rasmus Erik Voel Jensen
243263
Richard Z.H. Wang
244264
robertop23
245265
Robert Plummer
246266
Ruslan Osmanov
267+
Ryan Prior
247268
sabaca
248269
Samuel Ainsworth
249270
sandeepshetty
@@ -256,6 +277,7 @@ Sebastian Zaha
256277
shaund
257278
shaun gilchrist
258279
Shawn A
280+
sheopory
259281
Shiv Deepak
260282
Shmuel Englard
261283
soliton4
@@ -284,6 +306,7 @@ Tom Erik Støwer
284306
Tom MacWright
285307
Tony Jian
286308
Travis Heppe
309+
Triangle717
287310
Vestimir Markov
288311
vf
289312
Volker Mische

doc/compress.html

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h2>Script compression helper</h2>
3333
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
3434
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
3535
<option value="http://codemirror.net/">HEAD</option>
36+
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.22.0;f=">3.22</option>
3637
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.21.0;f=">3.21</option>
3738
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.20.0;f=">3.20</option>
3839
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.19.0;f=">3.19</option>

doc/releases.html

+10
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ <h2>Release notes and version history</h2>
2828

2929
<h2>Version 3.x</h2>
3030

31+
<p class="rel">21-02-2014: <a href="http://codemirror.net/codemirror-3.22.zip">Version 3.22</a>:</p>
32+
33+
<ul class="rel-note">
34+
<li>Adds the <a href="doc/manual.html#findMarks"><code>findMarks</code></a> method.</li>
35+
<li>New addons: <a href="doc/manual.html#addon_rulers">rulers</a>, markdown-fold, yaml-lint.</li>
36+
<li>New theme: <a href="demo/theme.html?mdn-like">mdn-like</a>.</li>
37+
<li>New mode: <a href="mode/sold/index.html">Sold</a>.</li>
38+
<li>Full <a href="https://github.com/marijnh/CodeMirror/compare/3.21.0...3.22.0">list of patches</a>.</li>
39+
</ul>
40+
3141
<p class="rel">16-01-2014: <a href="http://codemirror.net/codemirror-3.21.zip">Version 3.21</a>:</p>
3242

3343
<ul class="rel-note">

index.html

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

lib/codemirror.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6085,7 +6085,7 @@ window.CodeMirror = (function() {
60856085

60866086
// THE END
60876087

6088-
CodeMirror.version = "3.21.1";
6088+
CodeMirror.version = "3.22.0";
60896089

60906090
return CodeMirror;
60916091
})();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror",
3-
"version":"3.21.1",
3+
"version":"3.22.0",
44
"main": "lib/codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [{"type": "MIT",

0 commit comments

Comments
 (0)