2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
发布日期 2018年04月10日
DotNetBrowser 1.14.1
Important: this version contains a blocker issue that has been fixed in 1.14.2. Please use 1.14.2 instead of 1.14.1.
Current release is focused on creating solutions for reported issues, and improving performance of some key areas:
Improvements
- The available port detection algorithm during the socket initialization is improved.
- Logging is improved.
- The
Browser.OnStartLoadingFrame
andBrowser.OnProvisionalLoadingFrame
events is improved. - The VS 2017 VSIX package compatibility is added.
Fixed issues
- DotNetBrowser WPF visual component raising an error in the Design mode. This issue was caused by the
WPFBrowserView()
constructor implementation. Browser
orBrowserView
instance hanging in the different AppDomains. This issue was caused by an issue in the internal IPC module.- InvalidOperationException exception with the “Channel is already closed” message being thrown. This issue was caused by the native crash in the Chromium render process.
BrowserPreferences.SetChromiumDir()
method having no effect on the Release configuration. The issue was related to the inline initialization of the static fields.- Some events not being present in the WinForms Properties window in the Design mode. This issue was caused by the lack of the event attributes.
- Custom
NetworkDelegate
not working after all theBrowser
orBrowserView
instances are disposed and created again. This issue was caused by an issue in theNetworkService
implementation. - The issue with incorrect
WPFBrowserView
location hosted inElementHost
. - The issue with displaying mouse cursor
WinFormsBrowserView
. - The issue with focus stealing on every navigation.
- The native crash when disposing
Browser
instance when printing is in progress. - The issue when
BrowserView.GetImage()
returns black rectangle. - The issue when
ProtocolService.Unregister(IProtocolHandler)
method removes all protocols.
关注 @DotNetBrowser ,获取库的更新动态。
订阅我们的 RSS feed ,获取最新版本动态。