You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,3 +366,4 @@ Before `08/07/2021` a change log was not kept. We have retrospectively gone back
366
366
- 2025-10-14 `stdJSON` FIX - Fix for negative number serialization.
367
367
- 2025-11-21 `stdCallback` FIX - Fixing typos. See #146.
368
368
- 2026-01-02 `stdHTTP` BREAKING - Mac compatibility
369
+
- 2026-03-23 `stdWebView` FEATURE - Added `AddHostObject(name, hostObject)` and `RemoveHostObject(name)` to inject/remove VBA `IDispatch` objects in JavaScript via `chrome.webview.hostObjects`.
* A per-instance user data folder is created under `%TEMP%` (`stdWebView_*`) for the WebView2 profile.
108
137
* If `CreateCoreWebView2EnvironmentWithOptions` fails, the error is raised with the HRESULT from the loader.
109
138
*`zzProtWebView_*` entry points must remain `Public` so thunk code can dispatch into the instance; they are not user APIs.
139
+
* Vtable offsets used in `stdWebView.cls` are verified against `ICoreWebView2Vtbl` in `WebView2.h` from the WebView2 SDK (`build/native/include/WebView2.h` in the NuGet package). Official header reference: [WebView2.h](https://github.com/MicrosoftEdge/WebView2Browser/blob/main/packages/Microsoft.Web.WebView2.1.0.2903.40/build/native/include/WebView2.h).
0 commit comments