Releases: codemirror/codemirror5
5.65.18
5.65.17
5.65.16
5.65.15
5.65.14
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
5.65.12
5.65.11
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
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
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.