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, and unassigned tickets.
-
Two new YUIConf 2012 videos were published:
- Diego Ferreiro's "NodeJS+Cocktails — Scaling Yahoo!"
- Kevin Lamping's "Scaling YUI in the Enterprise"
-
The Skin Builder preview has some new features:
- Custom color scheme feature for a more full range of custom skin looks.
- The padding control is now separated into two controls, horizontal and vertical.
- A slider has been added to increase/decrease the contrast of text to it's background.
-
gallery-scrollanim is a widget that animates HTML elements based on vertical page scroll, and is new to the YUI Gallery this week. "With ScrollAnim widget, you can quickly create sites that have various HTML elements move or fade according to how far the user has scrolled down the site. The animation for each HTML element is also gracefully controlled by easing functions of your choosing. Also the widget is great for achieving the popular "parallax effects", when certain elements (especially the backgrounds) move at a different speed than the user-controlled scrolling speed." Thanks @emyang!
-
Do you use YUI and Grunt? Check out grunt-yui-config, a utility by @shojberg for generating a YUI config with Grunt. Install with
npm install grunt-yui-config --save-dev
. -
New and updated modules in the Gallery this week: accordion-horiz-vert, itsadtcolumnresize, scrollanim, and zui-rascroll.
-
Show your support for YUI by starring our repo on Github https://github.com/yui/yui3!
-
Version bumps this week for the following YUI devtools: grover and yogi. Grover now supports
--debug
and--console
to print debug and console messages. Upgrade withnpm install -g grover yogi
.