All Versions
29
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v3.2.0 Changes

    • ๐Ÿ†• New: Support for videos without extension
    • โšก๏ธ Updated: Plyr to 3.6.12
    • ๐Ÿ›  Fixed: Inline content not centered on tablets #295
    • ๐Ÿ›  Fixed: Duplicated CSS properties #293
    • ๐Ÿ›  Fixed: YouTube video button not clickable on iOS #298
  • v3.1.0 Changes

    • ๐Ÿ†• New: Added Avif image support @dramspro
    • ๐Ÿ†• New: Add support for responsive images @gaborbsd
    • โšก๏ธ Updated: playsinline video attribute
    • โšก๏ธ Updated: url check to allow query parameters in video and images
    • ๐Ÿ›  Fixed: Image description/shadow off on mobile device #268
    • ๐Ÿ›  Fixed: You can zoom next slide image if current slide is not full height #261
    • ๐Ÿ›  Fixed: Draggable option not working with "setElements" #257
  • v3.0.9 Changes

    • โšก๏ธ Updated: Plyr to 3.6.8
    • ๐Ÿ‘Œ Improved: JS error when the description attribute is an invalid selector
    • ๐Ÿ›  Fixed: Media Buttons Not responding on Android #233
    • ๐Ÿ›  Fixed: When touch is activated images swipe independently of their descriptions #238
    • ๐Ÿ›  Fixed: Width / Height data attributes do not work for image types #234
    • ๐Ÿ›  Fixed: Adds missing size unit of video description on resize #229
  • v3.0.8 Changes

    • ๐Ÿ†• New: Added Aria-hidden on all root elements except the glightbox-container
    • ๐Ÿ›  Fixed: Video in portrait mode is cropped
    • ๐Ÿ›  Fixed: Video always has maxWidth 900px because of hardcoded setting
    • ๐Ÿ›  Fixed: Removed explicit tabindex from navigation buttons
  • v3.0.7 Changes

    • ๐Ÿ›  Fixed: Lightbox playing incorrect video with multiple videos in gallery #187
    • ๐Ÿ›  Fixed: Draggable: false option not working #192
    • ๐Ÿ›  Fixed: Links not working inside inline content in mobile devices
    • ๐Ÿ›  Fixed: moreLength not working correctly on mobile if description has HTML
    • โž• Added: Added plugins option for a future release that will allow extending GLightbox with plugins
    • ๐Ÿ”„ Changed: Plyr fullscreen set to iosNative
    • ๐Ÿš€ Changed: Renamed skin option to theme for a future release that will allow creating themes like plugins, skin still works but will be replaced in a future relase
  • v3.0.6 Changes

    • ๐Ÿ›  Fixed: Events cleanup on destroy() method causes exception #175
    • ๐Ÿ›  Fixed: "data-title" Getting Overwritten when "title" is present #178
    • ๐Ÿ›  Fixed: IE 11 "Multiple definitions of a property not allowed in strict mode when bundling and minifying glightbox #155
    • ๐Ÿ›  Fixed: Cannot add new slides #166
    • ๐Ÿ›  Fixed: Video not playing on mobile #160
    • ๐Ÿ‘Œ Improved: Plyr will only be loaded if it's already used in the site
    • ๐Ÿ†• New: Updated PLYR version to 3.6.3
    • ๐Ÿ†• New: Added new option "autofocusVideos" to enable all Plyr shortcuts for the video player
    • ๐Ÿ†• New: Improved events to use a generic way to access data
    • ๐Ÿ†• New: Improved code
  • v3.0.5 Changes

    • ๐Ÿ›  Fixed: IE11 does not support ".includes()"
    • ๐Ÿ›  Fixed: Clicking outside the content to close only works in specific areas
    • ๐Ÿ›  Fixed: openEffect / closeEffect no longer accepting "none"
  • v3.0.4 Changes

    • ๐Ÿ†• New: New way to listen for events, the old events will still work but will be removed in a future update. See the Events section in the README
    • ๐Ÿ†• New: Added new methods "slidePlayerPause" and "slidePlayerPlay" so in the future they will replace "playSlideVideo" and "stopSlideVideo" to provide support for audio slides in a future update
    • ๐Ÿ†• New: Add preventDefault via touchstart on lightbox to prevent navigation swipe
    • ๐Ÿ›  Fixed: e.getAttribute is not a function when there are no nodes in the gallery
  • v3.0.3 Changes

    • ๐Ÿ†• New: Option "dragAutoSnap" to control the mouse drag auto close or change slide
    • ๐Ÿ›  Fixed: Multiple galleries not working
    • ๐Ÿ›  Fixed: Setting the elements directly using an object triggered error
  • v3.0.2 Changes

    • ๐Ÿ†• New: Option "zoomable" to enable or disable zoomable images
    • ๐Ÿ†• New: Option "preload" to enable or disable preloading
    • ๐Ÿ†• New: Option "draggable" to go to prev/next slide by mouse dragging. Thanks to @Hirbod for the donation to make this happen
    • ๐Ÿ†• New: Option "dragToleranceX" Used with draggable. Number of pixels the user has to drag to go to prev or next slide
    • ๐Ÿ†• New: Option "dragToleranceY" Used with draggable. Number of pixels the user has to drag up or down to close the lightbox (Set 0 to disable vertical drag)
    • ๐Ÿ†• New: The code was refactored to make it easier to maintain
    • ๐Ÿ›  Fixed: data gallery stopped working
    • ๐Ÿ›  Fixed: iOS bug with Vimeo iframe when fullscreen button pressed
    • ๐Ÿ›  Fixed: "See more" link in the description throws an JS error when clicked
    • ๐Ÿ›  Fixed: Videos not resized vertically when window height was smaller than the window width