Releases: zauberzeug/nicegui
Releases · zauberzeug/nicegui
examples
- show a few simple examples on the nicegui.io index page
- 3d scene example
- merged code improvement with MixIns from @hroemer (#113)
- bugfixes
line plot performance and yielding for page-ready
- introduce the yield keyword as an alternative way for defining code that should be executed on-page-ready
- reduce CPU usage of line plot demo
online docs
Several optimizations to keep the online docs at https://nicegui.io available.
Thanks for all the visits to our page. It really points out opportunities to improve the performance.
improved stylability
bugfixes
- fix props and style parsing for certain edge cases
improved .props()
- improve style and props parsing to support multi-word props; now you can write
.props('name="some multi-word value"')
(see #98) - testing joystick behaviour and styling with integration tests
- fixed auto-screenshot in integration tests
bugfixes
fix page registration
fixed page registration (#100)
fixed docker image
- added missing file to docker image
docs & main.py
- minor documentation improvements
- fixed scrolling to anchor tag for
main.py
- fixed persistence of traffic data for
main.py