Repository: cordova-docs Updated Branches: refs/heads/master fc39e7fbd -> 5bb748952
CB-13231 : added [email protected] release blog post Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/5bb74895 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/5bb74895 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/5bb74895 Branch: refs/heads/master Commit: 5bb7489523e55e5bb18ca68ef6dc07c1a32a32f5 Parents: fc39e7f Author: Audrey So <[email protected]> Authored: Fri Sep 1 16:32:58 2017 -0700 Committer: Audrey So <[email protected]> Committed: Tue Sep 5 11:38:02 2017 -0700 ---------------------------------------------------------------------- www/_posts/2017-09-05-cordova-common-2.1.0.md | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5bb74895/www/_posts/2017-09-05-cordova-common-2.1.0.md ---------------------------------------------------------------------- diff --git a/www/_posts/2017-09-05-cordova-common-2.1.0.md b/www/_posts/2017-09-05-cordova-common-2.1.0.md new file mode 100644 index 0000000..cbc24d8 --- /dev/null +++ b/www/_posts/2017-09-05-cordova-common-2.1.0.md @@ -0,0 +1,36 @@ +--- +layout: post +author: + name: Audrey So + url: https://twitter.com/aud_rey_so +title: "[email protected] Released!" +date: 2017-09-05 +categories: news +tags: release tools cordova-common +--- + +We just released some changes to `cordova-common`! + +* [[email protected]](https://www.npmjs.com/package/cordova-common) + +Release Highlights: +* Support added for `<config-file>` in `config.xml`. +* `allows-arbitrary-loads-for-media` attribute parsing added for `getAccesses`. +* Added variable replacing the `framework` tag. +* `JSON` uses 2 spaces for indentation. + +Watch for this release to start rolling into upcoming platform and `cordova-cli` releases. + +<!--more--> +# Changes include: + +## cordova-common + +* [CB-13145](https://issues.apache.org/jira/browse/CB-13145) Added variable replacing the `framework` tag. +* [CB-13211](https://issues.apache.org/jira/browse/CB-13211) Added `allows-arbitrary-loads-for-media` attribute parsing for `getAccesses`. +* [CB-11968](https://issues.apache.org/jira/browse/CB-11968) Added support for `<config-file>` in `config.xml`. +* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) Set up `eslint` and removed `jshint`. +* [CB-12785](https://issues.apache.org/jira/browse/CB-12785) Added `.gitignore`, `travis`, and `appveyor` support. +* [CB-12250](https://issues.apache.org/jira/browse/CB-12250) & [CB-12409](https://issues.apache.org/jira/browse/CB-12409) *iOS*: Fixed bug with escaping properties from `plist` file. +* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) Updated `common`, `fetch`, and `serve` `pkgJson` to point `pkgJson` repo items to github mirrors. +* [CB-12766](https://issues.apache.org/jira/browse/CB-12766) Consistently write `JSON` with 2 spaces indentation. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
