You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by au...@apache.org on 2017/09/05 18:51:06 UTC

docs commit: CB-13231 : added cordova-common@2.1.0 release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master fc39e7fbd -> 5bb748952


CB-13231 : added cordova-common@2.1.0 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 <au...@apache.org>
Authored: Fri Sep 1 16:32:58 2017 -0700
Committer: Audrey So <au...@apache.org>
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:  "Cordova-Common@2.1.0 Released!"
+date: 2017-09-05
+categories: news
+tags: release tools cordova-common
+---
+
+We just released some changes to `cordova-common`!
+
+* [cordova-common@2.1.0](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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org