Releases: cefsharp/CefSharp
v43.0.1
October 29, 2015, Chromium 43.0 / CEF 3.2357.1287
- #1170 : OffScreen Don't create Browser when assigning to OnBeforePopup [@amaitland]
- #1284 : Add support for JSB in Popups [@amaitland]
- #1321 : Add support for JSB with frames [@illfang, @amaitland]
- #1335 : Missing callback registry for browsers created without registered js objects [@illfang]
- #1336 : IJavascriptCallback.ExecuteAsync never returns when callback no longer exists [@gregmartinhtc]
- #1356 : Feature sanitized and verbose js exception strings [@illfang]
- #1358 : Fix offscreen browser browser settings nullptr [@illfang]
- #1380 : Fix ensure context binding of root object [@illfang]
v43.0.0
September 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
(Due to the large number of changes in this release, the ChangeLog
is not up to date)
For information about upgrading to 43.0.0
see https://github.com/cefsharp/CefSharp/wiki/CefSharp-43
v43.0.0-pre02
September 09, 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)
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