Releases: ajaxorg/ace
Releases · ajaxorg/ace
v1.25.0
v1.24.2
What's Changed
- fix: autocompletion threshold doesn't apply to trigger characters by @yaroslav-tykhonchuk in #5286
- chore: add Acode to users on website by @oykuyilmaz in #5291
- Update php_highlight_rules.js by @rozhnev in #5288
- Index.html page has been updated with project information. by @rj2704 in #5300
- Convert Selection to es6 class by @mkslanc in #5289
- add mts and cts file extensions for typescript by @nightwing in #5305
New Contributors
- @yaroslav-tykhonchuk made their first contribution in #5286
- @rj2704 made their first contribution in #5300
Full Changelog: v1.24.1...v1.24.2
v1.24.1
v1.24.0
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
- add missing SQL keywords: IS and IN (#5263) (c731164)
- bug in lua.lua example file kitchen-sink (#5258) (6549570)
- support more environments (#5266) (b196806)
New Contributors
- @first-leon made their first contribution in #5258
- @wlodi83 made their first contribution in #5263
- @SignalWhisperer made their first contribution in #5278
Full Changelog: v1.23.4...v1.24.0
v1.23.4
v1.23.3
v1.23.2
Bug fixes
- Fix: typo in function name getDisplayIndentGuides by @mkslanc in #5229
- NSIS mode: add !assert command by @idleberg in #5231
- fix: bug in guttertooltip when
tooltipsFollowsMouse
set to false by @akoreman in #5217 - bug(autocomplete): fix a11y violations by @oykuyilmaz in #5241
Other changes
- Update index.html by @user8446 in #5222
- chore: add a template for requests to add a project to Ace website by @InspiredGuy in #5216
New Contributors
Full Changelog: v1.23.1...v1.23.2
v1.23.1
What's Changed
Bug fixes
- fix regression in ace-builds loading by @nightwing in #5218
Full Changelog: v1.23.0...v1.23.1
v1.23.0
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
- Fix vite build and webpack warning (#5192) (e14902e)
- gutter tooltip class fix (#5211) (5bdb944)
- Improve ARIA labelling fold controls (#5205) (dad5e6f)
- regression in setting breakpoints on folded lines (51326eb)
New Contributors
Full Changelog: v1.22.1...v1.23.0
v1.22.1
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
- @shaunlebron made their first contribution in #5195
Full Changelog: v1.22.0...v1.22.1