chore(deps): update rust crate tauri to 2.0.0-alpha.21 #210
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.0.0-alpha.14
->2.0.0-alpha.21
Release Notes
tauri-apps/tauri (tauri)
v2.0.0-alpha.21
: tauri v2.0.0-alpha.21Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-alpha.21]
New Features
29ced5ce
(#8159) AddedWindowBuilder::on_download
to handle download request events.Enhancements
d621d343
(#8607) Added tracing for window startup, plugins,Window::eval
, events, IPC, updater and custom protocol request handlers behind thetracing
feature flag.Bug Fixes
50a3d170
(#8408) On Windows, fixopen
dialogdefaultPath
, when invoked from JS, not working if the path uses forward slash (/
)What's Changed
cb640c8e
(#8393) FixRunEvent::WindowEvent(event: WindowEvent::FileDrop(FileDropEvent))
never triggered and always prevent default OS behavior whendisable_file_drop_handler
is not used.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Breaking Changes
2032228c
(#8430) RemovedGlobalWindowEvent
struct, and unpacked its field to be passed directly totauri::Builder::on_window_event
.Cargo Publish
v2.0.0-alpha.20
: tauri v2.0.0-alpha.20Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-alpha.20]
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Cargo Publish
v2.0.0-alpha.19
: tauri v2.0.0-alpha.19Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-alpha.19]
New Features
b59f2f54
(#8432) Exposescope::fs::Scope::new
.bf095df5
(#8276) ExposedManager::resources_table
to access the resources table used by tauri, which could be used by plugins or app authors to store their resources and retrieve it later using an id and can be used to create Rust-backed resources in JS.Enhancements
5848b4e8
(#8386) Fixed the deserialisation of aChannel
in iOS.11a1529d
(#8419) Include CORS header on custom protocol response errors to ensure frontend can read the error message.db127777
(#8380) Addedtest::get_ipc_response
.Bug Fixes
effe5871
(#8420) Fixes file scope checks on Android.f98ce5aa
(#8328) Fix incorrect menu item forPredefinedMenuItem::close_window
Cargo Publish
v2.0.0-alpha.18
: tauri v2.0.0-alpha.18Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-alpha.18]
Bug Fixes
b5f40ae5
(#8147) Fixes global events not reaching to window listeners.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Cargo Publish
v2.0.0-alpha.17
: tauri v2.0.0-alpha.17Compare Source
Updating crates.io index
Cargo Audit
[2.0.0-alpha.17]
Enhancements
b89de9fa
(#8092) Add support for onResume and onPause events in android plugins.c6c59cf2
Pull changes from Tauri 1.5 release.198abe3c
(#8076) Mobile plugins can now resolve using an arbitrary object instead of using theJSObject
class viaInvoke.resolve
on iOS andInvoke.resolveObject
on Android.Bug Fixes
22f26882
(#8049) Prevent crash on iOS when the Swift plugin data is not a valid JSON string.Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
9580df1d
(#8084) Upgradegtk
to 0.18.c7c2507d
(#8035) Updatewindows
to version0.51
andwebview2-com
to version0.27
9580df1d
(#8084) Updated to [email protected], removing thedox
feature flag.Breaking Changes
198abe3c
(#8076) The AndroidPluginManager.loadConfig
now takes a third parameter to define the class type of the config object.198abe3c
(#8076) Mobile plugins now have access to a parser for the invoke arguments instead of relying on theInvoke#get${TYPE}
methods.74d2464d
(#8116) AddedWindowBuilder::on_page_load
and refactored theBuilder::on_page_load
handler to take references.The page load hook is now triggered for load started and finished events, to determine what triggered it see
PageLoadPayload::event
.93c8a77b
(#7996) The event system APIS on Rust is recieving a few changes for consistency and quality of life improvements:Manager::emit_all
to justManager::emit
and will now both trigger the events on JS side as well as Rust.Manager::trigger_global
, useManager::emit
Manager::emit_filter
.Window::emit
, and moved the implementation toManager::emit
.Window::emit_and_trigger
andWindow::trigger
, use `Window::emConfiguration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.