Commit Graph

28 Commits

Author SHA1 Message Date
Lucas Nogueira
aa0828f8ad fix(docs): wrong import path on updater guide 2021-08-14 10:39:07 -03:00
Lucas Nogueira
206c1d0f23 feat(docs): mention @tauri-apps/api on integration guide, closes #2235 2021-08-14 10:35:33 -03:00
Ngo Iok Ui (Wu Yu Wei)
f81ebddfcc feat: remove menu feature flag (#2415)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-13 10:23:32 -03:00
Lucas Nogueira
f665d001ed feat(docs): improve splashscreen example 2021-08-13 10:09:43 -03:00
Thad Guidry
efefc6e6c1 Add example of using allowlist to reduce binary size (#2111)
* Add example of using allowlist to reduce binary size

based on comment from@lucasfernog at https://discord.com/channels/616186924390023171/807549941936816148/859059694316683295

* fix example

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-11 20:24:51 -03:00
Lucas Nogueira
178164b259 fix(docs): splashscreen guide using dropped Params syntax 2021-08-11 14:52:47 -03:00
Sanket Chaudhari
7fcd991aab Fix import path for getCurrent and WebviewWindow in docs (#2364) 2021-08-08 17:41:27 -03:00
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
Michael E. Snowden
2eed5b5e97 Update Rust example in cli.md (#2337)
* Update cli.md

Updating the example Rust code with an example graciously provided by @amrbashir . This is also in response to a [docs issue](https://github.com/tauri-apps/tauri/issues/2332) that I had raised earlier.

* Update docs/usage/guides/cli.md

* Update cli.md

* Update cli.md

Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
2021-08-02 13:13:44 -03:00
Amr Bashir
1a51006673 fix(core): data-tauri-drag-region didn't respect resizable, closes #2314 (#2316)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-02 10:43:31 -03:00
Zoe
58472d4ed2 chore(docs) fix typo of the example code (#2315) 2021-08-01 23:54:49 -03:00
david
426a6b4996 feat(macOS): Implement tray icon template (#2322) 2021-07-29 15:29:59 -04: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
aba52cf21d fix(docs): make the splashscreen guide work (fix: #2185) (#2186) 2021-07-12 12:01:11 -03: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
Amr Bashir
189c129f4f fix(docs): use correct link (#2134) 2021-06-30 19:08:48 -03:00
Amr Bashir
373e2ba318 docs: add maximize toggle to window_customization guide (#2132) 2021-06-30 15:32:38 -03:00
Amr Bashir
2a6cfbf818 fix(docs): use data-tauri-drag-region instead of drag-region class (#2112) 2021-06-28 20:13:41 -03:00
Lucas Fernandes Nogueira
66efb43388 fix(docs): target triple detection script, closes #2084 (#2096) 2021-06-27 21:21:24 -03:00
Thad Guidry
da2e72698c Fix grammar and typos in Anti Bloat doc (#2095)
* Fix grammer and typos in Anti Bloat doc

- use Simple English to bring clarity and easier translations
- fix typos and grammar

* Update anti-bloat.md

* Update anti-bloat.md
2021-06-27 19:52:59 -03:00
Lucas Nogueira
b46a2884ac fix: menu docs 2021-06-25 00:12:01 -03:00
Lucas Fernandes Nogueira
59784c7e55 feat(core): implement CommandArg for AppHandle (#2037) 2021-06-21 14:00:34 -03:00
Lucas Fernandes Nogueira
0897dce872 fix(docs): update sidecar documentation (#2000) 2021-06-16 22:18:32 -03:00
nothingismagick
463fd00d06 fix(csp): add wss and tauri to conf template (#1974)
* fix(csp): add wss and tauri to conf template

* add change file, update examples/docs

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-06-15 13:37:24 -03:00
Gabe Cohen
fb1f483a33 Add documentation on multiple commands (fix #1981) (#1982) 2021-06-15 13:21:24 -03:00
Lucas Fernandes Nogueira
f7e9fe8f3f refactor(core): new system tray and window menu APIs, closes #1898 (#1944) 2021-06-04 13:51:15 -03:00
Laegel
37db639a65 feat(docs): Added version-bound docs (#1676) 2021-06-02 08:55:07 -03:00