2023-12-07 15:59:30 +00:00
## 1.0.9
- Implemented `InAppWebViewSettings.interceptOnlyAsyncAjaxRequests`
- Updated `useShouldInterceptAjaxRequest` automatic infer logic
2023-12-06 17:11:29 +00:00
## 1.0.8
- Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'
- Fixed shouldInterceptAjaxRequest javascript code when overriding XMLHttpRequest.open method parameters
2023-12-06 11:35:48 +00:00
## 1.0.7
- Fixed "getFavicons: _TypeError: type '_Map< String , dynamic > ' is not a subtype of type 'Iterable< dynamic > '" [#1897 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1897 )
2023-12-05 18:48:24 +00:00
## 1.0.6
- Possible fix for "iOS Fatal Crash" [#1894 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1894 )
2023-12-04 03:32:01 +00:00
## 1.0.5
- Call `super.dispose();` on `InAppBrowser` and `ChromeSafari` implementations
2023-12-01 13:26:34 +00:00
## 1.0.4
- Fixed "Cloudflare Turnstile failure" [#1738 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1738 )
2023-11-30 14:05:51 +00:00
## 1.0.3
- Fixed `InAppBrowserMenuItem.iconColor` not working
2023-11-28 00:27:06 +00:00
## 1.0.2
- Added `PlatformPrintJobController.onComplete` setter
- Updated `flutter_inappwebview_platform_interface` version dependency to `1.0.2`
2023-11-27 18:02:50 +00:00
## 1.0.1
- Updated README
2023-11-27 11:11:26 +00:00
## 1.0.0
2023-11-26 23:02:46 +00:00
2023-11-27 11:11:26 +00:00
Initial release.