Skip to content

v63.0.0

Choose a tag to compare

@amaitland amaitland released this 08 Feb 04:55
· 14 commits to cefsharp/63 since this release

Feburary 8, 2018, CEF 3.3239.1723.g071d1c1 / Chromium 63.0.3239.132

See #2246 for details on the new Javascript Binding (v2) implementation

Notes

Known Issues

Breaking Changes

  • CefSharp requires at least .Net 4.5.2 (Last version to support .Net 4.0 is 49)
  • Offscreen/WPF 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.