No new releases this week, but here’s a reminder about upcoming deadlines for the current development cycle (Sprint 5).
AlloyYUI v2 (built on top of YUI) is out! Check out the examples, API documentation, and the AUI Rosetta Stone to compare APIs between YUI, jQuery, and AUI. Congrats to the team at Liferay and all of the contributors to the project.
yui-contrib mailing list activity for the week:
A couple new additions to the YUI Theater:
SmugMug Tree and SmugMug Menu are now on the Gallery CDN as a preview to what is expected to be brought into YUI’s core in an upcoming release. Tree already has a pull request submitted, and after some additional development Menu is expected to replace the now deprecated node-menunav. Here are the API docs for each, and a demo of Y.Menu. Hat tip to Ryan Grove (@yaypie) and the SmugMug team!
New and updated Gallery modules this week: bottle, sm-tree, sm-menu, nmpjaxplus, zui-attribute, zui-placeholder, zui-rascroll, zui-scrollhelper, and zui-scrollsnapper.
Version bumps this week for the following YUI devtools: grover and shifter. Upgrade with npm install -g grover shifter.
Reads of the Week (thanks to JavaScript Weekly)
Finally… we discovered the reason for one of JavaScript’s great mysteries.
February 9, 2013 at 2:22 pm
Why is it I see links to Gallery-modules that are not in the Gallery? It would have been awesome though if sm-tree and sm-menu were in the Gallery.
February 10, 2013 at 6:43 pm
As far as I know, the gallery website has not been updated to publicly display any gallery modules that have been created by Yogi.
gallery-sm-menu and gallery-sm-tree are in the gallery and on the CDN, you can Y.use them with gallery tag ‘gallery-2013.02.07-15-27′.
In the meantime, while we’re waiting for the gallery website to be updated, it looks like there are README.md documents in the git repo which explain the usage of these modules.
February 11, 2013 at 4:50 am
Ah! Thanks, that explains. I also needed the api-docs, and Ryan put a link to them in the readme as well. Awesome.
February 11, 2013 at 10:28 am
Updating the Gallery to support v2 landing pages (or something equivalent) is one of the many things on Dav’s to-do list. In the meantime, we’ll link to the README and you can obtain all the info about a Gallery module using `yogi info`**.
`yogi info sm-tree` is a great example demonstrating how the new Gallery supports unit test and coverage statistics.
** After installing Yogi, of course. `npm install -g yogi`