The1111mp
dd4f13ce4b
feat: add set_dock_visibility method ( #13185 )
...
* feat: add `set_dock_visibility` method
Signed-off-by: The1111mp <The1111mp@outlook.com >
* add api
* retain focus
* fmt
* make SetDockVisibility message conditional (macos only)
* lint
---------
Signed-off-by: The1111mp <The1111mp@outlook.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-04-11 15:13:07 -03:00
Simon Laux
c1cd0a2ddb
feat: macOS/iOS: add option to disable or enable link previews when building a webview ( #13090 )
...
* macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)
- `WebViewBuilderExtDarwin.allow_link_preview(allow_link_preview: bool)`
- `WebViewBuilder.allow_link_preview(allow_link_preview: bool)`
- `WebviewWindowBuilder.allow_link_preview(allow_link_preview: bool)`
* also call on iOS
* add api
* fix tests
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-04-11 09:00:34 -03:00
renovate[bot]
47df696dfb
chore(deps): update dependency eslint-config-prettier to v10.1.2 ( #13192 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 15:03:40 +02:00
renovate[bot]
e4982dff73
chore(deps): update dependency rollup to v4.39.0 ( #13125 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 17:17:43 +08:00
github-actions[bot]
b154826881
apply version updates ( #13060 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-01 13:52:38 -03:00
renovate[bot]
22c7a877e3
chore(deps): update dependency rollup to v4.38.0 ( #13094 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-29 17:32:15 +08:00
阿豪
dd13728334
enhance(api): add generic parameter to emit and emitTo functions ( #13066 )
...
closes #13059
2025-03-25 05:34:20 +02:00
renovate[bot]
f235ec0113
chore(deps): update dependency rollup to v4.37.0 ( #13062 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 21:14:02 +08:00
Lőrik Levente
dea8bbf6cd
docs: Improve BaseDirectory documentation ( #13043 )
...
* add notes
* Add links
* fix fmt
2025-03-21 13:57:34 +02:00
github-actions[bot]
be3a79c864
apply version updates ( #12856 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-03-20 15:34:59 -03:00
renovate[bot]
4a01299e31
chore(deps): update dependency rollup to v4.36.0 ( #13010 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-17 19:36:29 +08:00
Fabian-Lars
0d1446857c
fix: Don't minify api dist files ( #12989 )
2025-03-16 07:11:42 -03:00
Fabian-Lars
2fa33d5c44
chore: Fix example readme instructions. Add pnpm build:debug. ( #12983 )
...
* chore: Fix example readme instructions. Add `pnpm build:debug`.
* keep terser on bundle.global.js build to avoid file modifications
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-03-15 12:51:40 -03:00
Simon Laux
d8059bad3c
add AppHandle.fetch_data_store_identifiers and AppHandle.remove_data_store ( #12900 )
...
* add `AppHandle::fetch_all_data_store_identifiers` and `AppHandle::remove_data_store`
* make it run on main thread, so you can call the function from any thread and it works.
* changes file
* update signature, move functions to RuntimeHandle
* add api
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-03-13 18:17:22 -03:00
Simon Laux
be2e6b85fe
add Window.is_always_on_top() and WebviewWindow.is_always_on_top() ( #12944 )
...
* add `Window.is_always_on_top()` and `WebviewWindow.is_always_on_top()`
* add api
* fmt
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-03-13 18:02:01 -03:00
tk
3a74dc8f34
fix(api): webview.close wrong command error ( #12935 )
2025-03-10 06:48:02 +02:00
renovate[bot]
eea12c196e
chore(deps): update dependency rollup to v4.35.0 ( #12932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-09 10:12:56 +08:00
renovate[bot]
4ce5c74ab4
chore(deps): update dependency eslint-config-prettier to v10.1.1 ( #12916 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-09 10:12:08 +08:00
Niladri Adhikary
060de5bbdd
feat(api): implement getIdentifier() to access tauri.conf.json identifier ( #12837 )
...
* feat(api): implement getIdentifier() to access tauri.conf.json identifier
* updated
* chore(api): update change file and rebuild bundle
* Update to @since 2.4.0
* added tag
* Update .changes/get-identifier.md
Co-authored-by: Fabian-Lars <github@fabianlars.de >
---------
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-03-02 15:12:33 -03:00
Simon Laux
20c1906912
feat: add WebviewBuilder.disable_javascript and WebviewWindowBuilder.disable_javascript ( #12821 )
...
* feat: add `WebviewBuilder.disable_javascript` and `WebviewWindowBuilder.disable_javascript`
* wry 0.50.3
* add missing config options and API types
* add change file for api
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-03-02 14:54:34 -03:00
renovate[bot]
3fb8d7ca6b
chore(deps): update dependency rollup to v4.34.9 ( #12862 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-01 11:16:25 +01:00
Tony
887db0813f
chore(deps): update js dependencies ( #12832 )
...
* chore(deps): update js dependencies
* Update lock
2025-02-27 17:15:32 +08:00
renovate[bot]
9332132239
chore(deps): update dependency eslint-config-prettier to v10.0.2 ( #12822 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 20:46:52 +01:00
github-actions[bot]
7d618f12d8
apply version updates ( #12518 )
...
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2025-02-26 12:45:31 -03:00
Kotkoroid
ddc469367a
style: fix Vite and React branding ( #12768 )
2025-02-22 11:30:31 +01:00
renovate[bot]
d9a07e66af
chore(deps): update dependency globals to v16 ( #12750 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 15:26:14 +01:00
renovate[bot]
4633705da7
chore(deps): update dependency rollup to v4.34.8 ( #12727 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 20:12:00 +08:00
Tony
3f680588cd
chore: update prettier to 3.5.1 and enable experimentalOperatorPosition ( #12715 )
2025-02-16 20:34:19 +08:00
renovate[bot]
ee95c1b1ed
chore(deps): update dependency rollup to v4.34.7 ( #12702 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 10:19:48 +08:00
renovate[bot]
053b57c1df
chore(deps): update dependency rollup to v4.34.6 (dev) ( #12647 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 20:07:55 +01:00
renovate[bot]
b6a56f3616
chore(deps): update dependency rollup to v4.34.5 ( #12641 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 10:18:38 +01:00
renovate[bot]
b6ad316460
chore(deps): update dependency rollup to v4.34.4 (dev) ( #12604 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-02-06 18:32:56 +01:00
renovate[bot]
e3b0260871
chore(deps): update dependency rollup to v4.34.0 ( #12593 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-02 19:54:02 +08:00
renovate[bot]
6b70fbcc84
chore(deps): update dependency rollup to v4.32.1 (dev) ( #12548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-01-28 14:46:04 +01:00
Bastian Kistner
a2d36b8c34
feat: disable background throttling ( #12181 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-01-25 22:20:31 +01:00
renovate[bot]
9a9d1205b0
chore(deps): update dependency rollup to v4.32.0 (dev) ( #12502 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-25 11:45:16 +01:00
renovate[bot]
4ed2ab76e2
chore(deps): update dependency rollup to v4.31.0 (dev) ( #12446 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 17:59:01 +01:00
renovate[bot]
cd7d08b63f
chore(deps): update dependency eslint-config-prettier to v10 ( #12386 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-15 10:54:33 +08:00
renovate[bot]
c130af6b06
chore(deps): update dependency rollup to v4.30.1 (dev) ( #12291 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 13:48:40 +01:00
renovate[bot]
3acf679c87
chore(deps): update dependency rollup to v4.30.0 (dev) ( #12263 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 10:47:03 +01:00
renovate[bot]
22d5852208
chore(deps): update dependency rollup to v4.29.2 (dev) ( #12238 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 14:58:18 +01:00
renovate[bot]
701778a195
chore(deps): update dependency fast-glob to v3.3.3 (dev) ( #12233 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 12:46:30 +01:00
github-actions[bot]
cd841d8e33
Apply Version Updates From Current Changes ( #11659 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-02 19:29:17 +01:00
Tony
a16796a555
fix(api): use array for channel queueing ( #12069 )
2025-01-02 12:19:50 +01:00
renovate[bot]
253b1872f1
chore(deps) Update Tauri API Definitions ( #12050 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-27 11:40:36 +08:00
Tony
17bcec8abe
chore(deps): update all js dev dependencies ( #11941 )
...
- Update vite to v6
- Update svelte to v5
- Bump nanoid to fix audit
- Align api and cli to both use the same node types version
2024-12-11 12:55:38 +02:00
renovate[bot]
f5eacf3283
chore(deps) Update Tauri API Definitions ( #11936 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 13:45:49 +08:00
renovate[bot]
01c74f4424
chore(deps) Update Tauri API Definitions ( #11867 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-04 14:48:45 +08:00
Shi Yan
0e2f0b29cd
docs: Add missing info regarding the drop position offset. ( #11406 )
...
* Add missing document regarding the drop position offset.
* Update webview.ts
---------
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2024-12-02 20:40:56 +01:00
renovate[bot]
983634a41f
chore(deps) Update dependency @types/node to v22.9.1 ( #11750 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02 19:48:33 +01:00