@@ -281,6 +281,38 @@ <h2>Reading material</h2>
281281
282282 < h2 id =releases > Releases</ h2 >
283283
284+ < p class ="rel "> 22-10-2012: < a href ="http://codemirror.net/codemirror-2.35.zip "> Version 2.35</ a > :</ p >
285+
286+ < ul class ="rel-note ">
287+ < li > New (sub) mode: < a href ="mode/javascript/typescript.html "> TypeScript</ a > .</ li >
288+ < li > Don't overwrite (insert key) when pasing.</ li >
289+ < li > Fix several bugs in < a href ="doc/manual.html#markText "> < code > markText</ code > </ a > /undo interaction.</ li >
290+ < li > Better indentation of JavaScript code without semicolons.</ li >
291+ < li > Add < a href ="doc/manual.html#defineInitHook "> < code > defineInitHook</ code > </ a > function.</ li >
292+ < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/v2.34...v2.35 "> list of patches</ a > .</ li >
293+ </ ul >
294+
295+ < p class ="rel "> 22-10-2012: < a href ="http://codemirror.net/codemirror-3.0beta2.zip "> Version 3.0, beta 2</ a > :</ p >
296+
297+ < p class ="rel-note "> < strong > BETA release, new major version</ strong > . Only partially
298+ backwards-compatible. See
299+ the < a href ="http://codemirror.net/3/doc/upgrade_v3.html "> upgrading
300+ guide</ a > for more information. Changes since beta1:</ p >
301+
302+ < ul class ="rel-note ">
303+ < li > Fix page-based coordinate computation.</ li >
304+ < li > Fix firing of < a href ="http://codemirror.net/3/doc/manual.html#event_gutterClick "> < code > gutterClick</ code > </ a > event.</ li >
305+ < li > Add < a href ="http://codemirror.net/3/doc/manual.html#option_cursorHeight "> < code > cursorHeight</ code > </ a > option.</ li >
306+ < li > Fix bi-directional text regression.</ li >
307+ < li > Add < a href ="http://codemirror.net/3/doc/manual.html#option_viewportMargin "> < code > viewportMargin</ code > </ a > option.</ li >
308+ < li > Directly handle mousewheel events (again, hopefully better).</ li >
309+ < li > Make vertical cursor movement more robust (through widgets, big line gaps).</ li >
310+ < li > Add < a href ="http://codemirror.net/3/doc/manual.html#option_flattenSpans "> < code > flattenSpans</ code > </ a > option.</ li >
311+ < li > Initialization in hidden state works again.</ li >
312+ < li > Many optimizations. Poor responsiveness should be fixed.</ li >
313+ < li > Full < a href ="https://github.com/marijnh/CodeMirror/compare/v3.0beta1...v3.0beta2 "> list of patches</ a > .</ li >
314+ </ ul >
315+
284316 < p class ="rel "> 19-09-2012: < a href ="http://codemirror.net/codemirror-2.34.zip "> Version 2.34</ a > :</ p >
285317
286318 < ul class ="rel-note ">
@@ -406,57 +438,6 @@ <h2 id=releases>Releases</h2>
406438 < li > Add < a href ="doc/manual.html#findMarksAt "> < code > findMarksAt</ code > </ a > method.</ li >
407439 </ ul >
408440
409- < p class ="rel "> 27-02-2012: < a href ="http://codemirror.net/codemirror-2.22.zip "> Version 2.22</ a > :</ p >
410-
411- < ul class ="rel-note ">
412- < li > Allow < a href ="doc/manual.html#keymaps "> key handlers</ a > to pass up events, allow binding characters.</ li >
413- < li > Add < a href ="doc/manual.html#option_autoClearEmptyLines "> < code > autoClearEmptyLines</ code > </ a > option.</ li >
414- < li > Properly use tab stops when rendering tabs.</ li >
415- < li > Make PHP mode more robust.</ li >
416- < li > Support indentation blocks in < a href ="doc/manual.html#util_foldcode "> code folder</ a > .</ li >
417- < li > Add a script for < a href ="doc/manual.html#util_match-highlighter "> highlighting instances of the selection</ a > .</ li >
418- < li > New < a href ="mode/properties/index.html "> .properties</ a > mode.</ li >
419- < li > Fix many bugs.</ li >
420- </ ul >
421-
422- < p class ="rel "> 27-01-2012: < a href ="http://codemirror.net/codemirror-2.21.zip "> Version 2.21</ a > :</ p >
423-
424- < ul class ="rel-note ">
425- < li > Added < a href ="mode/less/index.html "> LESS</ a > , < a href ="mode/mysql/index.html "> MySQL</ a > ,
426- < a href ="mode/go/index.html "> Go</ a > , and < a href ="mode/verilog/index.html "> Verilog</ a > modes.</ li >
427- < li > Add < a href ="doc/manual.html#option_smartIndent "> < code > smartIndent</ code > </ a >
428- option.</ li >
429- < li > Support a cursor in < a href ="doc/manual.html#option_readOnly "> < code > readOnly</ code > </ a > -mode.</ li >
430- < li > Support assigning multiple styles to a token.</ li >
431- < li > Use a new approach to drawing the selection.</ li >
432- < li > Add < a href ="doc/manual.html#scrollTo "> < code > scrollTo</ code > </ a > method.</ li >
433- < li > Allow undo/redo events to span non-adjacent lines.</ li >
434- < li > Lots and lots of bugfixes.</ li >
435- </ ul >
436-
437- < p class ="rel "> 20-12-2011: < a href ="http://codemirror.net/codemirror-2.2.zip "> Version 2.2</ a > :</ p >
438-
439- < ul class ="rel-note ">
440- < li > Slightly incompatible API changes. Read < a href ="doc/upgrade_v2.2.html "> this</ a > .</ li >
441- < li > New approach
442- to < a href ="doc/manual.html#option_extraKeys "> binding</ a > keys,
443- support for < a href ="doc/manual.html#option_keyMap "> custom
444- bindings</ a > .</ li >
445- < li > Support for overwrite (insert).</ li >
446- < li > < a href ="doc/manual.html#option_tabSize "> Custom-width</ a >
447- and < a href ="demo/visibletabs.html "> stylable</ a > tabs.</ li >
448- < li > Moved more code into < a href ="doc/manual.html#addons "> add-on scripts</ a > .</ li >
449- < li > Support for sane vertical cursor movement in wrapped lines.</ li >
450- < li > More reliable handling of
451- editing < a href ="doc/manual.html#markText "> marked text</ a > .</ li >
452- < li > Add minimal < a href ="demo/emacs.html "> emacs</ a >
453- and < a href ="demo/vim.html "> vim</ a > bindings.</ li >
454- < li > Rename < code > coordsFromIndex</ code >
455- to < a href ="doc/manual.html#posFromIndex "> < code > posFromIndex</ code > </ a > ,
456- add < a href ="doc/manual.html#indexFromPos "> < code > indexFromPos</ code > </ a >
457- method.</ li >
458- </ ul >
459-
460441 < p > < a href ="doc/oldrelease.html "> Older releases...</ a > </ p >
461442
462443</ div > </ div >
0 commit comments