File tree Expand file tree Collapse file tree 6 files changed +12
-4
lines changed Expand file tree Collapse file tree 6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Ansel Santosa
3939Anthony Grimes
4040Anton Kovalyov
4141areos
42+ as3boyan
4243AtomicPages LLC
4344Atul Bhouraskar
4445Aurelian Oancea
@@ -87,6 +88,7 @@ dignifiedquire
8788domagoj412
8889Dominator008
8990Domizio Demichelis
91+ Doug Wikle
9092Drew Bratcher
9193Drew Hintz
9294Drew Khoury
@@ -115,6 +117,7 @@ Gabriel Horner
115117Gabriel Nahmias
116118galambalazs
117119Gautam Mehta
120+ Gergely Hegykozi
118121Glenn Jorde
119122Glenn Ruehle
120123Golevka
@@ -123,6 +126,7 @@ Grant Skinner
123126greengiant
124127Guillaume Massé
125128Guillaume Massé
129+ Gustavo Rodrigues
126130Hans Engel
127131Hardest
128132Hasan Karahan
@@ -255,6 +259,7 @@ Nikolay Kostov
255259nlwillia
256260pablo
257261Page
262+ paris
258263Patil Arpith
259264Patrick Strawderman
260265Paul Garvin
@@ -267,6 +272,7 @@ peterkroon
267272Peter Kroon
268273prasanthj
269274Prasanth J
275+ Radek Piórkowski
270276Rahul
271277Randy Edmunds
272278Rasmus Erik Voel Jensen
@@ -320,6 +326,7 @@ Triangle717
320326twifkak
321327Vestimir Markov
322328vf
329+ Vincent Woo
323330Volker Mische
324331wenli
325332Wesley Wiser
Original file line number Diff line number Diff 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.24.0;f= "> 3.24</ option >
3637 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.23.0;f= "> 3.23</ option >
3738 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.22.0;f= "> 3.22</ option >
3839 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.21.0;f= "> 3.21</ option >
Original file line number Diff line number Diff line change 5959< section class =first id =overview >
6060 < h2 style ="position: relative ">
6161 User manual and reference guide
62- < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 3.23.1 </ span >
62+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 3.24.0 </ span >
6363 </ h2 >
6464
6565 < p > CodeMirror is a code-editor component that can be embedded in
Original file line number Diff line number Diff 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.23 </ strong > (< a href ="doc/releases.html "> Release notes</ a > )</ div >
87+ < div > < strong > version 3.24 </ 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 >
Original file line number Diff line number Diff line change @@ -6130,7 +6130,7 @@ window.CodeMirror = (function() {
61306130
61316131 // THE END
61326132
6133- CodeMirror . version = "3.23.1 " ;
6133+ CodeMirror . version = "3.24.0 " ;
61346134
61356135 return CodeMirror ;
61366136} ) ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" :" 3.23.1 " ,
3+ "version" :" 3.24.0 " ,
44 "main" : " lib/codemirror.js" ,
55 "description" : " In-browser code editing made bearable" ,
66 "licenses" : [{"type" : " MIT" ,
You can’t perform that action at this time.
0 commit comments