gatsby-image
Advanced tools
Comparing version 2.4.14 to 2.4.15
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.4.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.14...gatsby-image@2.4.15) (2020-08-10) | ||
**Note:** Version bump only for package gatsby-image | ||
## [2.4.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.13...gatsby-image@2.4.14) (2020-07-29) | ||
@@ -8,0 +12,0 @@ |
@@ -41,2 +41,3 @@ "use strict"; | ||
convertedProps.fixed = resolutions; | ||
logDeprecationNotice("resolutions", "the gatsby-image v2 prop \"fixed\""); | ||
delete convertedProps.resolutions; | ||
@@ -47,2 +48,3 @@ } | ||
convertedProps.fluid = sizes; | ||
logDeprecationNotice("sizes", "the gatsby-image v2 prop \"fluid\""); | ||
delete convertedProps.sizes; | ||
@@ -49,0 +51,0 @@ } |
{ | ||
"name": "gatsby-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.4.14", | ||
"version": "2.4.15", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -42,3 +42,3 @@ "bugs": { | ||
}, | ||
"gitHead": "d2de4e5240c0ac777b94ce506fac1b050051769b" | ||
"gitHead": "d4dfec8a693e8434a7b0468a86458020d59274e9" | ||
} |
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
82506
766