Skip to content

Commit 87bd259

Browse files
committed
update changelog
1 parent eca335d commit 87bd259

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@
66
- implement jump target selector and jump to references ([#739])
77
- implement settings UI using native JupyterLab 3.3 UI ([#778])
88
- add option to show hover tooltip automatically ([#864], thanks @yamaton)
9-
- bug fixes
9+
- bug fixes:
1010
- use correct websocket URL if configured as different from base URL ([#820], thanks @MikeSem)
1111
- clean up all completer styles when completer feature is disabled ([#829]).
1212
- fix `undefined` being inserted for path-like completion items with no `insertText` ([#833])
1313
- reduce signature flickering when typing and hover flicker when moving mouse ([#836])
1414
- fix sporadic misplacement of hover tooltips ([#860], thanks @yamaton)
15+
- handle potential race condition in feature settings loading ([#882])
1516
- refactoring:
1617
- changed NPM packages namespace from `@krassowski` to `@jupyter-lsp` ([#862])
1718
- 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])
1822
- documentation:
1923
- add missing `--channel` to conda instruction for texlab ([#789], thanks @justin-f-perez)
2024
- remove references to pylsp fork ([#800] and [#814], thanks @joelostblom and @nickfong)
2125
- add Robot Framework language server ([#724], thanks @bollwyvl)
2226
- 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])
2428
- maintenance:
2529
- bump minimum required JupyterLab version to 3.3 (`>=3.3.0,<4.0.0a0`)
2630
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
@@ -38,6 +42,8 @@
3842
[#836]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
3943
[#860]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
4044
[#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
4147

4248
### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
4349

0 commit comments

Comments
 (0)