2023-12-23 14:31:37 +01:00
## 1.0.10
2023-12-23 14:33:09 +01:00
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`
2023-12-23 14:31:37 +01:00
- Fix typos and other code improvements (thanks to [michalsrutek ](https://github.com/michalsrutek ))
2023-12-23 15:22:28 +01:00
- Fixed "runtime issue of SecTrustCopyExceptions 'This method should not be called on the main thread as it may lead to UI unresponsiveness.' when using onReceivedServerTrustAuthRequest" [#1924 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1924 )
2023-12-23 14:31:37 +01:00
2023-12-18 12:40:16 +01:00
## 1.0.9
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.8`
2023-12-17 22:58:09 +01:00
## 1.0.8
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.7`
- Implemented `InAppBrowser.onMainWindowWillClose` event
2023-12-07 16:59:30 +01:00
## 1.0.7
- Implemented `InAppWebViewSettings.interceptOnlyAsyncAjaxRequests`
- Updated `useShouldInterceptAjaxRequest` automatic infer logic
2023-12-12 00:40:25 +01:00
- Updated `CookieManager` methods return value
2023-12-11 16:12:08 +01:00
- Fixed "iOS crash at public func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage)" [#1912 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1912 )
2023-12-07 16:59:30 +01:00
2023-12-06 18:11:29 +01:00
## 1.0.6
- Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'
- Fixed shouldInterceptAjaxRequest javascript code when overriding XMLHttpRequest.open method parameters
2023-12-06 12:35:48 +01:00
## 1.0.5
- 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 19:48:24 +01:00
## 1.0.4
- Possible fix for "iOS Fatal Crash" [#1894 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1894 )
2023-12-04 04:32:01 +01:00
## 1.0.3
- Call `super.dispose();` on `InAppBrowser` implementation
2023-12-01 14:26:34 +01:00
## 1.0.2
- Fixed "Cloudflare Turnstile failure" [#1738 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1738 )
2023-11-28 01:27:06 +01:00
## 1.0.1
- Added `PlatformPrintJobController.onComplete` setter
2023-12-17 22:58:09 +01:00
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.2`
2023-11-28 01:27:06 +01:00
2023-11-27 12:11:26 +01:00
## 1.0.0
2023-11-27 09:46:37 +01:00
2023-11-27 12:11:26 +01:00
Initial release.