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 <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
* chore(docs): Add cassandra to list of database sources (#29137)
Co-authored-by: Lennart <lekoarts@gmail.com>
* 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 <matt@gatsbyjs.com>
* 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 <63111210+nathanchu@users.noreply.github.com>
Co-authored-by: Himanshu Bisht <32536536+Himanshu-27@users.noreply.github.com>
Co-authored-by: Yuki Takemoto <mottox2@users.noreply.github.com>
Co-authored-by: yonatanLehman <32838532+yonatanLehman@users.noreply.github.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Alex Leventer <alexleventer@gmail.com>
Co-authored-by: Benedikt Rötsch <opensource@axe312.dev>
Co-authored-by: Benedikt Rötsch <axe312ger@users.noreply.github.com>
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