File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments