iosWebViewFix/flutter_inappwebview_macos/CHANGELOG.md

1.0 KiB

1.0.7

  • Implemented InAppWebViewSettings.interceptOnlyAsyncAjaxRequests
  • Updated useShouldInterceptAjaxRequest automatic infer logic

1.0.6

  • Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'
  • Fixed shouldInterceptAjaxRequest javascript code when overriding XMLHttpRequest.open method parameters

1.0.5

  • Fixed "getFavicons: _TypeError: type '_Map<String, dynamic>' is not a subtype of type 'Iterable'" #1897

1.0.4

  • Possible fix for "iOS Fatal Crash" #1894

1.0.3

  • Call super.dispose(); on InAppBrowser implementation

1.0.2

  • Fixed "Cloudflare Turnstile failure" #1738

1.0.1

  • Added PlatformPrintJobController.onComplete setter
  • Updated flutter_inappwebview_platform_interface version dependency to 1.0.2

1.0.0

Initial release.