Skip to content

Commit

Permalink
Bumps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoOlthof committed Apr 18, 2023
1 parent f8e3379 commit d62dfc3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.6.0

* Adds onReceivedHttpError WebViewClient callback to support `PlatformNavigationDelegate.onHttpError`.

## 3.5.2

* Updates internal Java InstanceManager to only stop finalization callbacks when stopped.
Expand All @@ -21,7 +25,6 @@

* Fixes a bug where the native `WebView` wouldn't be traversed for autofill automatically.
* Updates minimum Flutter version to 3.3.
* Adds onReceivedHttpError WebViewClient callback to support the onHttpError callback.

## 3.4.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.5.2
version: 3.6.0

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.4.0

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

## 3.3.0

* Adds support for `PlatformNavigationDelegate.onUrlChange`.
Expand All @@ -7,8 +12,6 @@
* Updates pigeon to fix warnings with clang 15.
* Updates minimum Flutter version to 3.3.
* Fixes common typos in tests and documentation.
* Adds `decidePolicyForNavigationResponse` to internal WKNavigationDelegate to support the
`onHttpError` callback.

## 3.2.3

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.3.0
version: 3.4.0

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit d62dfc3

Please sign in to comment.