tauri@2.0.0-beta.14
Ce contenu n’est pas encore disponible dans votre langue.
06833f4fa(#9100) AddedRectstruct.06833f4fa(#9100) AddWebview::boundsandWebview::set_boundsAPIs.
06833f4fa(#9100) Enhance the IPC URL check by using the Origin header on the custom protocol IPC and the new request URI field on the postMessage IPC instead of usingWebview::url()which only returns the URL of the main frame and is not suitable for iframes (iframe URL fetch is still not supported on Android and on Linux when using the postMessage IPC).
c33f6e6cf(#9211) Fixed an issue preventing webview/window creation events to not be emitted. This also fixed thegetByLabelandgetAllJavaScript functions.
- Upgraded to
tauri-utils@2.0.0-beta.11 - Upgraded to
tauri-runtime-wry@2.0.0-beta.11 - Upgraded to
tauri-runtime@2.0.0-beta.11 - Upgraded to
tauri-macros@2.0.0-beta.11 - Upgraded to
tauri-build@2.0.0-beta.11
-
06833f4fa(#9100) RenameFileDroptoDragDropon structs, enums and enum variants. Also renamedfile_droptodrag_dropon fields and function names. -
284eca9ef(#9272)Manager::resources_tableis now scoped so eachApp/AppHandle/Window/Webview/WebviewWindowhas its own resource collection. -
06833f4fa(#9100) Refactored the tray icon event struct:- Changed
TrayIconEvent.icon_recttype to use the newtauri::Recttype. - Removed
TrayIconEvent.xandTrayIconEvent.yfields and combined them intoTrayIconEvent.positionfield. - Removed
tauri::tray::Rectanglestruct.
- Changed
© 2025 Tauri Contributors. CC-BY / MIT