Skip to content

Releases: codemirror/codemirror5

3.1.0

06 Aug 11:27
Compare
Choose a tag to compare

3.02.0

06 Aug 11:27
Compare
Choose a tag to compare

Single-bugfix release. Fixes a problem that prevents CodeMirror instances from being garbage-collected after they become unused.

3.01.0

06 Aug 11:27
Compare
Choose a tag to compare

2.38.0

06 Aug 11:27
Compare
Choose a tag to compare

Integrate some bugfixes, enhancements to the vim keymap, and new modes (D, Sass, APL) from the v3 branch.

2.37.0

06 Aug 11:27
Compare
Choose a tag to compare
  • New mode: SQL (will replace plsql and mysql modes).
  • Further work on the new VIM mode.
  • Fix Cmd/Ctrl keys on recent Operas on OS X.
  • Full list of patches.

3.0.0

06 Aug 11:27
Compare
Choose a tag to compare

New major version. Only partially backwards-compatible. See the upgrading guide for more information. Changes since release candidate 2:

  • Rewritten VIM mode.
  • Fix a few minor scrolling and sizing issues.
  • Work around Safari segfault when dragging.
  • Full list of patches.

2.36.0

06 Aug 11:27
Compare
Choose a tag to compare

2.35.0

06 Aug 11:27
Compare
Choose a tag to compare

2.34.0

06 Aug 11:27
Compare
Choose a tag to compare
  • New mode: Common Lisp.
  • Fix right-click select-all on most browsers.
  • Change the way highlighting happens:
      Saves memory and CPU cycles.
      compareStates is no longer needed.
      onHighlightComplete no longer works.
  • Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.
  • Add a CodeMirror.version property.
  • More robust handling of nested modes in formatting and closetag plug-ins.
  • Un/redo now preserves marked text and bookmarks.
  • Full list of patches.

2.33.0

06 Aug 11:27
Compare
Choose a tag to compare
  • New mode: Sieve.
  • New getViewPort and onViewportChange API.
  • Configurable cursor blink rate.
  • Make binding a key to false disabling handling (again).
  • Show non-printing characters as red dots.
  • More tweaks to the scrolling model.
  • Expanded testsuite. Basic linter added.
  • Remove most uses of innerHTML. Remove CodeMirror.htmlEscape.
  • Full list of patches.