Releases: zauberzeug/nicegui
Releases · zauberzeug/nicegui
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
v0.3.0: allowing nicegui to be hosted behind reverse proxy with path prefix
- consistent styling with props, classes and style
- enabling hosting behind reverse proxy with path prefix
v0.2.12
Merge branch 'main' of github.com:zauberzeug/nicegui into main