New features and improvements
- Allow passing arguments to
refreshable.refresh()
(#1096 by @CrystalWindSnake, @falkoschindler) - Allow passing an awaitable to
ui.timer
(#1098 by @rodja) - Improved DOM placement of page layout elements for better accessibility (#1097 by @ProbablyBrian, @falkoschindler)
Bugfixes
- Fix
run_method()
for Quasar component wrappers likeui.input
andui.select
(#1092, #1093 by @CatamountJack, @cj, @rodja, @falkoschindler) - Fix warning about background tasks not being awaited as it happened sometimes with
app.storage
(#1099, #1104 by @rodja, @falkoschindler)
Documentation
- Fix URL to Google Icons (#1106 by @frankhuurman, @rodja)
- Use Tortoise ORM in the database example (#1114 by @rodja)
Development
- Fix Slack notification GitHub Action for missing webhook URL (#1068, #1084, #1105 by @michangelis)
- Update pytests to avoid deprecation warnings (#1110 by @falkoschindler)