Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

WebView4Delphi updates

Locked
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to WebView2 NuGet 1.0.3124.44

Post 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.
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to WebView2 NuGet 1.0.3179.45

Post 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)
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to WebView2 NuGet 1.0.3240.44

Post 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.
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to WebView2 NuGet 1.0.3296.44

Post 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.
Locked