iosWebViewFix/flutter_inappwebview_macos/CHANGELOG.md

21 lines
497 B
Markdown
Raw Normal View History

2023-12-05 18:48:24 +00:00
## 1.0.4
- Possible fix for "iOS Fatal Crash" [#1894](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1894)
## 1.0.3
- Call `super.dispose();` on `InAppBrowser` implementation
2023-12-01 13:26:34 +00:00
## 1.0.2
- Fixed "Cloudflare Turnstile failure" [#1738](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1738)
## 1.0.1
- Added `PlatformPrintJobController.onComplete` setter
- Updated `flutter_inappwebview_platform_interface` version dependency to `1.0.2`
2023-11-27 11:11:26 +00:00
## 1.0.0
2023-11-27 08:46:37 +00:00
2023-11-27 11:11:26 +00:00
Initial release.