github cefsharp/CefSharp v73.1.130

latest releases: v124.3.50, v124.3.20, v123.0.60...
5 years ago

May 03, 2019, CEF 73.1.13+g6e3c989+chromium-73.0.3683.75 / Chromium 73.0.3683.75

Visual C++ 2015 is now required, see Notes below for more information

The Nuget packages now use a slightly different versioning scheme, see #2706 for details

  • #1811 WinForms - CreateBrowser Forcing form activation [@amaitland]
  • #2506 Add support for unsafely-treat-insecure-origin-as-secure
  • #2547 WPF/OffScreen resizing issue - Surface invariants violation
  • #2639 Feature Request - Add LogSeverity:Fatal [@amaitland]
  • #2643 CefBrowserHost::CreateBrowser call failed when trying to reuse BrowserSettings instance [@amaitland]
  • #2645 Feature Request - Add optional initialAddress param to WPF constructor [@amaitland]
  • #2646 blob_storage and GPUCache created when on CachePath specified
  • #2651 Improved dispose pattern in ChromiumWebBrowser [@merceyz]
  • #2652 WPF - Refactor RenderHandler implementations [@merceyz]
  • #2654 Fixed message interceptor not working after a render process switch [@merceyz]
  • #2663 Feature Request - Add IBrowserHost.SendTouchEvent [@amaitland]
  • #2665 Feature Request - Add IBrowserHost.SetAudioMuted [@amaitland]
  • #2682 Refactoring - Move CefNavigationEntry conversion to TypeConversion [@merceyz]
  • #2686 Feature Request - Add IDisplayHandler.OnLoadingProgressChange [@amaitland]
  • #2689 Feature Request - Add WPF/OffScreen OnVirtualKeyboardRequested [@amaitland]
  • #2691 WPF - Implement UpdateDragCursor [@joaompneves]
  • #2697 Add Initial IRenderProcessHandler.OnContextCreated/Released implementation [@amaitland]
  • #2701 Reorder dispose pattern in ChromiumWebBrowser [@amaitland]
  • #2702 Fixed spelling error in IJavascriptObjectRepository [@merceyz]
  • #2703 Refactoring - Move Register(async)JsObject to WebBrowserExtensions [@merceyz]
  • #2714 Feature Request - Add IAudioHandler [@amaitland]
  • #2725 WinForms - DefaultFocusHandler.OnGotFocus NullReferenceException when JS print from popup [@amaitland]
  • #2739 Add TemplatePart Attributes to ChromiumBrowser [@GSonofNun]
  • #2745 WPF - Implement Touch and Stylus Input [@GSonofNun] EXPERIMENTAL - NOT ENABLED BY DEFAULT
  • #2748 IJavascriptCallback.CanExecute - Improve reliability [@amaitland]

Notes

Known Issues

Breaking Changes

  • Added IDisplayHandler.OnLoadingProgressChange
  • Move Register(async)JsObject to WebBrowserExtensions, add using CefSharp; as WebBrowserExtensions is in the CefSharp namespace.
  • Added IWebBrowser.IsDisposed property
  • BrowserSettings life cycle has changed, if created by CefSharp the object will be disposed automatically, if user created then it will be up to the user Disposed or Garbage collected. See for full details #2643

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.