Skip to content

Releases: ajaxorg/ace

v1.13.0

11 Nov 11:36
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

New Contributors

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

v1.12.3

18 Oct 15:40
Compare
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
Compare
Choose a tag to compare

Bug Fixes

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

v1.12.1

17 Oct 09:33
Compare
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
Compare
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
Compare
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

v1.11.1

23 Sep 07:43
Compare
Choose a tag to compare

1.11.1 (2022-09-23)

Bug Fixes

  • Discrepancy between keywords used by mode-aql.js in the current version and the version used by arangodb (1503dd0)
  • The editor can be crashed by passing in undefined into the setValue method (56e6e56)
  • Update vim mode (#4933) (3b89ed0)

v1.11.0

20 Sep 15:41
Compare
Choose a tag to compare

Features

  • Add gutter indicators for annotations; add custom scrollbar to display gutter indicators (62fb0d8)

Bug Fixes

  • Change scroll behaviour for onmousedown to immediate scroll to point (392b224)
  • Do not try apply highlight indent guide if the file is empty (#4928) (a90ef27)
  • Restrict annotation mark max height and optimise marks coords on canvas (a6e2259)

New Contributors

Full Changelog: v1.10.1...v1.11.0