Skip to content

v5.0.0

Compare
Choose a tag to compare
@Ionitron Ionitron released this 27 May 17:56
· 3 commits to stable since this release

5.0.0 (2020-05-27)

Features

  • android: remove RequiresApi annotation and drop support for API 19 (#540) (17d2ada)
  • ios: remove normalizeURL function (#576) (d5bdbaa)
  • ios: remove wkRewriteURL function (#577) (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.