All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New compile-time options for controlling
WEBVIEW_API
(#893)
- Disable status bar (Windows/WebView2) (#1028)
WEBVIEW_API
is nowinline
by default for C++ (#893)- Treat result of binding function as JSON, not JS (#1002)
- App lifecycle separation (#1005)
0.10.0 - 2023-09-16
This is the first release since the library rewrite by zserge (#315), and is a necessary one that allows us to prepare for future changes in the library.
Due to the vast amount of contributions that are in this release on top of the changes and removals introduced in the library rewrite, we've picked a few contributions aside from the rewrite that had a significant impact compared to the previous release.
Windows:
- Microsoft Edge WebView2 backend (#315)
- Custom WebView2Loader implementation (#783)
- DPI scaling for Windows 10 and later (#982)
- Add support for dark title bar on Windows 10 and later (#996)
- MSHTML backend (#315)
- Go binding (#1009) — moved to webview/webview_go