react-grid-gallery
Advanced tools
Comparing version 0.4.5 to 0.4.6
# react-grid-gallery | ||
### v0.4.6 / 2017-10-02 | ||
* Added vendor specific prefixes to userSelect styling. | ||
### v0.4.5 / 2017-10-02 | ||
@@ -4,0 +9,0 @@ |
@@ -236,2 +236,4 @@ 'use strict'; | ||
userSelect: "text", | ||
WebkitUserSelect: "text", | ||
MozUserSelect: "text", | ||
overflow: "hidden" | ||
@@ -238,0 +240,0 @@ } }, |
{ | ||
"name": "react-grid-gallery", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Justified gallery component for React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Gallery.js", |
@@ -198,2 +198,4 @@ import PropTypes from 'prop-types'; | ||
userSelect: "text", | ||
WebkitUserSelect: "text", | ||
MozUserSelect: "text", | ||
overflow: "hidden" | ||
@@ -200,0 +202,0 @@ }}> |
Sorry, the diff of this file is too big to display
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
423454
4017