github cefsharp/CefSharp v53.0.0

latest releases: v123.0.60, v122.1.120, v121.3.130...
7 years ago

October 10, 2016, Chromium 53.0 / CEF 3.2785.1482 (Chromium 53.0.2785.116)

Notes

Known Issues

  • WPF/Offscreen PDF rendering isn't working see #1799 for tracking of the problem and possible workarounds. Will require an upstream fix in CEF.
  • WinForms when running on Windows 10 Anniversary pressing certain key combinations freezes the browser see #1822 The issue has been reported upstream.
  • When running on older CPUs that don't support vmovaps your application will crash. This only affects x64 builds see #1819 for details. Either use an x86 build or rollback to a previous version for now.
  • See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues

Breaking Changes

  • Cef.OnContextInitialized has been moved and is now part of the IBrowserProcessHandler interface.
  • Cef.Initialize param shutdownOnProcessExit has been removed (It wasn't used).
  • Cef.Initialize now takes optional IBrowserProcessHandler interface
  • CefSettings.EnableInternalPdfViewerOffScreen() has been removed, see known issues above.
  • CefSharp requires at least .Net 4.5.2 (Last version to support .Net 4.0 is 49)

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.