Releases: ajaxorg/ace
Releases · ajaxorg/ace
v1.33.2
What's Changed
- Fix: wrong token type in Erlang format specifiers by @mkslanc in #5535
- Fix: generator function's determination and wrong parameter highlighting by @mkslanc in #5538
- Fix: incorrect autocomplete item spans whitespace trimming by @mkslanc in #5539
- Fix: Add soft wrap for ghost text by @mkslanc in #5540
- Update index.html by @oykuyilmaz in #5546
- handle events without deprecated keyCode property by @nightwing in #5543
- Fix: not determined folding widgets for html tags by @mkslanc in #5548
- Update index.html by @rahulkumarsingh73690 in #5553
Full Changelog: v1.33.1...v1.33.2
v1.33.1
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
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
- @cclauss made their first contribution in #5528
- @nlujjawal made their first contribution in #5523
Full Changelog: v1.32.9...v1.33.0
v1.32.9
v1.32.8
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
What's Changed
- Update index.html by @Hiren2001 in #5481
- Vue mode by @mkslanc in #5483
- Added support for 32-bit ARM assembly language by @myriath in #5484
- Escape $ for replacements without
options.regExp
flag by @mkslanc in #5488 - Updates to ARM assembly highlighting by @myriath in #5489
- fix: switch red/blue in cloudeditor themes by @akoreman in #5492
- Add TypeScript types for modelist extension by @nwalters512 in #5467
New Contributors
- @Hiren2001 made their first contribution in #5481
- @myriath made their first contribution in #5484
- @nwalters512 made their first contribution in #5467
Full Changelog: v1.32.6...v1.32.7
v1.32.6
v1.32.5
What's Changed
- Update Readme.md by @Alababdiy in #5470
- change colors for ace_snippet-marker by @oykuyilmaz in #5474
New Contributors
- @Alababdiy made their first contribution in #5470
Full Changelog: v1.32.4...v1.32.5
v1.32.4
What's Changed
- Update index.html by @oykuyilmaz in #5442
- prql: Add modules by @vanillajonathan in #5440
- fix: update JSX mode to reflect React JSX by @InspiredGuy in #5451
- Change release shell script for new version of doc generator by @mkslanc in #5441
- Update index.html by @rozhnev in #5461
- scrollPastEnd type number by @nguyentranchung in #5462
- Add all ANSI Keywords to sql_highlight_rules.js by @aersam in #5448
- fix backspace handling during composition on firefox by @nightwing in #5430
- Update vim by @nightwing in #5450
- fix regression in passing matches startAutocomplete by @nightwing in #5475
- added ziglang support by @bajrangCoder in #5429
- fix: Improve contrast of completion popup in CloudEditor theme by @akoreman in #5473
New Contributors
- @nguyentranchung made their first contribution in #5462
- @aersam made their first contribution in #5448
- @bajrangCoder made their first contribution in #5429
Full Changelog: v1.32.3...v1.32.4
v1.32.3
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
- @codesmith-emmy made their first contribution in #5438
Full Changelog: v1.32.2...v1.32.3