Skip to content

Releases: ajaxorg/ace

v1.34.2

27 May 08:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.34.1...v1.34.2

v1.34.1

24 May 09:06
Compare
Choose a tag to compare

What's Changed

  • fix: always set aria-label to text input in a11y mode by @akoreman in #5563
  • Fix: Folding for comments and different modes by @mkslanc in #5533

Full Changelog: v1.34.0...v1.34.1

v1.34.0

22 May 15:52
Compare
Choose a tag to compare

What's Changed

  • feat: allow users to add arialabel to text input by @akoreman in #5560

Full Changelog: v1.33.3...v1.34.0

v1.33.3

21 May 16:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.2...v1.33.3

v1.33.2

13 May 10:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.33.1...v1.33.2

v1.33.1

23 Apr 13:16
Compare
Choose a tag to compare

What's Changed

  • Add folding and behaviours for JSX by @mkslanc in #5479
  • Fix Incorrect Module Reference for TypeScriptHighlightRules by @baguskah in #5531
  • fix: account for this.popup being potentially undefined in completion mousewheel listener by @akoreman in #5537

New Contributors

Full Changelog: v1.33.0...v1.33.1

v1.33.0

12 Apr 09:16
Compare
Choose a tag to compare

What's Changed

  • Readme.md: Fix typo by @cclauss in #5528
  • Fix: Contrast is too low for searched items by @nlujjawal in #5523
  • feat: Make translation system key based and add annotation type to gutter icon aria labels by @akoreman in #5524
  • Automate Generation of d.ts for Ace Editor Modes by @mkslanc in #5518

New Contributors

Full Changelog: v1.32.9...v1.33.0

v1.32.9

29 Mar 12:30
Compare
Choose a tag to compare

What's Changed

  • fix: apply class to autocomplete popup for no suggestions state by @akoreman in #5522
  • Folding for PHP alternative syntax by @mkslanc in #5491

Full Changelog: v1.32.8...v1.32.9

v1.32.8

22 Mar 19:52
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • add jsx and tsx highlighting modes (5498)
  • typecheck error with typescript >= 5.4.0 (5507)
  • allow completers to trigger on newline characters (#5519) (6e870fd)
  • don't detach completion popup while typing when prefix is empty (#5517) (7937e53)
  • scroll cursor line to top editor for long inline preview (#5514) (529473b)
  • SwiftHighlightRules exports (#5516) (f493ab0)

Full Changelog: v1.32.7...v1.32.8

v1.32.7

01 Mar 16:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.32.6...v1.32.7