File tree 6 files changed +37
-3
lines changed
6 files changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ Alexander Schepanovski
18
18
Alexander Solovyov
19
19
alexey-k
20
20
Alex Piggott
21
+ Amsul
21
22
Amy
22
23
Ananya Sen
24
+ anaran
23
25
AndersMad
24
26
Anderson Mesquita
25
27
Andre von Houck
42
44
Beni Cherniavsky-Paskin
43
45
Benjamin DeCoste
44
46
Ben Keen
47
+ Bernhard Sirlinger
48
+ Billy Moon
49
+ Blaine G
45
50
boomyjee
46
51
borawjm
47
52
Brandon Frohs
@@ -53,11 +58,13 @@ Chandra Sekhar Pydi
53
58
Charles Skelton
54
59
Chris Coyier
55
60
Chris Granger
61
+ Chris Houseknecht
56
62
Chris Morgan
57
63
Christopher Brown
58
64
ciaranj
59
65
CodeAnimal
60
66
ComFreek
67
+ Curtis Gagliardi
61
68
dagsta
62
69
Dan Heberden
63
70
Daniel, Dao Quang Minh
@@ -72,6 +79,7 @@ David Mignot
72
79
David Pathakjee
73
80
deebugger
74
81
Deep Thought
82
+ domagoj412
75
83
Dominator008
76
84
Domizio Demichelis
77
85
Drew Bratcher
@@ -85,6 +93,7 @@ ekhaled
85
93
Enam Mijbah Noor
86
94
Eric Allam
87
95
eustas
96
+ Fabien O'Carroll
88
97
Fabio Zendhi Nagao
89
98
Fauntleroy
90
99
fbuchinger
@@ -96,13 +105,15 @@ flack
96
105
ForbesLindesay
97
106
Forbes Lindesay
98
107
Ford_Lawnmower
108
+ Frank Wiegand
99
109
Gabriel Nahmias
100
110
galambalazs
101
111
Gautam Mehta
102
112
Glenn Jorde
103
113
Glenn Ruehle
104
114
Golevka
105
115
Gordon Smith
116
+ Grant Skinner
106
117
greengiant
107
118
Guillaume Massé
108
119
Guillaume Massé
@@ -122,6 +133,7 @@ Ingo Richter
122
133
Irakli Gozalishvili
123
134
Ivan Kurnosov
124
135
Jacob Lee
136
+ Jakob Miland
125
137
Jakub Vrana
126
138
James Campos
127
139
James Thorne
@@ -146,6 +158,7 @@ John Connor
146
158
John Lees-Miller
147
159
John Snelson
148
160
John Van Der Loo
161
+ Jonathan Malmaud
149
162
jongalloway
150
163
Jon Malmaud
151
164
Joost-Wim Boekesteijn
@@ -179,8 +192,10 @@ Luciano Longo
179
192
lynschinzer
180
193
Maksim Lin
181
194
Maksym Taran
195
+ Manuel Rego Casasnovas
182
196
Marat Dreizin
183
197
Marco Aurélio
198
+ Marco Munizaga
184
199
Marijn Haverbeke
185
200
Mario Pietsch
186
201
Mark Lentczner
@@ -216,10 +231,14 @@ Miraculix87
216
231
misfo
217
232
mloginov
218
233
mps
234
+ mtaran-google
219
235
Narciso Jaramillo
220
236
Nathan Williams
237
+ ndr
221
238
nerbert
239
+ nextrevision
222
240
nguillaumin
241
+ Nicholas Bollweg
223
242
Niels van Groningen
224
243
Nikita Beloglazov
225
244
Nikita Vasilyev
@@ -240,10 +259,12 @@ prasanthj
240
259
Prasanth J
241
260
Rahul
242
261
Randy Edmunds
262
+ Rasmus Erik Voel Jensen
243
263
Richard Z.H. Wang
244
264
robertop23
245
265
Robert Plummer
246
266
Ruslan Osmanov
267
+ Ryan Prior
247
268
sabaca
248
269
Samuel Ainsworth
249
270
sandeepshetty
@@ -256,6 +277,7 @@ Sebastian Zaha
256
277
shaund
257
278
shaun gilchrist
258
279
Shawn A
280
+ sheopory
259
281
Shiv Deepak
260
282
Shmuel Englard
261
283
soliton4
@@ -284,6 +306,7 @@ Tom Erik Støwer
284
306
Tom MacWright
285
307
Tony Jian
286
308
Travis Heppe
309
+ Triangle717
287
310
Vestimir Markov
288
311
vf
289
312
Volker Mische
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ <h2>Script compression helper</h2>
33
33
< input type ="hidden " id ="download " name ="download " value ="codemirror-compressed.js "/>
34
34
< p > Version: < select id ="version " onchange ="setVersion(this); " style ="padding: 1px; ">
35
35
< 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 >
36
37
< option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.21.0;f= "> 3.21</ option >
37
38
< option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.20.0;f= "> 3.20</ option >
38
39
< option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.19.0;f= "> 3.19</ option >
Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ <h2>Release notes and version history</h2>
28
28
29
29
< h2 > Version 3.x</ h2 >
30
30
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
+
31
41
< p class ="rel "> 16-01-2014: < a href ="http://codemirror.net/codemirror-3.21.zip "> Version 3.21</ a > :</ p >
32
42
33
43
< ul class ="rel-note ">
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ <h2>This is CodeMirror</h2>
84
84
</ script >
85
85
< div style ="position: relative; margin: 1em 0; ">
86
86
< 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 >
88
88
< div > or use the < a href ="doc/compress.html "> minification helper</ a > </ div >
89
89
< div style ="position: absolute; top: 0; right: 0; text-align: right ">
90
90
< span class ="bigbutton right " onclick ="document.getElementById('paypal').submit(); "> DONATE WITH PAYPAL</ span >
Original file line number Diff line number Diff line change @@ -6085,7 +6085,7 @@ window.CodeMirror = (function() {
6085
6085
6086
6086
// THE END
6087
6087
6088
- CodeMirror . version = "3.21.1 " ;
6088
+ CodeMirror . version = "3.22.0 " ;
6089
6089
6090
6090
return CodeMirror ;
6091
6091
} ) ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codemirror" ,
3
- "version" :" 3.21.1 " ,
3
+ "version" :" 3.22.0 " ,
4
4
"main" : " lib/codemirror.js" ,
5
5
"description" : " In-browser code editing made bearable" ,
6
6
"licenses" : [{"type" : " MIT" ,
You can’t perform that action at this time.
0 commit comments