Nicegui

Latest version: v2.13.0

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

Scan your dependencies

Page 28 of 45

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

0.7.28

Not secure
- allow awaiting javascript code
- fix camera movement
- introduce `ui.add_static_files` for serving a static folder
- fix main file detection for PyCharm

0.7.27

Not secure
- introduction of `ui.tree` to display a hierarchy of elements
- introduction of `ui.color_picker`
- updated dependencies

Page 28 of 45

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.