v1.1.0
版本发布时间: 2023-01-09 18:25:41
zauberzeug/nicegui最新发布版本:v2.3.0(2024-10-04 19:07:30)
Breaking Changes
- using Quasar Uploader for ui.upload (#227, #220)
- reworked lifecycle functions (#232, #234)
- adding
on_connect()
andon_disconnect()
functions toclient
- renamed
await client.handshake()
toawait client.connected()
- introduce
await client.disconnected()
- providing
app.on_connect()
andapp.on_disconnect()
functions which are called for every client - move
on_startup()
,on_shutdown()
andadd_static_files()
fromui
intoapp
- adding
Other Changes
- hold references to tasks in task_logger to prevent garbage collection (#236, #237)
- fixed argument list for
table.call_api_method()
(#233) - add support for checkboxRenderer in
ui.table
(#228) - allow running NiceGUI without Tailwind (#231)