Skip to content

Releases: ajaxorg/ace

v1.32.9

Choose a tag to compare

@InspiredGuy InspiredGuy released this 29 Mar 12:30

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

Choose a tag to compare

@oykuyilmaz oykuyilmaz released this 22 Mar 19:52

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

Choose a tag to compare

@akoreman akoreman released this 01 Mar 16:20

What's Changed

New Contributors

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

v1.32.6

Choose a tag to compare

@oykuyilmaz oykuyilmaz released this 07 Feb 08:49

What's Changed

Bug Fixes

  • Only show snippet markers for the current snippet on edit (#5478) (7dcfa41)

Full Changelog: v1.32.5...v1.32.6

v1.32.5

Choose a tag to compare

@akoreman akoreman released this 30 Jan 08:45

What's Changed

New Contributors

Full Changelog: v1.32.4...v1.32.5

v1.32.4

Choose a tag to compare

@akoreman akoreman released this 29 Jan 10:01

What's Changed

New Contributors

Full Changelog: v1.32.3...v1.32.4

v1.32.3

Choose a tag to compare

@oykuyilmaz oykuyilmaz released this 29 Dec 14:11

What's Changed

Bug Fixes

  • improve prefixing for inline preview (#5439) (51006bb)
  • update ghost text if on same line popup (12f4664)
  • updated red color in cloud-editor dark theme (#5432) (142b607)

New Contributors

Full Changelog: v1.32.2...v1.32.3

v1.32.2

Choose a tag to compare

@marinsokol5 marinsokol5 released this 14 Dec 13:25

What's Changed

New Contributors

Full Changelog: v1.32.1...v1.32.2

v1.32.1

Choose a tag to compare

@akoreman akoreman released this 11 Dec 15:11

What's Changed

  • fix: yaml worker errors at undefined row/column by @akoreman in #5409
  • Introduce JSDoc-based Type System with checkJs flag by @mkslanc in #5318
  • Fix wrong import path by @mkslanc in #5417
  • fix: prevent browser scroll while scrolling over the tooltip by @oykuyilmaz in #5414
  • fix: don't show loading state when empty completer array is provided by @akoreman in #5418
  • fix: switch aria-selected to aria-current for webkit by @akoreman in #5416

Full Changelog: v1.32.0...v1.32.1

v1.32.0

Choose a tag to compare

@akoreman akoreman released this 30 Nov 15:59

What's Changed

  • fix #5394: ext/textarea sets styles using 'style' attributes by @nightwing in #5396
  • fix tooltip positioning issues by @nightwing in #5397
  • Fix empty search match before surrogate pair causing infinite loop by @FIameCaster in #5389
  • fix: set completion popup role to 'menu' for safari by @akoreman in #5403
  • fix: try to scroll inline preview into view by @akoreman in #5400
  • feat: adding CloudEditor theme by @marinsokol5 in #5404
  • fix: stop rendering the completion popup disconnected from the editor for long ghost text by @akoreman in #5401
  • fix: autocomplete tests by @akoreman in #5407
  • Add onSeen and onInsert to completions by @whazor in #5402

New Contributors

  • @FIameCaster made their first contribution in #5389

Full Changelog: v1.31.2...v1.32.0