tauri/.changes/plugin-refactor.md

8 lines
258 B
Markdown
Raw Normal View History

---
"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.