Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for BDC DrillDown Menu (iPod-style Menu)


BDC DrillDown Menu 0.3

Changes in version 0.3

  • Removed restriction that the menu must be built on a list. In fact, the sub-menus and items can be built with completely arbitrary elements (one item, for instance, need not be the same tag as the next).
  • Changed the mechanism for placing menu panels away from using margins and to using the relative position 'top' property. This way, menu panels can have margins set without losing them on placement.
  • Made the menu panels calculate their height and width automatically. This height and width need no longer be set in CSS (and in fact, CSS settings are ignored for these two properties).
  • Recommented the code and renamed a few variables to make the code clearer.
  • Added scrolling through an additional "scroll pane" div to contain the submenus and the new scroll buttons.

BDC DrillDown Menu 0.2

Changes in Version 0.2

  • Fixed bug that prevented menu panels from lining up properly when padding-top was set
  • Added specific options (inEasing, outEasing) to allow different easings on drill-down and drill-up
  • Added specific options (inDuration, outDuration) to allow different animation speeds on drill-down and drill-up
  • Added combined option direction for ease when in/out animation directions are the same
  • Added class options titleRootHoverClass, labelHoverClass, and labelInitialHoverClass
  • Changed the way label hovers work so that the label itself gets the class change unless the branch is split

BDC DrillDown Menu 0.1.1

A simple bugfix update to resolve some issues when using more exotic styles for the menu panel titles. This was simply a leftover of an old way of doing things that I failed to account for when originally developing the menu.

BDC DrillDown Menu 0.1

The initial release of the BDC DrillDown Menu.

While this release is quite functional, it is still considered to be alpha-quality software. The API can and probably will change somewhat as features are added or improved. There are bugs present which will be worked out as new versions are released. Please help by emailing the author if you find bugs, would like to see a new feature, or just have comments.