cordova-plugin-ionic-webview
Advanced tools
Comparing version 2.0.3 to 2.1.0-0
# Changelog | ||
<a name="2.0.3"></a> | ||
### 2.0.3 (2018-08-14) | ||
* Fix nil reference by setting up the server URL before routes are set up. ([#135](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/135)) [@matejkramny](https://github.com/matejkramny) | ||
* Resolve issue when app is launched in background. ([#124](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/124)) [@ghenry22](https://github.com/ghenry22) | ||
<a name="2.0.2"></a> | ||
### 2.0.2 (2018-07-30) | ||
* Immediately load new server base path upon setting it. ([#132](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/132)) | ||
<a name="2.0.1"></a> | ||
### 2.0.1 (2018-07-25) | ||
* Avoid "not modified" response on iOS by always overriding last modified date. ([#127](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/127)) | ||
<a name="2.0.0"></a> | ||
@@ -4,0 +20,0 @@ ### 2.0.0 (2018-07-23) |
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "2.0.3", | ||
"version": "2.1.0-0", | ||
"description": "The official Ionic's WKWebView Engine Plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,2 +22,5 @@ var exec = require('cordova/exec'); | ||
exec(callback, null, 'IonicWebView', 'getServerBasePath', []); | ||
}, | ||
persistServerBasePath: function() { | ||
exec(null, null, 'IonicWebView', 'persistServerBasePath', []); | ||
} | ||
@@ -24,0 +27,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
368799
219
2