Added: cordova/site/public/news/2015/12/08/wkwebview-engine-plugin-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2015/12/08/wkwebview-engine-plugin-release.html?rev=1718721&view=auto
==============================================================================
--- cordova/site/public/news/2015/12/08/wkwebview-engine-plugin-release.html 
(added)
+++ cordova/site/public/news/2015/12/08/wkwebview-engine-plugin-release.html 
Tue Dec  8 22:01:34 2015
@@ -0,0 +1,267 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="format-detection" content="telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, 
maximum-scale=1, minimum-scale=1, width=device-width" />
+    <meta name="description" content="The following plugins were updated 
today:cordova-plugin-wkwebview-engine@1.0.0This is the initial release of this 
plugin. This plugin requires cordova-ios@4....">
+
+    <title>
+        
+            
+                Plugins Release - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="canonical" 
href="https://cordova.apache.org/news/2015/12/08/wkwebview-engine-plugin-release.html";>
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+
+    
+    <link rel="stylesheet" type="text/css" 
href="/static/js/lib/prettify/prettify.css">
+    
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+    <!--[if lt IE 9]>
+        <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+        <script 
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" 
src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" 
src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" 
src="/static/js/lib/ZeroClipboard.js"></script>
+</head>
+
+<body>
+    <a class="scroll-point pt-top" name="top"></a>
+<nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar" aria-expanded="false" 
aria-controls="navbar">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="navbar-brand" href="/"><img id="logo_top" 
src="/static/img/cordova-logo-newbrand.svg"/></a>
+        </div>
+        <div id="navbar" class="navbar-collapse collapse">
+            <!-- <img class="pull-right hidden-xs" style="width:25px" 
src="/static/img/search_icon.svg"/> -->
+            <div class="nav_bar_center">
+                <ul class="nav navbar-nav">
+                    <li >
+                        <a 
href="/docs/en/latest/guide/overview/">Documentation</a>
+                    </li>
+                    <li >
+                        <a href="/plugins">Plugins</a>
+                    </li>
+                    <li class="active">
+                        <a href="/blog" id="blog_button">Blog<span 
class="badge" id="new_blog_count"></span></a>
+                    </li>
+                    <li >
+                        <a href="/contribute">Contribute</a>
+                    </li>
+                    <li>
+                        <a href="/#getstarted">Get Started</a>
+                    </li>
+                    <!-- <li class="visible-xs">
+                        <img class="" style="width:25px;margin-left:13px" 
src="/static/img/search_icon.svg"/>
+                    </li> -->
+                </ul>
+            </div>
+        </div><!--/.navbar-collapse -->
+    </div>
+</nav>
+<div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+
+    <div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Plugins Release</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/shazron";>Shazron Abdullah</a>
+            
+        </div>
+        <div class="date">08 Dec 2015</div>
+    </header>
+    <section>
+        <div>
+            <p>The following plugins were updated today:</p>
+
+<ul>
+<li>cordova-plugin-wkwebview-engine@1.0.0</li>
+</ul>
+
+<p>This is the initial release of this plugin. This plugin requires <code 
class="prettyprint">cordova-ios@4.0.0</code>. Please read the <a 
href="http://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html";>iOS
 4.0.0 release blog</a> for instructions to update. </p>
+
+<p>To install:</p>
+<div class="highlight"><pre><code class="language-text" 
data-lang="text">cordova plugin add cordova-plugin-wkwebview-engine --save
+</code></pre></div>
+<p>If you are thinking of migrating from using the UIWebView on iOS, please 
read the <a 
href="https://github.com/apache/cordova-plugin-wkwebview-engine/blob/master/README.md";>README</a>
 and also take note of the <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20labels%20%3D%20wkwebview-known-issues";>limitations
 of this plugin</a>.</p>
+
+<p>Changes include:</p>
+
+<!--more-->
+
+<p>cordova-plugin-wkwebview-engine@1.0.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-10146";>CB-10146</a> - 
Add to README WKWebViewEngine quirks that will affect migration from 
UIWebView</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10133";>CB-10133</a> - 
DataClone DOM Exception 25 thrown for postMessage</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10106";>CB-10106</a> - 
added bridge proxy</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10107";>CB-10107</a> - 
nativeEvalAndFetch called for all bridges</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10106";>CB-10106</a> - 
iOS bridges need to take into account bridge changes</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10073";>CB-10073</a> - 
WKWebViewEngine should post CDVPluginResetNotification</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10035";>CB-10035</a> 
Updated RELEASENOTES to be newest to oldest</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10002";>CB-10002</a> - 
WKWebView should propagate shouldOverrideLoadWithRequest to plugins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9979";>CB-9979</a> <a 
href="https://issues.apache.org/jira/browse/CB-9972";>CB-9972</a> Change ATS 
link to new link</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9636";>CB-9636</a> - 
Plugin should detect at runtime iOS 8 and use of file:// url and present an 
error</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8839";>CB-8839</a> - 
WKWebView ignores DisallowOverscroll preference</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8556";>CB-8556</a> - fix 
handleOpenURL for WKWebViewEngine plugin</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8666";>CB-8666</a> - 
Update CDVWKWebViewEngine plugin to use 4.0.x branch code</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a 
href="/announcements/2015/12/08/cordova-ios-4.0.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2015/12/08/cordova-ios-4.0.0.html">Cordova iOS 4.0.0</a>
+                    <div class="date"> 08 Dec 2015 - By Shazron Abdullah </div>
+                    <p class="content">
+                        We are happy to announce that Cordova iOS 4.0.0 has 
been released....
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 
'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || 
document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a 
href="https://disqus.com/?ref_noscript"; rel="nofollow">comments powered by 
Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+    <div class="blue-divider"></div>
+<footer>
+    <div class="container" id="footer">
+        <div class="row">
+            <div class="col-sm-9">
+                <h1>More Resources</h1>
+                <div class="row">
+                    <div class="col-sm-4">
+                        <h2>General</h2>
+                        <ul class="nav">
+                            <li>
+                                <a target="_blank" 
href="https://projects.apache.org/project.html?cordova";>Apache Project Page</a>
+                            </li>
+                            <li>
+                                <a target="_blank" 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a>
+                            </li>
+                            <li>
+                                <a href="/artwork">Artwork</a>
+                            </li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-4">
+                        <h2>Development</h2>
+                        <ul class="nav">
+                            <li><a target="_blank" 
href="https://github.com/apache?utf8=%E2%9C%93&amp;query=cordova-";>Source 
Code</a></li>
+                            <li><a target="_blank" 
href="https://issues.apache.org/jira/browse/CB/";>Issue Tracker</a></li>
+                            <li><a target="_blank" 
href="http://stackoverflow.com/questions/tagged/cordova";>Stack Overflow</a></li>
+                            <li><a href="/contact">Mailing List</a></li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-4">
+                        <h2>Apache Software Foundation</h2>
+                        <ul class="nav">
+                            <li>
+                                <a target="_blank" 
href="http://www.apache.org/";>About ASF</a>
+                            </li>
+                            <li>
+                                <a target="_blank" 
href="http://www.apache.org/foundation/sponsorship.html";>Become a Sponsor</a>
+                            </li>
+                            <li>
+                                <a target="_blank" 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+                            </li>
+                            <li>
+                                <a target="_blank" 
href="http://www.apache.org/security/";>Security</a>
+                            </li>
+                        </ul>
+                    </div>
+                </div>
+            </div>
+            <div class="col-sm-3">
+                <h1>Contribute</h1>
+                <p style="padding-top:20px"><strong>Help Cordova move 
forward!</strong></p>
+                <p>Report bugs, improve the docs, or contribute to the 
code.</p>
+                <a href="/contribute" class="btn btn-lg btn-primary">
+                    Learn More
+                </a>
+                <p style="padding-top:20px"> <a 
href="https://twitter.com/apachecordova"; class="twitter-follow-button" 
data-show-count="false">Follow @apachecordova</a></p>
+                <script async defer 
src="https://slack.cordova.io/slackin.js";></script>
+            </div>
+        </div>
+        <p class="copyright_text">
+            Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, 
Licensed under the <a target="_blank" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
+            Apache and the Apache feather logos are <a target="_blank" 
href="http://www.apache.org/foundation/marks/list/";>trademarks</a> of The 
Apache Software Foundation.
+        </p>
+        <a class="closing" href="#top"></a>
+    </div>
+</footer>
+
+<script defer type="text/javascript" 
src="/static/js/lib/prettify/prettify.js"></script>
+<script defer type="text/javascript" src="/static/js/index.js"></script>
+<script defer type="text/javascript" src="/static/js/twitter.js"></script>
+
+    <script>
+    
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+    
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</body>
+</html>



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

Reply via email to