All Versions
29
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
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