Skip to content

5.15.0

Compare
Choose a tag to compare
@marijnh marijnh released this 21 May 08:54
· 1973 commits to master since this release
5.15.0

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.