tauri/examples
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
..
.icons feat(examples): add splashscreen example (#1685) 2021-05-03 11:16:51 -03:00
api refactor(core): remove Params and replace with strings (#2191) 2021-07-15 18:05:29 +08:00
commands refactor(core): remove Params and replace with strings (#2191) 2021-07-15 18:05:29 +08:00
helloworld fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
multiwindow fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
navigation fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
resources fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
sidecar fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
splashscreen refactor(core): remove Params and replace with strings (#2191) 2021-07-15 18:05:29 +08:00
state fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
updater fix(macOS): updater EXC_BAD_ACCESS (#2181) 2021-07-12 12:03:27 -03:00