New features and enhancements
- Introduce
get_computed_prop
method for any UI element; provide computed, filtered and sorted rows forui.table
(#3395 by @srobertson86, @falkoschindler) - Support
app.shutdown()
even forui.run(reload=True)
(#3320 by @NiklasNeugebauer, @python-and-fiction, @falkoschindler) - Allow pretty-printing storage JSON files (#3367, #3396 by @sseshan7, @falkoschindler)
Bugfixes
- Update
ui.number
after sanitization (#3324, #3389 by @eddie3ruff, @python-and-fiction, @falkoschindler) - Fix value updates in
ui.editor
after client-side changes (#1088, #3217, #3346 by @tjongsma, @falkoschindler, @frankvp11, @python-and-fiction)
Documentation
- Improve notes about contributing (#3390 by @codingpaula, @falkoschindler)
- Add info about failing pre-commit hook (#3362 by @rodja)
- Fix parameter description for input validation (#3350 by @python-and-fiction, @falkoschindler)
- Extend tooltip documentation (#3322, #3331, #3338 by @FSchmidt-FUNKE, @python-and-fiction, @rodja, @falkoschindler)