Commit Graph

5 Commits

Author SHA1 Message Date
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
Joaquín
3f84381ea9 fix[docs]: Fix import in the Plugin example (#2224) 2021-07-23 07:44:17 -04:00
chip
fd8fab507c refactor(core): remove Params and replace with strings (#2191)
* refactor(core): remove `Params` and replace with strings

* add tauri-utils to changelog

* update default runtime macro to accept type and feature

* remove accidental default feature addition

* remove changefile todo items that have no futher action

* fix clippy warning

* update changefile

* finish change file

* fix splashscreen example

* fix markdown typo [skip ci]

* remove final uses of `Params`

* add license header to new runtime module in tauri-macros

* update plugin guide to use runtime instead of params
2021-07-15 18:05:29 +08:00
Joaquín
324275c00a Fix outdated Plugin page (#2178)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-07-08 11:45:35 -03:00
Laegel
37db639a65 feat(docs): Added version-bound docs (#1676) 2021-06-02 08:55:07 -03:00