@@ -159,6 +159,20 @@ <h2>Make a donation</h2>
159159
160160 < h2 > Releases:</ h2 >
161161
162+ < p class ="rel "> 25-07-2011: < a href ="http://codemirror.net/codemirror-2.12.zip "> Version 2.12</ a > :</ p >
163+ < ul class ="rel-note ">
164+ < li > Add a < a href ="mode/sparql/index.html "> SPARQL</ a > mode.</ li >
165+ < li > Fix bug with cursor jumping around in an unfocused editor in IE.</ li >
166+ < li > Allow key and mouse events to bubble out of the editor. Ignore widget clicks.</ li >
167+ < li > Solve cursor flakiness after undo/redo.</ li >
168+ < li > Fix block-reindent ignoring the last few lines.</ li >
169+ < li > Fix parsing of multi-line attrs in XML mode.</ li >
170+ < li > Use < code > innerHTML</ code > for HTML-escaping.</ li >
171+ < li > Some fixes to indentation in C-like mode.</ li >
172+ < li > Shrink horiz scrollbars when long lines removed.</ li >
173+ < li > Fix width feedback loop bug that caused the width of an inner DIV to shrink.</ li >
174+ </ ul >
175+
162176 < p class ="rel "> 04-07-2011: < a href ="http://codemirror.net/codemirror-2.11.zip "> Version 2.11</ a > :</ p >
163177 < ul class ="rel-note ">
164178 < li > Add a < a href ="mode/scheme/index.html "> Scheme mode</ a > .</ li >
@@ -209,23 +223,6 @@ <h2>Releases:</h2>
209223 < li > Fix the context menu for Firefox.</ li >
210224 </ ul >
211225
212- < p class ="rel "> 28-03-2011: < a href ="http://codemirror.net/codemirror-2.0.zip "> Version 2.0</ a > :</ p >
213- < p class ="rel-note "> CodeMirror 2 is a complete rewrite that's
214- faster, smaller, simpler to use, and less dependent on browser
215- quirks. See < a href ="internals.html "> this</ a >
216- and < a href ="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580 "> this</ a >
217- for more information.</ a >
218-
219- < p class ="rel "> 28-03-2011: < a href ="http://codemirror.net/codemirror-1.0.zip "> Version 1.0</ a > :</ p >
220- < ul class ="rel-note ">
221- < li > Fix error when debug history overflows.</ li >
222- < li > Refine handling of C# verbatim strings.</ li >
223- < li > Fix some issues with JavaScript indentation.</ li >
224- </ ul >
225-
226- < p class ="rel "> 22-02-2011: < a href ="https://github.com/marijnh/codemirror2/tree/beta2 "> Version 2.0 beta 2</ a > :</ p >
227- < p class ="rel-note "> Somewhate more mature API, lots of bugs shaken out.</ a >
228-
229226 < p > < a href ="oldrelease.html "> Older releases...</ a > </ p >
230227
231228</ div > </ div >
0 commit comments