Releases: sachinchoolur/lightGallery
Releases · sachinchoolur/lightGallery
Version 2.1.6 release
Version 2.2.0 beta release
- Add woff2 font support
- Support the last 4 versions of Angular
For the latest version of angular lightGallery can be installed fromlightgallery/angular
Other supported versions of angualr component can be installed fromlightgallery/angular/${versionNumber}
For example, lightGallery component for angular 10 can be installed fromlightgallery/angular/10
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