This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Releases: pwa-builder/ManifoldCordova
Releases · pwa-builder/ManifoldCordova
ManifoldCordova v0.3.1
Bug Fixes
- Handle network connectivity changes in iOS while the application is in the background (issue #59)
ManifoldCordova v0.3.0
Bug Fixes
- Fixed compilation errors caused by the introduction of pluggable WebViews in [email protected] (issue #76)
- Update whitelist handling to take into account change in [email protected] (issue #77)
- Fixed broken plugin support following removal of XHR bridge modes in [email protected] (issue #78)
Enhancements
- Updated to latest versions of Cordova platforms to support Cordova 6.1.1 (issue #66)
- Removed hard requirement for W3C manifest. Allow using simple Cordova app (issue #35)
- Added ability to disable offline feature through "mjs_offline_feature" property in manifest.json (issue #61)
- Fixed js injection on Android when evaluateJavacript is not available (issue #64)
Known Issues with the Cordova [email protected] platform
- Due to the removal of the XHR bridge modes in [email protected], Cordova plugin injection will not work correctly when the hosted page has a CSP that restricts the gap:// frame origin. To support this scenario, you need to use [email protected].
- Even though Cordova [email protected] introduces pluggable webviews, the Hosted Web App plugin currently supports UIWebView only. WkWebView will be supported in a future release.
Breaking Changes with the Cordova [email protected] platform
- When used with previous releases of the cordova-ios platform, the Hosted Web App plugin opened all non-whitelisted URLs externally. Starting with [email protected], these URLs are blocked instead. To change this behavior, any URLs that should be opened in the browser need to be added to the intent whitelist (see https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/).
ManifoldCordova v0.2.1
Bug Fixes
- Fixed script injection issue with Crosswalk Webview (issue #56)
ManifoldCordova v0.2.0
Breaking Changes
- The default network access policy has changed to be aligned with Cordova (issue #29). Now, network requests (images, XHRs, etc) made by hosted web apps are allowed for any origin. To restrict network access to specific domains, specify the access rules via the
<access>
element in the Cordova configuration file (config.xml
) or use a Content Security Policy (CSP).
Enhancements
- Added support for Cordova plugins (issue #51). The JavaScript APIs exposed by the installed plugins are now loaded in the pages and can be consumed from the hosted web app.
- There is a new manifest member to specify multiple navigation scope rules:
mjs_extended_scope
(issue #52). This setting replacesmjs_access_whitelist
which is now deprecated.
ManifoldCordova v0.1.5
this release is a change to the config only, it allows use to move to next version of cordova without losing support for current version:
Issue #45
ManifoldCordova v0.1.4
ManifoldCordova v0.1.3
ManifoldCordova v0.1.2
ManifoldCordova v0.1.1
ManifoldCordova v0.1.0
Breaking changes
- Renamed mjs_urlAccess manifest member to mjs_access_whitelist
- Renamed plugin id to cordova-plugin-hostedwebapp and published to npm
Enhancements
- Updated plugin to work with Cordova v5.0.0