New features and improvements
- Allow using NiceGUI elements as link targets (#964 by @rodja)
- Allow using event handlers without event arguments but with a default argument (#965 by @falkoschindler)
- improved favicon routing (#963 by @rodja)
- Allow calling native window methods from NiceGUI's main thread (#917 by @rodja)
- Add a specialization of FastAPI's APIRouter to modularize large page structures (#897 by @rodja)
Documentation
- Refactored todo list example to use
on_change
callbacks (#970 by @rodja) - Add Lightbox example (#968 by @rodja)