Releases: cefsharp/CefSharp.Wpf.HwndHost
v96.0.170
December11, 2021, CEF 96.0.17+g20e2617+chromium-96.0.4664.93 / Chromium 96.0.4664.93
- Visual C++ 2019 is now required see cefsharp/CefSharp#3636 for additional details.
- Package supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
- Accessibility support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v96.0.170 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2019
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 96.0.170
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v95.7.141
November 10, 2021, CEF 95.7.14+g9f72f35+chromium-95.0.4638.69 / Chromium 95.0.4638.69
- Visual C++ 2019 is now required see cefsharp/CefSharp#3636 for additional details.
- Package supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
- Accessibility support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v95.7.141 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2019
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 95.7.141
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v94.4.110
October 22, 2021, CEF 94.4.11+gc4d96f0+chromium-94.0.4606.81 / Chromium 94.0.4606.81
This is a Chromium update release with an update to 94.0.4606.81 which includes a number of high priority security updates.
- Visual C++ 2019 is now required see cefsharp/CefSharp#3636 for additional details.
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- Package supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
- Accessibility support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v94.4.110 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2019
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 94.4.110
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v94.4.50
October 07, 2021, CEF 94.4.5+g0fd0d6f+chromium-94.0.4606.71 / Chromium 94.0.4606.71
- Visual C++ 2019 is now required see cefsharp/CefSharp#3636 for additional details.
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- Package supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
- Accessibility support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v94.4.50 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2019
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 94.4.50
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v93.1.140
September 19, 2021, CEF 93.1.14+gf38ce34+chromium-93.0.4577.82 / Chromium 93.0.4577.82
- Visual C++ 2019 is now required see cefsharp/CefSharp#3636 for additional details.
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- Package supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
- Accessibility support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v93.1.140 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2019
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 93.1.140
- IsBrowserInitializedChanged is now set to false when the ChromiumWebBrowser is disposed to match the CefSharp.Wpf Implementation. #12
- CleanupElement has been like in the CefSharp.Wpf implementation, it's not assigned by default in this version though will likely be assigned to the parent Window after additional testing (to mimic the CefSharp.Wpf implementation behaviour) #14
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v92.0.260
August 21, 2021, CEF 92.0.26+g9d87c1f+chromium-92.0.4515.159 / Chromium 92.0.4515.159
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- Package supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
- Accessibility support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v92.0.260 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2015
or greater is required for targeting.Net 462
Visual C++ 2079
.Net Core 3.1 or .Net 5.0
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 92.0.260
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v91.1.230
July 22, 2021, CEF 91.1.23+g04c8d56+chromium-91.0.4472.164 / Chromium 91.0.4472.164
This is a bug fix release with an update to Chromium 91.0.4472.164 which includes a critical security update. Google
reports seeing CVE-2021-30563 in the wild.
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- SSE3 is now required on x86 processors (see https://crbug.com/1123353)
- Package now supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v91.1.230 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2015
or greater is required for targeting.Net 462
Visual C++ 2079
.Net Core 3.1 or .Net 5.0
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 91.1.230
- Nuget Package Restructure see cefsharp/CefSharp#3319 for details
There are a number of upstream
breaking changes included in this release.
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v91.1.211
June 27, 2021, CEF 91.1.21+g9dd45fe+chromium-91.0.4472.114 / Chromium 91.0.4472.114
This is a bug fix release. Includes a critical security update. Google
reports seeing CVE-2021-30554 in the wild.
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- SSE3 is now required on x86 processors (see https://crbug.com/1123353)
- Package now supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v91.1.160 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2015
or greater is required for targeting.Net 462
Visual C++ 2079
.Net Core 3.1 or .Net 5.0
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 91.1.211
- Nuget Package Restructure see cefsharp/CefSharp#3319 for details
There are a number of upstream
breaking changes included in this release.
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v91.1.210
June 22, 2021, CEF 91.1.21+g9dd45fe+chromium-91.0.4472.114 / Chromium 91.0.4472.114
This is a bug fix release with an update to 91.0.4472.114 which includes a critical security update. Google
reports seeing CVE-2021-30554 in the wild.
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- SSE3 is now required on x86 processors (see https://crbug.com/1123353)
- Package now supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v91.1.160 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2015
or greater is required for targeting.Net 462
Visual C++ 2079
.Net Core 3.1 or .Net 5.0
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 91.1.210
- Nuget Package Restructure see cefsharp/CefSharp#3319 for details
There are a number of upstream
breaking changes included in this release.
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak
v91.1.160
June 17, 2021, CEF 91.1.16+gc95b2a1+chromium-91.0.4472.101 / Chromium 91.0.4472.101
- Adobe Flash is no longer supported as per the Chromium Flash Roadmap
- SSE3 is now required on x86 processors (see https://crbug.com/1123353)
- Package now supports
net462
andnetcoreapp3.1
targets.
Designed as a drop in replacement for CefSharp.Wpf.ChromiumWebBrowser for those who want the native Win32 based implementation
- Full IME support
- Improved performance
- Improved touch support
As with any HwndHost
based control standard AirSpace
issues apply see https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/technology-regions-overview
See https://github.com/cefsharp/CefSharp/releases/tag/v91.1.160 for details on the current CefSharp
release including known issues and detailed release notes.
Requirements
Visual C++ 2015
or greater is required for targeting.Net 462
Visual C++ 2079
.Net Core 3.1 or .Net 5.0
- MS .Net 4.6.2 or greater
Change Log
- Upgrade to 91.1.160
- Nuget Package Restructure see cefsharp/CefSharp#3319 for details
There are a number of upstream
breaking changes included in this release.
The following resources have been removed in version 90, anyone upgrading from a prior version be aware:
cef.pak,
cef_100_percent.pak,
cef_200_percent.pak,
cef_extensions.pak,
devtools_resources.pak
They have been replaced by:
chrome_100_percent.pak,
chrome_200_percent.pak,
resources.pak