Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-grid-gallery

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-grid-gallery - npm Package Compare versions

Comparing version 0.4.10 to 0.4.11

7

CHANGELOG.md
# react-grid-gallery
### v0.4.10 /2018-04-29
### v0.4.11 / 2018-04-29
* Fixed bug: propagate preloadNextImage to Lightbox [PR 78](https://github.com/benhowell/react-grid-gallery/pull/78). Thanks [ScottMRafferty](https://github.com/ScottMRafferty).
### v0.4.10 / 2018-04-29
* Add contentWindow check [PR 77](https://github.com/benhowell/react-grid-gallery/pull/77). Thanks [forforf](https://github.com/forforf).

@@ -6,0 +11,0 @@

@@ -316,2 +316,3 @@ 'use strict';

currentImage: this.state.currentImage,
preloadNextImage: this.props.preloadNextImage,
customControls: this.props.customControls,

@@ -318,0 +319,0 @@ enableKeyboardInput: this.props.enableKeyboardInput,

2

package.json
{
"name": "react-grid-gallery",
"version": "0.4.10",
"version": "0.4.11",
"description": "Justified gallery component for React.",

@@ -5,0 +5,0 @@ "main": "lib/Gallery.js",

@@ -190,4 +190,6 @@ # React Grid Gallery

* [ScottMRafferty](https://github.com/ScottMRafferty) for preloadNextImage not propagating to Lightbox fix [PR 78](https://github.com/benhowell/react-grid-gallery/pull/78)
* Demo stock photos:

@@ -194,0 +196,0 @@ * [Jeshu John - designerspics.com](http://designerspics.com)

@@ -267,3 +267,4 @@ import PropTypes from 'prop-types';

<iframe style={resizeIframeStyles}
ref={(c) => c && c.contentWindow && c.contentWindow.addEventListener('resize', this.onResize) } />
ref={(c) => c && c.contentWindow
&& c.contentWindow.addEventListener('resize', this.onResize) } />
{images}

@@ -274,2 +275,3 @@ <Lightbox

currentImage={this.state.currentImage}
preloadNextImage={this.props.preloadNextImage}
customControls={this.props.customControls}

@@ -276,0 +278,0 @@ enableKeyboardInput={this.props.enableKeyboardInput}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc