Skip to content

Releases: wottpal/kirby-lightbox-gallery

v0.3.1

15 Nov 16:25
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Fixes a tiny bug where I tried to iterate over a NodeList with forEach which doesn't work in Edge.

v0.3.0

21 Aug 15:57
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added a bunch of options and squashed some bugs:

  • Custom page-source definable
  • id definable
  • class definable in Kirbytag
  • cols & mobilecols definable in Kirbytag
  • Reworked stretch property and made it definable in Kirbytag
  • Added all keyword to include all images on a page
  • Added order option for optional random or reverse sorting
  • Fixed a bug when stretch was set to false and count < cols

v0.2.0

28 Jul 13:23
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Now you can use Kirby-Focus by @flokosiol to generate your thumbnails
  • A new way to define your thumb-provider (via lightboxgallery.thumb.provider)
  • Ability to set options for every thumb-provider (via lightboxgallery.thumb.options), not only for ImageSet like before
  • Define which row gets strechted (or not) with 'lightboxgallery.stretch' and 'lightboxgallery.stretch.last'
  • Renamed lightboxgallery.max.preview to lightboxgallery.limit (kirbytag-option) accordingly which is more Kirby-style I think.
  • Disabled PhotoSwipe show/hide animations for now, because it looked odd how square-images became non-square. Has anybody a better idea here?
  • Updated README.md with the ability of the plugin to transfer title/caption of the image into PhotoSwipe, which is totally forgot to mention.

v0.1.0

28 Jul 13:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial Release