Nicegui

Latest version: v1.4.25

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

Scan your dependencies

Page 10 of 41

1.2.14

Not secure
Enhanced `ui.avatar`, more documentation, and bugfixes

Improvements

- Allow [images inside `ui.avatar`](https://nicegui.io/documentation/avatar#photos) (903 by rodja)

Documentation Updates

- Fixed type hint for `set_visibility()` method (911 by jonathanunderwood and rodja)
- New demo showing [multiline notifications](https://nicegui.io/documentation/notify#multiline_notifications) (914 by rodja)
- New demo showing [how to add rows](https://nicegui.io/documentation/table#adding_rows) (913 by rodja)

Bug Fixes

- Special characters like `%` can't be [pushed to `ui.log`](https://nicegui.io/documentation/log#log_view) (899 by falkoschindler and [phoskee](https://github.com/phoskee))
- [`element.move()`](https://nicegui.io/documentation/element#move_elements) does not work as expected in some cases (898 by falkoschindler)

1.2.13

Not secure
Bugfix

- Fix issue with table not rendering Decimal values (901 by stefan-sherwood, falkoschindler)
- Ignore socket failures when gathering ip addresses (900 by rodja)

1.2.12

Not secure
New features and enhancements

- Support internationalization for Quasar elements (874 by phoskee, falkoschindler)
- Allow [moving elements](https://nicegui.io/documentation/element#move_elements) with `element.move()` (880 by falkoschindler)
- Support HTML and newlines in [chat message](https://nicegui.io/documentation#chat_message) (881 by falkoschindler)
- Include all possible IPs in welcome message (855 by ChrisJefferson, falkoschindler)
- Improve performance using dataclasses with slots (891 by falkoschindler)

Bugfix

- Fix [grabbing client ip](https://nicegui.io/documentation/page#wait_for_client_connection) from sio environ (877 by rodja)

Documentation

- Move detailed [page documentation](https://nicegui.io/documentation/page) to "more" (#888 by rodja)
- Add [background demo](https://nicegui.io/documentation/query#set_background_gradient) to ui.query (887 by rodja)
- Improved discoverability for "more" documenation (886 by rodja)
- New ["Chat with AI" example](https://github.com/zauberzeug/nicegui/blob/main/examples/chat_with_ai/main.py) (#884 by wptmdoorn, falkoschindler)
- Fix timestamps in ["Chat App" example](https://github.com/zauberzeug/nicegui/blob/main/examples/chat_app/main.py) (#882 by phoskee)
- Add [demo for tables](https://nicegui.io/documentation/markdown#markdown_tables) in `ui.markdown` and improve styling (876 by rodja)
- Add [sqlite database example](https://github.com/zauberzeug/nicegui/blob/main/examples/sqlite_database/main.py) (#822 by godsarmy, rodja, falkoschindler)

1.2.11

Not secure
New features and enhancements

- Allow [awaiting button clicks](https://nicegui.io/documentation/button#await_button_click) (849 by rodja)
py
ui.page('/')
async def index():
b = ui.button('Step')
await b.clicked()
ui.label('One')
await b.clicked()
ui.label('Two')
await b.clicked()
ui.label('Three')


- Use case-insensitive matching for `ui.input`'s [autocompletion](https://nicegui.io/documentation/input#autocompletion) (856 by phoskee)
- Use [`root_path`](https://nicegui.io/documentation/run#ui_run) as prefix (848, 857 by wdroz)

Bugfixes

- Fix special characters in `ui.log` (865 by phoskee, falkoschindler)
- Fix wrong container for `ui.refreshable` with async functions (863 by markbaumgarten, rodja)

Documentation

- Fix typo on documentation of `ui.button` (853, 854 by masykur8d, rodja)
- Add an example with an [editable Pandas DataFrame](https://github.com/zauberzeug/nicegui/blob/main/examples/pandas_dataframe/main.py) (#851 by miek770)
- Add new demos showing how to [bind to dictionaries](https://nicegui.io/documentation/bindings#bind_to_dictionary) and [global variables](https://nicegui.io/documentation/bindings#bind_to_variable) (850 by Devavrat8492, falkoschindler)

1.2.10

Not secure
Improved bindings, `ui.grid`, `ui.chat_message` and more

New features and enhancements

- Add [autocomplete](https://nicegui.io/documentation/input#autocompletion) for `ui.input` (824 by phoskee, falkoschindler)
- Allow binding dictionaries (829 by falkoschindler)
- Add binding methods for disableable elements (falkoschindler)
- Introduce [`ui.grid`](https://nicegui.io/documentation/grid) (#827 by falkoschindler)
- Introduce [`ui.chat_message`](https://nicegui.io/documentation/chat_message) (#826 by markbaumgarten, rodja, falkoschindler)
- Support [`ui.refreshable`](https://nicegui.io/documentation/refreshable) with async functions (rodja, falkoschindler)
- Style blockquotes in [`ui.markdown`](https://nicegui.io/documentation/markdown) elements (#820, 825 by atomicrichard, falkoschindler)
- Introduce [`seek`](https://nicegui.io/documentation/video#video_start_position) method for `ui.video` (812 by rodja, falkoschindler)
- Support [base64](https://nicegui.io/documentation/run#base64_favicon) and [SVG](https://nicegui.io/documentation/run#svg_favicon) favicons (808 by rodja)
- Add `mount_path` parameter to `ui.run_with` (842 by Viicos)

Bugfixes

- Fix layout issue with [`ui.refreshable`](https://nicegui.io/documentation/refreshable) (#841 by falkoschindler)
- Avoid memory leak with [`ui.refreshable`](https://nicegui.io/documentation/refreshable) (rodja, falkoschindler)
- Fix new event registrations not being sent to the client (834 by falkoschindler)

Documentation

- Allow choosing from different elements for the [live demo](https://nicegui.io/documentation#try_styling_nicegui_elements_) (837 by phoskee)
- Improve menu accessibility on mobile devices (811 by falkoschindler)

1.2.9

Not secure
"Refreshable" UI functions, better dark mode support and an interactive styling demo

New features and enhancements

- Introduce [`ui.refreshable`](https://nicegui.io/documentation/refreshable) (#782 by rodja, falkoschindler)
- Add `enable` and `disable` methods for input elements (560, 797 by Help-i-am-lost, falkoschindler)
- Introduce [`ui.dark_mode`](https://nicegui.io/documentation/dark_mode) (#342, 783 by smojef, falkoschindler)
- Add min/max/step/prefix/suffix parameters to [`ui.number`](https://nicegui.io/documentation/number) (#765, 790 by 1081, falkoschindler)
- Switch back to Starlette's `StaticFiles` (714, 723 by clueple, falkoschindler)
- Relax version restriction for FastAPI dependency (805, 807 by Viicos)

Bugfixes

- Fix [`ui.upload`](https://nicegui.io/documentation/upload) behind reverse proxy with subpath (#787 by falkoschindler)
- Fix hidden label when text is 0 (791 by AndrewMHenry, falkoschindler)

Documentation

- Add an [interactive demo](https://nicegui.io/documentation#try_styling_nicegui_elements_) for classes, style and props (795 by phoskee, falkoschindler)
- Improve documentation for [`ui.timer`](https://nicegui.io/documentation/timer) (falkoschindler)
- Add a [demo](https://nicegui.io/documentation/table#table_from_pandas_dataframe) for creating a `ui.table` from a pandas dataframe (30 by bdshoener, falkoschindler)

Page 10 of 41

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.