Skip to content

Releases: ajaxorg/ace

v1.23.4

12 Jul 07:52
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • filterText triggered selection range removal when completions range was present (#5249) (b586e4d)

Full Changelog: v1.23.3...v1.23.4c

v1.23.3

10 Jul 17:39
Compare
Choose a tag to compare

Bug fixes

New Contributors

Full Changelog: v1.23.2...v1.23.3

v1.23.2

07 Jul 10:04
Compare
Choose a tag to compare

Bug fixes

Other changes

New Contributors

Full Changelog: v1.23.1...v1.23.2

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