Skip to content

Releases: jachinte/jquery.stacky

v0.3.7

26 Jul 05:42
Compare
Choose a tag to compare

Includes a new utility method: goTo, that moves the scroll bar to show the given panel.

v0.3.5

26 Jul 01:24
Compare
Choose a tag to compare

This version reduces the code base to offer a less intrusive solution. Custom elements were moved from the plugin to the panels, so that the user is in charge of the visual components composing each panel. Also, several code refactorings were made.

v0.2.0

18 Mar 02:05
Compare
Choose a tag to compare

Some refactoring have been made since pre-release 0.1.0. This version is ready to be used as a proof of concept in small applications. This is not production ready!

v0.1.0

14 Feb 23:35
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release includes the following features:

  • Opening a new panel, either at the end or next to an existing panel
  • Closing a panel
  • Expanding and Collapsing a panel
  • Specifying a callback for the creation and closing moments. When closing, if the callback returns false the panel remains opened.
  • Creating a panel with specific action links in the navigation bar
  • Opening a floating panel, that is, a panel that is opened on top of the others
  • Customizing alternative text for the default close, expand, and collapse action links