Nicegui

Latest version: v1.4.25

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 41

0.8.3

Not secure
- introduction of `scene.text` and `scene.text3d` to render text in 3d
- fixed timer update behaviour

0.8.2

Not secure

0.8.1

Not secure
- introducing disconnect-handlers for ui and page
- timer.interval is now a bindable property
- removed support for the obsolete keypress event
- improved documentation
- fixed firefox update issues and other bugfixes

0.8.0

Not secure
From 0.8 onwards we changed the update strategy of NiceGUI:

Prior to this release, we used and propagated the same strategy as JustPy: event handlers needed to return `False` to not trigger full page updates. This works good for small examples. But if your UI gets bigger, full page updates become a real performance bottle neck. Adding `return False` everywhere is quite cumbersome and error prone. Instead, NiceGUI now smartly updates only the element which changes. And for cases where it can not simply detect a change the user can use `ui.update(...)` to enforce an update. See our [documentation for more details and examples](https://nicegui.io/#ui_updates).

0.7.30

Not secure
- introducing `ui.add_head_html()` and `ui.add_body_html()`
- updated lifecycle example to include `ui.on_connect`

0.7.29

Not secure
- ability to exclude features to speed up loading time
- removed pydantic dependency
- improved console output on start
- lots of bugfixes

Page 23 of 41

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.