Skip to content

Releases: codemirror/codemirror5

5.65.5

30 May 09:59
5.65.5
Compare
Choose a tag to compare

Version 5.65.5

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.

5.65.4

20 May 09:05
5.65.4
Compare
Choose a tag to compare

Version 5.65.4

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.

5.65.3

20 Apr 09:50
5.65.3
Compare
Choose a tag to compare

Version 5.65.3

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.

5.65.2

21 Feb 08:06
5.65.2
Compare
Choose a tag to compare

Version 5.65.2

Bug fixes

clike mode: Recognize triple quoted string in Java.

cypher mode: Fix handling of punctuation.

5.65.1

20 Jan 12:06
5.65.1
Compare
Choose a tag to compare

Version 5.65.1

Bug fixes

Fix miscalculation of vertical positions in lines that have both line widgets and replaced newlines.

5.65.0

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

Version 5.65.0

Bug fixes

brace-folding addon: Fix broken folding on lines with both braces and square brackets.

New features

vim bindings: Support g0, g$, g.

5.64.0

20 Nov 14:54
5.64.0
Compare
Choose a tag to compare

Version 5.64.0

Bug fixes

Fix a crash that occurred in some situations with replacing marks across line breaks.

Make sure native scrollbars reset their position when hidden and re-shown.

New features

vim bindings: Support C-u to delete back a line.

5.63.3

12 Oct 12:58
Compare
Choose a tag to compare

Version 5.63.3

Bug fixes

Re-publish 5.63.2 because npm somehow swallowed that, but won't let me publish it again.-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEErLY20j+/ljvJRHotcD8b7W0zrh4FAmFlhk0ACgkQcD8b7W0z
rh6lWgf/WRGEk/c0cqPKXuKvFAMK1El2R/IC6lapruHsOYuF4FilKHy0hssu4W+D
Fm15suBTDmxGhlP06dcjbJfmS28qBPVzA061guHg63dzFgbCS10+6pBbiRTMgzsG
rDWAlMawlIfFrW4LIzt7HajaenybGiJKgKezvChTmrhLeLDkvmn442u1PGmuRa5C
ZtAhL0yPYhbpuqK0wQXL3OuGhgQFHwp3xAiuPVLUJZ4VI2T9caNmckic7y5cJ4NT
8WXyDjwWTjboeEyYNyqm88uFqf0B0VO5B/vJnbcgfJbplCcQyn9kQDj1pb2jmuBp
haki+zoTerm6nfBjyBpy6mv68Wcqzw==
=mCdh
-----END PGP SIGNATURE-----
Mark version 5.63.3

5.63.2

11 Oct 11:55
5.63.2
Compare
Choose a tag to compare

Version 5.63.2

Bug fixes

Prevent external styles from giving the hidden textarea a min-height.

Remove a stray autosave file that was part of the previous release.

5.63.1

29 Sep 15:56
5.63.1
Compare
Choose a tag to compare

Version 5.63.1

Bug fixes

Fix an issue with mouse scrolling on Chrome 94 Windows, which made scrolling by wheel move unusably slow.