New features and enhancements
- Support named slots in
Element.move()
(#3319 by @NiklasNeugebauer, @falkoschindler) - Add pytest-watcher dependency to the devcontainer (#3327 by @rodja)
Bugfixes
- Enforce amd64 platform for devcontainer to fix chromedriver on Mac (#3328 by @rodja)
- Fix misleading error message if storage secret is set (#2520, #3273, #3310 by @dr-yd, @kwmartin, @Bacoknight, @Dan1001, @erdincka, @j4nSolo, @MaiHoangViet1809, @bin-san, @python-and-fiction, @falkoschindler, @rodja)
- Ignore
CancelledError
incheck_for_late_return_value
(#3268, #3296 by @CatamountJack, @falkoschindler)
Documentation
- Add documentation about
BindableProperty
for better binding performance (#1975, #3325, #3333 by @eponymic, @v479038280, @python-and-fiction, @falkoschindler) - Fix link to Quasar's Tab Panels (#3329 by @rodja)
- Add
ui.teleport
demo for placing charts in table cells (#3309 by @frankvp11, @falkoschindler) - Provide info on how to run the docs locally (#3304, #3305 by @DeflateAwning, @python-and-fiction, @rodja)