Skip to content

Commit 245d025

Browse files
committed
Publish 0.5.8
SHA256 hashes: voila-0.5.8-py3-none-any.whl: 7cdb1f0629a2e9c11f0c07e7d386f3b7cc5441f584dc9b8030d08a82e5c09063 voila-0.5.8.tar.gz: 3d9078c252a8b1f3fe58d465749d31cdc241b29c8f4ab77f123be35a17e2da95 voila-dashboards-jupyterlab-preview-2.3.8.tgz: f57607a097f176a1490fdf7f30af48e92238cd356b638681d5530d1406d842ae voila-dashboards-voila-0.5.8.tgz: 2294a0f978270c4473b84c076773b7357d14955e397f0ee685180e7eda7d7bef voila-dashboards-widgets-manager7-0.5.8.tgz: 350f2010a6b03ba9bf2082105ba4ae027d407cf85022af7f8fd6996613b2df91 voila-dashboards-widgets-manager8-0.5.8.tgz: 04da70d5bc5127030e28e0b545d64b912ebec256b5e6e5016efa161eefcf6d26
1 parent 5ad1b1d commit 245d025

File tree

7 files changed

+44
-9
lines changed

7 files changed

+44
-9
lines changed

CHANGELOG.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.5.8
6+
7+
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.7...5ad1b1db4a9f69730d5446b35c64c38c11373b16))
8+
9+
### Highlights!
10+
11+
- Voila now supports progressive rendering with the `--progressive_rendering=True` CLI and config option.
12+
- We brought back ipywidgets 7 support. This will ease transition from 0.3.x to 0.5.x for people who have not updated yet.
13+
- Allow users to configure the page_config to tweak even more the Voila page
14+
15+
### Enhancements made
16+
17+
- Add backward compatibility for ipywidgets 7 [#1501](https://github.com/voila-dashboards/voila/pull/1501) ([@martinRenou](https://github.com/martinRenou))
18+
- Custom page config hook [#1495](https://github.com/voila-dashboards/voila/pull/1495) ([@dfguerrerom](https://github.com/dfguerrerom))
19+
- Support progressive rendering [#1489](https://github.com/voila-dashboards/voila/pull/1489) ([@trungleduc](https://github.com/trungleduc))
20+
21+
### Bugs fixed
22+
23+
- Fix mathjax default url and bump ipywidgets packages [#1496](https://github.com/voila-dashboards/voila/pull/1496) ([@martinRenou](https://github.com/martinRenou))
24+
25+
### Maintenance and upkeep improvements
26+
27+
- Bring back support for jupyter-server 1 [#1498](https://github.com/voila-dashboards/voila/pull/1498) ([@martinRenou](https://github.com/martinRenou))
28+
- Update and improve CI [#1497](https://github.com/voila-dashboards/voila/pull/1497) ([@martinRenou](https://github.com/martinRenou))
29+
- Remove old urllib imports [#1477](https://github.com/voila-dashboards/voila/pull/1477) ([@lahwaacz](https://github.com/lahwaacz))
30+
- Remove mock [#1476](https://github.com/voila-dashboards/voila/pull/1476) ([@lahwaacz](https://github.com/lahwaacz))
31+
- Get mybinder.org working again [#1471](https://github.com/voila-dashboards/voila/pull/1471) ([@manics](https://github.com/manics))
32+
33+
### Contributors to this release
34+
35+
([GitHub contributors page for this release](https://github.com/voila-dashboards/voila/graphs/contributors?from=2024-05-23&to=2024-10-18&type=c))
36+
37+
[@dfguerrerom](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Adfguerrerom+updated%3A2024-05-23..2024-10-18&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2024-05-23..2024-10-18&type=Issues) | [@lahwaacz](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Alahwaacz+updated%3A2024-05-23..2024-10-18&type=Issues) | [@manics](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Amanics+updated%3A2024-05-23..2024-10-18&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2024-05-23..2024-10-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Apre-commit-ci+updated%3A2024-05-23..2024-10-18&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2024-05-23..2024-10-18&type=Issues)
38+
39+
<!-- <END NEW CHANGELOG ENTRY> -->
40+
541
## 0.5.7
642

743
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.6...77d1b23dfdf82cbfa314b791d7a5166f0117bdd8))
@@ -29,8 +65,6 @@
2965

3066
[@djangoliv](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Adjangoliv+updated%3A2024-04-02..2024-05-23&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2024-04-02..2024-05-23&type=Issues) | [@jgunstone](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajgunstone+updated%3A2024-04-02..2024-05-23&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2024-04-02..2024-05-23&type=Issues) | [@minrk](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Aminrk+updated%3A2024-04-02..2024-05-23&type=Issues) | [@timkpaine](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atimkpaine+updated%3A2024-04-02..2024-05-23&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2024-04-02..2024-05-23&type=Issues)
3167

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3468
## 0.5.6
3569

3670
([Full Changelog](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.5...8419cc7d79c0bb1dabfbd9ec49cb957740609d4d))

packages/jupyterlab-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-preview",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

packages/voila/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/voila",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "The Voilà Frontend",
55
"author": "Voilà contributors",
66
"license": "BSD-3-Clause",
@@ -11,7 +11,6 @@
1111
},
1212
"browserslist": ">0.8%, not ie 11, not op_mini all, not dead",
1313
"dependencies": {
14-
"@voila-dashboards/widgets-manager8": "^0.5.7",
1514
"@jupyterlab/application": "^4.0.0",
1615
"@jupyterlab/apputils": "^4.0.0",
1716
"@jupyterlab/apputils-extension": "^4.0.0",
@@ -53,6 +52,7 @@
5352
"@lumino/signaling": "^2.0.0",
5453
"@lumino/virtualdom": "^2.0.0",
5554
"@lumino/widgets": "^2.0.0",
55+
"@voila-dashboards/widgets-manager8": "^0.5.8",
5656
"react": "^18.2.0",
5757
"react-dom": "^18.2.0",
5858
"style-mod": "^4.0.3",

packages/widgets_manager7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/widgets-manager7",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "The Voilà jupyter-widgets manager for ipywidgets 7 support",
55
"keywords": [
66
"jupyter",

packages/widgets_manager8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/widgets-manager8",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "The Voilà jupyter-widgets manager for ipywidgets 8 support",
55
"keywords": [
66
"jupyter",

voila/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from collections import namedtuple
1515

1616
# Use "hatch version xx.yy.zz" to handle version changes
17-
__version__ = "0.5.7"
17+
__version__ = "0.5.8"
1818

1919
# PEP440 version parser
2020
_version_regex = re.compile(

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4919,6 +4919,7 @@ __metadata:
49194919
"@lumino/virtualdom": ^2.0.0
49204920
"@lumino/widgets": ^2.0.0
49214921
"@types/node": ~18.8.3
4922+
"@voila-dashboards/widgets-manager8": ^0.5.8
49224923
css-loader: ^6.7.2
49234924
fs-extra: ^9.1.0
49244925
glob: ~7.1.6
@@ -4964,7 +4965,7 @@ __metadata:
49644965
languageName: unknown
49654966
linkType: soft
49664967

4967-
"@voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8":
4968+
"@voila-dashboards/widgets-manager8@^0.5.8, @voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8":
49684969
version: 0.0.0-use.local
49694970
resolution: "@voila-dashboards/widgets-manager8@workspace:packages/widgets_manager8"
49704971
dependencies:

0 commit comments

Comments
 (0)