Skip to content

Releases: sachinchoolur/lightGallery

Version 2.2.0-beta.4 release

04 Aug 10:34
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • Download button for video and iframes slides is not disabled by default. You need explicitly pass data-download-url="false" if you need to disable the download button.

Bug fixes

  • lg-zoom with lg-video crashes when zooming a video on iPhone #1103
  • Data attribute for download URL not working as documented #1105
  • Control Zoom behavior on inlined Light Gallery #1104

Docs

  • Documentation of lgContainerResize event seems to be off #1106

Features

  • Add an option set name for the downloaded file

Version 2.2.0-beta.3 release

29 Jul 09:37
Compare
Choose a tag to compare
Pre-release

Bu fixes -

  • Hide captions div when it is empty
  • Youtube videos not working... #1101 (This was happening when enableDrag is false and enableTouch is true and video poster is provided)
  • Vertical position of the prev/next controls "incorrect" - not centered #1045

Breaking Change

This release changes the HTML structure a little bit -

  • class .lg has been renamed to .lg-content and lg-inner and controls have been
    moved inside .lg-content. This will affect your existing setup only if you have made any customization
  • Settings width and height have been removed

Version 2.2.0-beta.2 release

22 Jul 16:44
Compare
Choose a tag to compare
Pre-release
  • Add video tracks support - #1096
  • Fix - Safari Video Controls not working #1097

Version 2.2.0-beta.1 release

16 Jul 03:59
Compare
Choose a tag to compare
Pre-release
  • make rotate speed configurable via rotateSpeed option
  • Emit events on rotate and flip
  • Fix - lack of druggability in zoomed view / portion of the image not reachable (after zoom in by double click) #1067
  • Fix - Zoom transition issue #1085

Version 2.1.8 release

07 Jul 17:38
Compare
Choose a tag to compare

Bug fixes and improvements

  • zoom plugin laggy in mac Mojave firefox. #1080
  • "lg-slide" transitions not working in Safari 12 on macOS Mojave and iOS #1081 #1081
  • "will-change" Browser warning on firefox #1007

Version 2.1.7 release

01 Jul 04:43
Compare
Choose a tag to compare

Bug fixes -

  • dynamicGallery.refresh() does not allow you to add new video sources #1074
  • Wrong button gets disabled on first and last images in gallery (Previous instead of Next) #1060
  • When gallery first init with single image and slides updated after, visibility of controls not updating #1069
  • hideControlOnEnd option seems not to work #1065

Version 2.1.6 release

28 Jun 16:35
Compare
Choose a tag to compare

Version 2.2.0 beta release

15 Jun 06:36
Compare
Choose a tag to compare
Pre-release
  • Add woff2 font support
  • Support the last 4 versions of Angular
    For the latest version of angular lightGallery can be installed from lightgallery/angular
    Other supported versions of angualr component can be installed from lightgallery/angular/${versionNumber}
    For example, lightGallery component for angular 10 can be installed from lightgallery/angular/10

Version 2.1.5 release

12 Jun 06:53
Compare
Choose a tag to compare

New relativeCaptions plugin to place captions relative to the media -
More info - #1041

Version 2.1.4 release

11 Jun 16:23
Compare
Choose a tag to compare