Natural Gallery Js Versions Save

A lazy load, infinite scroll and natural layout list gallery

10.0.1

3 months ago

What's Changed

Full Changelog: https://github.com/Ecodev/natural-gallery-js/compare/9.1.3...10.0.1

4.1.0

5 years ago

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

4.0.0

5 years ago

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