Skip to content

Releases: Ecodev/natural-gallery-js

10.0.1

01 Mar 11:15
10.0.1
fed50a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.3...10.0.1

4.1.0

04 Dec 21:47
b7d4cad
Compare
Choose a tag to compare

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

4.0.0

26 Aug 15:08
5cd5c4d
Compare
Choose a tag to compare

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()