Skip to content

Version 0.1.20a0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 21:51
· 8 commits to main since this release
608f502

Prebuilt wheel packages version 0.1.20a0.

  • NiceGUI
    • Introduced a NiceGUIPropertyBinder class 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
  • Improved basic_nicegui.py demo with randomized GC triggering to test stability