This repository has been archived by the owner on May 13, 2021. It is now read-only.
ManifoldJS v0.4.3
Enhancements
- Added Cordova plugin support for Windows, iOS and Android platforms (issue #156). 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 API access rules across all platforms:
mjs_api_access
(issue #182) - There is a new manifest member to specify multiple navigation scope rules:
mjs_extended_scope
(issue #183). This setting replacesmjs_access_whitelist
which is now deprecated. - Cordova apps are now generated with Cordova CLI version 5.4.1 (issue #188)
- Accept ChromeOS manifest as input manifests (issue #169)
Bug Fixes
- Fixed encoding issue in
msapp-error.html
file for Windows 10 Hosted Web Apps (issue #179)