Skip to content

Releases: ajaxorg/ace

v1.25.0

14 Sep 08:44
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v1.24.2...v1.25.0

v1.24.2

08 Sep 15:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.24.1...v1.24.2

v1.24.1

15 Aug 11:58
Compare
Choose a tag to compare

Bug Fixes

  • fix autocompletion for lsp servers providing ranges for completion items

v1.24.0

09 Aug 11:17
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for Unicode boundaries (#5265) (1e6fcf3)
  • Allow more lines in hidden textarea to improve screen reader experience on Windows (#5225) (bccff5a)
  • Cuttlefish mode (#5278) (9cddf64)

Bug Fixes

New Contributors

Full Changelog: v1.23.4...v1.24.0

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