v1.4.25
版本发布时间: 2024-05-13 22:27:50
zauberzeug/nicegui最新发布版本:v2.3.0(2024-10-04 19:07:30)
Bugfixes
- Fix animations being interrupted when initializing
ui.echarts
(#2932, #3056 by @CrystalWindSnake, @falkoschindler) - Fix autocomplete for
ui.input
on mobile (#3055 by @falkoschindler) - Fix accessibility issue with connection popup being always visible to screen readers (#3050 by @paulGeoghegan, @falkoschindler)
- Avoid data loss when deep-copying
app.storage
(#3023, #3046 by @natankeddem, @falkoschindler) - Add missing comma (#3032 by @sfermigier)
- Handle
options
andvalue
pointing to the same object inui.select
(#3014 by @natankeddem, @falkoschindler) - Raise exception when awaiting JavaScript on auto-index page to avoid aftereffects with multiple connected clients (#2951, #2983 by @CrystalWindSnake, @frankvp11, @falkoschindler)
- Fix
ui.aggrid
not resizing correctly with its parent container (#2850, #2852 by @tz301, @vickorian, @wasabismile, @falkoschindler)