2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
Posted on December 27, 2023
DotNetBrowser 2.25.0
Blazor Hybrid template for Avalonia UI
The DotNetBrowser.Templates package now contains one more template - a simple Blazor Hybrid application that utilizes the capabilities of Avalonia UI and DotNetBrowser to run Razor components in a desktop app. This approach can be used to build a cross-platform desktop application and construct its UI using both Blazor and Avalonia UI capabilities, sharing a large amount of code between web and desktop. See our Quick Start guide for more details.
Breaking changes
Due to changes in Chromium, the OpenFileHandler
parameters no longer contain the DefaultFileName
property. Instead, the InitialDirectory
property was added, containing the initial directory that the file dialog box should display.
Learn more about these changes in the migration guide.
Chromium upgraded to 120.0.6099.109
We upgraded Chromium to a newer version, which introduces multiple security fixes, including:
- CVE-2023-6702: Type Confusion in V8
- CVE-2023-6703: Use after free in Blink
- CVE-2023-6704: Use after free in libavif
- CVE-2023-6705: Use after free in WebRTC
- CVE-2023-6706: Use after free in FedCM
- CVE-2023-6707: Use after free in CSS
For the complete list of Chromium fixes and improvements in 120.0.6099.109, please visit the product blog post for this version.
Quality enhancements
- The Avalonia UI BrowserView now receives the keyboard focus properly after closing a dialog (e.g. a file chooser or JavaScript alert).
Download DotNetBrowser 2.25.0 (.NET Framework)
Download DotNetBrowser 2.25.0 (.NET Core)
Download DotNetBrowser 2.25.0 (Cross-platform)
Follow @DotNetBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.