Page 7 of 7
Update to WebView2 NuGet 1.0.3124.44
Posted: Mon Mar 10, 2025 3:23 pm
by salvadordf
Hi,
WebView4Delphi has been updated to WebView2 NuGet 1.0.3124.44
These are the official release notes :
https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=dotnetcsharp#10312444
This is what's new :
- Extensions won't get disabled in WebView2 by using AddBrowserExtensionAsync, regardless of whether developer mode is on. (Issue #5113)
- Disabled background update of network time. (Issue #5047)
- Fixed the download popup not being displayed when target="_blank". (Issue #5063)
No additional APIs have been promoted to Stable and added in this Release SDK.
Update to WebView2 NuGet 1.0.3179.45
Posted: Mon Apr 07, 2025 12:43 pm
by salvadordf
Hi,
WebView4Delphi has been updated to WebView2 NuGet 1.0.3179.45
These are the official release notes :
https://learn.microsoft.com/microsoft-edge/webview2/release-notes#10317945
No additional APIs have been promoted to Stable and added in this Release SDK.
This is what's new since the last announcement :
- Added more download information to MiniBrowser.
- Added link to the FileTypePolicy API article in TWVBrowserBase.OnSaveFileSecurityCheckStarting.
- Fixed the HTML Select element (<select>) to make it selectable, in WPF apps.
- Fixed navigation of edge://crashes within a WebView2 control.
- Fixed potential crash and UI issues when invoking the Windows Credentials UI from a WebView2 instance.
- Fixed a bug where users were unable to type in an input field with autofill info. (Issue #5144)
Update to WebView2 NuGet 1.0.3240.44
Posted: Mon May 05, 2025 3:05 pm
by salvadordf
Hi,
WebView4Delphi has been updated to WebView2 NuGet 1.0.3240.44
These are the official release notes :
https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=dotnetcsharp#10324044
This is what's new :
- Added TWVBrowserBase.OnFrameChildFrameCreated. This event is known as CoreWebView2Frame.FrameCreated in the official WebView2 documentation.
- Added TCoreWebView2FrameChildFrameCreatedEventHandler
- Added ICoreWebView2FrameChildFrameCreatedEventHandler
- Added ICoreWebView2Frame7
- Fixed an issue where downloads from within the default browser frame didn't complete. (Issue #5196)
- Fixed an issue where the pipe name was incorrectly returned, leading to a crash in some UWP apps.
Update to WebView2 NuGet 1.0.3296.44
Posted: Tue Jun 03, 2025 2:31 pm
by salvadordf
Hi,
WebView4Delphi has been updated to WebView2 NuGet 1.0.3296.44
These are the official release notes :
https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=dotnetcsharp#10329644
This is what's new :
- Added ICoreWebView2ControllerOptions3
- Added TCoreWebView2ControllerOptions.DefaultBackgroundColor
- Fixed the margins in the printed PDF.
The existing TWVBrowserBase.DefaultBackgroundColor property allows users to initialize the `DefaultBackgroundColor` early,
preventing a white flash that can occur while WebView2 is loading when the background color is set to something other than white. With early
initialization, the color remains consistent from the start.
As always, WebView2 Runtime must be fully updated in order to test the new features.