Skip to content

Commit fb1c899

Browse files
committed
Mark version 6.12.0
1 parent 10d1e88 commit fb1c899

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 6.12.0 (2024-01-12)
2+
3+
### Bug fixes
4+
5+
Make sure snippet completions also set `userEvent` to `input.complete`.
6+
7+
Fix a crash when the editor lost focus during an update and autocompletion was active.
8+
9+
Fix a crash when using a snippet that has only one field, but multiple instances of that field.
10+
11+
### New features
12+
13+
The new `activateOnTypingDelay` option allows control over the debounce time before the completions are queried when the user types.
14+
115
## 6.11.1 (2023-11-27)
216

317
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/autocomplete",
3-
"version": "6.11.1",
3+
"version": "6.12.0",
44
"description": "Autocompletion for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)