Skip to content

Releases: ajaxorg/ace

v1.23.1

04 Jul 21:12
Compare
Choose a tag to compare

What's Changed

  • Generate esm-resolver.d.ts to provide intellisense by @mkslanc in #5213

Bug fixes

Full Changelog: v1.23.0...v1.23.1

v1.23.0

21 Jun 09:46
Compare
Choose a tag to compare

What's Changed

Features

  • autocomplete: ellipsis is shown when suggestions is longer than popover width (#5204) (de4234b)
  • signal gutterkeydown in keyboard accessibility mode (#5202) (538b18c)

Bug Fixes

New Contributors

Full Changelog: v1.22.1...v1.23.0

v1.22.1

11 Jun 14:46
Compare
Choose a tag to compare

Bug Fixes

  • fix: include ace-modes to the npm package by @ibabanov-aws in #5181
  • fix empty comment highlighting in swift mode by @nightwing in #5184
  • use keywordMapper instead of huge regexp which is very slow on chrome on mac by @nightwing in #5186
  • do not allow a terminated worker to generate uncaught errors by @nightwing in #5182
  • [mode-mysql] Fix autocomplete typo: β€œgroupby_concat” β†’ β€œgroup_concat” by @shaunlebron in #5195
  • fix: don't throw unhandled errors in TabstopManager when EditSession becomes undefined by @andredcoliveira in #5193
  • Announce doc-tooltips to assistive technology by @oykuyilmaz in #5198
  • Fix bug with Jsdoc comment foldings by @mkslanc in #5197

New Contributors

Full Changelog: v1.22.0...v1.22.1

v1.22.0

22 May 07:59
Compare
Choose a tag to compare

What's Changed

Features

Other changes

  • fix: set role annotation and add inline unfold to nls by @akoreman in #5176

New Contributors

Full Changelog: v1.21.1...v1.22.0

v1.21.1

16 May 14:29
Compare
Choose a tag to compare

Bug Fixes

  • console error when hovering over empty gutter cell with tooltipFollowsMouse set to false (#5173) (5ff8d4c)

1.21.0 (2023-05-15)

Other Changes

  • chore: add rel="noopener noreferrer" to links which open in new tab by @InspiredGuy in #5171

Full Changelog: v1.21.0...v1.21.1

v1.21.0

15 May 08:26
Compare
Choose a tag to compare

Features

Custom empty message when no completion found (#5158) (204aafa)
Special trigger characters to start autocomplete (#5147) (c2cfc5a)

Bug Fixes

command bar command type (#5168) (64c8253)

Other Changes

New Contributors

Full Changelog: v1.20.0...v1.21.0

v1.20.0

10 May 15:35
Compare
Choose a tag to compare

Features

  • Add gutter controls to keyboard accessibility mode (#5146) (5f2face)
  • Inline autocomplete tooltip UX redesign (#5149) (8d56c84)

Other Changes

New Contributors

Full Changelog: v1.19.0...v1.20.0

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