Skip to content

Commit 0dfe596

Browse files
authored
Merge pull request #215 from visualpython/release
Release v2.3.6
2 parents 97976bf + 437bd77 commit 0dfe596

50 files changed

Lines changed: 2594 additions & 578 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#=============================================================================
1212
# Set version and replace it
1313
#=============================================================================
14-
VP_ORG_VER=2.3.4
15-
VP_NEW_VER=2.3.5
14+
VP_ORG_VER=2.3.5
15+
VP_NEW_VER=2.3.6
1616

1717
# update version info
1818
grep -REil "VP_ORG_VER=.+$" colab/build.colab.sh jupyterlab/build.jupyterlab.sh jupyternotebook/build.jupyternotebook.sh | xargs sed -i "s/VP_ORG_VER=.\+$/VP_ORG_VER=${VP_ORG_VER}/g"

colab/build.colab.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#=============================================================================
1212
# Replace Version
1313
#=============================================================================
14-
VP_ORG_VER=2.3.4
15-
VP_NEW_VER=2.3.5
14+
VP_ORG_VER=2.3.5
15+
VP_NEW_VER=2.3.6
1616

1717
# update version info
1818
# update manifest version with new numbering for new version

colab/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Visual Python for Colab",
33
"description": "GUI-based Python code generator for Google Colab as an extension",
4-
"version": "2.3.5",
4+
"version": "2.3.6",
55
"manifest_version": 3,
66
"icons": {
77
"48": "icon.png",

jupyterlab/build.jupyterlab.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#=============================================================================
1212
# Replace Version and Basic Files
1313
#=============================================================================
14-
VP_ORG_VER=2.3.4
15-
VP_NEW_VER=2.3.5
14+
VP_ORG_VER=2.3.5
15+
VP_NEW_VER=2.3.6
1616

1717
# update version info
1818
grep -REil "\"version\": \"${VP_ORG_VER}\"" package.json | xargs sed -i "s/\"version\": \"${VP_ORG_VER//\./\\.}\"/\"version\": \"${VP_NEW_VER}\"/g"

jupyterlab/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-visualpython",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "GUI-based Python code generator for Jupyter Lab as an extension",
55
"keywords": [
66
"jupyter",

jupyterlab/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.9",
3333
"Programming Language :: Python :: 3.10",
3434
]
35-
version = "2.3.5"
35+
version = "2.3.6"
3636

3737
[project.license]
3838
file = "LICENSE"
@@ -92,7 +92,7 @@ file = [
9292
]
9393

9494
[tool.tbump.version]
95-
current = "2.3.5"
95+
current = "2.3.6"
9696
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9797

9898
[tool.tbump.git]

jupyternotebook/build.jupyternotebook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#=============================================================================
1212
# Replace Version and Basic Files
1313
#=============================================================================
14-
VP_ORG_VER=2.3.4
15-
VP_NEW_VER=2.3.5
14+
VP_ORG_VER=2.3.5
15+
VP_NEW_VER=2.3.6
1616

1717
# update version info
1818
grep -REil ${VP_ORG_VER//\./\\.} setup.py visualpython/js/com/com_Config.js visualpython/js/com/com_Const.js | xargs sed -i --follow-symlinks "s/${VP_ORG_VER//\./\\.}/${VP_NEW_VER}/g"

jupyternotebook/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name = name,
13-
version = '2.3.5',
13+
version = '2.3.6',
1414
packages = find_packages(),
1515
package_data = {"": ["*"], 'visualpython' : ['visualpython.yaml', 'README.md']},
1616
scripts = ['visualpython/bin/visualpy', 'visualpython/bin/visualpy.bat'],

visualpython/css/component/popupComponent.css

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
min-height: 400px;
1818
width: 400px;
1919
height: 400px;
20-
background: var(--vp-background-color);
20+
background-color: var(--vp-background-color);
2121
border: 1px solid var(--vp-border-gray-color);
2222
border-top: 3px solid var(--vp-border-gray-color);
2323
box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
@@ -81,6 +81,24 @@
8181
font-family: 'AppleSDGothicNeo';
8282
color: var(--vp-font-highlight);
8383
}
84+
.vp-popup-docs {
85+
position: absolute;
86+
width: 15px;
87+
height: 20px;
88+
top: 4px;
89+
right: 85px;
90+
z-index: 3;
91+
line-height: 20px;
92+
text-align: center;
93+
cursor: pointer;
94+
color: var(--vp-gray-color);
95+
}
96+
.vp-popup-docs > div {
97+
width: 20px;
98+
height: 20px;
99+
/* LAB: img to background-image */
100+
background: center / contain no-repeat url(../../img/docs.svg);
101+
}
84102
.vp-popup-maximize {
85103
position: absolute;
86104
width: 15px;
@@ -342,6 +360,11 @@
342360
.vp-popup-frame input[type=number]::placeholder {
343361
color: var(--vp-gray-color);
344362
}
363+
.vp-popup-frame input[type=text]:disabled,
364+
.vp-popup-frame input[type=number]:disabled {
365+
background-color: var(--vp-light-gray-color);
366+
cursor: not-allowed;
367+
}
345368

346369
.vp-popup-frame select {
347370
width: 160px;

0 commit comments

Comments
 (0)