Skip to content

Releases: Ecodev/natural-gallery-js

11.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Dec 06:55
Immutable release. Only release title and notes can be modified.
11.1.3
2287e85
11.1.3

10.0.1

Choose a tag to compare

@PowerKiKi PowerKiKi released this 01 Mar 11:15
10.0.1
fed50a0

What's Changed

Full Changelog: 9.1.3...10.0.1

4.1.0

Choose a tag to compare

@sambaptista sambaptista released this 04 Dec 21:47
b7d4cad

High performance mode : added option "cover". Defaulted to true. If disabled improves the performances but thumbnails source require more control

4.0.0

Choose a tag to compare

@sambaptista sambaptista released this 26 Aug 15:08
5cd5c4d

New features

  • Masonry format
  • Performances improvement
  • New events items-displayed and items-added-to-dom

Breaking changes

  • API refactored
  • Gallery options refactored, different galleries formats now instantiate with different classes instead of using an option
  • selectAll() and unselectAll() have been replaced by selectVisibleItems() and unselectAllItems() and don't emit "select" event anymore
  • pagination event behavior has change, see docs.
  • clear() emits a pagination event after having empty the collection
  • setter collection has been replaced by function setItems()