Releases: sachinchoolur/lightGallery
Releases · sachinchoolur/lightGallery
Version 2.1.5 release
New relativeCaptions
plugin to place captions relative to the media -
More info - #1041
Version 2.1.4 release
Version 2.1.4-beta.0 release
Upgrade angular to v12
Version 2.1.3 release
Bugfix - #1038
The image is shifted under certain circumstances
Version 2.1.2 release
🔥 Add lit component support
🕷 Bugfix - Fix setting selector type
Version 2.1.1 release
Bug fixes -
- Enable all functionalities which are not relevant with just one slide, if the gallery is modified with more slides using the
refresh
call. - If lightgallery is included in the header tag,
settings.container
will be null, as the settings are initialized on import of the script
Version 2.1.0 release
Features
- Add
refresh
method
This helps to refresh lightGallery when children or dynamicEl are changed without callingdestroy
method - Allow plugins to modify core settings
- New plugin for medium like zoom experience
- Add
elementClassNames
prop for react component
Bug fixes
- remove unwanted scrolling with the dynamic gallery.
when the dynamic gallery is initialized with a focusable element such as a, or button if the gallery is opened via a click from another button somewhere else on the page, after closing gallery document scrolls to the first element - Fix dynamic option type
typeof dynamic wasfalse
insteadboolean
Version 2.1.0-beta.4 release
Make dynamicEl optional in refresh
method
Version 2.1.0-beta.2 release
- Add options to pass an array of dynamicEl via refresh method.
- Add elementClassNames prop for react component
- bugfix: remove unwanted scrolling with the dynamic gallery.
when the dynamic gallery is initialized with a focusable element such as a, or button if the gallery is opened via a click from another button somewhere else on the page, after closing gallery document scrolls to the first element
Version 2.1.0-beta.0 release
- Allow plugin to modify core settings
- Add plugin for medium like zoom experiance