Skip to content

Commit 14ecd65

Browse files
Merge branch 'v6.2.0-beta.3'
2 parents 1692a3c + 47e8a16 commit 14ecd65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flutter_inappwebview/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
- Update code documentation
2222

2323
#### Android Platform
24-
- Implemented `saveState`, `restoreState` InAppWebViewController methods
25-
- Implemented `onShowFileChooser` WebView event
26-
- Merged "Android: implemented PlatformPrintJobController.onComplete" [#2216](https://github.com/pichillilorenzo/flutter_inappwebview/pull/2216) (thanks to [Doflatango](https://github.com/Doflatango))
24+
- Merged "Fixed recursive calling toMap in AndroidInternalStoragePathHandler" [#2452](https://github.com/pichillilorenzo/flutter_inappwebview/pull/2452) (thanks to [roberthofstra](https://github.com/roberthofstra))
2725

2826
#### macOS and iOS Platforms
2927
- Implemented `saveState`, `restoreState` InAppWebViewController methods

flutter_inappwebview_android/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Implemented `onShowFileChooser` WebView event
66
- Merged "Android: implemented PlatformPrintJobController.onComplete" [#2216](https://github.com/pichillilorenzo/flutter_inappwebview/pull/2216) (thanks to [Doflatango](https://github.com/Doflatango))
77
- Fixed "When useShouldInterceptAjaxRequest is true, some ajax requests doesn't work" [#2197](https://github.com/pichillilorenzo/flutter_inappwebview/issues/2197)
8+
- Merged "Fixed recursive calling toMap in AndroidInternalStoragePathHandler" [#2452](https://github.com/pichillilorenzo/flutter_inappwebview/pull/2452) (thanks to [roberthofstra](https://github.com/roberthofstra))
9+
- Fixed recursive `toMap` call for `AndroidInternalStoragePathHandler` [#2451](https://github.com/pichillilorenzo/flutter_inappwebview/issues/2451)
810

911
## 1.2.0-beta.2
1012

0 commit comments

Comments
 (0)