-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.2.1...v5.0.0) (2020-05-27) ### Features * **android:** remove RequiresApi annotation and drop support for API 19 ([#540](#540)) ([17d2ada](17d2ada)) * **ios:** remove normalizeURL function ([#576](#576)) ([d5bdbaa](d5bdbaa)) * **ios:** remove wkRewriteURL function ([#577](#577)) ([02c18ea](02c18ea)) ### BREAKING CHANGES * **ios:** wkRewriteURL was deprecated and has been removed, use window.Ionic.WebView.convertFileSrc instead * **ios:** normalizeURL was deprecated and has been removed, use window.Ionic.WebView.convertFileSrc instead * **android:** Drop Android 4.4 support (SDK API level 19). Min required is 21.
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters