File tree Expand file tree Collapse file tree 8 files changed +22
-5
lines changed
Expand file tree Collapse file tree 8 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ Alexandre Bique
2424alexey-k
2525Alex Piggott
2626Amsul
27+ amuntean
2728Amy
2829Ananya Sen
2930anaran
3031AndersMad
3132Anders Nawroth
3233Anderson Mesquita
34+ Andreas Reischuck
3335Andre von Houck
3436Andrey Lushnikov
3537Andy Joslin
@@ -128,6 +130,7 @@ Gabriel Horner
128130Gabriel Nahmias
129131galambalazs
130132Gautam Mehta
133+ gekkoe
131134Gergely Hegykozi
132135Glenn Jorde
133136Glenn Ruehle
@@ -138,6 +141,7 @@ greengiant
138141Guillaume Massé
139142Guillaume Massé
140143Gustavo Rodrigues
144+ Hakan Tunc
141145Hans Engel
142146Hardest
143147Hasan Karahan
@@ -268,6 +272,7 @@ nextrevision
268272nguillaumin
269273Ng Zhi An
270274Nicholas Bollweg
275+ Nick Small
271276Niels van Groningen
272277Nikita Beloglazov
273278Nikita Vasilyev
@@ -334,6 +339,7 @@ Takuji Shimokawa
334339Tarmil
335340tfjgeorge
336341Thaddee Tyl
342+ TheHowl
337343think
338344Thomas Dvornik
339345Thomas Schmid
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" :" 4.4.1 " ,
3+ "version" :" 4.5.0 " ,
44 "main" : [" lib/codemirror.js" , " lib/codemirror.css" ],
55 "ignore" : [
66 " **/.*" ,
Original file line number Diff line number Diff 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.5.0;f= "> 4.5</ option >
3940 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.4.0;f= "> 4.4</ option >
4041 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.3.0;f= "> 4.3</ option >
4142 < option value ="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.1;f= "> 4.2</ option >
Original file line number Diff line number Diff line change 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.4.1 </ span >
66+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 4.5.0 </ span >
6767 </ h2 >
6868
6969 < p > CodeMirror is a code-editor component that can be embedded in
Original file line number Diff line number Diff line change @@ -29,6 +29,16 @@ <h2>Release notes and version history</h2>
2929
3030 < h2 id ="v4 "> Version 4.x</ h2 >
3131
32+ < p class ="rel "> 21-08-2014: < a href ="http://codemirror.net/codemirror-4.5.zip "> Version 4.5</ a > :</ p >
33+
34+ < ul class ="rel-note ">
35+ < li > Fix several serious bugs with horizontal scrolling</ li >
36+ < li > New mode: < a href ="../mode/slim/index.html "> Slim</ a > </ li >
37+ < li > New command: < a href ="manual.html#command_goLineLeftSmart "> < code > goLineLeftSmart</ code > </ a > </ li >
38+ < li > More fixes and extensions for the < a href ="../demo/vim.html "> Vim</ a > visual block mode</ li >
39+ < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/4.4.0...4.5.0 "> list of patches</ a > .</ li >
40+ </ ul >
41+
3242 < p class ="rel "> 21-07-2014: < a href ="http://codemirror.net/codemirror-4.4.zip "> Version 4.4</ a > :</ p >
3343
3444 < ul class ="rel-note ">
Original file line number Diff line number Diff 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.4 </ strong > (< a href ="doc/releases.html "> Release notes</ a > )</ div >
88+ < div > < strong > version 4.5 </ 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 >
Original file line number Diff line number Diff line change 78257825
78267826 // THE END
78277827
7828- CodeMirror . version = "4.4.1 " ;
7828+ CodeMirror . version = "4.5.0 " ;
78297829
78307830 return CodeMirror ;
78317831} ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" :" 4.4.1 " ,
3+ "version" :" 4.5.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