New Features
- Introduce Tailwind CSS class manager for auto-complete suggestions (#362 by @Diegiwg, @falkoschindler)
- Introduce ui.splitter element (#676 by @abulka)
- Introduce ui.query function, e.g. for easy background configuration (#448, #411 by @falkoschindler, @rodja)
- Add option to disable grid in
ui.scene
(#700 by @JakobGue) - Make native window more configurable (#674 by @falkoschindler, @Skjolbir)
Bugfixes
- Allow returning a
RedirectResponse
from an async page function (#693 by @rodja, @espeoceka) - Allow running NiceGUI on Replit.com (#431, #539, #548 by @gloomie, @CCR010, @then77, @falkoschindler)
- Stop web browser from opening before
ui.run()
(#412, #625 by @tobb10001, @JS-Aibel)