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

Changelog History
Page 2

  • v3.0.1 Changes

    • ๐Ÿ›  Fixed: vertical scrolling of descriptions @zothynine
    • ๐Ÿ›  Fixed: CSS properties bug
    • ๐Ÿ›  Fixed: Passing null as selector throws an exception
  • v3.0.0 Changes

    • ๐Ÿ†• New: New methods to access player instances "getSlidePlayerInstance(index or node) and getAllPlayers"
    • ๐Ÿ†• New: Access player instance from afterSlideChange and beforeSlideChange"
    • ๐Ÿ†• New: New Method removeSlide(1) remove slide at the specified index, it works even when the lightbox is open
    • ๐Ÿ†• New: insertSlide now works even when the lightbox is open
    • ๐Ÿ†• New: Added Accesibility features to slides
    • ๐Ÿ†• New: Enabled touchNavigation for all devices that support touch events and not only mobile devices
    • ๐Ÿ”„ Changed: afterSlideLoad and beforeSlideLoad methods to follow the same variables as afterSlideChange, beforeSlideChange
    • ๐Ÿ›  Fixed: Calling destroy() throws an error when modal is not open
    • ๐Ÿ›  Fixed: Navigation not disabled correctly when only one slide
  • v2.0.6 Changes

    • ๐Ÿ†• New: Now you can define width and height as 900px, 95%, 100vw, 100vh so you can have full screen content
    • ๐Ÿ†• New: Now you can define custom html or a node in the slide data to append it to the slide (view the API section)
    • ๐Ÿ†• New: Now you can use any attribute as selector for example '.glightbox' or 'data-glightbox' or '*[data-glightbox]'
    • ๐Ÿ†• New: Method "openAt" you can open the lightbox at specific index eg: lightbox.openAt(2);
    • ๐Ÿ†• New: Method "insertSlide" that allows you to append a slide at specified index
    • ๐Ÿ›  Fixed Tab Key Doesn't Work on Form Within GLightbox Inline Content
    • ๐Ÿ›  Fixed Scrolling Description triggers closing the lightbox on touch devices
    • ๐Ÿ›  Fixed Page jumps depending on page scrollbar
    • ๐Ÿ›  Fixed Overriding default plyr settings does not merge correctly
    • ๐Ÿ›  Fixed fullscreen video button on ios
    • ๐Ÿšš Moved plyr.ratio to plyr.config.ratio
  • v2.0.5 Changes

    • ๐Ÿ†• New: Loop, renamed loopAtEnd to loop and now works in both directions
    • ๐Ÿ†• New: added touchFollowAxis, for mobile when dragging the media will follow the same axis, set to false to move media as you wish
    • ๐Ÿ†• New: added jpe format
    • ๐Ÿ›  Fixed .mov videos not recognized as videos
  • v2.0.4 Changes

    • ๐Ÿ›  Fixed some errors when zooming and dragging images
    • ๐Ÿ›  Fixed description position not respected when configured globally
    • ๐Ÿ›  Fixed local videos not resized correctly when entered fullscreen
  • v2.0.3 Changes

    • ๐Ÿ†• New: Zooming images. Now you can zoom images on desktop if image is too large
    • ๐Ÿ†• New: Now you can also define the slide description using the content of any div you want.
    • ๐Ÿ†• New: Replaced png icons with svg and added options to customize them.
    • ๐Ÿ›  Fixed responsive videos not resizing correctly when resizing the window vertically
    • ๐Ÿ›  Fixed responsive images not resizing correctly if they have description and the window height is lower that the slide height
    • ๐Ÿ›  Fixed youtube video not detected correctly for urls like youtube(-nocookie).com/embed/...
  • v2.0.2 Changes

    • ๐Ÿ†• New: Plyr player, we have changed to this player so that way only one api is managed instead of 3
    • ๐Ÿ†• New: Added tabindex accesibility to loop the controls with the tab key
    • New: Inside inline content you can close the lightbox by adding the class gtrigger-close to any element
    • ๐Ÿ›  Fixed StartAt not taking specified index
    • โœ‚ Removed JWPlayer because that player implemented some restrictions unless you pay for a license
    • ๐Ÿ‘Œ Improved mobile touch events, swipe, move, zoom, etc.
    • ๐Ÿ”„ Changed: Youtube now by default uses youtube-nocookie.com, you can enable cookies in the config with youtube.nocookie to false
    • โœ‚ Removed option videosHeight. The height is automatic depending the video width and ratio.
    • โœ‚ Removed Gulp and replaced for pure nodejs scripts
    • ๐Ÿ‘Œ Improved documentation
  • v2.0.1 Changes

    • ๐Ÿ›  Fixed Mobile navigation
    • ๐Ÿ›  Fixed slide width for external sources
  • v2.0.0 Changes

    • ๐Ÿ†• New: Delegated permissions to cross-origin iframes (for the new browsers autoplay restrictions)
    • ๐Ÿ›  Fixed youtube, vimeo autoplay when changing slides
    • ๐Ÿ›  Fixed lightbox won't fit screen with description
    • ๐Ÿ›  Fixed Removed global body variable that was causing some problems
  • v1.0.9 Changes

    • โž• Added svg to source types so it can be displayed as an image @tuomassalo
    • โž• Added contributing file
    • โšก๏ธ Updated dependencies @tuomassalo.
    • โœ‚ Removed demo folder from npm