We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b5d2a commit 65ebc2aCopy full SHA for 65ebc2a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# react-grid-gallery
2
3
+### v0.5.4 / 2019-03-10
4
+
5
+* CSS class names are prefoxed with ReactGridGallery_
6
+* Add way to inject a custom thumbnail image component (for lazy-loading) [PR 104](https://github.com/benhowell/react-grid-gallery/pull/104). Thanks [pxpeterxu](https://github.com/pxpeterxu).
7
+* Fix crash when this.props.images.length - 1 < this.state.currentImage [PR #111](https://github.com/benhowell/react-grid-gallery/pull/111). Thanks [lryta](https://github.com/lryta).
8
9
10
### v0.5.3 / 2018-09-30
11
12
* Added `nano` prop and functionality for base64 4x4 image placeholders [PR 101](https://github.com/benhowell/react-grid-gallery/pull/101). Thanks [Vadimuz](https://github.com/vadimuz).
0 commit comments