You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add types for resolver utils
* Fix
* fix(gatsby-plugin-styled-components): add `namespace` option (#29095)
* chore(docs): Netlify CMS added branch to backend settings (#29162)
* docs: fix broken link (#29163)
* chore(docs): Update debugging-the-build-process (#29067)
Co-authored-by: gatsbybot <[email protected]>
Co-authored-by: Lennart <[email protected]>
* chore(docs): Add cassandra to list of database sources (#29137)
Co-authored-by: Lennart <[email protected]>
* feat(contentful): add support for gatsby-plugin-image
* make gatsby-plugin-image a dependency again and warn users about the beta feature
* WIP - support traced svgs again
* Update packages/gatsby-source-contentful/src/extend-node-type.js
Co-authored-by: Matt Kane <[email protected]>
* fix: set progressive jpg parameter only when format is forced to jpg
* feat: add support for contentful backgorund parameter
* feat: add support for dominant color placeholder
* Error handling, and update api
* Use helper
* Remove gratuitous parseInt on a number
* Destructured import
Co-authored-by: Nathan Chu <[email protected]>
Co-authored-by: Himanshu Bisht <[email protected]>
Co-authored-by: Yuki Takemoto <[email protected]>
Co-authored-by: yonatanLehman <[email protected]>
Co-authored-by: gatsbybot <[email protected]>
Co-authored-by: Lennart <[email protected]>
Co-authored-by: Alex Leventer <[email protected]>
Co-authored-by: Benedikt Rötsch <[email protected]>
Co-authored-by: Benedikt Rötsch <[email protected]>
sizesNode.deprecationReason=`Sizes was deprecated in Gatsby v2. It's been renamed to "fluid" https://example.com/write-docs-and-fix-this-example-link`
641
752
753
+
// gatsby-plugin-image
754
+
constgetGatsbyImageData=()=>{
755
+
if(!warnedForBeta){
756
+
reporter.warn(
757
+
stripIndent`
758
+
Thank you for trying the beta version of the \`gatsbyImageData\` API. Please provide feedback and report any issues at: https://github.com/gatsbyjs/gatsby/discussions/27950`
0 commit comments