Releases: voila-dashboards/voila
Release list
v0.5.13
0.5.13
Enhancements made
- request confirmation before rendering untrusted notebook #1560 (@trungleduc, @martinRenou)
Bugs fixed
- Patching the reveal template to fix ipywidgets 8 support there + fix CI #1561 (@martinRenou, @trungleduc)
Other merged PRs
- Point to GH gallery page #1558 (@Haleshot, @MalteIwanicki, @trungleduc)
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
@Haleshot (activity) | @MalteIwanicki (activity) | @martinRenou (activity) | @trungleduc (activity)
v0.5.12
0.5.12
Enhancements made
- Export
IVoilaPreviewTracker#1556 (@jtpio, @trungleduc) - [Enhancement] - Normalize extra labextensions path | #1553 #1552 (@gauraangkhurana, @trungleduc)
Maintenance and upkeep improvements
- Update galata bot permission check #1551 (@martinRenou)
- Fix CI #1549 (@jtpio, @martinRenou)
- Add JupyterLab 4 classifier #1546 (@ktaletsk, @jtpio, @trungleduc)
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
@gauraangkhurana (activity) | @jtpio (activity) | @ktaletsk (activity) | @martinRenou (activity) | @trungleduc (activity)
v0.5.11
0.5.11
Enhancements made
Bugs fixed
- Server extension: Fix merging with local config #1543 (@martinRenou)
Contributors to this release
v0.5.10
0.5.10
Enhancements made
- Don't merge the config if not needed #1536 (@martinRenou)
Contributors to this release
v0.5.9
0.5.9
Bugs fixed
- Fix server extension configuration handling #1535 (@martinRenou)
Maintenance and upkeep improvements
- Fix small typo #1534 (@martinRenou)
- fix setup mamba #1526 (@trungleduc)
- Update widgets 7 packages #1504 (@martinRenou)
- Remove
anytype #1502 (@martinRenou)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@github-actions | @jtpio | @martinRenou | @pre-commit-ci | @trungleduc
v0.5.8
0.5.8
Highlights!
- Voila now supports progressive rendering with the
--progressive_rendering=TrueCLI and config option. - 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.
- Allow users to configure the page_config to tweak even more the Voila page
Enhancements made
- Add backward compatibility for ipywidgets 7 #1501 (@martinRenou)
- Custom page config hook #1495 (@dfguerrerom)
- Support progressive rendering #1489 (@trungleduc)
Bugs fixed
- Fix mathjax default url and bump ipywidgets packages #1496 (@martinRenou)
Maintenance and upkeep improvements
- Bring back support for jupyter-server 1 #1498 (@martinRenou)
- Update and improve CI #1497 (@martinRenou)
- Remove old urllib imports #1477 (@lahwaacz)
- Remove mock #1476 (@lahwaacz)
- Get mybinder.org working again #1471 (@manics)
Contributors to this release
(GitHub contributors page for this release)
@dfguerrerom | @github-actions | @lahwaacz | @manics | @martinRenou | @pre-commit-ci | @trungleduc
Release 0.4.6
What's Changed
- 0.4.x: Fix (part of the) CI by @martinRenou in #1493
- 0.4.x: Fix markdown rendering logic by @martinRenou in #1491
Full Changelog: v0.4.5...v0.4.6
v0.4.5
Highlight
This PR adds back support for ipywidgets 7 while keeping support for ipywidgets 8
What's Changed
- 0.4.x: Lazy loading of widgets packages, for ipywidgets 7 and 8 support by @martinRenou in #1482
Full Changelog: v0.4.4...v0.4.5
v0.5.7
0.5.7
Enhancements made
- Disambiguate voilà frontend via html data attributes #1457 (@timkpaine)
Bugs fixed
- Fix Voila IFrame renderer #1469 (@trungleduc)
Maintenance and upkeep improvements
Documentation improvements
- Update CHANGELOG #1456 (@martinRenou)
- fix documentation for voila.json location #1470 (@djangoliv)
Contributors to this release
(GitHub contributors page for this release)
@djangoliv | @github-actions | @jgunstone | @martinRenou | @minrk | @timkpaine | @trungleduc
v0.5.6
0.5.6
Security
Fix CVE-2024-30265
Enhancements made
- enhancement: Allow users to disable the fix_notebook call #1423 (@ClaytonAstrom)
Bugs fixed
- Add support for es modules, fixes #1413 #1414 (@timkpaine)
Maintenance and upkeep improvements
- Update releaser workflows #1453 (@jtpio)
- Bump follow-redirects from 1.15.5 to 1.15.6 #1451 (@dependabot)
- Bump ip from 2.0.0 to 2.0.1 #1444 (@dependabot)
- Fix Windows CI #1443 (@trungleduc)
- Update publish workflow for trusted publishers #1434 (@jtpio)
- Add repository.url to
package.json#1431 (@jtpio)
Documentation improvements
- Add Discourse badge to the README #1430 (@jtpio)
- Remove duplicate logo in the main docs page #1421 (@martinRenou)
- Documentation: Adds deployment instructions for Apache2 as reverse proxy #1418 (@nbareil)
Other merged PRs
- Bump follow-redirects from 1.15.3 to 1.15.4 #1436 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@ClaytonAstrom | @dependabot | @github-actions | @jtpio | @maartenbreddels | @martinRenou | @nbareil | @pre-commit-ci | @SylvainCorlay | @timkpaine | @trungleduc | @Zsailer