Releases: sachinchoolur/lightGallery
Releases · sachinchoolur/lightGallery
Version 2.5.0-beta.2 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
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
andautoplayStop
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
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
andautoplayStop
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
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 viastartClass
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
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
Breaking changes
- removed
showAfterLoad
option as it is already managed viastartClass
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
- 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
Fix #1146 - Mixed content Uncaught TypeError
Version 2.3.0-beta-1 release
Fix Vimeo URL error when adding vimeoPlayerParams #1143
Version 2.3.0-beta release
Add URL params support for YouTube videos.
Bugfix: Fix autoplay issue when poster is not provided