Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Jan 13, 2017
1 parent 7b0e0cf commit 3f1efe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# react-grid-gallery

### v0.2.10 / 2017-01-13

* Fixed bug in passing lightboxWidth prop

### v0.2.9 / 2016-12-21

* Added prop to set maximum width of lightbox. Defaults to 1024px.
Expand Down
2 changes: 1 addition & 1 deletion lib/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ var Gallery = function (_Component) {
showCloseButton: this.props.showCloseButton,
showImageCount: this.props.showImageCount,
onClose: this.closeLightbox,
width: this.lightboxWidth
width: this.props.lightboxWidth
})
);
}
Expand Down
Loading

0 comments on commit 3f1efe6

Please sign in to comment.