wry@0.13.0
Ce contenu n’est pas encore disponible dans votre langue.
- Update gtk to 0.15
- Add clipboard field in WebViewAttributes.
- Ignore transparency on Windows 7 to prevent application crash.
- Remove clipboard property for consistency across platforms.
- Enable cookie persistence on Linux if the
data_directory
is provided. - Enable objc’s exception features so they can be treated as panic message.
- Add inner size method for webview. This can reflect correct size of webview on macOS.
- Add “transparent” and “fullscreen” feature flags on macOS to toggle private API.
- Implement WebContextImpl on mac to extend several callback lifetimes.
- The only thing that private mod shared does is re-export http mod to public, we can just pub mod http.
-
- Fix hovering over an edge of undecorated window on Linux won’t change cursor.
- Undecorated window can be resized using touch on Linux.
- 219d20c Merge next back to dev branch (#477) on 2022-02-05
- Update webkit2gtk to 0.15
- Add
with_user_agent(&str)
toWebViewBuilder
. - Replace all of the
winapi
crate references with thewindows
crate, and replacewebview2
andwebview2-sys
withwebview2-com
andwebview2-com-sys
built with thewindows
crate. The replacement bindings are in thewebview2-com-sys
crate, withpub use
in thewebview2-com
crate. They can be shared with TAO. - Fix null pointer crash on
get_content
of web resource request. This is a temporary fix. We will switch it back once upstream is updated. - Update the
windows
crate to 0.25.0, which comes with pre-built libraries. WRY and Tao can both reference the same types directly from thewindows
crate instead of sharing bindings inwebview2-com-sys
. - Update the
windows
crate to 0.29.0 andwebview2-com
to 0.9.0. - Update the
windows
crate to 0.30.0 andwebview2-com
to 0.10.0.
© 2024 Tauri Contributors. CC-BY / MIT