Releases: ajaxorg/ace
Releases · ajaxorg/ace
v1.13.2
What's Changed
Bug Fixes
- Add missing options to
EditorOptions(#5003) (451b63f) - Better ES6 support for JavaScript Mode (6fb39e3)
- Fix vim keybindings scroll to the selected line (#4980) (8562f94)
- show 2 context characters of a line when moving to it (#4998) (743190e)
New Contributors
Full Changelog: v1.13.1...v1.13.2
v1.13.1
Bug Fixes
- Change curly braces insertion behavior for Markdown to act the same as for other braces (#4994) (2760234)
- Incorrect cursor position for very long lines (#4996) (e57a9d9)
New Contributors
- @andredcoliveira made their first contribution in #4996
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
Features
Bug Fixes
- Add missing options to
VirtualRendererOptionsandEditorOptions(#4983) (19dd2ec) - Fix
documentElementwas null in rare cases by @mkslanc in #4981 - Fix of scroll while interrupting animation (#4993) (0092f3f)
- rare case when document passed to
dom.scrollbarWidthdoesn't havedocumentElement(#4981) (df44158) - Fix for '-' keybinding in Vim in Firefox by @piotrduperas in #4988
New Contributors
- @piotrduperas made their first contribution in #4988
Full Changelog: v1.12.5...v1.13.0
v1.12.5
What's Changed
Bug Fixes
- enableLiveAutocompletion documentation (#4976) (987ab76)
- vim "normal" mode brackets highlighting (0fbc54c)
Full Changelog: v1.12.4...v1.12.5
v1.12.4
v1.12.3
v1.12.2
v1.12.1
What's Changed
Bug Fixes
- php worker rules for T_NAME_FULLY_QUALIFIED (#4960) (52dbb05)
- recognisition of uppercase hex numbers for stylus mode (#4962) (87e0dc7)
New Contributors
- @runbing made their first contribution in #4961
- @masterWeber made their first contribution in #4960
Full Changelog: v1.12.0...v1.12.1
v1.12.0
Features
- implement BibTeX mode highlighting (ab9e191)
Bug Fixes
MockDom'sClassListtoggleandcontainsmethods returnbooleaninstead ofvoid(e8c0a1f)- change lua version to 5.3 (#4954) (fc56af5)
- documentation for TokenIterator methods (#4955) (6bff7b4)
- Fixed comment folding bugs for html (xml like languages) (#4910) (5279a8a)
- mode change for vim tests (236a31e)
- php worker rules for
T_NAME_FULLY_QUALIFIED,T_NAME_QUALIFIED,T_NAME_RELATIVEnamespaced names tokens (#4948) (059ff71) - tools to work with new ace project structure (7894c4b)
Full Changelog: v1.11.2...v1.12.0
v1.11.2
1.11.2 (2022-09-26)
Bug Fixes
- Fixed handling surrogare characters in insert, replace, delete mode in Vim (72fd4b7)
- Fixed handling surrogate characters in insert-after mode in Vim (38f893a)
New Contributors
- @sashashura made their first contribution in #4935
Full Changelog: v1.11.1...v1.11.2