Skip to content

Releases: ajaxorg/ace

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

v1.10.1

06 Sep 11:09
Compare
Choose a tag to compare

Bug Fixes

  • prevent javascript snippets file confusing old packagers (#4917) (5d7b65c)

Full Changelog: v1.10.0...v1.10.1

v1.10.0

31 Aug 07:53
Compare
Choose a tag to compare

Features

  • editor option for indent guide highlighting (f1f6517)

Bug Fixes

  • add mock getHighlightIndentGuides and setHighlightIndentGuides for old tests to work (4067512)
  • added "flex-start" and "flex-end" (#4912) (3e14988)
  • Fix problematic semicolon in CSS media queries (#4849) (18a459a)
  • more optimal way to accessing an element's list of classes; mark highlightIndentGuide as internal property (855a874)
  • strictly equal instead of loosely (d4c1ab8)
  • Updated Jshint to 2.13.5 (#4911) (2401fbd)

New Contributors

Full Changelog: v1.9.6...v1.10.0