This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new f8d3337  Sept 2019 Cordova Android 8.1.0 Release Blog Post (#1017)
f8d3337 is described below

commit f8d3337ade753db7e09d7d5759ec733ae925d607
Author: エリス <[email protected]>
AuthorDate: Tue Sep 17 17:57:05 2019 +0900

    Sept 2019 Cordova Android 8.1.0 Release Blog Post (#1017)
---
 .../2019-09-17-cordova-android-release-8.1.0.md    | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/www/_posts/2019-09-17-cordova-android-release-8.1.0.md 
b/www/_posts/2019-09-17-cordova-android-release-8.1.0.md
new file mode 100644
index 0000000..ee2ee2c
--- /dev/null
+++ b/www/_posts/2019-09-17-cordova-android-release-8.1.0.md
@@ -0,0 +1,54 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Android 8.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Android 8.1.0`!  
This is one of Cordova's supported platforms for building Android mobile 
applications.
+
+* [[email protected]](https://www.npmjs.com/package/cordova-android)
+
+## Release Highlights
+
+**To upgrade:**
+
+```bash
+cordova platform remove android
+cordova platform add [email protected]
+```
+
+The most notable improvement in this minor release is the support to build 
`.aab` bundle packages.
+
+Please report any issues you find at 
[issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-827](https://github.com/apache/cordova-android/pull/827) chore: bump 
dependencies for release 8.1.0
+* [GH-651](https://github.com/apache/cordova-android/pull/651) feat: added 
multiple selection for filepicker
+* [GH-672](https://github.com/apache/cordova-android/pull/672) chore: compress 
files in /res with tinypng.com
+* [GH-815](https://github.com/apache/cordova-android/pull/815) fix: `clean` 
command
+* [GH-750](https://github.com/apache/cordova-android/pull/750) Don't request 
focus explicitly if not needed
+* [GH-800](https://github.com/apache/cordova-android/pull/800) 
[GH-799](https://github.com/apache/cordova-android/pull/799) (android) Stop 
webview from restarting when activity resizes
+* [GH-764](https://github.com/apache/cordova-android/pull/764) feat: Build app 
bundles (.aab files)
+* [GH-788](https://github.com/apache/cordova-android/pull/788) Simplify 
`apkSorter` using `compare-func` package
+* [GH-787](https://github.com/apache/cordova-android/pull/787) Simplify and 
fix promise handling in specs
+* [GH-784](https://github.com/apache/cordova-android/pull/784) Properly handle 
promise in create script
+* [GH-783](https://github.com/apache/cordova-android/pull/783) Do not clobber 
process properties with test mocks
+* [GH-782](https://github.com/apache/cordova-android/pull/782) Do not clobber 
`console.log` to spy on it
+* [GH-724](https://github.com/apache/cordova-android/pull/724) Add Node.js 12 
to CI Services
+* [GH-777](https://github.com/apache/cordova-android/pull/777) ci(travis): set 
`dist: trusty` in `.travis.yml`
+* [GH-779](https://github.com/apache/cordova-android/pull/779) Consistent 
order from `ProjectBuilder.apkSorter`
+* [GH-778](https://github.com/apache/cordova-android/pull/778) test: use 
verbose spec reporter
+* [GH-774](https://github.com/apache/cordova-android/pull/774) `rewire` 
workaround for NodeJS 12
+* [GH-772](https://github.com/apache/cordova-android/pull/772) `nyc@14` update 
in devDependencies
+* [GH-765](https://github.com/apache/cordova-android/pull/765) ci(travis): Fix 
**Android** SDK
+* [GH-713](https://github.com/apache/cordova-android/pull/713) Do not 
explicitly require modules from project directory
+* [GH-676](https://github.com/apache/cordova-android/pull/676) Added 
allprojects repositories for Framework Release Builds
+* [GH-699](https://github.com/apache/cordova-android/pull/699) Improve Gradle 
Build Arguments
+* [GH-710](https://github.com/apache/cordova-android/pull/710) Fix deprecation 
warning in `SystemCookieManager`
+* [GH-691](https://github.com/apache/cordova-android/pull/691) 
[GH-690](https://github.com/apache/cordova-android/pull/690): Run `prepare` 
with the correct `ConfigParser`
+* [GH-673](https://github.com/apache/cordova-android/pull/673) Updated 
`Android_HOME` Test to Follow 
[GH-656](https://github.com/apache/cordova-android/pull/656) Change


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to