Releases: ajaxorg/ace
Releases · ajaxorg/ace
v1.9.4
What's Changed
- Updated license field to be in line with ace-builds package by @andrewnester in #4893
Full Changelog: v1.9.3...v1.9.4
v1.9.3
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Full Changelog: v1.9.1...v1.9.2
v1.9.0
1.9.0 (2022-08-08)
Features
- added ability to limit amount of undos/redos (#4872) (897ee0a)
- publish Ace source code to ace-code NPM package (#4881) (66cf041)
Bug Fixes
- Fix determination of anonymous code blocks in Postgres Mode (fixes #4790) (06f7e22)
- Fixed Ace typings (23208f2)
- Fixed jsDoc annotations (e15abb4), closes #4879
- refactor of kotlin mode to simplify states and resolve incorrect highlights (a30a99d)
- returned precise highlight for functions params, generics and types (967aa6b)
- Rust identifiers normally recognised now; generics highlight support; doc comments support (#4868) (bbb5800)
New Contributors
- @anijanyan made their first contribution in #4871
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
1.8.0 (2022-07-20)
Features
Bug Fixes
- add undocumented Target command (62e8e9e), closes #4839
- added NSIS 3.08 commands (acad68c), closes #4838
- bidihandler: check for undefined before access length property on
splits
variable (457b657) - correct highlight of php heredoc strings with one word on line (ae4564c)
- Fixed typo in Nord Dark theme. (#4843) (38bf666)
- Move session.onChange and placeholder.onChange handlers to be first in the change event handler queue (bcb51f2)
- reuse
getTargetDir
function (b89c4db) - type declarations (a8830fc)
New Contributors
- @arcanistzed made their first contribution in #4833
- @antoineveldhoven made their first contribution in #4843
- @dntrkv made their first contribution in #4835
Full Changelog: v1.7.1...v1.8.0
v1.7.1
v1.7.0
1.7.0 (2022-06-28)
Features
- Add Robot Framework syntax highlighting (773c0c5), closes #4614
- Added YAML language linter (451f915), closes #3979
Bug Fixes
- Added two tmthemes gruvbox dark (hard) and light (hard) (6b1e67f), closes #3673
- adds ignore browserified dir to eslintignore (56b591b)
- Allow setAnnotations to use custom className (f505879), closes #4362
- Avoid substitutions when Webpack was introduced (a540323), closes #4476
- Highlighting DISTINCT keyword in SQL (fb3820a), closes #4399
- Make sure completions aren't null or undefined (a78e127), closes #4608
New Contributors
- @SullyJHF made their first contribution in #4614
- @Nevin1901 made their first contribution in #4608
- @w89612b made their first contribution in #4476
- @akashdotsrivastava made their first contribution in #4399
- @FavorMylikes made their first contribution in #4362
- @asantos00 made their first contribution in #3979
- @stuples made their first contribution in #3673
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
1.6.0 (2022-06-10)
Features
- Add ability to use HTML fragments (#4812)
Bug Fixes
- Add class to tooltip DOM element distinguish errors from warnings (#4810) (d2446d6)
- Autocomplete stopped working after upgrade to v1.5.2 (48e6b60)
- Fix css EOF duplicate errors #4816 (48176f6)
- Fix overflow button for long lines with one token (#4818) (3f93451)
New Contributors
- @BenSouchet made their first contribution in #4810
- @Exaphis made their first contribution in #4818
Full Changelog: v1.5.3...v1.6.0