- improve behavior of ui.link and ui.open as well as routing of static resources when NiceGUI is served with X-Forwarded-Prefix header
0.7.25
Not secure
- introduce `scene.ring`, `scene.tube` and `scene.spotlight` for 3d scenes - allow changing rendered material side for 3d objects - allow hiding 3d objects - introduce `ui.table` using AG Grid - allow chaining `tooltip()` method via builder pattern - allow nesting elements within `ui.link` - bugfixes
0.7.24
Not secure
- README with badges - GitHub ribbon on https://nicegui.io - improved examples and headlines in README
0.7.23
Not secure
- introduce `ui.expansion` element - `ui.dialog` is now awaitable - adding `.tooltip(...)` for all ui.elements - allow changing joystick style - scale img to fill the whole interactive image element - limit watchgod to python files by default - disable input event to avoid page updates while typing - smaller bugfixes - cleanup
0.7.22
Not secure
- introducing parameters to fine-control reload_dir and include/exclude patterns - allow setting initial camera position within `ui.scene` - bugfixes