New features and improvements
- Allow canceling a
ui.timer
(#1477, #1478 by @bergmansj, @falkoschindler) - Make storage path configurable via environment variable (#1418, #1426, #1476 by @Smug246, @falkoschindler)
- Add optional preview for
ui.color_input
(#1390, #1473 by @adosikas, @falkoschindler) - Support passing functions to
ui.aggrid
(#1420, #1468, #1470 by @PyAntony, @aersam, @falkoschindler) - Introduce new
ui.json_editor
element (#1474 by @natankeddem, @falkoschindler)
Bugfixes
- Fix float conversion for empty
ui.number
(#1479 by @bergmansj, @falkoschindler) - Fix deactivated one-shot
ui.timer
(#1477 by @bergmansj, @falkoschindler)
Development
- Discussion about RuntimeError caused by python-engineio (#1467 by @tianqiqiu)
- Replace obsolete
docker-compose
withdocker compose
(#1456 by @Suraj1089, @rodja)