New features and improvements
- Add
clear()
method forui.line_plot
(#1316, #1317 by @stur86, @falkoschindler) - Add
is_fullscreen
property as well astoogle_fullscreen
method forui.table
(#1315 by @miqsoft, @falkoschindler) - Warn if
ui.open
is used before client is connected (#1309 by @Anindya088, @rodja) - Move Quasar config to Python (#1287 by @rodja)
- Allow creating
ui.scene
objects without context (#1203, #1213 by @WolfgangFahl, @falkoschindler)
Bugfixes
- Fix
ui.refreshable
updating wrong elements (#1283, #1313 by @falkoschindler) - Pick the right "On Air" instance (#1279, #1300, #1301 by @jdess, @rodja)
- Fix CSS variables used in
style()
method ofui.query
(#1293 by @CrystalWindSnake, @falkoschindler) - HTML-encode element text to prevent XSS (#1067, #1276 by @kepler, @falkoschindler)
Documentation
- Add example "download text as file" (#1273 by @rodja)
- Add demos to use image links (#1272 by @rodja)
- Add demo for rendering point clouds in a
ui.scene
(#1269 by @chengguizi, @falkoschindler)
Development
- Clean up committed project settings (#1290 by @DaelonSuzuka)
- Additional Docker features including detailed example (#1255 by @natankeddem, @rodja)
- Hide endpoints from OpenAPI schema by default (#1196 by @DaelonSuzuka, @falkoschindler)