wry@0.37.0
Ce contenu n’est pas encore disponible dans votre langue.
-
8c86fba
Breaking change: Removeddata:
url support, as its native support in Windows and macOS are buggy and unreliable, useWebview::with_html
instead. -
8c86fba
On Linux, decodeFilDropEvent
paths before emitting them to make it consistent across all platforms. -
8c86fba
AddedWebViewExtMacOS::reparent
,WebViewExtWindows::reparent
andWebViewExtUnix::reparent
. -
8c86fba
Revert global keys shortcuts (wry#1156) -
8c86fba
Breaking change: Removed internal url parsing which had a few side-effects such as encoded url content, now it is up to the user to pass a valid URL as a string. This also came with a few breaking changes:- Removed
Url
struct re-export - Removed
Error::UrlError
variant. - Changed
WebviewAttributes::url
field type toString
. - Changed
WebviewBuilder::with_url
andWebviewBuilder::with_url_and_headers
return type toWebviewBuilder
instead ofResult<WebviewBuilder>
. - Changed
Webview::url
getter to return aString
instead ofUrl
.
- Removed
© 2024 Tauri Contributors. CC-BY / MIT