- 
2 weeks to YUIConf! We just posted the conference schedule over at YUIConf's Lanyrd page. Registration is wrapping up, so be sure to grab a ticket before it sells out! 
- 
Yesterday we announced a security vulnerability in YUI 2. You can expect more details to be released on this issue in the future, but due to the sensitive nature of this information while vulnerable files are still in the wild, we need to do so in a careful and thoughtful manner. Any project that hosts YUI 2 SWF files (versions 2.4.0 through 2.9.0) on its own servers should email security (at) yuilibrary.com for more information and support. 
- 
Yeti just got more awesome by adding support for AJAX and the QUnit testing framework, as well as improved CLI output. More details and release notes for 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI Team and community.  If you have any interesting demos or links you'd like to share, leave a comment below or email contributions to weekly at yuilibrary.com.
- 
6 days until YUIConf 2012! Check out our amazing lineup of speakers and register today! 
- 
This week saw the release of YUI 3.8.0pr1, the first preview release of the YUI's 3.8 branch. Updates and additions to 3.8 include; Y.Template, Y.Color, Y.AttributeObservable, Y.BaseObservable, ScrollView enhancements, and more! You can read all about it in the 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below or email contributions to [email protected].
- 
This week the team is putting the finishing touches on the next stable release (YUI 3.8.0), which is due to be packaged up and put underneath the Christmas Tree on Dec 11th. For those of you (like me!) who enjoy opening presents early, 3.8.0pr2 is already out on the CDN. 
- 
Video from this week's YUI Open Roundtable has been posted. Discussions include pull requests for array-extras, Y.Soon, and Y.Deferred, as well as the YUI Contributor mailing list, Data 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below or email contributions to [email protected].
- 
This week saw the official release of YUI 3.8, which introduces Y.Color, new templating utilties, observability in Attribute and Base, ScrollView enhancements, and much more. Happy upgrading! 
- 
In "YUI Moving from Builder to Shifter", Andrew Wooldridge gives an overview of Shifter, YUI's new Node.js-based build tool. 
- 
In this week's YUI Open Roundtable we discussed Promises, [Open Sauce](http: 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below or email contributions to [email protected].
- 
With 3.8.0 out the door, if you are curious about what's next head over to the YUI wiki where you can always find the latest details on the future releases. Next up, a release on January 22nd which will either be a patch release for 3.8 or the first 3.9 release, depending on changes & updates planned. Stay tuned for more details. 
- 
This week, the team officially launched the YUI Resposive Grid Builder. If you are unfamiliar with the concept of [responsive web design](http://en.wikipedia.org/wiki/Responsi 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.
- 
And we're back! Over the coming week we're wrapping up development on the next release of YUI, scheduled for release on January 22nd. 
- 
Milestone - YUI reached 500 forks on Github! Thanks for the contributions and involvement to everyone in our community. 
- 
Are you an exceptional JavaScript engineer and passionate about library development? If so, YUI Is hiring! 
- 
This week's Gallery deployment includes two new CSS modules developed by YUI team member Tilo Mitra (@tilomitra). The first is csstables (demo), which will make it super simple to style tables of data without the overhead of JavaScript. T 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.
- 
This week saw the release of 3.9.0 Preview Release 1, which focused on Charts, JSONP, Responsive Grids, iOS6, and more. You can read all the details in the 3.9.0pr1 blog post and we are scheduled for 3.9.0 GA on January 22nd. Happy testing! 
- 
A congratulations to Eric Ferraiuolo (@ericf) for his nomination to Reviewer status! 
- 
Yesterday we flipped the switch and enabled Github's Issues as an alternative bug tracker. See the [blog post](http://www.yuiblog.com/blog/2013/01/1 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.
- 
This week saw two releases of YUI. 3.8.1 was released as a patch to 3.8 for iOS6 compatability improvements in addition to updates for DataTable, Attribute, and Template. Also released this week was 3.9.0pr2, a follow-up preview release to last week's 3.9.0pr1. Jenny posted some details about our release process policy on the mailing list. Happy upgrading! 
- 
A huge thanks and welcome to YUI's newest external contributor, Joey Smith, who offered to [take over management](http://www.yuiblog.com/blog/2013/01/24/yui-compressor-has-a-new-own 
| #!/bin/bash | |
| function sync() { | |
| BRANCH=$(parse_git_branch) | |
| git fetch --all; | |
| git checkout master && git merge upstream/master; | |
| git checkout dev-master && git merge upstream/dev-master; | |
| git checkout 3.x && git merge upstream/3.x; | |
| git checkout dev-3.x && git merge upstream/dev-3.x; | |
| git checkout live-docs && git merge upstream/live-docs; | 
Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.
- 
No new releases this week. The current stable is YUI 3.8.1, and latest preview is YUI 3.9.0pr2. If you are curious about what is coming up next, checkout this week's "Development Schedule Updates" blog post. 
- 
Yesterday's Roundtable (video) featured a preview of @rgrove's Y.Menu, some discussion around Y.Tree, deprecation of node-menunav and node-focusmanager (proposal), [YUI.Features](https://groups.google.com/forum/?fromgroups=#!topic/yui