Skip to content

tauri-runtime

Tauri’s runtime abstraction layer.

2.11.x

2.11.3

Jun 17, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.3

2.11.2

May 16, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.2

2.11.1

May 6, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.1

2.11.0

Apr 30, 2026
New Features
  • 001c8fe3d (#14722) Add a WebView option to control browser-level general autofill behavior. This option does not disable password or credit card autofill. On Windows (WebView2), setting it to true disables the general autofill "Suggestions" UI, which may appear even when autocomplete="off" is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.
  • b27be063f (#14925) Add eval_with_callback to the Tauri webview APIs and runtime dispatch layers.
  • cc5c97602 (#14486) Trigger RunEvent::Opened on Android.
  • eb0312ea9 (#15199) Propagates the Event::Suspended and Event::Resumed events from tao when they are emitted on mobile targets.
  • 093e2b47c (#14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
  • 1063c48c5 (#14523) Add handler for web content process termination on macOS and iOS.
Dependencies
  • Upgraded to tauri-utils@2.9.0

2.10.x

2.10.1

Mar 4, 2026
Dependencies
  • Upgraded to tauri-utils@2.8.3

2.10.0

Feb 2, 2026
Bug Fixes
Dependencies
  • Upgraded to tauri-utils@2.8.2
  • 75057c7c0 (#14778 by @FabianLars) Breaking Change for with_webview users: Updated webkit2gtk-rs crates to v2.0.2.

2.9.x

2.9.2

Nov 30, 2025
Dependencies
  • Upgraded to tauri-utils@2.8.1

2.9.1

Oct 22, 2025
Bug Fixes

2.9.0

Oct 20, 2025
New Features
  • f5851ee00 (#14089) Adds the scroll_bar_style option to the Webview and WebviewWindow builders. The possible values for this option are gated behind conditional compilation flags, and will need to be applied using conditional compilation if customised.
Dependencies
  • Upgraded to tauri-utils@2.8.0

2.8.x

2.8.0

Aug 18, 2025
New Features
Dependencies
  • Upgraded to tauri-utils@2.7.0

2.7.x

2.7.1

Jul 20, 2025
Dependencies
  • Upgraded to tauri-utils@2.6.0

2.7.0

Jun 24, 2025
Dependencies
  • Upgraded to tauri-utils@2.5.0
  • 9c16eefa3 (#13629) Update html5ever to 0.29 and kuchikiki to version 0.8.8-speedreader.

2.6.x

2.6.0

Apr 15, 2025
New Features
  • dd4f13ce4 (#13185) MacOS: Add set_dock_visibility method to support setting the visibility of the application in the dock.

  • 8cf662e34 (#13076) - add API to run initialization scripts on all frames - WebviewBuilder::initialization_script_on_all_frames - WebviewWindowBuilder::initialization_script_on_all_frames - WebviewAttributes::initialization_script_on_all_frames

  • ea36294cb (#13208) Added WebviewAttributes::input_accessory_view_builder on iOS.

  • c1cd0a2dd (#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)

    • WebViewBuilder.allow_link_preview(allow_link_preview: bool)
    • WebviewWindowBuilder.allow_link_preview(allow_link_preview: bool)
  • b072e2b29 (#9687) Add preventOverflow config option to prevent the window from overflowing the monitor size on creation

Dependencies

Full Changelog

tauri-runtime full changelog

Version List


© 2026 Tauri Contributors. CC-BY / MIT