Releases: ajaxorg/ace
Releases · ajaxorg/ace
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
v1.5.3
v1.5.2
1.5.2 (2022-05-30)
Bug Fixes
- Added es6-shim library to fix old browsers (#4720) (5ba71a0)
- Added mockdom.before method (#4724) (ffedba3)
- Added support for cjs, mjs and log modes (#4718) (375498a)
- Adds missed functions into
php_completions.js
(#4726) (7d5f4b8) - Cannot read property of null for bgTokenizer after session is destroyed (#4713) (d604f52)
- Do not render selected word markers for the same range multiple times (#4727) (cd30f59)
- Fixed popup CSS styling (#4728) (045a3e6)
- Fixed scrolling code lenses into view (#4717) (710b14a)
- Multiple improvements for Ace themes (#4715) (87ad55d)
- Only send postMessage through worker if it's defined (#4722) (2afa4bf)
- Pass additional arguments for command.exec (#4723) (3b36762)
- Removed focussing after timeout in text input (#4716) (f8ea48f)
- Throw invalid delta error if change is out of range and added V2 for worker and worker client (#4721) (f269889)
- Updated ace typings (#4714) (d5d6f9a)
Full Changelog: v1.5.1...v1.5.2
v1.5.1
1.5.1 (2022-05-23)
Bug Fixes
- Correctly tokenize YAML meta tags with non alphabetical characters after multiline string (#4706) (0164811)
- Made commas be tokenized as punctuation operator instead of text in JSON (#4703) (4c4883a)
- Multiple Partiql and Amazon Ion textual notation fixes (#4686) (bffba8d)
- PHP syntax fix for AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG (#4705) (d59c22b)
- Python functions should be highlighted as functions (#4708) (b2aaf1f)
- Updated PHP mode to support PHP8.1 syntax (#4696) (33cf1c6)
New Contributors
- @jeroenpost86 made their first contribution in #4696
- @zardam made their first contribution in #4708
Full Changelog: v1.5.0...v1.5.1
v1.5.0
1.5.0 (2022-05-12)
Features
- Added ability to configure certain format options for beautify extension (20275de)
Bug Fixes
- snippets tooltip display more friendly (b78d772)
- Render bidirectional unicode characters as control characters (#4693) (4d2ecf0)
New Contributors
- @MasterOdin made their first contribution in #4631
- @jpschorr made their first contribution in #4630
- @hv15 made their first contribution in #4625
- @Zeng-J made their first contribution in #4669
Full Changelog: v1.4.14...v1.5.0