Skip to content

Releases: zauberzeug/nicegui

v3.8.0

24 Feb 16:15

Choose a tag to compare

Security

  • ⚠️ Prevent XSS via unsanitized method names in run_method() (GHSA-78qv-3mpx-9cqq by @anuraagbaishya, @evnchn, @falkoschindler)

    Breaking change: For security reasons, run_method() and run_*_method() no longer accept arbitrary JavaScript expressions as method names. Only actual method names are supported now. If you previously passed JS functions like

    row = await grid.run_grid_method('(g) => g.getDisplayedRowAtIndex(0).data')

    use

    row = await run_javascript(f'return getElement({grid.id}).api.getDisplayedRowAtIndex(0).data')

    instead.

New features and enhancements

Bugfixes

Documentation

Testing

Dependencies

Infrastructure


Special thanks to our top sponsors Lechler GmbH and TestMu AI

and all our other sponsors and contributors for supporting this project!

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

v3.7.1

05 Feb 14:42
2941a96

Choose a tag to compare

Bugfix

v3.7.0

05 Feb 11:05

Choose a tag to compare

Security

New features and enhancements

Bugfixes

Documentation

Testing

Dependencies

Infrastructure


Special thanks to our top sponsors Lechler GmbH and TestMu AI

and all our other sponsors and contributors for supporting this project!

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

v3.6.1

21 Jan 16:42

Choose a tag to compare

Bugfix

Testing


Special thanks to our top sponsors Lechler GmbH and TestMu AI

and all our other sponsors and contributors for supporting this project!

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

v3.6.0

21 Jan 07:46

Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

Testing


Special thanks to our top sponsors Lechler GmbH and TestMu AI

and all our other sponsors and contributors for supporting this project!

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

v3.5.0

08 Jan 09:25
ae20f77

Choose a tag to compare

Security

New features and enhancements

Bugfixes

Documentation

Testing


Special thanks to our top sponsors Lechler GmbH, LambdaTest and frankhuurman

and all our other sponsors and contributors for supporting this project!

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

v3.4.1

16 Dec 16:03
26756cc

Choose a tag to compare

Enhancement

Bugfixes

Infrastructure


Special thanks to our top sponsors Lechler GmbH and LambdaTest

and all our other sponsors and contributors for supporting this project!

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

v3.4.0

08 Dec 16:44

Choose a tag to compare

Security

New features and enhancements

Deprecation

Bugfixes

Documentation

Testing

Dependencies

Infrastructure


Special thanks to our top sponsors Lechler GmbH and LambdaTest

and all our other sponsors and contributors for supporting this project!

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

v3.3.1

17 Nov 10:40
546802d

Choose a tag to compare

Enhancement

  • Do not load headwind.css if Tailwind is disabled (#5448 by @evnchn)

Bugfixes

Testing


Special thanks to our top sponsors Lechler GmbH, LambdaTest, and Pierre Gronlier

and all our other sponsors and contributors for supporting this project!

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

v3.3.0

13 Nov 16:25

Choose a tag to compare

New features and enhancements

Bugfixes

Documentation

Testing

Infrastructure


Special thanks to our top sponsor Dhorz

and all our other sponsors and contributors for supporting this project!

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