mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
8 lines
258 B
Markdown
8 lines
258 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
Refactored the `Plugin` trait `initialize` and `extend_api` signatures.
|
|
`initialize` now takes the `App` as first argument, and `extend_api` takes an `Invoke` instead of `InvokeMessage`.
|
|
This adds support to managed state on plugins.
|