Releases: AvaloniaUI/Avalonia.Controls.WebView
Releases · AvaloniaUI/Avalonia.Controls.WebView
12.0.1
What's Changed
- Fix AppleWKWebViewEnvironmentRequestedEventArgs.DataStoreIdentifier by @KodamaSakuno in #20
- Fix NSUUID endianness by @KodamaSakuno in #22
- Expose macOS WKScriptMessageHandler name via ScriptHandlerMessageName by @YavorIvanovEnscape in #37
- Correct event handler removal in WebView2 adapter by @mgnslndh in #43
- Fix WPEWebKit cookie operations by @shatyuka in #31
- Fix WebView2 MoveFocus crash on window activation (issue #27) by @mgnslndh in #41
New Contributors
- @KodamaSakuno made their first contribution in #20
- @YavorIvanovEnscape made their first contribution in #37
- @mgnslndh made their first contribution in #43
- @shatyuka made their first contribution in #31
Full Changelog: 12.0.0...12.0.1
12.0.0
- WebView is now FOSS under MIT license
- Compatibility with Avalonia 12.0
- Dropped .NET Standard and .NET Framework support
- NativeWebView now supports Linux with WpeWebView backend
- NativeWebView and NativeWebDialog now support Browser backend, but with sandboxing limitations
- NativeWebView and NativeWebDialog now have UserAgent property
11.4.0
- WebView is now FOSS under MIT license
- Dropped .NET Standard and .NET Framework support
- NativeWebView now supports Linux with WpeWebView backend
- NativeWebView and NativeWebDialog now support Browser backend, but with sandboxing limitations
- NativeWebView and NativeWebDialog now have UserAgent property
12.0.0-preview1
- Compatibility with Avalonia 12.0-preview1
- Dropped support for .NET Standard
11.3.16
- New WebViewAdapterInfo API to retrieve WebView engine and availability information
- Implemented Android printing functions
- Implemented PrintToPdfStreamAsync(WebViewPrintSettings) overload
- Fixed Windows 7 support for WebView2
- Experimental WebView2 offscreen rendering, can be enabled via WindowsWebView2EnvironmentRequestedEventArgs