Skip to content

Releases: cefsharp/CefSharp

v67.0.0-pre01

12 Aug 05:42

Choose a tag to compare

v67.0.0-pre01 Pre-release
Pre-release

August 9, 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.
  • 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

v65.0.0

13 Jul 10:40

Choose a tag to compare

July 13, 2018, CEF 3.3325.1758.g9aea513 / Chromium 65.0.3325.181

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.
  • The WPF/OffScreen implementation of OffScreen Rendering(OSR) as been completely reworked to make it more pluggable, see #2237 for details.
  • Some enums have been moved into the CefSharp.Enums namespace
  • Some structs have been moved into the CefSharp.Structs namespace
  • Added IRequestHandler.CanGetCookies/CanSetCookies
  • The Geolocation API has been removed upstream, see #2293
  • IJavascriptObjectRepository.ObjectBoundInJavascript event args have changed from EventHandler<JavascriptBindingEventArgs> to EventHandler<JavascriptBindingCompleteEventArgs>

v65.0.0-pre02

25 Jun 03:19

Choose a tag to compare

v65.0.0-pre02 Pre-release
Pre-release

June 25, 2018, CEF 3.3325.1758.g9aea513 / Chromium 65.0.3325.181

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.
  • The WPF/OffScreen implementation of OffScreen Rendering(OSR) as been completely reworked to make it more pluggable, see #2237 for details.
  • Some enums have been moved into the CefSharp.Enums namespace
  • Some structs have been moved into the CefSharp.Structs namespace
  • Added IRequestHandler.CanGetCookies/CanSetCookies
  • The Geolocation API has been removed upstream, see #2293
  • IJavascriptObjectRepository.ObjectBoundInJavascript event args have changed from EventHandler<JavascriptBindingEventArgs> to EventHandler<JavascriptBindingCompleteEventArgs>

v65.0.0-pre01

01 May 02:08

Choose a tag to compare

v65.0.0-pre01 Pre-release
Pre-release

April 30, 2018, CEF 3.3325.1758.g9aea513 / Chromium 65.0.3325.181

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.
  • The WPF/OffScreen implementation of OffScreen Rendering(OSR) as been completely reworked to make it more pluggable, see #2237 for details.
  • Some enums have been moved into the CefSharp.Enums namespace
  • Some structs have been moved into the CefSharp.Structs namespace
  • Added IRequestHandler.CanGetCookies/CanSetCookies
  • The Geolocation API has been removed upstream, see #2293
  • IJavascriptObjectRepository.ObjectBoundInJavascript event args have changed from EventHandler<JavascriptBindingEventArgs> to EventHandler<JavascriptBindingCompleteEventArgs>

v63.0.3

23 Mar 06:36

Choose a tag to compare

March 23, 2018, CEF 3.3239.1723.g071d1c1 / Chromium 63.0.3239.132

Bug Fix Release

See https://github.com/cefsharp/CefSharp/releases/tag/v63.0.0 for full details
See https://github.com/cefsharp/CefSharp/releases/tag/v63.0.1 for additional details
See https://github.com/cefsharp/CefSharp/releases/tag/v63.0.2 for additional details

v63.0.2

08 Mar 02:46

Choose a tag to compare

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

Bug Fix Release

See https://github.com/cefsharp/CefSharp/releases/tag/v63.0.0 for full details
See https://github.com/cefsharp/CefSharp/releases/tag/v63.0.1 for additional details

  • #2276 Visual Studio Designer issue when target is AnyCPU (63.0.0) [@amaitland]
  • #2283 "The added or subtracted value results in an un-representable DateTime" occurring in 63.0.1 [@GrabzIt]
  • #2305 Async JSB Never resolves promise when returning class [@amaitland]

v63.0.1

13 Feb 03:02

Choose a tag to compare

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

Bug Fix Release

See https://github.com/cefsharp/CefSharp/releases/tag/v63.0.0 for full details

  • #2273 JavascriptObjectRepository.ResolveObject is not raised unless any object has been registered [@amaitland]

v63.0.0

08 Feb 04:55

Choose a tag to compare

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.

v63.0.0-pre03

30 Jan 01:35

Choose a tag to compare

v63.0.0-pre03 Pre-release
Pre-release

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.

v63.0.0-pre02

23 Jan 03:17

Choose a tag to compare

v63.0.0-pre02 Pre-release
Pre-release

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

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
  • 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.