New features and enhancements
- Introduce
ui.teleport
element to inject NiceGUI elements into regular html. (#3148, #3159 by @CrystalWindSnake, @falkoschindler) - Introduce
align_items
parameter forui.row
,ui.column
andui.card
(#3174, #3175 by @tz301, @falkoschindler) - Introduce
config
parameter forui.mermaid
(#3164 by @kyloe, @falkoschindler) - Improve error message for source elements with missing files (#3162 by @CrystalWindSnake, @falkoschindler)
- Allow commas and equal signs in unquoted prop strings (#3128, #3130, #3193 by @miccs0, @ed2050, @falkoschindler)
Bugfixes
- Fix type annotation in NPM import script (#3186 by @natankeddem)
- Fix JavaScript error due to wrong variable in download function (#3173 by @123swk123, @falkoschindler)
- Encode auto-generated URLs to support filenames with hashtags
#
(#3124, #3138 by @gotev, @afullerx) - Bump pywebview to 5.0 to support
settings
attribute (#3135 by @miek770, @falkoschindler) - Fix
ui.codemirror
ignoring path prefixes (#3122, #3126 by @amks1, @falkoschindler)