gatsby-image
Advanced tools
Comparing version 2.4.6 to 2.4.7
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.4.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.6...gatsby-image@2.4.7) (2020-06-09) | ||
**Note:** Version bump only for package gatsby-image | ||
## [2.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.5...gatsby-image@2.4.6) (2020-06-02) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -18,3 +18,3 @@ "bugs": { | ||
"@testing-library/react": "^9.5.0", | ||
"babel-preset-gatsby-package": "^0.4.3", | ||
"babel-preset-gatsby-package": "^0.4.4", | ||
"cross-env": "^5.2.1" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "75f059efb1135362845bb347d2778cacfeb1454b" | ||
"gitHead": "221481bef7733c9957fb9ba83178f08280243b81" | ||
} |
@@ -16,8 +16,4 @@ "use strict"; | ||
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized")); | ||
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose")); | ||
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty")); | ||
var _react = _interopRequireWildcard3(require("react")); | ||
@@ -40,4 +36,4 @@ | ||
_this = _Component.call.apply(_Component, [this].concat(args)) || this; | ||
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "imageRef", _this.props.innerRef || /*#__PURE__*/(0, _react.createRef)()); | ||
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "placeholderRef", /*#__PURE__*/(0, _react.createRef)()); | ||
_this.imageRef = _this.props.innerRef || /*#__PURE__*/(0, _react.createRef)(); | ||
_this.placeholderRef = /*#__PURE__*/(0, _react.createRef)(); | ||
return _this; | ||
@@ -44,0 +40,0 @@ } |
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
80119
753