File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
2727 < input type ="hidden " id ="download " name ="download " value ="codemirror-compressed.js "/>
2828 < p > Version: < select id ="version " onchange ="setVersion(this); " style ="padding: 1px ">
2929 < option value ="http://codemirror.net/ "> HEAD</ option >
30+ < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.32;f= "> 2.32</ option >
3031 < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.31;f= "> 2.31</ option >
3132 < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.3;f= "> 2.3</ option >
3233 < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.25;f= "> 2.25</ option >
Original file line number Diff line number Diff line change @@ -269,6 +269,12 @@ <h2>Reading material</h2>
269269
270270 < h2 id =releases > Releases</ h2 >
271271
272+ < p class ="rel "> 23-07-2012: < a href ="http://codemirror.net/codemirror-2.32.zip "> Version 2.32</ a > :</ p >
273+
274+ < p class ="rel-note "> Emergency fix for a bug where an editor with
275+ line wrapping on IE will break when there is < em > no</ em >
276+ scrollbar.</ p >
277+
272278 < p class ="rel "> 20-07-2012: < a href ="http://codemirror.net/codemirror-2.31.zip "> Version 2.31</ a > :</ p >
273279
274280 < ul class ="rel-note ">
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeMirror" ,
3- "version" :" 2.31 .0" ,
3+ "version" :" 2.32 .0" ,
44 "main" : " codemirror.js" ,
55 "description" : " In-browser code editing made bearable" ,
66 "licenses" : [
You can’t perform that action at this time.
0 commit comments