Skip to content

Releases: codemirror/codemirror5

5.65.16

20 Nov 09:59
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Version 5.65.12

Bug fixes

python mode: Add new built-ins and keywords.

5.65.11

20 Dec 10:13
5.65.11
Compare
Choose a tag to compare

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
5.65.10
Compare
Choose a tag to compare

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
5.65.9
Compare
Choose a tag to compare

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.

5.65.8

20 Aug 11:15
5.65.8
Compare
Choose a tag to compare

Version 5.65.8

Bug fixes

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.

5.65.7

20 Jul 09:58
5.65.7
Compare
Choose a tag to compare

Version 5.65.7

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.