|
6 | 6 | - implement jump target selector and jump to references ([#739])
|
7 | 7 | - implement settings UI using native JupyterLab 3.3 UI ([#778])
|
8 | 8 | - add option to show hover tooltip automatically ([#864], thanks @yamaton)
|
9 |
| -- bug fixes |
| 9 | +- bug fixes: |
10 | 10 | - use correct websocket URL if configured as different from base URL ([#820], thanks @MikeSem)
|
11 | 11 | - clean up all completer styles when completer feature is disabled ([#829]).
|
12 | 12 | - fix `undefined` being inserted for path-like completion items with no `insertText` ([#833])
|
13 | 13 | - reduce signature flickering when typing and hover flicker when moving mouse ([#836])
|
14 | 14 | - fix sporadic misplacement of hover tooltips ([#860], thanks @yamaton)
|
| 15 | + - handle potential race condition in feature settings loading ([#882]) |
15 | 16 | - refactoring:
|
16 | 17 | - changed NPM packages namespace from `@krassowski` to `@jupyter-lsp` ([#862])
|
17 | 18 | - move client capabilities to features ([#738])
|
| 19 | +- downstreams: |
| 20 | + - use the host application's HTTP settings for requests to the REST and WebSocket routes ([#880]) |
| 21 | + - source maps are provided for improved debugging ([#882]) |
18 | 22 | - documentation:
|
19 | 23 | - add missing `--channel` to conda instruction for texlab ([#789], thanks @justin-f-perez)
|
20 | 24 | - remove references to pylsp fork ([#800] and [#814], thanks @joelostblom and @nickfong)
|
21 | 25 | - add Robot Framework language server ([#724], thanks @bollwyvl)
|
22 | 26 | - add a list of third-party and community language servers ([#826], thanks @cccs-jc)
|
23 |
| - - fix documentation of .lsp_symlink workaround ([#828]) |
| 27 | + - fix documentation of `.lsp_symlink` workaround ([#828]) |
24 | 28 | - maintenance:
|
25 | 29 | - bump minimum required JupyterLab version to 3.3 (`>=3.3.0,<4.0.0a0`)
|
26 | 30 | - bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
|
|
38 | 42 | [#836]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
|
39 | 43 | [#860]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
|
40 | 44 | [#864]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
|
| 45 | +[#880]: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/880 |
| 46 | +[#882]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882 |
41 | 47 |
|
42 | 48 | ### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
|
43 | 49 |
|
|
0 commit comments