Releases: cefsharp/CefSharp
Releases · cefsharp/CefSharp
v39.0.2
May 29, 2015, Chromium 39.0 / CEF 3.2171.2069
- #993: NullReferenceException in ChromiumWebBrowser if not yet in VisualTree [@jamespearce2006]
- #1003: WPF - Handle case where Bitmap in InteropBitmapInfo is null [@jamespearce2006]
- #1018: Update DependencyChecker IsWindowsXp Flag to evaluate Environment [@hvdijk]
- #1019: Allow app to disable transparent background in windowless mode [@jamespearce2006]
- #1033: Auto-close blank popups when download is complete [@jamespearce2006]
- #1044: SetCursor CefCursorType parameter [@cuddlyogre]
- #1049: Make SourceHook virtual for Wpf ChromiumWebBrowser [@Antonyo]
v39.0.1
April 30, 2015, Chromium 39.0 / CEF 3.2171.2069
- #913: Resolve: IsLoaded is unreliable [@amaitland]
- #916: WPF Popup - Change to absolute positioning [@svantreeck]
- #923: Added parameter for lowercasing JS functions (or not) [@exinferis]
- #929: Add OnContextInitialized Delegate
- #934: Fixed #583: Make sure IME input is forwarded [@ralphmayr]
- #951: Rename lowerCaseJavascriptNames to camelCaseJavascriptNames [@amaitland]
- #954: Call GetZoomLevel On CEF UI Thread [@rassilon]
- #959: Add BrowserSubProcess dependency checking. [@pushplay]
- #963: Clipboard ops don't work from WinForms menubar [@rassilon]
- #986: Add Visual Studio 2015 support [@Erguotou]
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]