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 4f944fc commit 0d719ccCopy full SHA for 0d719cc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.16.0 (2024-04-12)
2
+
3
+### New features
4
5
+The new `activateOnCompletion` option allows autocompletion to be configured to chain completion activation for some types of completions.
6
7
## 6.15.0 (2024-03-13)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
- "version": "6.15.0",
+ "version": "6.16.0",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments