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 11## Changelog
22
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+
321### ` @krassowski/jupyterlab-lsp 3.10.0 ` (2022-01-01)
422
523- features:
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp" ,
3- "version" : " 3.10.0 " ,
3+ "version" : " 3.10.1 " ,
44 "description" : " Language Server Protocol integration for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3- "version" : " 3.10.0 " ,
3+ "version" : " 3.10.1 " ,
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