Skip to content

v67.0.0

Choose a tag to compare

@amaitland amaitland released this 05 Sep 04:58
· 1 commit to cefsharp/67 since this release

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