Releases: voila-dashboards/voila
Release 0.4.1
What's Changed
- Backport PR #1256 on branch 0.4.x (Correct "strip_source" in README to "strip_sources") by @meeseeksmachine in #1257
- 0.4.x: Deprecate "classic" template for removal in 1.0.0 by @martinRenou in #1263
- Backport PR #1281 on branch 0.4.x (Fix existing CI) by @meeseeksmachine in #1339
- Backport PR #1300 on branch 0.4.x (Pin yarn to fix tests) by @meeseeksmachine in #1340
- Backport PR #1334 on branch 0.4.x (Do not clean up resources after execution) by @meeseeksmachine in #1335
Full Changelog: v0.4.0...v0.4.1
Release 0.3.7
What's Changed
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #1174
- reenable prelaunch-hook by @timkpaine in #724
- Add Voila app port to kernel env by @dcnadler in #1176
- Add Voila configuration option for default kernel environmental variables by @dcnadler in #1175
- Update Google App Engine deploy docs by @trungleduc in #1180
- Fix inifinite loop in property access by @martinRenou in #1185
- Troubleshoot failing
macos
check on CI by @jtpio in #1191 - Fix CI by @trungleduc in #1193
- Render read-only notebook by @trungleduc in #1181
- Fix typos by @kianmeng in #1198
- Backport PR #1208 on branch 0.3.x (Troubleshoot the check release workflow) by @meeseeksmachine in #1209
- Backport PR #1214 on branch 0.3.x (Couple of ui-tests maintenance changes) by @meeseeksmachine in #1216
- 0.3.x: Fix ui-tests and pin dependencies by @martinRenou in #1217
- Backport PR #1334 on branch 0.3.x (Do not clean up resources after execution) by @meeseeksmachine in #1336
- 0.3.x: Fix OpenSSL issue by @martinRenou in #1337
- 0.3.x: Add back kernel client cleanup by @martinRenou in #1338
New Contributors
Full Changelog: v0.3.6...v0.3.7
v0.5.0a4
0.5.0a4
Enhancements made
- Migrating to
jupyter-server
2,jupyter_client
7.x #1308 (@trungleduc)
Maintenance and upkeep improvements
- Update
galata
bot #1318 (@trungleduc) - Set
cell-index
attribute as a string #1317 (@jtpio) - Remove unused
_get_query_string
function #1316 (@jtpio) - Clean up the check release workflow #1310 (@jtpio)
Contributors to this release
v0.5.0a3
0.5.0a3
Enhancements made
- Make use of JupyterLab mimetype renderers #1249 (@martinRenou)
Bugs fixed
- Reveal template: Use proper routine for including JS asset #1301 (@martinRenou)
Maintenance and upkeep improvements
- Add
pre-commit
hook #1306 (@trungleduc) - Bump webpack from 5.75.0 to 5.76.0 #1302 (@dependabot)
- Bump vega from 5.20.2 to 5.23.0 in /ui-tests #1297 (@dependabot)
- Refactor styling #1268 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@davidbrochart | @dependabot | @github-actions | @jtpio | @maartenbreddels | @martinRenou | @philippjfr | @trungleduc
v0.5.0a2
0.5.0a2
Enhancements made
- Update the tree view so that URLs are correct for Voici #1299 (@martinRenou)
Maintenance and upkeep improvements
- Pin yarn to fix tests #1300 (@martinRenou)
- Add releaser workflows to the repo #1298 (@jtpio)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@12rambau | @github-actions | @jtpio | @martinRenou | @trungleduc
v0.5.0a1
0.5.0a1
Enhancements made
- Extendable voila #1290 (@martinRenou)
- Forward port: Deprecate "classic" template for removal in 1.0.0 (#1263) #1266 (@martinRenou)
Maintenance and upkeep improvements
- Update check-release workflow #1292 (@martinRenou)
- Fix broken test by rolling back file #1282 (@jabbera)
- Fix existing CI #1281 (@jabbera)
- Bump qs from 6.10.1 to 6.11.0 in /ui-tests #1270 (@dependabot)
- Bump loader-utils from 1.4.1 to 1.4.2 #1260 (@dependabot)
- Bump loader-utils from 1.4.0 to 1.4.1 #1254 (@dependabot)
Documentation improvements
- Correct "strip_source" in README to "strip_sources" #1256 (@fhightower)
Other merged PRs
- Bump json5 from 1.0.1 to 1.0.2 #1275 (@dependabot)
- Bump json5 from 2.2.0 to 2.2.3 in /ui-tests #1274 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@dependabot | @fhightower | @github-actions | @jabbera | @jiboncom | @jtpio | @maartenbreddels | @martinRenou | @philippjfr | @trungleduc
v0.5.0a0
0.5.0a0
New features added
Enhancements made
API and Breaking Changes
Contributors to this release
(GitHub contributors page for this release)
@bollwyvl | @github-actions | @jtpio | @martinRenou | @trungleduc
v0.4.0
0.4.0
Enhancements made
- Render read-only notebook #1181 (@trungleduc)
- Add Voila app port to kernel env #1176 (@dcnadler)
- Add Voila configuration option for default kernel environmental variables #1175 (@dcnadler)
- Update nbconvert pinning #1161 (@martinRenou)
- reenable prelaunch-hook #724 (@timkpaine)
Bugs fixed
- Add upper bound on jupyter_client dependency #1239 (@martinRenou)
- Fix inifinite loop in property access #1185 (@martinRenou)
Maintenance and upkeep improvements
- Update nbclient #1234 (@martinRenou)
- Remove pin on
jupyter_releaser
#1232 (@jtpio) - Update nbclient pinning #1224 (@martinRenou)
- Bump d3-color from 3.0.1 to 3.1.0 #1221 (@dependabot)
- Remove extra_requires #1215 (@martinRenou)
- Couple of ui-tests maintenance changes #1214 (@martinRenou)
- Use
ipywidgets
8 on Binder #1210 (@jtpio) - Troubleshoot the check release workflow #1208 (@jtpio)
- Fix typos #1198 (@kianmeng)
- Migrate to
hatch
#1197 (@jtpio) - Fix CI #1193 (@trungleduc)
- Troubleshoot failing
macos
check on CI #1191 (@jtpio) - Bump terser from 4.8.0 to 4.8.1 #1174 (@dependabot)
- Update nbconvert pinning #1161 (@martinRenou)
- feat: support for ipywidgets 8 #1046 (@mariobuikhuizen)
Documentation improvements
- Update Google App Engine deploy docs #1180 (@trungleduc)
Contributors to this release
(GitHub contributors page for this release)
@alkasm | @blink1073 | @bnavigator | @dcnadler | @dependabot | @github-actions | @jasongrout | @jtpio | @kianmeng | @mariobuikhuizen | @martinRenou | @SylvainCorlay | @timkpaine | @trungleduc
v0.4.0rc1
0.4.0rc1
Bugs fixed
- Add upper bound on jupyter_client dependency #1239 (@martinRenou)
Maintenance and upkeep improvements
- Update nbclient #1234 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @bnavigator | @github-actions | @jtpio | @martinRenou | @trungleduc