Releases: zauberzeug/nicegui
Releases · zauberzeug/nicegui
ui.run()
introducing ui.run()
with parameters to configure host, port, favicon, title and weather you want to activate auto-reloading on code changes or not
v0.3.9
- bugfix svg overlay with updating content
v0.3.7
- bugfixes
- adding lazy timer
v0.3.6
minor documentation imrovements
v0.3.5
- introducing
ui.svg
ui.image
can now have augmentations (overlays)
v0.3.2
new ui elements
- introducing
ui.joystick
for x,y steering input
- introducing
ui.on_startup
to launch async tasks when the server starts
- allowing custom components to be added on top of NiceGui
v0.3.1
- using own template dir (removes hack to run behind reverse proxy with prefix path)
- documentation about css styles