We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2601f9 commit 666062aCopy full SHA for 666062a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.4.1 (2024-02-19)
2
+
3
+### Bug fixes
4
5
+Fix an issue that caused widgets at the end of a mark decoration to be rendered in their own separate mark DOM element.
6
7
## 6.4.0 (2023-12-28)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/state",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Editor state data structures for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments