Releases: cefsharp/CefSharp
Releases · cefsharp/CefSharp
v39.0.0
April 07, 2015, Chromium 39.0 / CEF 3.2171.2069
- #791: Focus improvements, take 5 [@rassilon]
- #842: Use device scale factor to support higher DPI on WPF [@bjarteskogoy]
- #852: Feature/device scale factor [@bjarteskogoy]
- #856: Enhance StreamAdapter to more effeciently deal with MemoryStream [@rassilon]
- #857: Rename IResourceHandler to IResourceHandlerFactory. [@rassilon]
- #863: Added svg mime type to ResourceHandler [@Jayman1305]
- #883: Wpf List Box Ctrl+A Issue [@myrnazhou]
- #884: Pass URL of source frame to OnBeforePopup [@rassilon]
- #885: Added a TitleChanged event handler [@perlun]
- #887: Javascript Callbacks - Take 2 [@arsher, @amaitland]
- #889: Passing IsMainFrame as parameter to the OnBeforeBrowse [@myrnazhou]
- #890: Make DefaultFocusHandler public class [@rassilon]
- #892: Don't change .Address when popups display [@rassilon]
- #900: Implement DependencyChecker [@amaitland]
- #908: Upgrade to 3.2171.2069 [@rassilon, @amaitland]
- #911: Cleanup OnBeforeResourceLoad [@amaitland]
Breaking Changes
- Rename
IResourceHandler
toIResourceHandlerFactory
- Rename
ChromiumWebBrowser.ResourceHandler
toChromiumWebBrowser.ResourceHandlerFactory
- Added
isMainFrame
param toOnBeforeBrowse
- Added
isMainFrame
param toOnBeforeResourceLoad
- Added
sourceUrl
param toOnBeforePopup
- Remove
IResponse
param fromOnBeforeResourceLoad
v37.0.1
v39.0.0-pre03
February 27, 2015, Chromium 39.0 / CEF 3.2171.1979
- #756: Added Drag Drop support to allow dragging objects into the browser (PR to master) [@Bodekaer]
- #759: Fix OffScreen's Address field [@jankurianski]
- #768: Implement CefGeolocationHandler::OnRequestGeolocationPermission [@pushplay]
- #774: Enhancement - FocusHandler Take4 [@amaitland]
- #786: Cleanup/Implement Dispose Pattern [@rassilon]
- #787: Notify CEF when our owning form moves (WM_MOVE or WM_MOVING) [@rassilon]
- #789: Winforms example issue with mouse over titles [@amaitland]
- #809: Check for null object to prevent NullException in SetFocus [@RadicalLinux]
- #813: WPF Rendering - Implement WritableBitmap and Minor Optimisations [@amaitland]
- #827: Fixed memory leak issues [@dmrzn]
- #834: Expose Cross-Origin Whitelist from Cef.XXX as static methods [@rassilon]
v1.25.8
v39.0.0-pre02
January 22, 2015, Chromium 39.0 / CEF 3.2171.1972
- #693: Cef 2171 - Upgrade to Chromium 39 [@Bodekaer, @amaitland, @bjarteskogoy, @myrnazhou]
- #715: Extend IJsDialogHandler To Include OnBeforeUnload Dialogs [@daveaton]
- #717: Add a FromStream method to ResourceHandler. [@MantisCore]
- #731: Change c++ file copyright symbol (©) encoding to work on non-english system [@binsys]
v39.0.0-pre01
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
December 18, 2014, Chromium 37.0 / CEF 3.2062.1898
- #664: Add DPI-Aware Manifests for High DPI Support [@jimnoble]
- #673: Feature - CefDragHandler [@daveaton, @amaitland]
- #674: Rework ResourceHandler [@amaitland]
- #675: Javascript Binding - Only call Connect for main browser (not popups) [@amaitland]
- #678: Implement CefBrowserHost::SetFocus for WinForms [@jankurianski]
- #681: documentation correction -> new CefSettings not new Settings [@ghuntley]
- #683: WinForms - Create ManagedCefBrowserAdapter in Constructor [@amaitland]
- #691: Enhancement - ResourceHandler Encoding [@amaitland]
v37.0.0-pre02
December 5, 2014, Chromium 37.0 / CEF 3.2062.1898
- #632: Implement Focused property [@sylvain-hamel]
- #645: Fix #641 - Memory leak: JavascriptRootObjectWrapper is not released on Reload [@sylvain-hamel]
- #667: Use the typed enum CefEventFlags for modifiers in keyboard events. [@jankurianski]
v37.0.0-pre01
November 27, 2014, Chromium 37.0 / CEF 3.2062.1898
- #476: Create an 'IgnoreAttribute' so we can hide properties and methods from RegisterJsObject method [@amaitland]
- #533: Enhancement - Display bitness in Examples [@amaitland]
- #536: Fix: js bindings must be kept by browser, not by process [@sylvain-hamel]
- #539: Cleanup Loading and NavState code [@amaitland]
- #540: Add navigation type to IRequest [@Evgest]
- #543: Fixed #542: Forward Ctrl key state for WPF [@ralphmayr]
- #544: Added commands for cut, copy, paste, select all, redo, and undo [@JCasterline]
- #555: Fixed mouse leave event issue (focus not entirely gone) [@Bodekaer]
- #561: Update ManagedCefBrowserAdapter.h to check for a null pointer in OnInitialized method [@kropewnicki]
- #573: Upgrade to Cef 2062 with JSB
- #590: CefRenderProcess process creates too many channels and does not close them [@sylvain-hamel]
- #596: Send MouseWheel events with WPF support [@sylvain-hamel, @amaitland]
- #604: Added CefSharp.Offscreen, CefSharp.Offscreen.Example projects. [@jankurianski]
- #610: Feature - GetResourceHandler [@amaitland]
- #612: Set reader quotas to max value. Any reason not to? [@bjarteskogoy]
- #618: Fix #553 by handling Initial resize and OnSizeChanged [@sylvain-hamel]
- #623: Prevent WPF control from dying in design time. [@bjarteskogoy]
- #629: Update ResourceHandler.cs [@Jayman1305]
- #630: Slightly modified fix for #622 based on PR #626 [@sylvain-hamel and @amaitland]
- #634: Have appveyor set nuget dependency versions based on tags [@jornh]
- #635: Added null checks for managedCefBrowserAdapter [@DHasi]
- #638: Add NavStateChanged EventHandler to WPF control [@amaitland]
- #639: Add IFocusHandler [@jankurianski]
- #643: Feature: Expose OnCertificateError to allow host application to decide whether or not it should continue [@sylvain-hamel]
v33.0.2
October 27, 2014, Chromium 33.0 / CEF 3.1750.1738
Bug fix release based on CEF3.
- #279: Fix the WinForms example to be a tabbed browser [@amaitland]
- #504: x86 release build now generates CefSharp.XML [@jankurianski]
- #505: All projects now target .NET 4 Client Profile. [@jankurianski]
- #512: WinForms: don't report size changed when Size is 0x0. [@jankurianski]
- #513: WinForms Bug - OnSizeChanged [@amaitland]
- #514: Update version to 33.0.1 [@amaitland]
- #526: Nuget - Error if using platform other than x86 or x64 [@amaitland]