gatsby-image
Advanced tools
Comparing version 2.4.16 to 2.4.17
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.16...gatsby-image@2.4.17) (2020-09-07) | ||
### Bug Fixes | ||
- **gatsby-image:** do not render the source tag if no srcSet is provided ([#26766](https://github.com/gatsbyjs/gatsby/issues/26766)) ([268d982](https://github.com/gatsbyjs/gatsby/commit/268d982)) | ||
## [2.4.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.15...gatsby-image@2.4.16) (2020-08-12) | ||
@@ -8,0 +14,0 @@ |
@@ -197,3 +197,3 @@ "use strict"; | ||
sizes: sizes | ||
}), /*#__PURE__*/_react.default.createElement("source", { | ||
}), srcSet && /*#__PURE__*/_react.default.createElement("source", { | ||
media: media, | ||
@@ -200,0 +200,0 @@ srcSet: srcSet, |
{ | ||
"name": "gatsby-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.4.16", | ||
"version": "2.4.17", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -42,3 +42,3 @@ "bugs": { | ||
}, | ||
"gitHead": "76be951eef5e95a03dc8faafe57a5888943e3f62" | ||
"gitHead": "7f3221b55270a187c08b3f0674ca94cd202a3a38" | ||
} |
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
83449