You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/10/19 21:32:45 UTC

docs commit: CB-13444: added browser release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master 252a5f5ad -> b59a03ef3


CB-13444: added browser 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/b59a03ef
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b59a03ef
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b59a03ef

Branch: refs/heads/master
Commit: b59a03ef3cf251f13fedfb6a0cbdf221005804ff
Parents: 252a5f5
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 19 12:18:12 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 19 12:18:12 2017 -0700

----------------------------------------------------------------------
 www/_posts/2017-10-19-browser-release.md | 38 +++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b59a03ef/www/_posts/2017-10-19-browser-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-10-19-browser-release.md b/www/_posts/2017-10-19-browser-release.md
new file mode 100644
index 0000000..9926a9a
--- /dev/null
+++ b/www/_posts/2017-10-19-browser-release.md
@@ -0,0 +1,38 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Cordova Browser@5.0.1 Released"
+categories: news
+tags: release tools browser
+---
+
+We just released an update to `cordova-browser`
+
+* [cordova-browser@5.0.1](https://www.npmjs.org/package/cordova-browser)
+
+Release Highlights:
+
+* [CB-13228](https://issues.apache.org/jira/browse/CB-13228) Fixed issue with **Browser** not adding with cordova<7. 
+
+To upgrade:
+
+    cd my_project
+    cordova platform update browser@5.0.1
+
+To add it explicitly:
+
+    cordova platform add browser@5.0.1
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+## cordova-browser
+
+* [CB-13228](https://issues.apache.org/jira/browse/CB-13228) Fixed issue with browser not adding with cordova<7. 
+* [CB-13444](https://issues.apache.org/jira/browse/CB-13444) Updated checked-in `node_modules`
+* [CB-13435](https://issues.apache.org/jira/browse/CB-13435) fix merges directory support for **Browser**
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) ignoring `cordova.js` for `eslint`


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org