Releases: feimosi/baguetteBox.js
Releases · feimosi/baguetteBox.js
v1.6.3
Dummy release used to make publishing to npm possible.
v1.6.2
- improve overlay click handler responsible for closing the lightbox (#101)
- keep src/ folder when using with npm (#107)
v1.6.1
- fix IE8 errors caused by
button.type
property and lack of support for RGBA (#104)
v1.6.0
- swipe up on mobile to close the lightbox (#43)
- make buttons accessible with
aria-label
(#79)
- all selector classes now use
baguetteBox-
prefix (#88)
- Travis CI support for linting (#91)
- documentation updates
- code cleanup
v1.5.0
- full screen mode (using Fullscreen API) -
fullScreen
- new option to choose overlay background color -
overlayBackgroundColor
- new option to hide scrollbars when gallery is displayed -
noScrollbars
- new option to propage caption to the image title attribute -
titleTag
v1.4.2
- fix a bug where images referencing the same source had removed only one event listener on unbind
- fix a bug with unbinding only the latest gallery on destroy
v1.4.1
- fix bug with image caption overflow
v1.4.0
- support export to node.js modules or AMD
- new
destroy
method to completely remove the plugin with any bindings
v1.3.3
- deactivate global keyboard handler when overlay is hidden