We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f7dc commit 17e4215Copy full SHA for 17e4215
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.10.6 (2024-11-29)
2
+
3
+### Bug fixes
4
5
+Fix a crash in `StreamLanguage` when the input range is entirely before the editor viewport.
6
7
## 6.10.5 (2024-11-27)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.5",
+ "version": "6.10.6",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments