Jacob Bolda
c410e034f7
convert jest tests to child_process run script ( #2308 )
...
* convert jest tests to child_process run script
* remove vuecli (it freezes), add angular
* run cargo build in correct dir
* add in asserts on fs
* normalize assert for node14
* fix installing empty dependencies
* add messages to asserts
* use test dir to check if running local cli
* try running in parallel
* run in parallel and log output serially
* avoid parallel, skip yarn for now
* add change file
* disable running with npm6 due to vite fail
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-08-08 03:13:05 -05:00
Amr Bashir
235e0f6785
feat(CTA): add official support for pnpm package manager ( #2348 )
...
* feat(CTA): add official support for `pnpm` package manager
* adjust post-message formatting [skip ci]
* optimize package managers checks
2021-08-06 23:35:39 +08:00
Lucas Nogueira
fee3c5820b
fix(api): unused @ts-expect-error
2021-08-04 10:41:50 -03:00
Amr Bashir
05b9d81ee6
feat(api.js): add nodejs-inspired functions in path module ( #2310 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-08-02 10:58:09 -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
Ikko Ashimine
807b8625b7
fix(cli.rs): typo in input.rs ( #2326 )
...
existance -> existence
2021-08-01 23:59:21 -03:00
renovate[bot]
b6e9b46989
chore(deps) Update dependency @rollup/plugin-sucrase to v4 ( #2307 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-01 23:54:34 -03:00
chip
4b2aa35684
Add back WebDriver support ( #2324 )
2021-08-01 23:54:10 -03:00
Pauan
af3cc7d7f7
Adding in Dominator recipe ( #1912 )
...
* Adding in Dominator recipe
* Running prettifier
* add dominator to cta tests
* update postinit message
* add `src-tauri` as a worksapce member
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-08-01 23:47:31 -03:00
ilukinov
4678144e22
fix(create-tauri-app): Change script name in App.tsx from 'App.js' to 'App.tsx' ( #2333 )
2021-08-01 23:44:11 -03:00
david
426a6b4996
feat(macOS): Implement tray icon template ( #2322 )
2021-07-29 15:29:59 -04:00
FabianLars
0f63f5e757
fix(api): Fix monitor functions, closes #2294 ( #2301 )
...
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com >
2021-07-29 13:44:24 -03:00
Amr Bashir
c0f42ad0e3
feat(cta): prompt users to install @tauri-apps/api package ( #2251 )
2021-07-29 09:34:29 -03:00
Amr Bashir
718d9513ce
refactor(cta): update vite recipe to use their new npm package ( #2220 )
2021-07-29 09:31:04 -03:00
Amr Bashir
05e679a6d2
feat(api.js): add os module ( #2299 )
...
* feat(api.js): add `os` module
* use correct endpoint for version
* return version as a string
* clippy
* cleanup ?!
* [skip ci]
* [skip ci]
2021-07-28 13:17:11 -03:00
Lucas Fernandes Nogueira
71d687b787
feat(cli.rs): platform-specific conf.json ( #2309 )
2021-07-28 12:55:32 -03:00
Lucas Fernandes Nogueira
268450b132
fix(api): global bundle broken code, closes #2289 ( #2297 )
2021-07-26 11:25:08 -03:00
Amr Bashir
9fbcc02454
fix(api.js): fix double window creation, closes #2284 ( #2285 )
2021-07-23 09:06:12 -04:00
Ben Briggs
83786ce8a4
fix( #2230 ) - Unable to uninstall when using Skip UAC task ( #2231 )
2021-07-23 07:43:17 -04:00
Kris Scott
151c3157be
Add svelte recipe to create-tauri-app ( #2276 ) ( #2279 )
2021-07-22 15:26:57 -04:00
Amr Bashir
74a278fcfc
chore(docs): devPath & distDir are relative to tauri.conf.json, closes #2236 ( #2259 )
...
* chore(docs): `devPath` & `distDir` are relative to tauri.conf.json
* change cli.rs message
2021-07-21 15:40:03 +08:00
Amr Bashir
785865863e
chore(api.js): better platform-specific notes ( #2253 )
2021-07-21 12:23:16 +08:00
Amr Bashir
f130a167c5
chore(api.js): copy README.md & CHANGELOG.md to dist ( #2252 )
2021-07-21 12:22:55 +08:00
Amr Bashir
dd52e738f1
fix(api.js): fix @ts-expect-error usage, closes #2249 ( #2250 )
2021-07-19 18:19:58 -04:00
Amr Bashir
4f88c3fb94
fix(api.js): bundle now exports clipboard mod, closes #2243 ( #2244 )
2021-07-19 08:30:28 -04:00
github-actions[bot]
e48bb3edff
apply version updates ( #2121 )
2021-07-16 09:23:10 -04:00
Ben Briggs
58129e0a95
feat(bundler) Update on Windows without UAC Prompt ( #2155 )
2021-07-15 10:38:03 -04:00
renovate[bot]
8be6755c6a
chore(deps) Update Tauri API Definitions ( #2205 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-07-15 07:41:33 -03:00
renovate[bot]
ed62cc6fa7
chore(deps) Update Tauri JS CLI ( #2206 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-07-15 07:40:08 -03: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
Epsilon_02
489fad5524
Angular create tauri app [ #1934 ] ( #2203 )
2021-07-14 16:36:46 -04:00
david
caa8fcc93e
fix(windows): use random Guid for uninstaller (wix) ( #2208 )
...
* use random `Guid` for uninstaller
* add changefile
* better naming structure for the component
2021-07-14 21:38:31 +08:00
Friedel Ziegelmayer
7ee2dc8b69
feat(cli.rs): add release argument to the dev command ( #2192 )
2021-07-12 12:59:02 -03:00
FabianLars
bc2c331dec
fix: center and focus not being allowed in config ( #2199 )
2021-07-12 11:59:32 -03:00
renovate[bot]
7eaf437b7f
chore(deps) Update Tauri API Definitions ( #2165 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-07-08 12:05:44 -03:00
renovate[bot]
9a21885341
chore(deps) Update Tauri JS CLI ( #2166 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-07-08 12:05:22 -03:00
renovate[bot]
4905797614
chore(deps) Update Rust crate handlebars to 4.1 ( #2167 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-07-08 12:05:14 -03:00
renovate[bot]
224fe56766
chore(deps) Update Rust crate handlebars to 4.1 ( #2171 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-07-08 12:05:06 -03:00
Lucas Fernandes Nogueira
d69b1cf6d7
feat(api): allow mananing windows created on JS ( #2154 )
2021-07-05 12:16:55 -03:00
Lucas Nogueira
af634db275
feat(cli.rs): add skip_taskbar to conf schema
2021-07-04 00:06:41 -03:00
Lucas Nogueira
7660a23d22
fix(tooling): clippy
2021-07-03 23:49:01 -03:00
Lucas Fernandes Nogueira
5d7626f897
feat(api): WindowManager extends WebviewWindowHandle, add events docs ( #2146 )
2021-07-03 23:38:35 -03:00
Amr Bashir
66916b739f
chore: add .prettierrc in repo root ( #2145 )
2021-07-03 19:48:04 -03:00
Lucas Fernandes Nogueira
51a5cfe4b5
feat(api): add convertFileSrc helper ( #2138 )
2021-07-02 00:00:30 -03:00
Amr Bashir
3e6f34160d
fix(cli.rs): run powershell kill command without profile ( #2130 )
2021-06-30 15:12:37 -03:00
renovate[bot]
df32ff5f4a
chore(deps) Update dependency rollup to v2.52.4 ( #2128 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-06-30 10:38:33 -03:00
renovate[bot]
1b00855af8
chore(deps) Update Tauri API Definitions ( #2122 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-06-30 10:14:30 -03:00
renovate[bot]
894fe82873
chore(deps) Update Tauri JS CLI ( #2123 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-06-30 10:14:20 -03:00
LisiurDay
fd0334645b
fix: tauri init may failed with no error message. ( fix #2079 ) ( #2117 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-06-30 09:26:49 -03:00
github-actions[bot]
4339b46e4b
Apply Version Updates From Current Changes ( #2113 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2021-06-28 21:57:26 -03:00