Skip to content

Tags: codemirror/codemirror5

Tags

5.65.17

Toggle 5.65.17's commit message
Version 5.65.17

### Bug fixes

[crystal mode](https://codemirror.net/5/mode/crystal/index.html): Fix an infinite loop bug when tokenizing heredoc strings.

5.65.16

Toggle 5.65.16's commit message
Version 5.65.16

### Bug fixes

Fix focus tracking in shadow DOM.

[go mode](https://codemirror.net/5/mode/go/): Allow underscores in numbers.

[jsx mode](https://codemirror.net/5/mode/jsx/index.html): Support TS generics marked by trailing comma.

5.65.15

Toggle 5.65.15's commit message
Version 5.65.15

### Bug fixes

[lint addon](https://codemirror.net/5/doc/manual.html#addon_lint): Prevent tooltips from sticking out of the viewport.

[yaml mode](https://codemirror.net/5/mode/yaml/): Fix an exponential-complexity regular expression.

5.65.14

Toggle 5.65.14's commit message
Version 5.65.14

### Bug fixes

[clike mode](https://codemirror.net/5/mode/clike/): Fix poor indentation in some Java code.

[nsis mode](https://codemirror.net/5/mode/nsis/index.html): Recognize `!assert` command.

[lint addon](https://codemirror.net/5/doc/manual.html#addon_lint): Remove broken annotation deduplication.

5.65.13

Toggle 5.65.13's commit message
Version 5.65.13

### Bug fixes

[dart mode](https://codemirror.net/5/mode/dart/index.html): Add some new keywords.

[clike mode](https://codemirror.net/5/mode/clike/): Tokenize Scala character literals.

5.65.12

Toggle 5.65.12's commit message
Version 5.65.12

### Bug fixes

[python mode](https://codemirror.net/5/mode/python/): Add new built-ins and keywords.

5.65.11

Toggle 5.65.11's commit message

Verified

This tag was signed with the committer’s verified signature.
marijnh Marijn Haverbeke
Version 5.65.11

### Bug fixes

Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.

[sql-hint addon](https://codemirror.net/5/doc/manual.html#addon_sql-hint): Fix keyword completion in generic SQL mode.

5.65.10

Toggle 5.65.10's commit message

Verified

This tag was signed with the committer’s verified signature.
marijnh Marijn Haverbeke
Version 5.65.10

### Bug fixes

[sql-hint addon](https://codemirror.net/5/doc/manual.html#addon_sql-hint): Fix completion when the SQL mode is wrapped by some outer mode.

[javascript mode](https://codemirror.net/5/mode/javascript/index.html): Fix parsing of property keywords before private property names.

5.65.9

Toggle 5.65.9's commit message

Verified

This tag was signed with the committer’s verified signature.
marijnh Marijn Haverbeke
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](https://codemirror.net/5/doc/manual.html#addon_show-hint): Resize the tooltip if it doesn't fit the screen.

[swift mode](https://codemirror.net/5/mode/swift): Fix tokenizing of block comments.

[jinja2 mode](https://codemirror.net/5/mode/jinja2/): Support line statements.

5.65.8

Toggle 5.65.8's commit message

Verified

This tag was signed with the committer’s verified signature.
marijnh Marijn Haverbeke
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](https://codemirror.net/5/doc/manual.html#addon_foldgutter): Refresh markers when the editor's mode changes.

[merge addon](https://codemirror.net/5/doc/manual.html#addon_merge): Fix syntax that prevented the addon from loading in IE10.