tauri/.changes/dynamic-plugin.md
Lucas Fernandes Nogueira c17532f741
refactor(core): change Plugin initialize signature, move register t… (#2347)
* refactor(core): change Plugin `initialize` signature, move register to AppHandle

* clippy
2021-08-03 22:06:05 -03:00

6 lines
110 B
Markdown

---
"tauri": patch
---
Allow registering a plugin through an `AppHandle` instance using the `plugin` method.