Hi list,
Again a duplicate release this month. The 3.0 branch did not reach a
stable enough state to be called 3.0 proper, so another beta for you
to test (which should be faster, more stable, and generally slicker
than beta1).
Version 2.35 saw these changes:
* New (sub) mode: TypeScript.
* Don't overwrite (insert key) when pasing.
* Fix several bugs in markText/undo interaction.
* Better indentation of JavaScript code without semicolons.
* Add defineInitHook function.
A full list of patches is at
https://github.com/marijnh/CodeMirror/compare/v2.34...v2.35
The zip file is
http://codemirror.net/codemirror-2.35.zip
Version 3.0beta2 has a longer list:
* Fix page-based coordinate computation.
* Fix firing of gutterClick event.
* Add cursorHeight option.
* Fix bi-directional text regression.
* Add viewportMargin option.
* Directly handle mousewheel events (again, hopefully better).
* Make vertical cursor movement more robust (through widgets, big line gaps).
* Add flattenSpans option.
* Initialization in hidden state works again.
* Many optimizations. Poor responsiveness should be fixed.
A guide for upgrading to 3.0 is at
http://codemirror.net/3/doc/upgrade_v3.html
The full list of patches at
https://github.com/marijnh/CodeMirror/compare/v3.0beta1...v3.0beta2
And the zip file is
http://codemirror.net/codemirror-3.0beta2.zip
Enjoy!
Marijn