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 f098482 commit 8f88a0eCopy full SHA for 8f88a0e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.19.1 (2025-10-23)
2
+
3
+### Bug fixes
4
5
+Make sure a completion's info panel is associated with that completion in the accessibility tree.
6
7
## 6.19.0 (2025-09-26)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.19.0",
+ "version": "6.19.1",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments