tauri@2.0.0-beta.9
New Features
46de49aaa
(#9059) Addedset_auto_resize
method for the webview.d1e77acd8
(#9011) Add a newImage
type in Rust and JS.
Enhancements
a77be9747
(#9038) Fallback to the postMessage IPC interface if we cannot reach the IPC custom protocol.e62ca4ee9
(#9070) Added a mechanism to preserve channel message order.03098b531
(#9036)Manager::add_capability
now allows adding a dynamically defined capability instead of only relying on static strings.b5c743276
(#9086) Use a strict content security policy on the isolation pattern iframe.46de49aaa
(#9059) When using theunstable
feature flag,WebviewWindow
will internally use the child webview interface for flexibility.
Bug Fixes
86fa339de
(#9071) Fix compile time error in context generation when usingapp.windows.windowEffects.color
947a50b8e
(#9049) Fixtauri migrate
for http plugin ACL.fe18012d3
(#9072) Resolve symlinks on the filesystem scope check.6c0683224
(#9068) Fixes scope resolution grouping scopes for all windows.
Dependencies
- Upgraded to
tauri-build@2.0.0-beta.7
- Upgraded to
tauri-utils@2.0.0-beta.7
- Upgraded to
tauri-runtime@2.0.0-beta.7
- Upgraded to
tauri-runtime-wry@2.0.0-beta.7
- Upgraded to
tauri-macros@2.0.0-beta.7
Breaking Changes
d1e77acd8
(#9011) Renamedicon-ico
andicon-png
feature flags toimage-ico
andimage-png
respectively720357fd5
(#9104) Removedtauri::path::Result
andtauri::path::Error
which were merely an unintentional re-export oftauri::Result
andtauri::Error
so use those instead.6c0683224
(#9068) Theallows
anddenies
methods fromipc::ScopeValue
,ipc::CommandScope
andipc::GlobalScope
now returns&Vec<Arc<T>>
instead of&Vec<T>
.d1e77acd8
(#9011) RemovedContext::default_window_icon_mut
andContext::tray_icon_mut
, useContext::set_default_window_icon
andContext::set_tray_icon
instead. Also changedContext::set_tray_icon
to acceptOption<T>
.d1e77acd8
(#9011) RemovedIcon
enum, use the newImage
type instead. All APIs that previously acceptedIcon
have changed to acceptImage
instead.
© 2024 Tauri Contributors. CC-BY / MIT