@@ -250,6 +250,18 @@ <h2>Reading material</h2>
250250
251251 < h2 > Releases</ h2 >
252252
253+ < p class ="rel "> 22-06-2012: < a href ="http://codemirror.net/codemirror-2.3.zip "> Version 2.3</ a > :</ p >
254+
255+ < ul class ="rel-note ">
256+ < li > < strong > New scrollbar implementation</ strong > . Should flicker less. Changes DOM structure of the editor.</ li >
257+ < li > New theme: < a href ="demo/theme.html?vibrant-ink "> vibrant-ink</ a > .</ li >
258+ < li > Many extensions to the VIM keymap (including text objects).</ li >
259+ < li > Add < a href ="demo/multiplex.html "> mode-multiplexing</ a > utility script.</ li >
260+ < li > Fix bug where right-click paste works in read-only mode.</ li >
261+ < li > Add a < a href ="doc/manual.html#getScrollInfo "> < code > getScrollInfo</ code > </ a > method.</ li >
262+ < li > Lots of other < a href ="https://github.com/marijnh/CodeMirror2/compare/v2.25...v2.3 "> fixes</ a > .</ li >
263+ </ ul >
264+
253265 < p class ="rel "> 23-05-2012: < a href ="http://codemirror.net/codemirror-2.25.zip "> Version 2.25</ a > :</ p >
254266
255267 < ul class ="rel-note ">
@@ -389,21 +401,6 @@ <h2>Releases</h2>
389401 < li > Fix editing code with tabs in Internet Explorer.</ li >
390402 </ ul >
391403
392- < p class ="rel "> 26-09-2011: < a href ="http://codemirror.net/codemirror-2.15.zip "> Version 2.15</ a > :</ p >
393- < p class ="rel-note "> Fix bug that snuck into 2.14: Clicking the
394- character that currently has the cursor didn't re-focus the
395- editor.</ p >
396-
397- < p class ="rel "> 26-09-2011: < a href ="http://codemirror.net/codemirror-2.14.zip "> Version 2.14</ a > :</ p >
398- < ul class ="rel-note ">
399- < li > Add < a href ="mode/clojure/index.html "> Clojure</ a > , < a href ="mode/pascal/index.html "> Pascal</ a > , < a href ="mode/ntriples/index.html "> NTriples</ a > , < a href ="mode/jinja2/index.html "> Jinja2</ a > , and < a href ="mode/markdown/index.html "> Markdown</ a > modes.</ li >
400- < li > Add < a href ="theme/cobalt.css "> Cobalt</ a > and < a href ="theme/eclipse.css "> Eclipse</ a > themes.</ li >
401- < li > Add a < a href ="doc/manual.html#option_fixedGutter "> < code > fixedGutter</ code > </ a > option.</ li >
402- < li > Fix bug with < code > setValue</ code > breaking cursor movement.</ li >
403- < li > Make gutter updates much more efficient.</ li >
404- < li > Allow dragging of text out of the editor (on modern browsers).</ li >
405- </ ul >
406-
407404 < p > < a href ="doc/oldrelease.html "> Older releases...</ a > </ p >
408405
409406</ div > </ div >
0 commit comments