Nicegui

Latest version: v2.13.0

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

Scan your dependencies

Page 7 of 45

1.4.17

Not secure
Bugfix

- Add missing docutils module for `ui.restructured_text` (2624, 2629 by sswatson, rodja)

1.4.16

Not secure
New features and enhancements

- Introduce [`ui.navigate`](https://nicegui.io/documentation/navigate) module to replace `ui.open` (#2575, 2593 by ZeroCool940711, falkoschindler, rodja)
- Introduce [`ui.restructured_text`](https://nicegui.io/documentation/restructured_text) element (#2561 by ZeroCool940711, falkoschindler)
- Support [other tags](https://nicegui.io/documentation/html#producing_in-line_elements) than div for [`ui.html`](https://nicegui.io/documentation/html) (#2610 by kleynjan)
- Introduce a pure [JavaScript event handler](https://nicegui.io/documentation/run_javascript#run_async_javascript) (2383, 2536 by WSH032, falkoschindler, rodja)
- Allow awaiting the "init" event of [`ui.leaflet` (map)](https://nicegui.io/documentation/leaflet) and [`ui.scene` (3d)](https://nicegui.io/documentation/scene) (#2500, 2606 by elkarouh, kleynjan, falkoschindler, rodja)
- Support [GLTF meshes in `ui.scene`](https://nicegui.io/documentation/scene) elements (#2532 by fabian0702, falkoschindler)
- Add On Air support for [`ui.run_with`](https://github.com/zauberzeug/nicegui/blob/1d2310842cb9153f8d5250a483a9bfc8ddb5d4cc/examples/fastapi/frontend.py#L15C5-L19C6) (2526, 2546 by csrubin, falkoschindler)

Bugfixes

- Fix binding removal for non-hashable objects (2540, 2544 by kleynjan, falkoschindler)
- Fix order of removing elements when client disconnects (2589, 2603 by Johannes-)
- Fix RecursionError when deleting [`ui.leaflet`](https://nicegui.io/documentation/leaflet) elements (#2587, 2609 by thickmn, falkoschindler)
- Fix layer events and `run_layer_method` for [`ui.leaflet`](https://nicegui.io/documentation/leaflet) (#2500, 2557 by elkarouh, kleynjan, falkoschindler)
- Fix modifiers on key event for [`ui.interactive_image()`](https://nicegui.io/documentation/interactive_image) (#2530 by masrab, falkoschindler)
- Fix `.tooltip()` ignoring `default_classes` from [`ui.tooltip`](https://nicegui.io/documentation/tooltip) (#2554 by h0uter, falkoschindler)
- Raise minimum version of `python-multipart` to avoid Content-Type Header ReDoS (2569 by svfoxat)

Documentation

- Show a content preview when using the search dialog (2547 by ZeroCool940711, rodja, falkoschindler)
- Use more specific page titles for individual documentation pages (2583, 2607 by bandit-masked, falkoschindler)
- Add tooltips to the search and theme buttons (2539 by ZeroCool940711)
- Add a demo for custom icon sets (2617, 2620 by me21, falkoschindler)
- Add a toggleable button demo (2615 by rodja)
- Add demo on how to update markdown content (2584, 2592 by Anindya088, falkoschindler, rodja)
- Add sponsor button to the website (2572 by rodja)
- Provide infos about our coding style (2564 by rodja)

1.4.15

Not secure
New features and enhancements

- Introduce [`ui.list`, `ui.item`, `ui.item_section` and `ui.item_label`](https://nicegui.io/documentation/list) (#512, 2527 by bobwatcherx, falkoschindler, codingpaula)
- Hide misleading Tailwind CDN warnings (337 by kepler, rodja JS-Aibel, falkoschindler)

Bugfixes

- Fix initial row ID in ["Editable table"](https://github.com/zauberzeug/nicegui/blob/main/examples/editable_table/main.py) and ["Editable AG Grid"](https://github.com/zauberzeug/nicegui/blob/main/examples/editable_ag_grid/main.py) examples (#2524, 2525 by tjmuenster, falkoschindler)
- Fix [plotly](https://nicegui.io/documentation/plotly) event registration (#2519, 2523 by falkoschindler, bmaranville)
- Strip `root_path` to make ASGIServer from socketio compatible with mounting as sub-app (2468, 2515, 2521 by wdroz, aersam, rodja)

1.4.14

Not secure
New features and enhancements

- Support [validation for `ui.select`](https://nicegui.io/documentation/select) (#2436, 2498 by me21, falkoschindler)
- Introduce `media_type` parameter for [`ui.download`](https://nicegui.io/documentation/download) (#2491, 2494 by me21, iron3oxide, falkoschindler)
- Relax upper bounds on some dependencies (2485, 2506 by sscherfke)

Bugfixes

- Fix event handler registration for [`ui.plotly`](https://nicegui.io/documentation/plotly) (#2435, 2504, 2505, 2516 by Wzhipeng, bmaranville, platinops)
- Fix events with "Restricted" arguments on Firefox (2469, 2499 by me21, falkoschindler)
- Shorten filepaths for static fonts to avoid a rare installation problem (2480, 2512 by mcohan, falkoschindler)

Documentation

- Fix broken target links in documentation strings (2459 by bmaranville)
- Fix duplicate links on some reference pages (2495 by rodja, falkoschindler)

1.4.13

Not secure
New features and enhancements

- Add ["loaded" event](https://nicegui.io/documentation/interactive_image#loaded_event) which fires when the source of a `ui.interactive_image` changes (2453 by rodja)
- Let [`ui.audio`](https://nicegui.io/documentation/audio) and [`ui.video`](https://nicegui.io/documentation/video) inherit from `SourceElement` (#2444, 2449 by KimigaiiWuyi, falkoschindler, rodja)
- Make [`ui.log`](https://nicegui.io/documentation/log) autoscroll to bottom when page is loaded (#2447 by CrabzteR)
- Add support for [Material Symbols](https://nicegui.io/documentation/icon#material_icons_and_symbols) (2434 by codingpaula, falkoschindler)
- Introduce [layer methods](https://nicegui.io/documentation/leaflet#run_layer_methods) for `ui.leaflet` (2418 by falkoschindler)

Bugfixes

- Fix [`ui.number`](https://nicegui.io/documentation/number) adding decimal points when a validation error occurs (#2454 by jekoie, rodja, falkoschindler)
- Update `tailwind.config.darkMode` only if the value has changed, improving the initial load time of [nicegui.io](https://nicegui.io/) (#2287, 2446, 2451 by platinops, rodja)
- Improve the error message when `storage_secret` is missing (2438, 2445 by me21, rodja, falkoschindler)
- Fix `ui.notification` not changing its style based on the `type` argument (2427 by csrubin, falkoschindler)
- Fix "python-socketio" requirement to install optional "asyncio-client" extra (2089, 2426 by retsyo, rodja)

Documentation

- Serve fuse.js from our domain not CDN (2450 by rodja)
- Update list of features (2452 by rodja)
- Add example on how to use websockets library (2424, 2432 by rogeremail, rodja)

1.4.12

Not secure
New features and enhancements

- Add support for calling [`ui.aggrid`](https://nicegui.io/documentation/aggrid) row methods (#2357, 2413 by E-H-E-H, falkoschindler)
- Introduce [`from_pyecharts`](https://nicegui.io/documentation/echart#echart_from_pyecharts) method for `ui.echart` (2403 by CrystalWindSnake, falkoschindler)
- Allow handling [`ui.mermaid`](https://nicegui.io/documentation/mermaid) errors on the server (#2390, 2396 by jdavidrcamacho, falkoschindler)
- Provide meta data for wrapped page-builder (2382, 2412 by WSH032, rodja)

Bugfix

- Fix copy-to-clipboard button of `ui.code` when the code contains a backtick `` ` `` (2400 by Wzhipeng, falkoschindler)

Page 7 of 45

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.