Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate wry to 0.38 #169

Merged
merged 2 commits into from
Mar 26, 2024
Merged

chore(deps): update rust crate wry to 0.38 #169

merged 2 commits into from
Mar 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
wry dev-dependencies minor 0.37 -> 0.38

Release Notes

tauri-apps/wry (wry)

v0.38.1

Compare Source

  • 7c9e71f(#​1192) Fixes compilation failing on Windows with the tracing feature enabled.

v0.38.0

Compare Source

  • e6f0fbd(#​1180) Fixes a null pointer exception when running window.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:

    • Renamed file-drop cargo feature flag to drag-drop.
    • Removed FileDropEvent enum and replaced with a new DragDropEvent enum.
    • Renamed WebViewAttributes::file_drop_handler field to WebViewAttributes::drag_drop_handler.
    • Renamed WebViewAttributes::with_file_drop_handler method to WebViewAttributes::with_drag_drop_handler.
  • b8fea39(#​1183) Changed WebViewBuilder::with_ipc_handler closure to take http::Request instead of String so the request URL is available.

  • 3a2026b(#​1182) Breaking changes: Changed a few methods on WebView type to return a Result:

    • 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) Update webview2-com crate to 0.29

  • e1e2e07(#​1190) Update windows crate to 0.54

  • 00bc96d(#​1179) Added WryActivity::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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@amrbashir amrbashir merged commit a77c8ee into dev Mar 26, 2024
8 of 9 checks passed
@amrbashir amrbashir deleted the renovate/wry-0.x branch March 26, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant