@tauri-apps/api-v2.11.0
📦 tauriView on GitHub →
✨ 4 features🔧 2 symbols
Summary
Version 2.11.0 introduces new menu item types, improved icon handling on macOS, and new WebView autofill controls, alongside mobile event propagation.
✨ New Features
- Added Bring All to Front predefined menu item type.
- Added macOS support for setting the icon and icon template state simultaneously on the main thread to prevent flickering.
- Added a WebView option to control browser-level general autofill behavior (does not disable password or credit card autofill). On Windows (WebView2), setting it to true disables the general autofill "Suggestions" UI.
- Propagates the Event::Suspended and Event::Resumed events from tao when emitted on mobile targets.