We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7eb3d commit 64cba4bCopy full SHA for 64cba4b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.5.2 (2025-02-03)
2
+
3
+### Bug fixes
4
5
+Fix a bug where reconfiguring a field with a new `init` value didn't update the value of the field.
6
7
## 6.5.1 (2025-01-10)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/state",
- "version": "6.5.1",
+ "version": "6.5.2",
"description": "Editor state data structures for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments