JavaScript Library - Change Log

2.6.0 – 22 July 2023

  • New Feature: Skin options to set colors of the built-in skins
  • Marked all "light" skins as deprecated
  • New resize observer to detect width changes (replaces window resize event listener)
  • New option "autoRenderOnResize" to disable the new resize observer
  • Fixed a few issues in the skins "gridzySkinLift" and "gridzySkinCard"

2.5.1 â€“ 29 May 2023

  • Fixed a few issues in the skins "gridzySkinLift" and "gridzySkinMagnifier"

2.5.0 â€“ 28 May 2023

  • New mutation observer to observe image sources
  • New option "autoSyncImageMutation" to disable the observer
  • Fixed a few issues in the skins "gridzySkinBlur" and "gridzySkinCard"

2.4.0 â€“ 22 April 2023

  • New API feature: events (replaces callback functions)
  • Optimize loading order if there are multiple galleries on one page
  • Marked callback functions as deprecated
  • Removed deprecated options for “justified” layout

2.3.2 â€“ 17 October 2021

  • Small fix for lazy loading (in rare cases the images were not displayed before the user scrolled)

2.3.1 â€“ 17 October 2021

  • A few CSS optimizations

2.3.0 â€“ 29 March 2021

  • Two new options for “justified” layout

2.2.1 â€“ 21 May 2020

  • Fixed a small issue in calculating the number of columns for waterfall layout

2.2.0 â€“ 2 August 2019

  • New “destroy” method
  • New “syncChild” method
  • New demo in package
  • Minor optimizations for rare implementations
  • Version number no longer in file names

2.1.3 â€“ 19 July 2019

  • Fixed a small issue with lazy loading feature if scroll event came from an element other than the window.

2.1.2 â€“ 11 July 2019

  • Fixed a small issue of the lazy loading feature if srcset attributes are used for img tags.

2.1.1 â€“ 11 April 2019

  • bugfix for FF (in some cases, Firefox did not recognize the image sizes correctly)

2.1.0 â€“ 21 March 2019

  • Two new options for “justified” layout

2.0.0 â€“ 25 October 2018

  • everything new

1.3 â€“ 11 May 2016

  • bugfix for FF and IE (slow loading images where distorted sometimes)
  • bugfix for FF and Chrome (slow loading images where displayed in original size and over the grid sometimes)
  • bugfix for Chrome (sometimes the grid couldn’t render correctly after reloading the page)

1.2 â€“ 13 April 2016

  • various implementations for better loading behaviour:
    – new option “preventInitialAnimation” (false by default)
    – prevent jumping elements during loading by usage of width and height attributes.
    – lazy loading – to load only visible images

1.1 â€“ 25 March 2015

  • minor bugfix for old android browsers (images where distorted in certain configurations)
  • additional demo example included: combined with photoswipe

1.0 â€“ 10 Jan 2015

  • published