tauri@2.0.0-beta.24
a7354f9a8(#10171 by @amrbashir) MarkAppHandle::restartandprocess::restartas diverging functions.
4c239729c(#10167 by @amrbashir) Fix deserialization of raw invoke requests when usingisolationpattern.55733aba9(#10176 by @lucasfernog) MovePluginApi::register_ios_pluginbehind thewryCargo feature asWebview::with_webviewis only available when that feature is enabled.
- Upgraded to
tauri-macros@2.0.0-beta.19 - Upgraded to
tauri-build@2.0.0-beta.19 - Upgraded to
tauri-runtime-wry@2.0.0-beta.20 - Upgraded to
tauri-utils@2.0.0-beta.19 - Upgraded to
tauri-runtime@2.0.0-beta.20
-
ba9590aa9(#9640 by @amrbashir) AddedEmitterandListenertraits that defines what an emitter or a listener can do, this however comes with a few breaking changes:- Removed
Manager::listen_any, useListener::listen_anyinstead. - Removed
Manager::once_any, useListener::once_anyinstead. - Removed
Manager::unlisten, useListener::unlisteninstead. - Removed
Manager::emit, useEmitter::emitinstead. - Removed
Manager::emit_to, useEmitter::emit_toinstead. - Removed
Manager::emit_filter, useEmitter::emit_filterinstead. - Removed
App/AppHandle::listen,WebviewWindow::listen,Window::listenandWebview::listen, useListener::listeninstead. - Removed
App/AppHandle::once,WebviewWindow::once,Window::onceandWebview::once, useListener::onceinstead. - Removed
App/AppHandle::unlisten,WebviewWindow::unlisten,Window::unlistenandWebview::unlisten, useListener::unlisteninstead.
- Removed
-
261c9f942(#10170 by @amrbashir) RenamedDragDropEventenum variants to better convey when they are triggered:DragDropEvent::Dragged->DragDropEvent::EnterDragDropEvent::DragOver->DragDropEvent::OverDragDropEvent::Dropped->DragDropEvent::DropDragDropEvent::Cancelled->DragDropEvent::Leave
This also comes with a change in the events being emitted to JS and Rust event listeners:
tauri://drag->tauri://drag-entertauri://drop-over->tauri://drag-overtauri://drop->tauri://drag-droptauri://drag-cancelled->tauri://drag-leave
-
2b1ceb40d(#10229 by @amrbashir) Renamed the JSgetCurrentandgetAllfunctions to a clearer name to avoid ambiguity:getCurrentinwindowmodule has been renamed togetCurrentWindowgetCurrentinwebviewmodule has been renamed togetCurrentWebviewgetCurrentinwebviewWindowmodule has been renamed togetCurrentWebviewWindowgetAllinwindowmodule has been renamed togetAllWindowsgetAllinwebviewmodule has been renamed togetAllWebviewsgetAllinwebviewWindowmodule has been renamed togetAllWebviewWindows
-
57612ab24(#10139 by @Brendonovich) AddTSendgeneric toipc::Channelfor typesafesendcalls and type inspection intauri-specta
© 2025 Tauri Contributors. CC-BY / MIT