Skip to content

Releases: zauberzeug/nicegui

v2.19.0

02 Jun 13:18
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

Infrastructure


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.18.0

23 May 07:55
bd5fb00
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

Testing

Infrastructure


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.17.0

12 May 22:03
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

Testing

Infrastructure


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.16.1

05 May 19:38
a985cb1
Compare
Choose a tag to compare

Bugfix

Documentation

v2.16.0

02 May 09:48
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Documentation


* Note about binding propagation: NiceGUI 2.16.0 improved efficiency of binding propagation by strictly adhering to a Depth-First-Search approach, updating every affected node once and executing the transformation function once. If you are migrating from NiceGUI 2.15.0 or older, there may be extra runs on transformation functions, especially ones in the opposite direction to the current propagation direction, which are no-longer ran in NiceGUI 2.16.0. As a result, you would need to change your code appropriately. We would also like to mention that, for the most stable behaviour across releases, it is best-practice that transform functions have no side-effects and do basic transform operations only. This way, it will not matter how NiceGUI chooses to call them in what order and by how many times.


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.15.0

16 Apr 10:50
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Testing

Dependencies


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.14.1

09 Apr 05:38
Compare
Choose a tag to compare

Bugfixes

v2.14.0

08 Apr 11:20
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

Dependencies


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.13.0

18 Mar 15:59
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

Documentation


Special thanks to all our sponsors and contributors! ✨

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v2.12.1

04 Mar 09:27
Compare
Choose a tag to compare

Bugfix