github cefsharp/CefSharp v67.0.0

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

September 5, 2018, CEF 3.3396.1786.gd3e36d0 / Chromium 67.0.3396.79

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

Notes

Known Issues

Breaking Changes

  • CefSharp requires Visual C++ 2015 starting with this release. See #1983 for details. You can bin deploy the VC++ dependencies, read the FAQ for more.
  • CefSettings has moved from CefSharp namespace, there are now specific versions in Wpf, WinForms and OffScreen namespaces, add the relevant namespace prefix or using statement, see #2477 for details.
  • Cef.Initialize() (the paramaterless version) has been removed. You only need to explicitly call Cef.Initialze when you need to specify custom settings. See #2477
  • IDialogHandler.OnFileDialog has an additional CefFileDialogFlags flags param, see #2280 for details.
  • IFocusHandler methods now have additional params, see #2468
  • IDownloadHandler methods now have additional params, see #2470

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.