-
-
Notifications
You must be signed in to change notification settings - Fork 297
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 tao to 0.29 #1343
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package Changes Through 4e006aaThere are 1 changes which include wry with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
renovate
bot
force-pushed
the
renovate/tao-0.x
branch
2 times, most recently
from
August 21, 2024 03:02
98b9659
to
a0b88a0
Compare
renovate
bot
force-pushed
the
renovate/tao-0.x
branch
from
August 21, 2024 23:32
a0b88a0
to
4e006aa
Compare
amrbashir
approved these changes
Aug 26, 2024
pewsheen
pushed a commit
that referenced
this pull request
Aug 29, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lucasfernog
added a commit
that referenced
this pull request
Oct 11, 2024
* migrate drag & drop * refactor: migrate to `dpi` crate (#1202) * refactor: migrate to `dpi` crate closes #1172 * macOS * linux * fix doctests * imports * more doctests * fix android and ios * Update examples/winit.rs Co-authored-by: Jason Tsai <[email protected]> * Update src/webview2/mod.rs --------- Co-authored-by: Jason Tsai <[email protected]> * fix(windows): avoid double-free the controller (#1206) * fix(linux): Disable deprecated applicationCache web api. (#1207) fixes tauri-apps/tauri#9300 ref WebKit/WebKit#23382 * fix(wkwebview): menu shortcuts (#1208) * fix(wkwebview): menu shortcuts * Update wkwebview.md * Apply Version Updates From Current Changes (#1203) Co-authored-by: amrbashir <[email protected]> * migrate to `objc2` * fix(macos): response body being double freed * fix(macos): eval callback NSStrgin convertion error * chore: remove objc dependency * refactor(macos): migrate WebViewDelegate * refactor(macos): migrate proxy to objc2 * refactor(macos): migrate document title change observer to objc2 * refactor(macos): move drag&drop handler to delegate * refactor(macos): move ipc_handler into WryWebViewDelegate * refactor(macos): migrate download handler * fix(macos): prevent unsafe async custom protocol panic * chore: target os import * refactor(ios): migrate to objc2 * refactor(macos): migrate WebViewUIDelegate to objc2 * refactor(macos): migrate WryWebViewParent to objc2 * refactor(macos): move custom class to individual files * chore: fix clippy * refector: use reference for task. use objc2::exception::catch. * fix(dnd): use msg_send super and impl NSDraggingDestination * chore: call msg_send super * fix: wrap Box<dyn FnMut(..)> with RefCell * chore(deps): update rust crate tao to 0.29 (#1343) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * refactor: use bitflags way to handle mask bit manipulation * WIP: refactor(ios): add wkwebview for ios * Update Cargo.toml Co-authored-by: Mads Marquart <[email protected]> * fix: remove `.copy()` from RcBlock * add change file * lint * fmt --------- Co-authored-by: Amr Bashir <[email protected]> Co-authored-by: Fabian-Lars <[email protected]> Co-authored-by: thewh1teagle <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: amrbashir <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mads Marquart <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.28
->0.29
Release Notes
tauri-apps/tao (tao)
v0.29.0
Compare Source
e67cf1b2
(#941 by @Sanae6) Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #939)b7dab732
(#947 by @muwoo) FixWindow::request_user_attention
not taking effect after minimizing the window by clicking the taskbar iconf54cc11e
(#938 by @andrewbaxter) AddEventLoopWindowTargetExtUnix::gtk_app
getter.BadIcon::DimensionsZero
error variant inIcon::from_rgba
if one of the passed icon dimensions is zero.80e10084
(#954 by @amrbashir) Return a newBadIcon::DimensionsZero
error variant inIcon::from_rgba
if one of the passed icon dimensions is zero.80e10084
(#954 by @amrbashir) Return a newBadIcon::DimensionsMultiplyOverflow
error variant inIcon::from_rgba
if dimensions multiplication overflowed.f5756196
(#956 by @MarijnS95) Breaking change: Upgradendk
crate to0.9
andndk-sys
crate to0.6
. Types from thendk
crate are used in public API surface.Breaking change: Change
NativeKeyCode::Android(u32)
type to usei32
, which is the native type used by all Android API.Breaking change: The
setup
function passed toandroid_binding!()
must now take a&ThreadLooper
instead of&ForeignLooper
, matching thewry
change in https://github.com/tauri-apps/wry/pull/1296.f54cc11e
(#938 by @andrewbaxter) AddWindowExtUnix::new_from_gtk_window
.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 was generated by Mend Renovate. View the repository job log.