v1.4.2
版本发布时间: 2023-11-06 22:55:40
zauberzeug/nicegui最新发布版本:v2.3.0(2024-10-04 19:07:30)
New features and enhancements
- Introduce
ui.pagination
(#1890, #1899 by @BertrandBorel, @falkoschindler, @adarshpunj) - Introduce
new_value_mode
forui.select
(#1045, #1819 by @groucho86, @artreven, @falkoschindler) - Support
ui.tab_panels
withoutui.tabs
(#1894, #1897 by @CrystalWindSnake) - Support binding source with local file paths (#1282, #1853, #1854 by @DaedlyKitten, @rodja, @falkoschindler)
- Support return values of refreshable function (#1845, #1914 by @gavinpotter, @falkoschindler)
- Avoid blank page when passing an invalid dynamic property (#1950 by @v479038280, @falkoschindler)
- Raise exception if
ui.element
is called with an invalid HTML tag (#1908, #1915 by @ed2050, @ProbablyBrian, @falkoschindler)
Bugfix
- Fix
ui.upload
for files with whitespace in native mode (#1576 by @birchtree02, @falkoschindler)
Documentation
- Add inheritance to the "Modularization" example (#1929 by @rodja)
- Add page function to the "Chat with AI" example (#1919 by @Dronakurl)
- Add an "Editable Table" example (#1833, #1905 by @Dronakurl, @falkoschindler)
- Fix "SQLite Database" example to avoid bug in tortoise-orm and aiosqlite (#1901 by @hu76589, @falkoschindler)
- Add note about conflicts between Quasar and TailwindCSS (#1821 by @Rinzlov, @natankeddem, @falkoschindler)