Skip to content

Releases: zauberzeug/nicegui

v1.2.14

14 May 06:23
Compare
Choose a tag to compare

Enhanced ui.avatar, more documentation, and bugfixes

Improvements

Documentation Updates

Bug Fixes

v1.2.13

05 May 17:32
Compare
Choose a tag to compare

Bugfix

v1.2.12

05 May 08:36
Compare
Choose a tag to compare

New features and enhancements

Bugfix

Documentation

v1.2.11

02 May 18:02
6bf0480
Compare
Choose a tag to compare

New features and enhancements

@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')

Bugfixes

Documentation

v1.2.10

27 Apr 15:56
Compare
Choose a tag to compare

Improved bindings, ui.grid, ui.chat_message and more

New features and enhancements

Bugfixes

Documentation

v1.2.9

21 Apr 13:32
2d26bd6
Compare
Choose a tag to compare

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

New features and enhancements

Bugfixes

Documentation

v1.2.8

17 Apr 09:38
Compare
Choose a tag to compare

v1.2.7

14 Apr 14:12
Compare
Choose a tag to compare

New features and enhancements

Documentation

Bugfixes

v1.2.6

05 Apr 06:49
6cf53c0
Compare
Choose a tag to compare

Bugfix release #2 for windows venv: missing files in static folder (#714, #720 by @kiwifoxtrot, @clueple, @PabloCR, @falkoschindler and @rodja)

v1.2.5

03 Apr 19:16
Compare
Choose a tag to compare

Bugfix release for windows venv: missing files in static folder (#714 by @kiwifoxtrot, @clueple, @falkoschindler and @rodja)