2024-01-31 03:04:26 +00:00
## 1.0.11
- Added `PlatformWebViewEnvironment` class
2023-12-25 17:18:33 +00:00
## 1.0.10
- Merged "Added == operator and hashCode to WebUri" [#1941 ](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1941 ) (thanks to [daisukeueta ](https://github.com/daisukeueta ))
2023-12-23 13:31:37 +00:00
## 1.0.9
- Fix typos (thanks to [michalsrutek ](https://github.com/michalsrutek ))
2023-12-18 11:40:16 +00:00
## 1.0.8
- Added `PlatformCustomPathHandler` class to be able to implement custom path handlers for `WebViewAssetLoader`
2023-12-17 21:58:09 +00:00
## 1.0.7
- Added `InAppBrowser.onMainWindowWillClose` event
2023-12-17 22:09:27 +00:00
- Added `WindowType.WINDOW` for `InAppBrowserSettings.windowType`
2023-12-17 21:58:09 +00:00
2023-12-07 15:59:30 +00:00
## 1.0.6
- Added `InAppWebViewSettings.interceptOnlyAsyncAjaxRequests` [#1905 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1905 )
2023-12-11 23:40:25 +00:00
- Added `PlatformInAppWebViewController.clearFormData` method
- Added `PlatformCookieManager.removeSessionCookies` method
- Updated `InAppWebViewSettings.useShouldInterceptAjaxRequest` docs
- Updated `PlatformCookieManager` methods return value
2023-12-07 15:59:30 +00:00
2023-12-04 03:32:01 +00:00
## 1.0.5
- Must call super `dispose` method for `PlatformInAppBrowser` and `PlatformChromeSafariBrowser`
2023-11-30 14:05:51 +00:00
## 1.0.4
- Expose missing `InAppBrowserSettings.menuButtonColor` option
2023-11-29 09:32:03 +00:00
## 1.0.3
- Expose missing old `AndroidInAppWebViewOptions` and `IOSInAppWebViewOptions` classes
2023-11-28 00:27:06 +00:00
## 1.0.2
- Added `PlatformPrintJobController.onComplete` setter
2023-11-27 17:48:38 +00:00
## 1.0.1
- Updated README
2023-11-27 11:11:26 +00:00
## 1.0.0
2023-11-17 22:28:11 +00:00
2023-11-27 11:11:26 +00:00
Initial release.