Releases: cefsharp/CefSharp
Releases · cefsharp/CefSharp
v43.0.0-pre01
August 20, 2015, Chromium 43.0 / CEF 3.2357.1287
For details on this release see:
https://github.com/cefsharp/CefSharp/milestones/43.0.0
https://github.com/cefsharp/CefSharp/wiki/ChangeLog
(Change log is a work in process, will be updated at some point before official release)
v41.0.1
August 04, 2015, Chromium 41.0 / CEF 3.2272.32
- #1107 : Sign the OffScreen project (using existing snk file) [@mkosieradzki]
- #1132 : Fixed NullReferenceException on ControlExtensions.IsActiveControl call [@RomanDidenko]
- #1167 : VS2015 BrowserSettings options not available in 41? [@amaitland]
v41.0.0
June 24, 2015, Chromium 41.0 / CEF 3.2272.32
- #1067, #1068: Working example of
IKeyboardHandler.OnPreKeyEvent
that invokes WinForms keyboard based accelerators added toCefSharp.WinForms.Example
. [@rassilon]
Breaking Changes
IKeyboardHandler
made isKeyboardShortcut a ref parameter as initially intended.- Removed
IsLoadingChanged
(Was marked as obsolete, useNavStateChanged
instead)
v41.0.0-pre01
June 9, 2015, Chromium 41.0 / CEF 3.2272.32
- #1063: CefSharp 41.0.0-pre01 Release Notification [@amaitland]
Breaking Changes
IDialogHandler.OnFileDialog
API updated to reflectnew CEF API
IRequestHandler.OnBeforeResourceLoad
changed return type toCefReturnValue
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]