Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ionic-team/cordova-plugin-ionic-webview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: ionic-team/cordova-plugin-ionic-webview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on May 11, 2020

  1. feat(android): remove RequiresApi annotation and drop support for API…

    … 19 (#540)
    
    BREAKING CHANGE: Drop Android 4.4 support (SDK API level 19). Min required is 21.
    nphyatt authored May 11, 2020
    Configuration menu
    Copy the full SHA
    17d2ada View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. feat(ios): remove normalizeURL function (#576)

    BREAKING CHANGE: normalizeURL was deprecated and has been removed, use
    window.Ionic.WebView.convertFileSrc instead
    jcesarmobile authored May 27, 2020
    Configuration menu
    Copy the full SHA
    d5bdbaa View commit details
    Browse the repository at this point in the history
  2. feat(ios): remove wkRewriteURL function (#577)

    BREAKING CHANGE: wkRewriteURL was deprecated and has been removed, use
    window.Ionic.WebView.convertFileSrc instead
    jcesarmobile authored May 27, 2020
    Configuration menu
    Copy the full SHA
    02c18ea View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0 [skip ci]

    # [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.
    Ionitron committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6d21d53 View commit details
    Browse the repository at this point in the history
Loading