File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### ` @krassowski/jupyterlab-lsp 3.10.1 ` (2022-03-21)
4
+
5
+ - bug fixes:
6
+ - fix navigation to files with names including characters which require encoding ([ #758 ] )
7
+ - fix omissions in the main settings schema for correct rendering in JupyterLab 3.3 Settings Editor UI ([ #779 ] )
8
+ - maintenance
9
+ - make tests pass with new JupyterLab 3.3 ([ #777 ] )
10
+ - pin r-base version to fix Binder ([ #766 ] )
11
+ - pin node-gyp to fix CI on Windows ([ #772 ] )
12
+ - pin pytest-flake8 to fix CI
13
+ - update development/testing environment dependencies: urijs, typedoc, url-parse
14
+
15
+ [ #758 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/758
16
+ [ #766 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/766
17
+ [ #772 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/772
18
+ [ #777 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/777
19
+ [ #779 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/779
20
+
3
21
### ` @krassowski/jupyterlab-lsp 3.10.0 ` (2022-01-01)
4
22
5
23
- features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp" ,
3
- "version" : " 3.10.0 " ,
3
+ "version" : " 3.10.1 " ,
4
4
"description" : " Language Server Protocol integration for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3
- "version" : " 3.10.0 " ,
3
+ "version" : " 3.10.1 " ,
4
4
"description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
5
5
"homepage" : " https://github.com/jupyter-lsp/jupyterlab-lsp" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments