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 7c8e0d5 commit d5e37b3Copy full SHA for d5e37b3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.20.0 (2025-11-20)
2
+
3
+### New features
4
5
+Completions now support a `sortText` property to influence sort order.
6
7
## 6.19.1 (2025-10-23)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.19.1",
+ "version": "6.20.0",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments