Skip to content

Releases: feimosi/baguetteBox.js

v1.6.3

06 May 18:25
Compare
Choose a tag to compare

Dummy release used to make publishing to npm possible.

v1.6.2

06 May 18:13
Compare
Choose a tag to compare
  • improve overlay click handler responsible for closing the lightbox (#101)
  • keep src/ folder when using with npm (#107)

v1.6.1

15 Apr 20:11
Compare
Choose a tag to compare
  • fix IE8 errors caused by button.type property and lack of support for RGBA (#104)

v1.6.0

10 Apr 13:23
Compare
Choose a tag to compare
  • 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

02 Feb 20:37
Compare
Choose a tag to compare
  • 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

03 Oct 13:10
Compare
Choose a tag to compare
  • 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

29 Aug 10:07
Compare
Choose a tag to compare
  • fix bug with image caption overflow

v1.4.0

11 Jul 15:12
Compare
Choose a tag to compare
  • support export to node.js modules or AMD
  • new destroy method to completely remove the plugin with any bindings

v1.3.3

11 Jul 15:19
Compare
Choose a tag to compare
  • deactivate global keyboard handler when overlay is hidden

v1.3.2

12 Mar 12:10
Compare
Choose a tag to compare

Maintenance release