Skip to content

v3.0.0

Choose a tag to compare

@Ionitron Ionitron released this 03 Jan 16:26
· 54 commits to stable since this release

3.0.0 (2019-01-03)

Bug Fixes

Features

  • Allows configuration of Mixed Content Mode (#240) (486d412), closes #231
  • Android: Implement ionic-file and ionic-content urls (#242) (8ef0c30), closes #204 #183
  • iOS: Remove GCDWebServer (#244) (0dee0cf)
  • WebViewLocalServer.java: return 404 error code when a local file is not found (#217) (f7a551e), closes #216

BREAKING CHANGES

  • iOS: Sets deployment-target to 11, so will only work on iOS 11+

  • Address changes

  • changes the default from 1 (never) to 0 (always)

  • WebViewLocalServer.java: Until now, the Android part of the plugin was returning a 200 http code even though
    the requested file didn't exist. This behavior was inconsistent with the historical behavior of the
    iOS webView. This change makes them both work in the same manner but introduces a breaking change
    for the current Android users that are expecting a 200 http code no matter what and are testing the
    not found error just by checking if the body is null.