You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,47 @@
1
+
## 6.10.2 (2023-10-13)
2
+
3
+
### Bug fixes
4
+
5
+
Fix a bug that caused `updateSyncTime` to always delay the initial population of the tooltip.
6
+
7
+
## 6.10.1 (2023-10-11)
8
+
9
+
### Bug fixes
10
+
11
+
Fix a bug where picking a selection with the mouse could use the wrong completion if the completion list was updated after being opened.
12
+
13
+
## 6.10.0 (2023-10-11)
14
+
15
+
### New features
16
+
17
+
The new autocompletion configuration option `updateSyncTime` allows control over how long fast sources are held back waiting for slower completion sources.
18
+
19
+
## 6.9.2 (2023-10-06)
20
+
21
+
### Bug fixes
22
+
23
+
Fix a bug in `completeAnyWord` that could cause it to generate invalid regular expressions and crash.
24
+
25
+
## 6.9.1 (2023-09-14)
26
+
27
+
### Bug fixes
28
+
29
+
Make sure the cursor is scrolled into view after inserting completion text.
30
+
31
+
Make sure scrolling completions into view doesn't get confused when the tooltip is scaled.
32
+
33
+
## 6.9.0 (2023-07-18)
34
+
35
+
### New features
36
+
37
+
Completions may now provide a `displayLabel` property that overrides the way they are displayed in the completion list.
38
+
39
+
## 6.8.1 (2023-06-23)
40
+
41
+
### Bug fixes
42
+
43
+
`acceptCompletion` now returns false (allowing other handlers to take effect) when the completion popup is open but disabled.
0 commit comments