Version 0.1.20a0
Pre-release
Pre-release
Prebuilt wheel packages version 0.1.20a0.
- NiceGUI
- Introduced a
NiceGUIPropertyBinderclass for robust two-way data binding between UI elements and data models, preventing client disconnect issues in nicegui - Integrated the binder across multiple property types (Boolean, Number, Text, Options, Path, Slider, Progress, and Vector), improving UI-to-model synchronization
- Added disposal support for UI components to prevent memory leaks on disconnect
- Refactored all field properties to use a centralized and safer binding mechanism, replacing ad hoc event handling
- Introduced a
- Improved
basic_nicegui.pydemo with randomized GC triggering to test stability