Releases: ajaxorg/ace
Releases · ajaxorg/ace
v1.13.0
What's Changed
Features
Bug Fixes
- Add missing options to
VirtualRendererOptions
andEditorOptions
(#4983) (19dd2ec) - Fix
documentElement
was null in rare cases by @mkslanc in #4981 - Fix of scroll while interrupting animation (#4993) (0092f3f)
- rare case when document passed to
dom.scrollbarWidth
doesn'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's
ClassList
toggle
andcontains
methods returnboolean
instead 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_RELATIVE
namespaced 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
v1.11.1
v1.11.0
Features
- Add gutter indicators for annotations; add custom scrollbar to display gutter indicators (62fb0d8)
Bug Fixes
- Change scroll behaviour for
onmousedown
to immediate scroll to point (392b224) - Do not try apply highlight indent guide if the file is empty (#4928) (a90ef27)
- Restrict annotation mark max height and optimise marks coords on canvas (a6e2259)
New Contributors
Full Changelog: v1.10.1...v1.11.0