Skip to content

Releases: ajaxorg/ace

v1.19.0

03 May 09:55
Compare
Choose a tag to compare

What's Changed

Features

  • publishing generated styling files to ace-code package (1fa223e)

New Contributors

Full Changelog: v1.18.1...v1.19.0

v1.18.1

03 May 11:33
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Add mode types, improve type definitions (e22bd5c)
  • Hide $getindent from the SyntaxMode (2b1c65b)
  • Remove '$' fields for types that don't require exposing them (2db9d4e)
  • Remove or update badly formatted declarations (1e7b022)
    all by @ibabanov-aws in #5142
  • ReplaceRange could now be implemented as an instance of the Range interface, rather than being an instance of the Range class by @mkslanc in #5143 (e1bdccc)
  • Wrong next state in regex state by @mkslanc in #5139 (c5ed709)

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

21 Apr 12:13
Compare
Choose a tag to compare

1.18.0 (2023-04-21)

Features

Other Changes

Full Changelog: v1.17.0...v1.18.0

v1.17.0

13 Apr 09:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0

17 Mar 14:33
Compare
Choose a tag to compare

1.16.0 (2023-03-17)

Features

Bug Fixes

  • add updated monospace font for Windows (#5091) (a981972)
  • Added highlighting for TIES keyword introduced in PostgreSQL 13 (#5033) (9588086)
  • Added lateral keyword introduced in MySQL 8.0.14 (#5053) (3250956)
  • editor shadow appears under the selected line background when horizontal scroll is active (#5020) (ab4f788)
  • Fix bug with missing token in latex folding (#5093) (44b3a3e), closes #5090
  • Implement highlight mode for PL/SQL (Oracle) dialect (#5037) (159aa70)
  • Improve MySQL highlighting mode (#5050) (00f6089)
  • Option to determine specific prefixes for quote insertion (#5067) (34e769c), closes #5063
  • Remove broken keybinding from vscode mode (#5032) (68ff964)

New Contributors

Full Changelog: v1.15.3...v1.16.0

v1.15.2

16 Feb 13:57
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • remove usage of deprecated setCapture api (#5047) (30fc3ea)
  • Add accessibility attributes back into autocomplete popup lines (#5049) (07dc157)
  • Fix setAnchor (#5061) (e7d37fa)
  • Added lateral keyword introduced in MySQL 8.0.14 (#5053) (3250956)
  • Implement highlight mode for PL/SQL (Oracle) dialect (#5037) (159aa70)
  • Improve MySQL highlighting mode (#5050) (00f6089)

Full Changelog: v1.15.1...v1.15.2

v1.15.0

25 Jan 16:14
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • Added highlighting for TIES keyword introduced in PostgreSQL 13 (#5033) (9588086)
  • editor shadow appears under the selected line background when horizontal scroll is active (#5020) (ab4f788)
  • Remove broken keybinding from vscode mode (#5032) (68ff964)

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

12 Dec 15:19
Compare
Choose a tag to compare

Features

Bug Fixes

  • added GREATEST|LEAST logical functions added in SQL Server 2022 (#5009) (e3f3e7a)
  • Update ace.d.ts typings for navigate (#5011) (a302709)

New Contributors

Full Changelog: v1.13.2...v1.14.0

v1.13.2

07 Dec 17:41
Compare
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
Compare
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