All Versions
165
Latest Version
Avg Release Cycle
28 days
Latest Release
494 days ago

Changelog History
Page 2

  • v5.65.0 Changes

    December 20, 2021

    ๐Ÿ› Bug fixes

    brace-folding addon: Fix broken folding on lines with both braces and square brackets.

    ๐Ÿ†• New features

    ๐Ÿ‘ vim bindings: Support g0, g$, g.

  • v5.64.0 Changes

    November 20, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix a crash that occurred in some situations with replacing marks across line breaks.

    ๐Ÿ‘‰ Make sure native scrollbars reset their position when hidden and re-shown.

    ๐Ÿ†• New features

    ๐Ÿ‘ vim bindings: Support C-u to delete back a line.

  • v5.63.3 Changes

    October 11, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ’… Prevent external styles from giving the hidden textarea a min-height.

    โœ‚ Remove a stray autosave file that was part of the previous release.

  • v5.63.1 Changes

    September 29, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix an issue with mouse scrolling on Chrome 94 Windows, which made scrolling by wheel move unusably slow.

  • v5.63.0 Changes

    September 20, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix scroll position jumping when scrolling a document with very different line heights.

    xml mode: Look up HTML element behavior in a case-insensitive way.

    ๐Ÿ†• New features

    ๐Ÿ‘ vim bindings: Support guu for case-changing.

  • v5.62.3 Changes

    August 20, 2021

    ๐Ÿ› Bug fixes

    ๐ŸŒ Give the editor a translate=no attribute to prevent automatic translation from modifying its content.

    ๐Ÿ’… Give vim-style cursors a width that matches the character after them.

    ๐Ÿ”€ merge addon: Make buttons keyboard-accessible.

    emacs bindings: Fix by-page scrolling keybindings, which were accidentally inverted.

  • v5.62.2 Changes

    July 21, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ‘• lint addon: Fix a regression that broke several addon options.

  • v5.62.1 Changes

    July 20, 2021

    ๐Ÿ› Bug fixes

    vim bindings: Make matching of upper-case characters more Unicode-aware.

    ๐Ÿ‘• lint addon: Prevent options passed to the addon itself from being given to the linter.

    ๐Ÿ‘ show-hint addon: Improve screen reader support.

    search addon: Avoid using innerHTML.

  • v5.62.0 Changes

    June 21, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ‘Œ Improve support for vim-style cursors in a number of themes.

    ๐Ÿ†• New features

    ๐Ÿ‘• lint addon: Add support for highlighting lines with errors or warnings.

  • v5.61.1 Changes

    May 20, 2021

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix a bug where changing the editor's document could confuse text-direction management.

    ๐Ÿ›  Fix a bug in horizontally scrolling the cursor into view.

    โšก๏ธ Optimize adding lots of marks in a single transaction.

    ๐Ÿ‘ simple mode addon: Support regexps with a unicode flag.

    ๐Ÿ‘ javascript mode: Add support for TypeScript template string types, improve integration with JSX mode.