YUI Weekly for April 4th, 2014
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community.
Release News
We released YUI 3.16.0 Release Candidate 1 yesterday. You can get it off the CDN here:
<script src="http://yui.yahooapis.com/3.16.0-rc-1/build/yui/yui-min.js"></script>
Find out more about what's changed in this release by viewing the change history rollup. Andrew also wrote a blog post with more information on the release, so check that out before updating. We really appreciate feedback on RC releases, as they give us a chance to catch any last-minute bugs before the GA release. If you notice any bugs, please file them on GitHub. Thanks!
YUI Open Roundtable
In his week's YUI Open Roundtable, Jorik Tangelder and I sat down with Clarence and Andrew to show the work that's been going on in the Gestures space. We've been working on getting YUI Gestures to leverage Hammer.js under-the-hood so we showed off some code that's in the works for making this happen.
If you haven't used Hammer.js before, it's a great little library for multi-touch gestures. You can check out an example of Hammer in action over here. Jorik is the creator of Hammer.js and it was great having him in the Open Roundtable so that we could understand his plans and figure out the best way to leverage it within YUI.
The World of JavaScript
-
Pearl Chen explains how to debug asynchronous JavaScript using the Chrome DevTools.
-
Toby Ho wrote a nice introductory post on npm for those who are new to Node.js.
-
Jake Archibald wants to marry ES7 async functions, and explains why in this post.
-
WinJS was open sourced by Microsoft this week. It's a way to write cross-platform native apps using HTML, CSS, and JS.
That's all for this week. Catch you in 7 days!