Skip to content

Releases: sachinchoolur/lightGallery

Version 2.1.4-beta.0 release

10 Jun 04:49
Compare
Choose a tag to compare
Pre-release

Upgrade angular to v12

Version 2.1.3 release

07 Jun 04:15
Compare
Choose a tag to compare

Bugfix - #1038
The image is shifted under certain circumstances

Version 2.1.2 release

04 Jun 16:49
Compare
Choose a tag to compare

🔥 Add lit component support
🕷 Bugfix - Fix setting selector type

Version 2.1.1 release

02 Jun 11:13
Compare
Choose a tag to compare

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

28 May 08:06
Compare
Choose a tag to compare

Features

  • Add refresh method
    This helps to refresh lightGallery when children or dynamicEl are changed without calling destroy 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 was false instead boolean

Version 2.1.0-beta.4 release

26 May 09:47
Compare
Choose a tag to compare
Pre-release

Make dynamicEl optional in refresh method

Version 2.1.0-beta.2 release

26 May 08:11
Compare
Choose a tag to compare
Pre-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

23 May 06:13
Compare
Choose a tag to compare
Pre-release
  • Allow plugin to modify core settings
  • Add plugin for medium like zoom experiance

Version 2.1.0-beta.1 release

24 May 14:35
Compare
Choose a tag to compare
Pre-release

Add new refresh method
This is extremely useful to update lightGallery with a new set of child items.
Previously, destroy and re-initialization was required.

Version 2.0.1 release

17 May 06:50
Compare
Choose a tag to compare

Due to some unexpected build problems, lightGallery React, Angular, and Vue.js builds were not included in the previous release