New features and enhancements
- Add "loaded" event which fires when the source of a
ui.interactive_image
changes (#2453 by @rodja) - Let
ui.audio
andui.video
inherit fromSourceElement
(#2444, #2449 by @KimigaiiWuyi, @falkoschindler, @rodja) - Make
ui.log
autoscroll to bottom when page is loaded (#2447 by @CrabzteR) - Add support for Material Symbols (#2434 by @codingpaula, @falkoschindler)
- Introduce layer methods for
ui.leaflet
(#2418 by @falkoschindler)
Bugfixes
- Fix
ui.number
adding decimal points when a validation error occurs (#2454 by @jekoie, @rodja, @falkoschindler) - Update
tailwind.config.darkMode
only if the value has changed, improving the initial load time of nicegui.io (#2287, #2446, #2451 by @platinops, @rodja) - Improve the error message when
storage_secret
is missing (#2438, #2445 by @me21, @rodja, @falkoschindler) - Fix
ui.notification
not changing its style based on thetype
argument (#2427 by @csrubin, @falkoschindler) - Fix "python-socketio" requirement to install optional "asyncio-client" extra (#2089, #2426 by @retsyo, @rodja)