github cefsharp/CefSharp v102.0.90

latest releases: v130.1.90, v129.0.110, v128.4.90...
2 years ago

May 31, 2022, CEF 102.0.9+g1c5e658+chromium-102.0.5005.63 / Chromium 102.0.5005.63

  • ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of VC++ 2019 is required, higher versions are backwards compatible. For those upgrading from a previous version which only required VC++ 2015 minimum see #3636 for some guidance.

✔️ Change Log

There are a number of breaking changes in this release. For a list of changes see the 102.0.x Milestone. See also Release Notification.

⚠️ Breaking Changes

  • Remove legacy swiftshader #4085
  • IBrowserHost.RunFileDialog remove selectedAcceptFilter argument #4125
  • IDialogHandler.OnFileDialog remove flags and selectedAcceptFilter params #4110
  • Remove CefFileDialogFlags #4089
  • Nuget - Change default CefSharpBuildAction for Exe/WinExe projects when using packages.config #4062

ℹ️ Notes

❌ Known Issues


  • Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
  • All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
  • When using a RequestContext you must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
  • CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.x please make sure you read #2743.
  • For those targeting .Net Core 3.0(netcoreapp3.0) the Nuget packages will no longer automatically install see #3444 (This also applies to those using the CefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreen packages when targeting .Net Core 3.1/.Net 5.0+)

Don't miss a new CefSharp release

NewReleases is sending notifications on new releases.