Skip to content

Commit 723a0e5

Browse files
author
ben
committed
v0.4.11
1 parent 10fe41b commit 723a0e5

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# react-grid-gallery
22

3-
### v0.4.10 /2018-04-29
3+
### v0.4.11 / 2018-04-29
4+
5+
* Fixed bug: propagate preloadNextImage to Lightbox [PR 78](https://github.com/benhowell/react-grid-gallery/pull/78). Thanks [ScottMRafferty](https://github.com/ScottMRafferty).
6+
7+
8+
### v0.4.10 / 2018-04-29
49

510
* Add contentWindow check [PR 77](https://github.com/benhowell/react-grid-gallery/pull/77). Thanks [forforf](https://github.com/forforf).
611

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ React Grid Gallery is free to use for personal and commercial projects under the
187187

188188
* [forforf](https://github.com/forforf) for contentWindow check [PR 77](https://github.com/benhowell/react-grid-gallery/pull/77)
189189

190+
* [ScottMRafferty](https://github.com/ScottMRafferty) for preloadNextImage not propagating to Lightbox fix [PR 78](https://github.com/benhowell/react-grid-gallery/pull/78)
191+
190192

191193

192194
* Demo stock photos:

lib/Gallery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ var Gallery = function (_Component) {
313313
images: this.props.images,
314314
backdropClosesModal: this.props.backdropClosesModal,
315315
currentImage: this.state.currentImage,
316+
preloadNextImage: this.props.preloadNextImage,
316317
customControls: this.props.customControls,
317318
enableKeyboardInput: this.props.enableKeyboardInput,
318319
imageCountSeparator: this.props.imageCountSeparator,

lib/react-grid-gallery.bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-gallery",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "Justified gallery component for React.",
55
"main": "lib/Gallery.js",
66
"dependencies": {

0 commit comments

Comments
 (0)