Releases: jillix/jQuery-sidebar
Releases · jillix/jQuery-sidebar
3.3.2
3.3.1
- Added bower support. Thanks @silviubogan! 🍰
3.3.0
This fixes #19. When the window is resized, if the sidebar is in the closed state, we trigger the sidebar:close event, so the sidebar will be closed.
In previous versions, if the sidebar was having percentage sizes (height or/and width) it would appear on the window margin when the window would get resized.
Also, we now store the settings object reference in the sidebar
data (jQuery).
3.2.0
3.1.0
- 🐛 Handle the sidebar size dynamically. Thanks @teamrc! 🍰
- 🔥 Deprecated the
range
property. - 📝 Updated the documentation.
- 📝 Updated the author field
3.0.0
Multiple elements
Handle multiple element sidebars.
Features, improvements
Changelog
- All events are preceded by
sidebar:
snippet (e.g. no moretrigger("close")
, buttrigger("sidebar:close")
) - New events:
sidebar:toggle
(toggles the sidebar -- if closed, it will open it, otherwise it will close it). Fixes #3 - Support for
bottom
andtop
side
values. Fixes #1. - Fxed
width
/height
calculating. Fixed #2. - Added minified script version. Fixed #4.
Demos
Initial stable release
1.0.0 added screenshot