Edit

Release SDK 1.0.3240.44, for Runtime 136 (May 5, 2025)

Release notes for Microsoft Edge WebView2 SDK, release date: May 5, 2025.

NuGet package for WebView2 SDK 1.0.3240.44

For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime 136.0.3240.44 (May 5, 2025) or later.

Detailed contents:

Promotions to Phase 3 (Stable in Release)

The following APIs have been promoted from Phase 2: Stable in Prerelease, to Phase 3: Stable in Release, and are now included in this Release SDK.

Track navigation history for nested iframes (FrameCreatedEvent API)

The FrameCreatedEvent API supports nested iframes, such as recording the navigation history for a second-level iframe. Without this API, WebView2 only tracks first-level iframes, which are the direct child iframes of the main frame. Using this API, your app can subscribe to the nested iframe creation event, giving the app access to all properties, methods, and events of CoreWebView2Frame for the nested iframe.

Use this API to manage iframe tracking on a page that contains multiple levels of iframes. You can choose to track any of the following:

  • Only the main page and first-level iframes (the default behavior).
  • A partial WebView2 frames tree with specific iframes of interest.
  • The full WebView2 frames tree.

Previous phase: Track navigation history for nested iframes (FrameCreatedEvent API) in Prerelease SDK 1.0.3230-prerelease, for Runtime 136 (Apr. 7, 2025).

See also