New Features and Enhancements
- allowing async callbacks for generic events:
Element.on()
(#285, #305) - mobile friendly display by setting viewport (#274, thanks @jfroco for the pull request)
- introduction of date/time pickers
ui.date
andui.time
(#270, #263) - improved
ui.log
: Now new clients see previously pushed lines. And reloading the browser does not clear the log. (#288, #292) - better error message when running NiceGUI with main guard (#286)
- support listening for all kinds of keys and modifiers through
ui.input.on()
(#276) - allow creating different types of Highcharts (for example stockChart) (#284)
- better support for password input (#271)
- links can now be opened in a new tab (#273)