react-grid-gallery
Advanced tools
Changelog
v0.4.4 / 2017-09-29
Added optional thumbnailCaption functionality PR 42. Thanks jakub-tucek.
Updated acknowledgements.
Updated documentation.
Changelog
v0.4.2 / 2017-07-23
Added optional id
prop for the id attribute of the <Gallery>
tag.
Added className attribute for the <Gallery>
tag.
Updated documentation.
Changelog
v0.4.0 / 2017-06-29
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().
Changelog
v0.3.6 / 2017-06-07
Added optional lightbox prop showLightboxThumbnails
to display thumbnails beneath the Lightbox image.
Added optional lightbox prop onClickLightboxThumbnail
as a fn to execute when lightbox thumbnail clicked. Overrides internal function: gotoImage.
Changelog
v0.3.5 / 2017-06-04
Refactored for react 16 (moved from PropTypes to prop-types package).
Bumped react-images to 0.5.4 which has been refactored for react 16.
Added theme
pass-though prop PR 27. Thanks danalloway.
Updated acknowledgements.