[email protected]
此内容尚不支持你的语言。
New Features
490a6b424
(#9147) TheAssets
trait now include asetup
method that lets you run initialization code for your custom asset provider.
Bug Fixes
85de230f3
(#9144) Fix old JS listeners being dropped on page load after it was possible to create new listeners.e673854c8
(#9133) Fixes capability remote domain not allowing subpaths, query parameters and hash when those values are empty.
Dependencies
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
Breaking Changes
490a6b424
(#9147) TheContext
struct and theAssets
trait now takes aR: Runtime
generic.ba0206d8a
(#9141)Context::assets
now returns&dyn Assets
instead of&A
generic.ba0206d8a
(#9141) TheContext
type no longer uses the<A: Assets>
generic so the assets implementation can be swapped withContext::assets_mut
.490a6b424
(#9147) RemovedContext::assets_mut
and addedContext::set_assets
.db0a24a97
(#9132) Use the image crate fortauri::image::Image
and remove thefrom_png_bytes
andfrom_ico_bytes
APIs.
© 2024 Tauri Contributors. CC-BY / MIT