Changelog History
Page 1
-
v5.65.10 Changes
November 20, 2022๐ Bug fixes
sql-hint addon: Fix completion when the SQL mode is wrapped by some outer mode.
๐ javascript mode: Fix parsing of property keywords before private property names.
-
v5.65.9 Changes
September 20, 2022๐ Bug fixes
โ Add a workaround for a regression in Chrome 105 that could cause content below the editor to not receive mouse events.
show-hint addon: Resize the tooltip if it doesn't fit the screen.
swift mode: Fix tokenizing of block comments.
๐ jinja2 mode: Support line statements.
-
v5.65.8 Changes
August 20, 2022๐ Bug fixes
0๏ธโฃ Include direction override and isolate characters in the default set of special characters.
๐ Fix an issue that could cause document corruption when mouse-selecting during composition.
foldgutter addon: Refresh markers when the editor's mode changes.
๐ merge addon: Fix syntax that prevented the addon from loading in IE10.
-
v5.65.7 Changes
July 20, 2022๐ Bug fixes
๐ Fix several references to the global
document
/window
, improving support for creating an editor in another frame.vim bindings: Use upstream code instead of keeping our own copy.
tern addon: Properly HTML escape variable names in rename dialog.
-
v5.65.6 Changes
June 20, 2022๐ Bug fixes
Avoid firing
beforeCursorEnter
callbacks twice for cursor selections.๐ Improve support for auto-hiding macOS scrollbars.
show-hint addon: Fix an issue where the tooltip could be placed to the left of the screen.
๐ swift mode: Support structured concurrency keywords.
-
v5.65.5 Changes
May 30, 2022๐ Bug fixes
โช Work around a bug in Chrome 102 that caused wheel scrolling of the editor to constantly stop.
search addon: Make sure the search field has an accessible label.
comment addon: Preserve indentation on otherwise empty lines when indenting.
-
v5.65.4 Changes
May 20, 2022๐ Bug fixes
Ignore paste events when the editor doesn't have focus.
๐ sparql mode: Fix parsing of variables after operators.
julia mode: Properly tokenize
!==
and===
operators. -
v5.65.3 Changes
April 20, 2022๐ Bug fixes
๐ Fix a crash that could occur when when marking text.
๐ merge addon: Add aria label to buttons.
groovy mode: Properly highlight interpolated variables.
-
v5.65.2 Changes
February 21, 2022๐ Bug fixes
clike mode: Recognize triple quoted string in Java.
cypher mode: Fix handling of punctuation.
-
v5.65.1 Changes
January 20, 2022๐ Bug fixes
๐ Fix miscalculation of vertical positions in lines that have both line widgets and replaced newlines.