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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,15 @@
8
8
- completer panel will now always render markdown documentation if available ([#520])
9
9
- the implementation re-renders the panel as it is the best we can do until [jupyterlab#9663](https://github.com/jupyterlab/jupyterlab/pull/9663) is merged
10
10
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520])
11
+
- completer `suppressInvokeIn` setting was removed; `suppressContinuousHintingIn` and `suppressTriggerCharacterIn` settings were added ([#521])
11
12
12
13
- bug fixes:
14
+
- user-invoked completion in strings works again ([#521])
13
15
- completer documentation will now consistently show up after filtering the completion items ([#520])
14
16
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520])
0 commit comments