We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb00e70 commit 241b1deCopy full SHA for 241b1de
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.10.2 (2024-06-03)
2
+
3
+### Bug fixes
4
5
+Fix an infinite loop that could occur when enabling `bidiIsolates` in documents with both bidirectional text and very long lines.
6
7
## 6.10.1 (2024-02-02)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.1",
+ "version": "6.10.2",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments