File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3- ### ` @krassowski/jupyterlab-lsp 3.10.2 ` (not-yet-released )
3+ ### ` @krassowski/jupyterlab-lsp 3.10.2 ` (2022-08-26 )
44
55- bug fixes
66 - use correct websocket URL if configured as different from base URL ([ #820 ] , thanks @MikeSem )
7- - clean up all completer styles when completer feature is disabled ([ #829 ] ).
7+ - clean up all completer styles when completer feature is disabled ([ #829 ] )
8+ - fix ` undefined ` being inserted for path-like completion items with no ` insertText ` ([ #833 ] )
89- maintenance:
9- - bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
10+ - fix tests to pass with latest JupyterLab 3.3 an 3.4 ([ #809 ] and [ #813 ] )
11+ - bump minimum required Node.js version to 14.0 (12.0 reached EOL in April [ #810 ] )
1012
13+ [ #809 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/809
14+ [ #810 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/810
15+ [ #813 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/813
1116[ #820 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/820
1217[ #829 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/829
18+ [ #833 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
19+
20+ ### ` @krassowski/completion-theme 3.3.1 ` (2022-08-26)
21+
22+ - bug fixes
23+ - clean up all completer styles when completer feature is disabled ([ #829 ] )
1324
1425### ` @krassowski/jupyterlab-lsp 3.10.1 ` (2022-03-21)
1526
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/completion-theme" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
44 "description" : " Completion theme manager for JupyterLab-LSP" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp" ,
3- "version" : " 3.10.1 " ,
3+ "version" : " 3.10.2 " ,
44 "description" : " Language Server Protocol integration for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
5959 },
6060 "dependencies" : {
6161 "@krassowski/code-jumpers" : " ~1.2.0" ,
62- "@krassowski/completion-theme" : " ~3.3.0 " ,
62+ "@krassowski/completion-theme" : " ~3.3.1 " ,
6363 "@krassowski/theme-material" : " ~2.1.1" ,
6464 "@krassowski/theme-vscode" : " ~2.1.1" ,
6565 "lodash.mergewith" : " ^4.6.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3- "version" : " 3.10.1 " ,
3+ "version" : " 3.10.2 " ,
44 "description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
55 "homepage" : " https://github.com/jupyter-lsp/jupyterlab-lsp" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments