Skip to content

Releases: ajaxorg/ace

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

v1.8.1

21 Jul 19:25
Compare
Choose a tag to compare

Bug Fixes

  • prevent race condition when creating css files in build (1777bfb) (fixes #4850)

1.8.0 (2022-07-20)

Full Changelog: v1.8.0...v1.8.1

v1.8.0

20 Jul 11:27
Compare
Choose a tag to compare

1.8.0 (2022-07-20)

Features

Bug Fixes

  • add undocumented Target command (62e8e9e), closes #4839
  • added NSIS 3.08 commands (acad68c), closes #4838
  • bidihandler: check for undefined before access length property on splits variable (457b657)
  • correct highlight of php heredoc strings with one word on line (ae4564c)
  • Fixed typo in Nord Dark theme. (#4843) (38bf666)
  • Move session.onChange and placeholder.onChange handlers to be first in the change event handler queue (bcb51f2)
  • reuse getTargetDir function (b89c4db)
  • type declarations (a8830fc)

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

29 Jun 14:04
Compare
Choose a tag to compare

1.7.1 (2022-06-29)

Bug Fixes

  • Fixed accessing properties when err is null in onerror handler (3b62a07)
  • Uncaught TypeError: Cannot read properties of undefined in worker code (ce068ac)

v1.7.0

28 Jun 15:58
Compare
Choose a tag to compare

1.7.0 (2022-06-28)

Features

Bug Fixes

  • Added two tmthemes gruvbox dark (hard) and light (hard) (6b1e67f), closes #3673
  • adds ignore browserified dir to eslintignore (56b591b)
  • Allow setAnnotations to use custom className (f505879), closes #4362
  • Avoid substitutions when Webpack was introduced (a540323), closes #4476
  • Highlighting DISTINCT keyword in SQL (fb3820a), closes #4399
  • Make sure completions aren't null or undefined (a78e127), closes #4608

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

24 Jun 14:57
Compare
Choose a tag to compare

1.6.1 (2022-06-24)

Bug Fixes

  • Highlight unicode characters in Python function and class names (be6f2d1)
  • Incorrect YAML syntax highlighting for version numbers with multiple periods #4827 (915fcaf)

Full Changelog: v1.6.0...v1.6.1