tauri@2.0.0-alpha.4
此内容尚不支持你的语言。
- Allow a wry plugin to be registered at runtime.
- Inject
proguard-tauri.pro
file in the Android project. - Return
bool
in the invoke handler. - Use correct lib name in xcode project.
- Run Android and iOS native plugins on the invoke handler if a Rust plugin command is not found.
- Added
initialize_android_plugin
andinitialize_ios_plugin
APIs onAppHandle
. - Changed the plugin setup hook to take a second argument of type
PluginApi
. - Refactored the implementation of the
mobile_entry_point
macro. - Removed the attohttpc client. The
reqwest-*
Cargo features were also removed. - Added
App::run_mobile_plugin
andAppHandle::run_mobile_plugin
. - Added the
shadow
option when creating a window andWindow::set_shadow
. - Implemented
with_webview
on Android and iOS.
© 2024 Tauri Contributors. CC-BY / MIT