Releases: voila-dashboards/voila
v0.5.8
0.5.8
Highlights!
- Voila now supports progressive rendering with the
--progressive_rendering=True
CLI 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
v0.4.4
v0.3.8
v0.2.17
What's Changed
Security
Fix CVE-2024-30265
Other changes
- Backport PR #995 on branch 0.2.x (Bot skips Binder badge comment) by @meeseeksmachine in #997
- [0.2.x] Run Check Release workflow for
0.2.x
by @jtpio in #1004 - Backport PR #1002 on branch 0.2.x (Add next to the bump script) by @meeseeksmachine in #1003
- Backport PR #1007 on branch 0.2.x (Pass version spec as a GitHub Actions input) by @meeseeksmachine in #1008
- Backport PR #1015 on branch 0.2.x (Update docs for testing) by @meeseeksmachine in #1017
- Backport PR #1012 on branch 0.2.x (Fix installation instructions) by @meeseeksmachine in #1016
Full Changelog: v0.2.16...v0.2.17
v0.5.5
0.5.5
Enhancements made
- Use mathjax-extension to render latex in markdown cells #1410 (@trungleduc)
- Allow for custom kernel_spec_manager class #1404 (@ClaytonAstrom)
Maintenance and upkeep improvements
- Bump postcss from 8.4.27 to 8.4.31 #1406 (@dependabot)
- Bump postcss from 8.4.21 to 8.4.31 in /ui-tests #1405 (@dependabot)
Documentation improvements
- adds ploomber cloud deploy option #1401 (@edublancas)
Other merged PRs
- Bump @babel/traverse from 7.22.8 to 7.23.2 #1408 (@dependabot)
- Bump systeminformation from 5.17.12 to 5.21.8 in /ui-tests #1398 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@ClaytonAstrom | @dependabot | @edublancas | @github-actions | @pre-commit-ci | @trungleduc
v0.5.4
0.5.4
Bugs fixed
- Embed all
jupyterlab-manager
plugins #1396 (@trungleduc)