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.24.0]
WRY_ANDROID_REVERSED_DOMAIN
toWRY_ANDROID_PACKAGE
andWRY_ANDROID_APP_NAME_SNAKE_CASE
toWRY_ANDROID_LIBRARY
..clone()
calls and avoid unnecessary heap allocations..clone()
calls and avoid unnecessary heap allocations (#812) on 2022-12-14Result<Response<Vec<u8>>>
toResult<Response<Cow<'static, [u8]>>>
. This allows the handlers to return static resources without heap allocations. This is effective when you embed some large files like bundled JavaScript source as&'static [u8]
usinginclude_bytes!
.Vec<u8>
toCow<'static, [u8]>
, closes #796 (#797) on 2022-12-12.with_initialization_script("here")
is not empty.WebViewBuilder::with_url_and_headers
andWebView::load_url_with_headers
to navigate to urls with headers.UIViewController
toWryNavigationDelegate
to avoid class name conflict on iOS.WRY_ANDROID_KOTLIN_FILES_OUT_DIR
directory changes.WebviewBuilderExtWindows::with_theme
andWebviewExtWindows::set_theme
to change webview2 theme.