New features and enhancements
- Support dynamic props (#893, #896 by @falkoschindler, @duane-impulse)
- Implement
__iter__
for elements and slots (#958 by @falkoschindler, @DLu) - Support
clearable
prop forui.input()
,ui.number
andui.textarea
(#300 by @falkoschindler, @Mantanium) - Try websocket first and use long polling only as fallback (#959 by @rodja)
Bugfixes
- Fix unexpected behavior when using refreshable UI at multiple places (#938 by @falkoschindler)
- Correctly track count of
ui.chart
series (#948, #951 by @falkoschindler, @gengyudong) - Fix type annotation for
ui.page
decorator (#949 by @@falkoschindler, @AndrewMHenry) - Fix pyright typing issues with
on()
(#722 by @falkoschindler, @cj)
Documentation
- Add SimPy example (#955 by @rodja)
- Add a simple todo list example (#923, #954 by @falkoschindler, @metaperl)
- Add demo for reacting on content changes via binding (#950 by @rodja)
- Add tooltips to the icon-links on nicegui.io (#942 by @rodja, @falkoschindler)
- Add demo for masonry layout (#941 by @rodja)
- Add icon demo for
ui.button
(#933 by @rodja) - Fix
closeBtn
argument inui.notify
documentation (#928 by @CatamountJack)