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 ee22fa2 commit 5206edbCopy full SHA for 5206edb
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.14.0 (2024-03-10)
2
+
3
+### New features
4
5
+Completion results can now define a `map` method that can be used to adjust position-dependent information for document changes.
6
7
## 6.13.0 (2024-02-29)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.13.0",
+ "version": "6.14.0",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments