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. The second module is cssforms (demo), which is designed to help you create simple, stylish forms. Check 'em out!
-
Six new YUIConf 2012 videos
- Bishan Kochar's "Secure Coding with YUI"
- Gamaiel Zavala's "Adopting YUI App Framework on Yahoo! Media Sites"
- Ryan Cannon's "Using YUI to Tackle Video" Daniel Stockman's "A Poignant Guide to Y.App"
- YUIConf Lightning Talks, featuring Tic Tac Loader, Gear, Mjata Charts, and Behavior-Driven Development
- Montie Tsai and Zordius Chen's "Bottle Mobile UI Library"
- Reid Burke's "Write Code That Works"
-
Two new Open Roundtable videos
-
Jan 3rd, 2013 - YouTube
-
YUI Modules Explorer is a utility that will scan your YUI application and tell you what modules you should include. Very cool!
-
As discussed in yesterday's Open Rountable, we'd like to encourage the use of YUIDoc's
@since {version}
tag more (docs). However, a pain point is that when you include that tag you don't always know what version of YUI your code will be released with. So, we came up with a solution: include a@SINCE@
token as a placeholder, then as part of our release deployment process, we'll replace any instances of@since @SINCE@
with@since 3.9.0
(for example). -
Discussions on the yui-contrib mailing list:
-
Avoid merging in topic branches with fast-forward option [on by default]
-
Version bumps this week for the following YUI devtools: grover, yogi, shifter, yeti, and yuglify. Upgrade with
npm install -g grover yogi shifter yeti yuglify
-
New and Updated modules in the Gallery this week: cssform, csstable, flickr-carousel, sm-tree, sm-treeview, zui-attribute, zui-placeholder, zui-scrollhelper, zui-scrollsnapper, datatable-celleditor-inline, datatable-celleditor-popup, datatable-formatters, and datatable-editable.
-
Reads of the Week (thanks to JavaScript Weekly)