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: 4563
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: 4563
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)
Locked