CodeMirror v5.15.0 Release Notes

Release Date: 2016-05-20 // almost 8 years ago
  • ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fix bug that caused the selection to reset when focusing the editor in contentEditable input mode.

    ๐Ÿ›  Fix issue where not all ASCII control characters were being replaced by placeholders.

    โœ‚ Remove the assumption that all modes have a startState method from several wrapping modes.

    ๐Ÿ›  Fix issue where the editor would complain about overlapping collapsed ranges when there weren't any.

    โšก๏ธ Optimize document tree building when loading or pasting huge chunks of content.

    markdown mode: Fix several issues in matching link targets.

    clike mode: Improve indentation of C++ template declarations.

    ๐Ÿ†• New features

    Explicitly bind Ctrl-O on OS X to make that binding (โ€œopen lineโ€) act as expected.

    Pasting linewise-copied content when there is no selection now inserts the lines above the current line.

    ๐Ÿ‘ javascript mode: Support async/await and improve support for TypeScript type syntax.