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 5178f24 commit 23400c5Copy full SHA for 23400c5
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.36.7 (2025-05-02)
2
+
3
+### Bug fixes
4
5
+Use the `aria-placeholder` attribute to communicate the placeholder text to screen readers.
6
7
+Fix a crash when `EditorView.composing` or `.compositionStarted` are accessed during view initialization.
8
9
## 6.36.6 (2025-04-24)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.36.6",
+ "version": "6.36.7",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments