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 3f6e41d commit da29bf0Copy full SHA for da29bf0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.16.3 (2024-06-19)
2
+
3
+### Bug fixes
4
5
+Avoid adding an `aria-autocomplete` attribute to the editor when there are no active sources active.
6
7
## 6.16.2 (2024-05-31)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.16.2",
+ "version": "6.16.3",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments