@@ -157,6 +157,19 @@ <h2>Make a donation</h2>
157157
158158 < h2 > Releases:</ h2 >
159159
160+ < p class ="rel "> 04-07-2011: < a href ="http://codemirror.net/codemirror-2.11.zip "> Version 2.11</ a > :</ p >
161+ < ul class ="rel-note ">
162+ < li > Add a < a href ="mode/scheme/index.html "> Scheme mode</ a > .</ li >
163+ < li > Add a < code > replace</ code > method to search cursors, for cursor-preserving replacements.</ li >
164+ < li > Make the < a href ="mode/clike/index.html "> C-like mode</ a > mode more customizeable.</ li >
165+ < li > Update XML mode to spot mismatched tags.</ li >
166+ < li > Add < code > getStateAfter</ code > API and < code > compareState</ code > mode API methods for finer-grained mode magic.</ li >
167+ < li > Add a < code > getScrollerElement</ code > API method to manipulate the scrolling DIV.</ li >
168+ < li > Fix drag-and-drop for Firefox.</ li >
169+ < li > Add a C# configuration for the < a href ="mode/clike/index.html "> C-like mode</ a > .</ li >
170+ < li > Add < a href ="demo/fullscreen.html "> full-screen editing</ a > and < a href ="demo/changemode.html "> mode-changing</ a > demos.</ li >
171+ </ ul >
172+
160173 < p class ="rel "> 07-06-2011: < a href ="http://codemirror.net/codemirror-2.1.zip "> Version 2.1</ a > :</ p >
161174 < p class ="rel-note "> Add
162175 a < a href ="manual.html#option_theme "> theme</ a > system
@@ -211,17 +224,6 @@ <h2>Releases:</h2>
211224 < p class ="rel "> 22-02-2011: < a href ="https://github.com/marijnh/codemirror2/tree/beta2 "> Version 2.0 beta 2</ a > :</ p >
212225 < p class ="rel-note "> Somewhate more mature API, lots of bugs shaken out.</ a >
213226
214- < p class ="rel "> 17-02-2011: < a href ="http://codemirror.net/codemirror-0.94.zip "> Version 0.94</ a > :</ p >
215- < ul class ="rel-note ">
216- < li > < code > tabMode: "spaces"</ code > was modified slightly (now indents when something is selected).</ li >
217- < li > Fixes a bug that would cause the selection code to break on some IE versions.</ li >
218- < li > Disabling spell-check on WebKit browsers now works.</ li >
219- </ ul >
220-
221- < p class ="rel "> 08-02-2011: < a href ="http://codemirror.net/2/ "> Version 2.0 beta 1</ a > :</ p >
222- < p class ="rel-note "> CodeMirror 2 is a complete rewrite of
223- CodeMirror, no longer depending on an editable frame.</ p >
224-
225227 < p > < a href ="oldrelease.html "> Older releases...</ a > </ p >
226228
227229</ div > </ div >
0 commit comments