Skip to content

Releases: ajaxorg/ace

v1.13.2

07 Dec 17:41

Choose a tag to compare

What's Changed

Bug Fixes

  • Add missing options to EditorOptions (#5003) (451b63f)
  • Better ES6 support for JavaScript Mode (6fb39e3)
  • Fix vim keybindings scroll to the selected line (#4980) (8562f94)
  • show 2 context characters of a line when moving to it (#4998) (743190e)

New Contributors

Full Changelog: v1.13.1...v1.13.2

v1.13.1

16 Nov 11:23

Choose a tag to compare

Bug Fixes

  • Change curly braces insertion behavior for Markdown to act the same as for other braces (#4994) (2760234)
  • Incorrect cursor position for very long lines (#4996) (e57a9d9)

New Contributors

Full Changelog: v1.13.0...v1.13.1

v1.13.0

11 Nov 11:36

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • Add missing options to VirtualRendererOptions and EditorOptions (#4983) (19dd2ec)
  • Fix documentElement was null in rare cases by @mkslanc in #4981
  • Fix of scroll while interrupting animation (#4993) (0092f3f)
  • rare case when document passed to dom.scrollbarWidth doesn't have documentElement (#4981) (df44158)
  • Fix for '-' keybinding in Vim in Firefox by @piotrduperas in #4988

New Contributors

Full Changelog: v1.12.5...v1.13.0

v1.12.5

01 Nov 09:50

Choose a tag to compare

What's Changed

Bug Fixes

  • enableLiveAutocompletion documentation (#4976) (987ab76)
  • vim "normal" mode brackets highlighting (0fbc54c)

Full Changelog: v1.12.4...v1.12.5

v1.12.4

31 Oct 10:43

Choose a tag to compare

Bug Fixes

New Contributors

Full Changelog: v1.12.3...v1.12.4

v1.12.3

18 Oct 15:40

Choose a tag to compare

Bug Fixes

  • Fix syntax error in the custom scroll CSS (#4968) (f2a424a)

New Contributors

Full Changelog: v1.12.2...v1.12.3

v1.12.2

18 Oct 10:38

Choose a tag to compare

Bug Fixes

Full Changelog: v1.12.1...v1.12.2

v1.12.1

17 Oct 09:33

Choose a tag to compare

What's Changed

Bug Fixes

  • php worker rules for T_NAME_FULLY_QUALIFIED (#4960) (52dbb05)
  • recognisition of uppercase hex numbers for stylus mode (#4962) (87e0dc7)

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0

15 Oct 11:17

Choose a tag to compare

Features

  • implement BibTeX mode highlighting (ab9e191)

Bug Fixes

  • MockDom's ClassList toggle and contains methods return boolean instead of void (e8c0a1f)
  • change lua version to 5.3 (#4954) (fc56af5)
  • documentation for TokenIterator methods (#4955) (6bff7b4)
  • Fixed comment folding bugs for html (xml like languages) (#4910) (5279a8a)
  • mode change for vim tests (236a31e)
  • php worker rules for T_NAME_FULLY_QUALIFIED, T_NAME_QUALIFIED, T_NAME_RELATIVE namespaced names tokens (#4948) (059ff71)
  • tools to work with new ace project structure (7894c4b)

Full Changelog: v1.11.2...v1.12.0

v1.11.2

26 Sep 19:58

Choose a tag to compare

1.11.2 (2022-09-26)

Bug Fixes

  • Fixed handling surrogare characters in insert, replace, delete mode in Vim (72fd4b7)
  • Fixed handling surrogate characters in insert-after mode in Vim (38f893a)

New Contributors

Full Changelog: v1.11.1...v1.11.2