Releases: benhowell/react-grid-gallery
Releases · benhowell/react-grid-gallery
v1.0.0
There are breaking changes with v0.5.x, check out the migration guide to learn more. Documentation for v0.5.x is here.
v0.5.6
- Fixed grid breakdown when container width is decimal #170, closes #84
- TypeScript declaration file added #173, closes #145
- Added defaultContainerWidth option for SSR rendering support #175
v0.5.5
- Added new lightBoxProps option to assign any prop directly to lightbox PR #121. Thanks jimishf.
v0.5.4
- CSS class names are prefoxed with ReactGridGallery_
- Add way to inject a custom thumbnail image component (for lazy-loading) PR 104. Thanks pxpeterxu.
- Fix crash when this.props.images.length - 1 < this.state.currentImage PR #111. Thanks lryta.
v0.5.3
- Added
nano
prop and functionality for base64 4x4 image placeholders PR 101. Thanks Vadimuz.
v0.5.2
- Added currentImageWillChange PR 97. Function to execute before lightbox image change. Useful for tracking current image shown in lightbox. Thanks Approximator.
v0.5.1
- Moved prop-types dependency from dev dependencies to dependencies.