v11.0.0
What's Changed
- feat: Add
GalleryThumbDef
,GalleryImageDef
,GalleryItemDef
,GalleryBoxDef
to set custom templates. - feat: Add
imageTemplate
property toGalleryConfig
. - feat: Add
args
property in case need to attach extra data with the gallery item. - enhance: Improve overall typings.
Breaking changes
- Usage of custom template has been changed! see the wiki page for more info.
- The inputs
itemTemplate
,thumbTemplate
andboxTemplate
has been removed from the gallery component, however they still exist inGalleryConfig
by @MurhafSousli in #565
Full Changelog: v10.0.0...v11.0.0