Skip to content
Merged
Prev Previous commit
Next Next commit
Update change log
  • Loading branch information
jsharp83 committed Feb 5, 2024
commit 2b35ddd737f456c81d52aa59bda2b3696a1a0924
8 changes: 7 additions & 1 deletion packages/webview_flutter/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 4.6.0

* Adds support for custom handling of JavaScript dialogs.
See `WebViewController.setOnJavaScriptAlertDialog`,
`WebViewController.setOnJavaScriptConfirmDialog`
and `WebViewController.setOnJavaScriptTextInputDialog`.

## 4.5.0

* Adds support for HTTP basic authentication. See `NavigationDelegate(onReceivedHttpAuthRequest)`.
* Adds support to show JavaScript dialog. See `WebViewController.setOnJavaScriptAlertDialog`, `WebViewController.setOnJavaScriptConfirmDialog` and `WebViewController.setOnJavaScriptTextInputDialog`.
* Updates support matrix in README to indicate that iOS 11 is no longer supported.
* Clients on versions of Flutter that still support iOS 11 can continue to use this
package with iOS 11, but will not receive any further updates to the iOS implementation.
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter
description: A Flutter plugin that provides a WebView widget on Android and iOS.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 4.5.0
version: 4.6.0

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