github cefsharp/CefSharp v63.0.0-pre03

latest releases: v123.0.60, v122.1.120, v121.3.130...
pre-release6 years ago

January 30, 2018, CEF 3.3239.1723.g071d1c1 / Chromium 63.0.3239.132

Includes Bug Fixes for JavaScript Binding outlined in #2247

Notes

  • Chromium has removed support for Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008.
    https://chrome.googleblog.com/2015/11/updates-to-chrome-platform-support.html
  • Due to licensing issues default builds do not support proprietary codecs like H264, sites like Netflix/Twitter/Instagram won't play video/audio. See #1479 for more info.
  • CEF has switched from using breakpad to crashpad for error reporting see https://bitbucket.org/chromiumembedded/cef/wiki/CrashReporting.md for details, make sure you set ExternalHandler=CefSharp.BrowserSubprocess.exe
  • Anyone new to CefSharp should read the General Usage Guide
  • This project now uses GitLink for better debugging, see #1680
  • The chrome_elf.dll is now required, it's used for crashpad (crash reporting).
  • WPF/OffScreen PDF Scrolling issue has been resolved see #1916 for details
  • Chromium has not implemented the changes in the 3239 branch to enable MP3 support by default, likely included in version 65
  • Javascript Binding now has basic support for dynamic keyword (using ExpandoObject)
  • Added IDisplayHandler.OnAutoResize

Known Issues

Breaking Changes

  • CefSharp requires at least .Net 4.5.2 (Last version to support .Net 4.0 is 49)
  • Offscreen windows are not automatically transparent. See #2114 for more details.
  • CefBrowserSettings.javascript_open_windows has been removed upstream (in CEF)
  • ResourceHandler.FromFileName has been removed (after having been deprecated for a while)
  • IBinder.Bind is now passed ExpandoObject instead of Dictionary<string, object> see 7a0b06a for details on how to update your binder implementation.

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.