Releases: benhowell/react-grid-gallery
Releases · benhowell/react-grid-gallery
v0.4.9
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
-
Added optional
tileViewportStyle
prop as a function to determine style of tile viewport. This function leverages Function.prototype.call(). -
Added optional
thumbnailStyle
prop as a function to determine style of each gallery thumbnail. This function leverages Function.prototype.call(). -
Refactored implementation of
onSelectImage
prop. This function leverages Function.prototype.call(). -
Refactored implementation of
onClickThumbnail
prop. This function leverages Function.prototype.call(). -
Refactored implementation of
lightboxWillOpen
prop. This function leverages Function.prototype.call(). -
Refactored implementation of
lightboxWillClose
prop. This function leverages Function.prototype.call().