chore(deps): update rust crate wry to 0.38 #169
Merged
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:
0.37
->0.38
Release Notes
tauri-apps/wry (wry)
v0.38.1
Compare Source
7c9e71f
(#1192) Fixes compilation failing on Windows with thetracing
feature enabled.v0.38.0
Compare Source
e6f0fbd
(#1180) Fixes a null pointer exception when runningwindow.ipc.postMessage(null)
on Android.5789bf7
(#1187) Breaking change: Refactored the file-drop handling on the webview for better representation of the actual drag and drop operation:file-drop
cargo feature flag todrag-drop
.FileDropEvent
enum and replaced with a newDragDropEvent
enum.WebViewAttributes::file_drop_handler
field toWebViewAttributes::drag_drop_handler
.WebViewAttributes::with_file_drop_handler
method toWebViewAttributes::with_drag_drop_handler
.b8fea39
(#1183) ChangedWebViewBuilder::with_ipc_handler
closure to takehttp::Request
instead ofString
so the request URL is available.3a2026b
(#1182) Breaking changes: Changed a few methods onWebView
type to return aResult
:Webview::url
Webview::zoom
Webview::load_url
Webview::load_url_with_headers
Webview::bounds
Webview::set_bounds
Webview::set_visible
WebviewExtWindows::set_theme
WebviewExtWindows::set_memory_usage_level
WebviewExtWindows::reparent
WebviewExtUnix::reparent
WebviewExtMacOS::reparent
e1e2e07
(#1190) Updatewebview2-com
crate to0.29
e1e2e07
(#1190) Updatewindows
crate to0.54
00bc96d
(#1179) AddedWryActivity::onWebViewCreate(android.webkit.WebView)
on Android.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 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.