Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into fix_json_stringify_cyclic_structures_error_w…
…kwebview

# Conflicts:
#	packages/webview_flutter/webview_flutter_wkwebview/CHANGELOG.md
#	packages/webview_flutter/webview_flutter_wkwebview/pubspec.yaml
  • Loading branch information
LinXunFeng committed Mar 15, 2024
commit f7ac9bd35d6e93673fa6fe1882ddf635822d728e
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## 3.12.1
## 3.13.1

* Fixes `JSON.stringify()` cannot serialize cyclic structures.

## 3.13.0

* Adds `decidePolicyForNavigationResponse` to internal WKNavigationDelegate to support the
`PlatformNavigationDelegate.onHttpError` callback.

## 3.12.0

* Adds support for `setOnScrollPositionChange` method to the `WebKitWebViewController`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_wkwebview
description: A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_wkwebview
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.12.1
version: 3.13.1

environment:
sdk: ^3.2.3
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.