Skip to content

Releases: sachinchoolur/lightGallery

Version 2.5.0-beta.2 release

06 Mar 08:04
Compare
Choose a tag to compare
Pre-release
  • New VimeoThumbnail plugin that automatically loads thumbnail for vimeo videos
  • Add private video support for vimeo videos
  • Add videojs custom theme support

Version 2.4.0 release

29 Jan 07:46
Compare
Choose a tag to compare

Features

  • Add i18n support (Special thanks to @arnaud-ober )
  • Add rotate callback for Angular, React, and Vue components
  • Add events for autoplay actions autoplay, autoplayStart and autoplayStop

Bug Fixes

  • Adds position: relative to body and breaks layout #1218
  • Full screen videos not working on Safari OSX #1220
  • Call response.text() after fetch() #1241

Contributers

Version 2.4.0-beta.0 release

12 Dec 14:06
Compare
Choose a tag to compare
Pre-release

Features

  • Add i18n support (Special thanks to @arnaud-ober )
  • Add rotate callback for Angular, React, and Vue components
  • Add events for autoplay actions autoplay, autoplayStart and autoplayStop

Bug Fixes

  • Adds position: relative to body and breaks layout #1218
  • Full screen videos not working on Safari OSX #1220

Contributers

Version 2.3.0 release

28 Oct 11:44
Compare
Choose a tag to compare

Summary

  • Add URL params support for YouTube videos.
  • Add URL parameters support for Vimeo videos
  • Improve video autoplay experience
  • automatically load poster images for youtube videos
  • add iframe max-width max-height options

Breaking changes

  • removed showAfterLoad option as it is already managed via startClass

Bug fixes/improvements

  • Fix Vimeo URL error when adding vimeoPlayerParams #1143
  • Fix #1146 - Mixed content Uncaught TypeError
  • Mousewheel support for IE and firefox #1182
  • Fix autoplay issue when the poster image is not provided
  • Mute YouTube and Vimeo videos by default. This is required to enable autoplay in some environments such as IOS, Chrome 66+, and Safari 11+.
  • autoplayVideoOnSlide not working for videos without poster
  • HTML5 video is not playing on IOS without clicking on the poster
  • Fix JS error when startClass set to empty string
  • Sometimes Images are cut off on IOS devices #745
  • Angular SSR - window is undefined #1181
  • Call polyfills only when lightGallery is initialized
  • Set container default value as an empty string to avoid accessing document before lightGallery gets called

Version 2.3.0-beta.4 release

11 Oct 17:05
Compare
Choose a tag to compare
Pre-release

Bug fixes/Improvements

  • Angular SSR - window is undefined
  • Angular SSR - window is undefined #1181
  • Call polyfills only when lightGallery is initialized
  • Set container default value as an empty string to avoid accessing document before lightGallery gets called

Version 2.3.0-beta-3 release

09 Oct 15:03
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • removed showAfterLoad option as it is already managed via startClass

Bug fixes

  • Fix JS error when startClass set to empty string
  • Sometimes Images being cut off on IOS devices #745

Version 2.3.0-beta-2 release

28 Sep 13:42
Compare
Choose a tag to compare
Pre-release
  • Mute YouTube and Vimeo videos by default. This is required to enable autoplay in some environments such as IOS, Chrome 66+, and Safari 11+.
  • Add URL parameters support for Vimeo videos
  • Bugfix - autoplayVideoOnSlide not working for videos without poster
  • Bugfix - HTML5 video is not playing on IOS without clicking on the poster

Version 2.2.1 release

04 Sep 07:19
Compare
Choose a tag to compare

Fix #1146 - Mixed content Uncaught TypeError

Version 2.3.0-beta-1 release

31 Aug 10:45
Compare
Choose a tag to compare
Pre-release

Fix Vimeo URL error when adding vimeoPlayerParams #1143

Version 2.3.0-beta release

29 Aug 12:37
Compare
Choose a tag to compare
Pre-release

Add URL params support for YouTube videos.
Bugfix: Fix autoplay issue when poster is not provided