Releases: feimosi/baguetteBox.js
Releases · feimosi/baguetteBox.js
v1.13.0
Sorry, something went wrong.
No results found
- simple support for RTL #254
- add AVIF image support #267
v1.12.0
Sorry, something went wrong.
No results found
- add an option for custom buttons (leftArrow, rightArrow, closeX) #245
v1.11.1
Sorry, something went wrong.
No results found
- fix preventDefault inside passive events (#202 #223)
- fix vertical scrolling while swiping through the gallery (#211)
- update dev dependencies
v1.11.0
Sorry, something went wrong.
No results found
- add home/end navigation keys support (#179)
- fix trying to exit full-screen if not actually in a full-screen mode (95ba270)
v1.10.0
Sorry, something went wrong.
No results found
- add passive mode support for touch events (#155)
- add 'show' and 'hide' methods to the API (#148)
v1.9.1
Sorry, something went wrong.
No results found
- fix context menu on mobile preventing further swipe moves (#154)
- fix focus on the last active element which was not working in some scenarios (2f0ccf9)
v1.9.0
Sorry, something went wrong.
No results found
- add new bodyClass and ignoreClass options (#143, #141, #140)
- prevent TypeError when documentLastFocus is null (#151)
- add a Contributing guide (a226a6e)
v1.8.2
Sorry, something went wrong.
No results found
- guard against missing gallery element (when the gallery has been changed or closed) (#124)
- fix trapping of the focus inside the overlay in Firefox < 9 (7a39ba5)
- fix hiding the overlay on background click and not working keyboard shortcuts in IE8 (f1b5484)
- multiple documentation updates (8f1d040, 1d368f6, 27d3959 a24dd4d, 8613150)
v1.8.1
Sorry, something went wrong.
No results found
- fix invalid SVG fallback for close button (#126)
- change the bower main files location (#129)
- update docs and devDependencies
v1.8.0
Sorry, something went wrong.
No results found
- allow single link galleries (#83)
- add alt attribute to the gallery image (#120)
- ignore multitouch events to enable zooming on mobile devices (#117)
- keep unminified source files in dist folder (#114)
- change development folder name build -> demo