Releases: ajaxorg/ace
Releases Β· ajaxorg/ace
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
v1.22.0
v1.21.1
Bug Fixes
- console error when hovering over empty gutter cell with tooltipFollowsMouse set to false (#5173) (5ff8d4c)
1.21.0 (2023-05-15)
Other Changes
- chore: add rel="noopener noreferrer" to links which open in new tab by @InspiredGuy in #5171
Full Changelog: v1.21.0...v1.21.1
v1.21.0
Features
Custom empty message when no completion found (#5158) (204aafa)
Special trigger characters to start autocomplete (#5147) (c2cfc5a)
Bug Fixes
command bar command type (#5168) (64c8253)
Other Changes
- Doc comments highlight improvements + closing auto-insertion by @mkslanc in #5109
- hide gutter tooltip on input by @akoreman in #5164
- added github dark theme by @bhagyajkumar in #5154
- fix error when attempting to insert snippet without MultiSelect by @nightwing in #5165
- Small fixes by @nightwing in #5162
New Contributors
- @oykuyilmaz made their first contribution in #5158
- @bhagyajkumar made their first contribution in #5154
Full Changelog: v1.20.0...v1.21.0
v1.20.0
Features
- Add gutter controls to keyboard accessibility mode (#5146) (5f2face)
- Inline autocomplete tooltip UX redesign (#5149) (8d56c84)
Other Changes
- INTERSECT & EXCEPT keywords highlight by @rozhnev in #5136
- fix instances of exponential backtracking found by recheck by @nightwing in #5144
- basic i18n support by @nightwing in #5153
- New insert snippet option to exclude extra indentation by @rahmaniaam in #5155
- Allow custom parentNode for hover tooltips by @whazor in #5156
- Updated jquery and fixed the fork me ribbon on the ace website by @skazantsev in #5161
- Hide Ace content from assistive technologies to improve a11y by @akoreman in #5160
New Contributors
- @rahmaniaam made their first contribution in #5155
- @skazantsev made their first contribution in #5161
Full Changelog: v1.19.0...v1.20.0
v1.19.0
What's Changed
Features
- publishing generated styling files to ace-code package (1fa223e)
New Contributors
- @marinsokol5 made their first contribution in #5152
Full Changelog: v1.18.1...v1.19.0
v1.18.1
What's Changed
Bug Fixes
- Add mode types, improve type definitions (e22bd5c)
- Hide
$getindent
from the SyntaxMode (2b1c65b) - Remove '$' fields for types that don't require exposing them (2db9d4e)
- Remove or update badly formatted declarations (1e7b022)
all by @ibabanov-aws in #5142 - ReplaceRange could now be implemented as an instance of the Range interface, rather than being an instance of the Range class by @mkslanc in #5143 (e1bdccc)
- Wrong next state in regex state by @mkslanc in #5139 (c5ed709)
New Contributors
- @ibabanov-aws made their first contribution in #5142
Full Changelog: v1.18.0...v1.18.1