Update changelog

This commit is contained in:
Lorenzo Pichilli 2022-05-08 15:09:59 +02:00
parent ebdcef6393
commit 01d16eed91
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@
- Added support for `onPermissionRequest` event on iOS 15.0+
- Added `debugLoggingSettings` static property for WebView and ChromeSafariBrowser
- Updated `getMetaThemeColor` on iOS 15.0+
- Deprecated `onLoadError` for `onReceivedError`. `onReceivedError` will be called also for subframes.
- Deprecated `onLoadHttpError` for `onReceivedError`. `onReceivedHttpError` will be called also for subframes.
- Deprecated `onLoadError` for `onReceivedError`. `onReceivedError` will be called also for subframes
- Deprecated `onLoadHttpError` for `onReceivedError`. `onReceivedHttpError` will be called also for subframes
- Deprecated `onLoadResourceCustomScheme` for `onLoadResourceWithCustomScheme`
### BREAKING CHANGES