react-image-lightbox
Advanced tools
Comparing version 1.1.2 to 2.0.0
@@ -0,1 +1,7 @@ | ||
v2.0.0 - Thu, 14 Apr 2016 05:56:21 GMT | ||
-------------------------------------- | ||
- | ||
v1.1.2 - Tue, 05 Apr 2016 01:33:58 GMT | ||
@@ -2,0 +8,0 @@ -------------------------------------- |
@@ -8,7 +8,7 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
var images = ['/images/1.jpg', '/images/2.jpg', '/images/3.jpg', '/images/4.jpg']; | ||
var images = ['images/1.jpg', 'images/2.jpg', 'images/3.jpg', 'images/4.jpg']; | ||
var thumbs = ['/images/1_thumb.jpg', '/images/2_thumb.jpg', '/images/3_thumb.jpg', '/images/4_thumb.jpg']; | ||
var thumbs = ['images/1_thumb.jpg', 'images/2_thumb.jpg', 'images/3_thumb.jpg', 'images/4_thumb.jpg']; | ||
var titles = ["", React.createElement( | ||
var titles = ['', React.createElement( | ||
'span', | ||
@@ -15,0 +15,0 @@ null, |
@@ -6,48 +6,42 @@ var React = require('react'); | ||
var images = [ | ||
'/images/1.jpg', | ||
'/images/2.jpg', | ||
'/images/3.jpg', | ||
'/images/4.jpg', | ||
'images/1.jpg', | ||
'images/2.jpg', | ||
'images/3.jpg', | ||
'images/4.jpg', | ||
]; | ||
var thumbs = [ | ||
'/images/1_thumb.jpg', | ||
'/images/2_thumb.jpg', | ||
'/images/3_thumb.jpg', | ||
'/images/4_thumb.jpg', | ||
'images/1_thumb.jpg', | ||
'images/2_thumb.jpg', | ||
'images/3_thumb.jpg', | ||
'images/4_thumb.jpg', | ||
]; | ||
var titles = [ | ||
"", | ||
( | ||
<span> | ||
by | ||
<a href="http://flickr.com/photos/titrans/"> | ||
quatre mains | ||
</a> | ||
(<a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License"> | ||
Some rights reserved | ||
</a>) | ||
</span> | ||
), | ||
( | ||
<span> | ||
by | ||
<a href="http://flickr.com/photos/lachlanrogers/">latch.r</a> | ||
(<a href="http://creativecommons.org/licenses/by-sa/2.0/" title="Attribution-ShareAlike License"> | ||
Some rights reserved | ||
</a>) | ||
</span> | ||
), | ||
( | ||
<span> | ||
by | ||
<a href="http://flickr.com/photos/fazen/"> | ||
fazen | ||
</a> | ||
(<a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License"> | ||
Some rights reserved | ||
</a>) | ||
</span> | ||
), | ||
'', | ||
(<span> | ||
by | ||
<a href="http://flickr.com/photos/titrans/"> | ||
quatre mains | ||
</a> | ||
(<a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License"> | ||
Some rights reserved | ||
</a>) | ||
</span>), | ||
(<span> | ||
by | ||
<a href="http://flickr.com/photos/lachlanrogers/">latch.r</a> | ||
(<a href="http://creativecommons.org/licenses/by-sa/2.0/" title="Attribution-ShareAlike License"> | ||
Some rights reserved | ||
</a>) | ||
</span>), | ||
(<span> | ||
by | ||
<a href="http://flickr.com/photos/fazen/"> | ||
fazen | ||
</a> | ||
(<a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License"> | ||
Some rights reserved | ||
</a>) | ||
</span>), | ||
]; | ||
@@ -54,0 +48,0 @@ var App = React.createClass({ |
{ | ||
"name": "react-image-lightbox", | ||
"version": "1.1.2", | ||
"version": "2.0.0", | ||
"description": "A lightbox component for React.js", | ||
@@ -23,9 +23,9 @@ "scripts": { | ||
"peerDependencies": { | ||
"react": "^0.14.0" | ||
"react": "^15.0.1" | ||
}, | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"react": "^0.14.0", | ||
"react": "^15.0.1", | ||
"react-component-gulp-tasks": "^0.7.7", | ||
"react-dom": "^0.14.0", | ||
"react-dom": "^15.0.1", | ||
"rf-release": "^0.4.0" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1977802
25974
333