Skip to content

Releases: ajaxorg/ace

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

v1.9.6

17 Aug 08:19
Compare
Choose a tag to compare

1.9.6 (2022-08-17)

Bug Fixes

  • better way to extract css for csp environments (1b0612b)

v1.9.5

10 Aug 08:12
Compare
Choose a tag to compare

1.9.5 (2022-08-10)

Bug Fixes

  • reverted fix build script CSS extract with options.compress (#4894) (8fa4500)

v1.9.4

09 Aug 16:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.3...v1.9.4

v1.9.3

08 Aug 19:17
Compare
Choose a tag to compare

Full Changelog: v1.9.2...v1.9.3

v1.9.2

08 Aug 14:51
Compare
Choose a tag to compare

Full Changelog: v1.9.1...v1.9.2

v1.9.0

08 Aug 14:09
Compare
Choose a tag to compare

1.9.0 (2022-08-08)

Features

  • added ability to limit amount of undos/redos (#4872) (897ee0a)
  • publish Ace source code to ace-code NPM package (#4881) (66cf041)

Bug Fixes

  • Fix determination of anonymous code blocks in Postgres Mode (fixes #4790) (06f7e22)
  • Fixed Ace typings (23208f2)
  • Fixed jsDoc annotations (e15abb4), closes #4879
  • refactor of kotlin mode to simplify states and resolve incorrect highlights (a30a99d)
  • returned precise highlight for functions params, generics and types (967aa6b)
  • Rust identifiers normally recognised now; generics highlight support; doc comments support (#4868) (bbb5800)

New Contributors

Full Changelog: v1.8.1...v1.9.0