Releases: Ecodev/natural-gallery-js
Releases · Ecodev/natural-gallery-js
10.0.1
What's Changed
- Run CI on node 16 by @PowerKiKi in #89
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #87
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #83
- Finally SSR by @PowerKiKi in #97
Full Changelog: 9.1.3...10.0.1
4.1.0
High performance mode : added option "cover". Defaulted to true. If disabled improves the performances but thumbnails source require more control
4.0.0
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()