Sourced from @​codemirror/view's
changelog.
6.39.10 (2026-01-13)
Bug fixes
Fix a regression in the way widget are reused when content next to them changes.
Make sure font metrics get recomputed on
fonts.readyeven if the line height doesn't change.Fix an issue where compositions next to a widget that create a new text node could get needlessly interrupted during an editor update.
6.39.9 (2026-01-06)
Bug fixes
Fix a bug where
EditorSelection.cursor()with a non-zeroassocvalue would not be visually respected at soft-wrap boundaries on initial view creation.Fix error caused by hover tooltips running a scheduled timeout after their editor has been destroyed.
Fix a bug that caused
EditorView.outerDecorationsto not affect the content height map.Fix an issue where composition near a widget could get unnecessarily interrupted.
6.39.8 (2025-12-30)
Bug fixes
Fix a bug that cause
coordsAtPosto use the dimensions of widget buffers when there were more meaningful elements to use nearby.Fix a data structure corruption that could cause crashes during viewport changes.
6.39.7 (2025-12-24)
Bug fixes
Fix a bug that could sometimes cause the document to become mangled during composition.
74c9e9b
Mark version 6.39.109656641
Fix another way widgets could be reused across a compositionff31271
Make sure font metrics get recomputed on font loade9e5fe2
Only reuse widget tiles when the widget is precisely the same41b978b
Mark version 6.39.97ad513e
Avoid reusing DOM nodes across composition2195af4
Remove some unnecessary exclamation point operators0a2d822
Properly include outerDecorations in height map structure1524fb5
Remove unused DOM type declarationf6cb459
Work around odd rounding issue in a test in MacOS Chrome