Skip to content

Commit 3dd359a

Browse files
committed
Update changelog
1 parent b7d0db1 commit 3dd359a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
- features:
66
- implement jump target selector and jump to references ([#739])
77
- implement settings UI using native JupyterLab 3.3 UI ([#778])
8+
- add option to show hover tooltip automatically ([#864], thanks @yamaton)
89
- bug fixes
910
- use correct websocket URL if configured as different from base URL ([#820], thanks @MikeSem)
1011
- clean up all completer styles when completer feature is disabled ([#829]).
1112
- fix `undefined` being inserted for path-like completion items with no `insertText` ([#833])
1213
- reduce signature flickering when typing and hover flicker when moving mouse ([#836])
14+
- fix sporadic misplacement of hover tooltips ([#860], thanks @yamaton)
1315
- refactoring:
1416
- changed NPM packages namespace from `@krassowski` to `@jupyter-lsp` ([#862])
1517
- move client capabilities to features ([#738])
@@ -34,6 +36,8 @@
3436
[#829]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/829
3537
[#833]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
3638
[#836]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
39+
[#860]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
40+
[#864]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
3741

3842
### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
3943

0 commit comments

Comments
 (0)