You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/21 05:24:53 UTC

[cordova-docs] branch master updated: July 2020 Cordova Plugin Splash Screen 6.0.0 Release Blog Post (#1097)

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 6364904  July 2020 Cordova Plugin Splash Screen 6.0.0 Release Blog Post (#1097)
6364904 is described below

commit 6364904872dc34f2058d2f6ab90effb86732f586
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Jul 21 14:21:42 2020 +0900

    July 2020 Cordova Plugin Splash Screen 6.0.0 Release Blog Post (#1097)
---
 .../2020-07-21-splashscreen-plugin-release.md      | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/www/_posts/2020-07-21-splashscreen-plugin-release.md b/www/_posts/2020-07-21-splashscreen-plugin-release.md
new file mode 100644
index 0000000..9aef35e
--- /dev/null
+++ b/www/_posts/2020-07-21-splashscreen-plugin-release.md
@@ -0,0 +1,37 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Splash Screen Plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to our Splash Screen plugin!
+
+* [cordova-plugin-splashscreen@6.0.0](https://www.npmjs.org/package/cordova-plugin-splashscreen)
+
+## Release Highlights
+
+### Splash Screen
+
+In this major release, the iOS related source code has been completely removed since it has been integrated into the core of the Cordova-iOS 6.x platform.
+
+* [GH-263](https://github.com/apache/cordova-plugin-splashscreen/pull/263) breaking: remove **iOS** platform code from plugin repo
+* [GH-282](https://github.com/apache/cordova-plugin-splashscreen/pull/282) fix: js `clobber` only on supported platforms
+
+<!--more-->
+# Changes include:
+
+* [GH-282](https://github.com/apache/cordova-plugin-splashscreen/pull/282) fix: js `clobber` only on supported platforms
+* [GH-281](https://github.com/apache/cordova-plugin-splashscreen/pull/281) chore: adds `package-lock` file
+* [GH-280](https://github.com/apache/cordova-plugin-splashscreen/pull/280) doc(android): various improvements including size specs
+* [GH-200](https://github.com/apache/cordova-plugin-splashscreen/pull/200) fix(windows): implementation structure
+* [GH-279](https://github.com/apache/cordova-plugin-splashscreen/pull/279) chore: add missing supported platform **Browser** to `npm` keywords
+* [GH-278](https://github.com/apache/cordova-plugin-splashscreen/pull/278) chore: update `engine` checks to cover newer versions
+* [GH-277](https://github.com/apache/cordova-plugin-splashscreen/pull/277) breaking: replace `jshint` with `eslint`
+* [GH-276](https://github.com/apache/cordova-plugin-splashscreen/pull/276) breaking: drop `node` `engine` requirement
+* [GH-275](https://github.com/apache/cordova-plugin-splashscreen/pull/275) chore: cleanup repo
+* [GH-274](https://github.com/apache/cordova-plugin-splashscreen/pull/274) breaking: bump `engine` restriction for cordova dependencies
+* [GH-263](https://github.com/apache/cordova-plugin-splashscreen/pull/263) breaking: remove **iOS** platform code from plugin repo
+* [GH-267](https://github.com/apache/cordova-plugin-splashscreen/pull/267) test: force `cordova-ios`@^5.1.1
\ 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