Releases: pwa-builder/PWABuilder-CLI
Manifoldjs v0.4.2
update construct to not allow band line endings in mac. fix current issue on mac when installed via npm
Manifoldjs Version 0.4.1 release
contains features:
Support Density strings along with numbers #144
Windows 10 apps now can point to localhost for testing and auto launch #143
Windows 10 offline capture page #140
Bug Fixes:
Allow start_url to be a subdomain of site #88
Do not require a short name #145
"/" as start_url no longer shows error #146
Android build no longer fails for sites with .in in domain #149
fixed issue with theme color in windows 10 #157
Manifoldjs v0.4.0
Enhancements
- Added feature to generate APPX packages for submission to the Windows Store (issue #132)
- Added option to include the Web App Toolkit plugin into the Cordova platforms (issue #138)
- Improved tracing info to help troubleshooting issues with the domain whitelist (issue #103)
- Added support for the splash_screens W3C manifest member (issue #45)
Bug fixes
- Removed the windows platform from the default platforms list when running the tool from OS X and Linux (issue #115)
- Fixed issue that makes the tool to break when there are numbers in the URL of the target domain (issue #109)
- Fixed wrong image size when generating Windows 10 hosted web apps (issue #135)
Manifoldjs v0.3.3
Enhancements
- Added support for API access in Windows 10 (issue #124)
Manifoldjs v0.3.2
Enhancements
- Added version number of ManifoldJS to the generated packages (issue #96)
- Changed website-url parameter to be optional when the --manifest parameter is provided (issue #30)
- Replaced optimist CLI parser (deprecated) with commander (issue #70)
Bug fixes
- Fixed documentation error in Android's next steps (issue #98)
- Fixed issue to prevent app crashes related to old versions of node installed (issue #97)
- Updated sanitization logic for short_name member (issue #76)
- Updated "Known Issues" section of the Readme document with instructions to work around an issue with iOS apps generated in a Windows machine (issue #100)
- Fixed issue that generates invalid ACURs in Windows 10 when the scope contains wildcards
- Removed "trace" logging level from the --loglevel parameter as it is not supported (issue #108)
Manifoldjs v0.3.1
Enhancements
- Implemented a "check for updates" feature in the CLI that alerts users of new releases of ManifoldJS (issue #91)
- Provided more details when an invalid manifest format is detected (issue #43 )
- Updated Windows 10 appx manifest to target platform version 10.0.10069.0 (issue #95)
Bug fixes
- Workaround for a breaking change in Cordova 5.1.1 caused by a new release of the Cordova's whitelist plugin v1.1.0 (issue #86)
- Inconsistent behavior between API and CLI when processing the start_url (issue #89)
- Infinite loop when non-existent drive specified in directory parameter (issue #72)
- Failure if an existing manifest doesn't contain a start_url member (issue #71)
v0.3.0
Breaking changes
-
The
windows81
platform's parameter value has been renamed towindows
. This parameter value generates all Windows apps, including the Cordova apps and the Windows 10 hosted web app. To generate the Windows 10 hosted web app only, just specifywindows10
. -
The
createApps
API method now expects anoptions
parameter to specify the different properties that customize the generated applications. Example of usage:var projectBuilder = require('projectBuilder'); var options = { "crosswalk": false, "build": true }; projectBuilder.createApps(w3cManifestInfo, rootDir, platforms, options, callback);
Enhancements
- Added support for Crosswalk when building Android apps (issue #29)
- Added "Known issues" section to readme document (issue #78)
Bug fixes
- Fixed issue when invoking Cordova CLI and the tools are installed in a path with spaces (issue #57)
- Fixed issue that makes Win 10 hosted web app to fail when there are spaces in the short_name manifest memeber (issue #76)
- Fixed issue with wildcard characters when generating application content uri rules in Win 10 hosted web apps (issue #80)
v0.2.0
v0.1.5
Bug fixes
- Fixed broken unit tests in manifest transformation logic for Windows 10.
- Changed reference to ManifoldCordova plugin to a new version that fixes a regression with default images in the windows platform. Also, ManifoldJS is now referencing a version range of the ManifoldCordova plugin (=>0..0.5 <0.1.0) so subsequent patches for ManifoldCordova do not require to also publish a new version of ManifoldJS.