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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
## Changelog
2
2
3
-
### `@jupyter-lsp/jupyterlab-lsp (next)`
3
+
### `@jupyter-lsp/jupyterlab-lsp 5.1.1`
4
4
5
5
- bug fixes:
6
-
- Don't look at editor under the mouse on mouse motion when the widget adapter is not connected ([#1113](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/1113))
6
+
7
+
- don't look at editor under the mouse on mouse motion when the widget adapter is not connected ([#1113](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/1113))
8
+
- fix auto-completer to trigger only on trigger characters, not on every character ([#1117](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1117))
9
+
10
+
- maintenance:
11
+
- dropped Python 3.8 and Node 18, added newer version to testing matrix
0 commit comments