Skip to content

Releases: cefsharp/CefSharp

v39.0.0-pre02

22 Jan 18:52
Compare
Choose a tag to compare
v39.0.0-pre02 Pre-release
Pre-release

January 22, 2015, Chromium 39.0 / CEF 3.2171.1972

v39.0.0-pre01

22 Dec 08:16
Compare
Choose a tag to compare
v39.0.0-pre01 Pre-release
Pre-release

December 22, 2014, Chromium 39.0 / CEF 3.2171.1949

Special mention to @peters and @Bodekaer for their help in upgrading/implementing Cef 2171. (Apologies if I've forgotten anyone else).

  • #662: Implemented WasHidden for the WPF ChromiumWebBrowser [@bjarteskogoy]
  • #668: WPF Invalidate on Visible Change [@myrnazhou]

v37.0.0

18 Dec 04:14
Compare
Choose a tag to compare

December 18, 2014, Chromium 37.0 / CEF 3.2062.1898

v37.0.0-pre02

05 Dec 04:59
Compare
Choose a tag to compare
v37.0.0-pre02 Pre-release
Pre-release

December 5, 2014, Chromium 37.0 / CEF 3.2062.1898

v37.0.0-pre01

27 Nov 03:32
Compare
Choose a tag to compare
v37.0.0-pre01 Pre-release
Pre-release

November 27, 2014, Chromium 37.0 / CEF 3.2062.1898

v33.0.2

27 Oct 11:59
Compare
Choose a tag to compare

October 27, 2014, Chromium 33.0 / CEF 3.1750.1738

Bug fix release based on CEF3.

v33.0.0

10 Oct 07:11
Compare
Choose a tag to compare

October 10, 2014, Chromium 33.0 / CEF 3.1750.1738

First official release based on CEF3.

v33.1.0-pre01

10 Oct 09:20
Compare
Choose a tag to compare
v33.1.0-pre01 Pre-release
Pre-release

October 10, 2014, Chromium 33.0 / CEF 3.1750.1738

First pre release based on CEF3 to include Js Binding.

Breaking Changes

  • Rename WebView to ChromiumWebBrowser
  • Rename LoadCompleted to FrameLoadEnd
  • Rename CEF to Cef

v31.0.0-pre1

15 Apr 19:59
Compare
Choose a tag to compare
v31.0.0-pre1 Pre-release
Pre-release

April 15, 2014, Chromium 31.0 / CEF 3.1650.1562

  • Third prerelease based on CEF3. [@perlun]
  • #107: WinForms - Added support for IMenuHandler again [@perlun]
  • #145: Selecting text using the mouse does not work. [@JanEggers]
  • #166: CefSharp for WPF gives blurry screen. [@JanEggers and @perlun]
  • #200: Fixed support for popups, which are used for rendering e.g. <select> tags. [@perlun]
  • #202: Fix IME input problem. [@shen6041]
  • #212: Rendering multiple WebView controls within a single WPF app was broken. [@JanEggers and @perlun]
  • #237: Upgrade to latest CEF3 version (Chromium 31). [@jornh]
  • #243: Caret can sometimes be visible for more than one WebView at the same time. [@perlun, Sören Höglund and @JanEggers]
  • #250: Support VS2013. [@jornh]
  • #259: Win32 "Debug" build fail with LNK1181 error [@jornh]
  • #272: VS2012/libcef_dll_wrapper.lib is missing in folder CEF/Win32/Debug/ [@MartinMa]
  • #274: Update Example app Home.html. [@jornh]
  • #280: Refactored much of the C++ stuff into C# instead, to make CefSharp more maintainable. [@JanEggers]
  • #291: Improved WebView resource cleanup. [@JanEggers]
  • #295: Adding cookie expiration granularity to setcookies. [@brock8503]
  • #304: Calling browser close in ManagedCefBrowserAdapter destructor [@brock8503]
  • #306: WPF ZoomIn/Out Functionality. [@amaitland]
  • #312: WinForms WebView, should at least display a page on init. [@jornh]
  • #320: Added Ctrl-X Cut support [@amaitland]
  • #321: Key Modifier not being sent to Browser [@amaitland]

1.25.7

05 Feb 08:54
Compare
Choose a tag to compare

February 5, 2014, Chromium 25.0.1364.1123

  • #80: Fixed the "process not closing in Windows XP" bug. [@rastating]
  • #184: Additional SchemeHandlerResponse options. [@provegard]
  • #202: Fix IME input problem. [@shen6041]
  • #211: Handle Chinese IME input. [@shen6041]
  • #216: Fixed a problem with controls not being displayed properly when using non-standard DPI, in WPF. [@ta-stott-oe] #219: Dropdown values not following the mouse. [@plundberg, issue created and lots of feedback provided by @jimbourekas] #242: Keyboard input is sent to wrong WebView instance sometimes. [@plundberg with Sören Höglund] #243: Caret can sometimes be visible for more than one WebView at the same time. [@plundberg with Sören Höglund]