Releases: codemirror/codemirror5
Releases · codemirror/codemirror5
5.65.18
20 Sep 11:19
Compare
Sorry, something went wrong.
No results found
Version 5.65.18
Bug fixes
dart mode : Handle numeric separators.
groovy mode : Fix a bug in highlighting interpolated variable names.
5.65.17
20 Jul 14:25
Compare
Sorry, something went wrong.
No results found
Version 5.65.17
Bug fixes
crystal mode : Fix an infinite loop bug when tokenizing heredoc strings.
5.65.16
20 Nov 09:59
Compare
Sorry, something went wrong.
No results found
Version 5.65.16
Bug fixes
Fix focus tracking in shadow DOM.
go mode : Allow underscores in numbers.
jsx mode : Support TS generics marked by trailing comma.
5.65.15
29 Aug 07:00
Compare
Sorry, something went wrong.
No results found
Version 5.65.15
Bug fixes
lint addon : Prevent tooltips from sticking out of the viewport.
yaml mode : Fix an exponential-complexity regular expression.
5.65.14
17 Jul 07:37
Compare
Sorry, something went wrong.
No results found
Version 5.65.14
Bug fixes
clike mode : Fix poor indentation in some Java code.
nsis mode : Recognize !assert
command.
lint addon : Remove broken annotation deduplication.
5.65.13
15 Jul 07:03
Compare
Sorry, something went wrong.
No results found
Version 5.65.13
Bug fixes
dart mode : Add some new keywords.
clike mode : Tokenize Scala character literals.
5.65.12
20 Feb 10:57
Compare
Sorry, something went wrong.
No results found
Version 5.65.12
Bug fixes
python mode : Add new built-ins and keywords.
5.65.11
20 Dec 10:13
Compare
Sorry, something went wrong.
No results found
Version 5.65.11
Bug fixes
Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.
sql-hint addon : Fix keyword completion in generic SQL mode.
5.65.10
20 Nov 15:36
Compare
Sorry, something went wrong.
No results found
Version 5.65.10
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.
5.65.9
20 Sep 12:46
Compare
Sorry, something went wrong.
No results found
Version 5.65.9
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.