File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
python_packages/jupyter_lsp Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
- ### ` @krassowski/jupyterlab-lsp 3.3.1 ` (unreleased )
3
+ ### ` @krassowski/jupyterlab-lsp 3.3.1 ` (2020-02-07 )
4
4
5
5
- bug fixes:
6
6
9
9
- LaTeX is now rendered in documentation panel of completer ([ #506 ] )
10
10
- completion response returned as plain text use pre tag to retain whitespace formatting ([ #506 ] )
11
11
- pre-formatted code font size was reduced to match font-size of the text in completion panel ([ #506 ] )
12
+ - completer no longer spans the entire screen if it has long entries ([ #506 ] )
12
13
13
14
[ #506 ] : https://github.com/krassowski/jupyterlab-lsp/pull/506
14
15
[ #507 ] : https://github.com/krassowski/jupyterlab-lsp/pull/507
16
+ [ #508 ] : https://github.com/krassowski/jupyterlab-lsp/pull/508
15
17
16
- ### ` jupyter-lsp 1.1.3 ` (unreleased )
18
+ ### ` jupyter-lsp 1.1.3 ` (2020-02-07 )
17
19
18
20
- features:
19
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.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.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
5
5
"homepage" : " https://github.com/krassowski/jupyterlab-lsp" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
""" single source of truth for jupyter_lsp version
2
2
"""
3
- __version__ = "1.1.2 "
3
+ __version__ = "1.1.3 "
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name = jupyter-lsp
3
3
description = Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
4
4
long_description = file: ./README.md
5
5
long_description_content_type = text/markdown
6
- url = https://github.com/krassowski/jupyterlab-lsp
6
+ project_urls =
7
+ Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
8
+ Documentation = https://jupyterlab.readthedocs.io/
9
+ Source Code = https://github.com/krassowski/jupyterlab-lsp
7
10
author = jupyter-lsp Contributors
8
11
9
12
license = BSD-3-Clause
You can’t perform that action at this time.
0 commit comments