You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/02/06 01:27:58 UTC

[cordova-docs] branch master updated: blog: cordova-plugin-wkwebview-engine@1.2.2 release (#1153)

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

normanbreau 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 38d6577  blog: cordova-plugin-wkwebview-engine@1.2.2 release (#1153)
38d6577 is described below

commit 38d6577d8ffe4e101484aafcf29a98adc92efd92
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Fri Feb 5 21:26:42 2021 -0400

    blog: cordova-plugin-wkwebview-engine@1.2.2 release (#1153)
    
    * blog: cordova-plugin-wkwebview-engine@1.2.2 release
    
    * Update www/_posts/2021-02-02-wkwebview-engine-release.md
    
    Co-authored-by: Darryl Pogue <da...@dpogue.ca>
    
    * Revised release highlights to include the reasoning for not supporting cordova-ios@6 or later.
    Added code ticks around some keywords.
    
    Co-authored-by: Darryl Pogue <da...@dpogue.ca>
---
 www/_posts/2021-02-02-wkwebview-engine-release.md | 40 +++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/www/_posts/2021-02-02-wkwebview-engine-release.md b/www/_posts/2021-02-02-wkwebview-engine-release.md
new file mode 100644
index 0000000..34e3468
--- /dev/null
+++ b/www/_posts/2021-02-02-wkwebview-engine-release.md
@@ -0,0 +1,40 @@
+---
+layout: post
+author:
+    name: Norman Breau
+title:  "WKWebView Engine Plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to our WKWebView Engine plugin!
+
+* [cordova-plugin-wkwebview-engine@1.2.2](https://www.npmjs.org/package/cordova-plugin-wkwebview-engine)
+
+## Release Highlights
+
+This plugin does not support `cordova-ios@6` because the iOS platform now has WKWebView Engine built in. Therefore this patch release updates the plugin to not install when `cordova-ios@6` or later is installed. It is safe to remove this plugin if running `cordova-ios@6` or later.
+
+<!--more-->
+# Changes include:
+
+## Fix
+
+* Added **iOS** platform version restrictions ([#158](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/158))
+
+## Chore
+
+* chore: adds `package-lock` file ([#165](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/165))
+* chore(npm): use short notation in `package.json` ([#163](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/163))
+* chore(asf): update git notification settings ([306a0ee](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/306a0eeea63ac69da85b9518b34855e9e618aff4))
+* chore(npm): improve ignore list ([#137](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/137))
+* refactor(eslint): use `cordova-eslint` /w fix ([#164](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/164))
+
+## CI
+
+* ci: updates Node.js versions ([#136](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/136))
+
+# Docs
+
+* Update CONTRIBUTING.md ([6c4cd10](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/6c4cd10f087fa95d272307d8fde932628b36f4ac))
+* added WKWebViewOnly to `README` ([#161](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/161))


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