@@ -287,6 +287,16 @@ <h2>Reading material</h2>
287
287
288
288
< h2 id =releases > Releases</ h2 >
289
289
290
+ < p class ="rel "> 20-05-2013: < a href ="http://codemirror.net/codemirror-3.13.zip "> Version 3.13</ a > :</ p >
291
+
292
+ < ul class ="rel-note ">
293
+ < li > New modes: < a href ="mode/cobol/index.html "> COBOL</ a > and < a href ="mode/haml/index.html "> HAML</ a > .</ li >
294
+ < li > New options: < a href ="doc/manual.html#option_cursorScrollMargin "> < code > cursorScrollMargin</ code > </ a > and < a href ="doc/manual.html#option_coverGutterNextToScrollbar "> < code > coverGutterNextToScrollbar</ code > </ a > .</ li >
295
+ < li > New addon: < a href ="doc/manual.html#addon_comment "> commenting</ a > .</ li >
296
+ < li > More features added to the < a href ="demo/vim.html "> Vim keymap</ a > .</ li >
297
+ < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/v3.12...3.13.0 "> list of patches</ a > .</ li >
298
+ </ ul >
299
+
290
300
< p class ="rel "> 19-04-2013: < a href ="http://codemirror.net/codemirror-3.12.zip "> Version 3.12</ a > :</ p >
291
301
292
302
< ul class ="rel-note ">
@@ -445,34 +455,6 @@ <h2 id=releases>Releases</h2>
445
455
< li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/v2.35...v2.36 "> list of patches</ a > .</ li >
446
456
</ ul >
447
457
448
- < p class ="rel "> 20-11-2012: < a href ="http://codemirror.net/codemirror-3.0rc1.zip "> Version 3.0, release candidate 1</ a > :</ p >
449
-
450
- < ul class ="rel-note ">
451
- < li > New theme: < a href ="demo/theme.html?solarized%20light "> Solarized</ a > .</ li >
452
- < li > Introduce < a href ="doc/manual.html#addLineClass "> < code > addLineClass</ code > </ a >
453
- and < a href ="doc/manual.html#removeLineClass "> < code > removeLineClass</ code > </ a > ,
454
- drop < code > setLineClass</ code > .</ li >
455
- < li > Add a < em > lot</ em > of
456
- new < a href ="doc/manual.html#markText "> options for marked text</ a >
457
- (read-only, atomic, collapsed, widget replacement).</ li >
458
- < li > Remove the old code folding interface in favour of these new ranges.</ li >
459
- < li > Add < a href ="doc/manual.html#isClean "> < code > isClean</ code > </ a > /< a href ="doc/manual.html#markClean "> < code > markClean</ code > </ a > methods.</ li >
460
- < li > Remove < code > compoundChange</ code > method, use better undo-event-combining heuristic.</ li >
461
- < li > Improve scrolling performance smoothness.</ li >
462
- < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/v3.0beta2...v3.0rc1 "> list of patches</ a > .</ li >
463
- </ ul >
464
-
465
- < p class ="rel "> 22-10-2012: < a href ="http://codemirror.net/codemirror-2.35.zip "> Version 2.35</ a > :</ p >
466
-
467
- < ul class ="rel-note ">
468
- < li > New (sub) mode: < a href ="mode/javascript/typescript.html "> TypeScript</ a > .</ li >
469
- < li > Don't overwrite (insert key) when pasting.</ li >
470
- < li > Fix several bugs in < a href ="doc/manual.html#markText "> < code > markText</ code > </ a > /undo interaction.</ li >
471
- < li > Better indentation of JavaScript code without semicolons.</ li >
472
- < li > Add < a href ="doc/manual.html#defineInitHook "> < code > defineInitHook</ code > </ a > function.</ li >
473
- < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/v2.34...v2.35 "> list of patches</ a > .</ li >
474
- </ ul >
475
-
476
458
< p > < a href ="doc/oldrelease.html "> Older releases...</ a > </ p >
477
459
478
460
</ div > </ div >
0 commit comments