Apply Version Updates From Current Changes - #1722
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
ci/pending-release
branch
2 times, most recently
from
May 13, 2026 10:43
6ad4f29 to
ca2ccad
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
4 times, most recently
from
May 27, 2026 09:25
b70a68a to
f583737
Compare
Legend-Master
marked this pull request as draft
May 28, 2026 13:02
Contributor
|
|
1 task
github-actions
Bot
force-pushed
the
ci/pending-release
branch
from
May 29, 2026 16:42
f583737 to
72abb02
Compare
Legend-Master
marked this pull request as ready for review
May 29, 2026 16:42
github-actions
Bot
force-pushed
the
ci/pending-release
branch
2 times, most recently
from
June 4, 2026 13:37
9fe4581 to
bd9a312
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
4 times, most recently
from
June 12, 2026 12:45
2c12189 to
0d55887
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
from
July 2, 2026 12:42
0d55887 to
0edc856
Compare
Contributor
Author
Package Changes Through 503b73aNo changes. Add a change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
github-actions
Bot
force-pushed
the
ci/pending-release
branch
3 times, most recently
from
July 9, 2026 10:05
e849412 to
f6c75e9
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
4 times, most recently
from
July 21, 2026 07:41
1f50b8a to
795bf14
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
2 times, most recently
from
July 22, 2026 09:54
a275404 to
2075e61
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
5 times, most recently
from
July 27, 2026 13:35
ec0a97f to
7fb3505
Compare
github-actions
Bot
force-pushed
the
ci/pending-release
branch
from
July 29, 2026 13:57
7fb3505 to
503b73a
Compare
Legend-Master
approved these changes
Jul 30, 2026
This file contains hidden or 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
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.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
wry
[0.56.0]
affbb3c (chore: updates for tao 0.36 #1720) Updated Android lifecycle JNI calls in
WryActivityfor Tao 0.36's renames:and also emitting them as window-specific events.
145b36f (refactor!: remove unsafe impl Send and Sync on
NewWindowOpener#1736) Remove Send, Sync bounds from NewWindowOpener.871497a (feat: add back/forward navigation APIs (fix #1735) #1748) Add back/forward navigation APIs (
go_back,go_forward,can_go_back, andcan_go_forward) toWebView.fe52ff9 (fix(android): Speed up async dev assets loading #1715) On Android, release REQUEST_HANDLER mutex sooner by cloning the underlying Send + Sync handler.
9d0a9fe (feat: Implements
WebViewExtWindows::hwndandInnerWebView::hwndhandler #1712) On Windows, AddWebViewExtWindows::hwndgetter to access the child HWND containing the webview.4ee8c38 (feat(macos/ios): enable fullscreen without private api #1779) Enable WebView element fullscreen support on macOS 12.3+ and iOS 15.4+ without using private APIs.
5bdda32 (perf(macOS): avoid copying large protocol bodies #1719) On macOS, avoid an extra copy for owned custom protocol response bodies by transferring the body buffer into
NSData.6ef93b3 (Rescope unsafe fn blocks #1737) On macOS, updated
objc2-*dependencies to 0.3.29f9a237 (feat: add permission handler API across webview backends #1654) Add an expanded permission handling API for WebView2, WKWebView, WebKitGTK, and Android.
This includes:
PermissionKindexpansion:DisplayCapture,Midi,Sensors,MediaKeySystemAccess,LocalFonts,WindowManagement,PointerLock,AutomaticDownloads,FileSystemAccess,Autoplay.PermissionResponse::Promptto trigger native system dialogs.onPermissionRequestinRustWebChromeClient).CameraAndMicrophoneresolved from individual responses.DisplayCapturedetection for WebKitGTK < 2.42 (getDisplayMedia fix).COREWEBVIEW2_PERMISSION_KINDvalues.bd1decc (refactor(macos/ios): remove fullscreen and transparent feature flags #1780) Breaking Change: Removed the macOS/iOS specific
transparentandfullscreenfeature flags. The functionalities are now always enabled. Please reach out immediatly if you see issues in the App Store submission process.d29cd57 (refactor!: remove unused
protocolfeature #1787) Removedprotocolfeature, previously gatedWebViewBuilder::with_custom_protocol,WebViewBuilder::with_asynchronous_custom_protocolandWebViewBuilder::with_asset_loaderare now always available86ac6e8 (chore(deps): update rust crate dom_query to 0.28.0 #1732) Updated
dom_querydependency to 0.28.010fdf73 (feat(windows): add
with_profile_namefor WebView2 multi-profile support #1738) On Windows, addWebViewBuilderExtWindows::with_profile_nameto opt the webview into a named WebView2 profile. Webviews with different profile names within the same environment have isolated cookies, storage, IndexedDB, and cache while sharing the runtime — matching WebView2's documented multi-profile pattern.