tauri-runtime@0.3.4
Mar 28, 2022
- Added
close_devtoolsandis_devtools_openAPIs to theDispatchtrait. - Breaking change: The
MenuItem::Aboutvariant is now associated with a tuple value(String, AboutMetadata). - Support window parenting on macOS
- The file drop event is now part of the
WindowEventenum instead of a having a dedicated handler. - Breaking change: Use the dedicated
WindowEventenum onRunEvent. - Added
create_proxyto theRuntimeandRuntimeHandletraits. - Force
Errorboxed errors to beSync. - Breaking change: Move the
FileDropEventstruct to thewindowmodule. - Allow specifying a user event type for the event loop message.
- Added the
WindowEvent::FileDropvariant.
© 2026 Tauri Contributors. CC-BY / MIT