Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.1
->2.5.0
2.4.1
->2.5.0
=2.4.1
->=2.5.1
=2.1.1
->=2.2.0
Release Notes
tauri-apps/tauri (@tauri-apps/api)
v2.5.0
: tauri v2.5.0Compare Source
Cargo Audit
[2.5.0]
New Features
dd4f13ce4
(#13185) MacOS: Addset_dock_visibility
method to support setting the visibility of the application in the dock.8cf662e34
(#13076) - add API to run initialization scripts on all frames-
WebviewBuilder::initialization_script_on_all_frames
-
WebviewWindowBuilder::initialization_script_on_all_frames
-
WebviewAttributes::initialization_script_on_all_frames
ea36294cb
(#13208) AddedWebviewWindowBuilder::with_input_accessory_view_builder
andWebviewBuilder::with_input_accessory_view_builder
on iOS.c1cd0a2dd
(#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)WebViewBuilder.allow_link_preview(allow_link_preview: bool)
WebviewWindowBuilder.allow_link_preview(allow_link_preview: bool)
b072e2b29
(#9687) AddpreventOverflow
config option to prevent the window from overflowing the monitor size on creationb072e2b29
(#9687) AddWindowBuilder::prevent_overflow
,WebviewWindowBuilder::prevent_overflow
,WindowBuilder::prevent_overflow_with_margin
andWebviewWindowBuilder::prevent_overflow_with_margin
APIs to prevent the window from overflowing the monitor size on creation.Enhancements
9356fa15d
(#13239) Enhance panic message when fetching unmanaged state.ebd3dcb92
(#13135)Webview::eval
andWebviewWindow::eval
now takesimpl Into<String>
instead of&str
to allow passing the scripts more flexible and efficientlyfbd57a1af
(#13175)Builder::invoke_system
takesAsRef<str>
nowBug Fixes
66e6325f4
(#13136) FixChannel
's callback attached towindow
never cleaned up0d39ff6b0
(#13150) Fix missingcore:
in referenced commands in ACL error message690146e31
(#13217) Fix large number of commands with large structs as parameters causing stack overflow on debug build on Windowsf888502fd
(#13227)invoke
will now properly throw whenoptions.headers
contains non-ascii characters instead of silently replacing themf888502fd
(#13227) Fixinvoke
ignores the headers option if it's anHeaders
b8c0d7e40
(#13040) Fixrun_return
not responding torestart
andrequest_restart
Performance Improvements
66e6325f4
(#13136) ImproveChannel
's performance when sending small amount of data (e.g. sending a number)Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
bb5faa21f
(#13163) Update webview2-com to 0.37.bb5faa21f
(#13163) Update windows to 0.61.Breaking Changes
fca5154e7
(#13130) Removed re-exportedWebviewAttributes
fromtauri-runtime
which is exposed by accident intauri
and not used by any public facing APIsCargo Publish
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.