Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gatsby-source-contentful

gatsbyjs133.1kMIT8.15.0TypeScript support: included

Gatsby source plugin for building websites using the Contentful CMS as a data source

gatsby, gatsby-plugin, gatsby-source-plugin

readme

Gatsby

Gatsby

The future of web development is here.

Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps.
It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities.

Gatsby is released under the MIT license. Current CircleCI build status. Current npm package version. Downloads per month on npm. Total downloads on npm. PRs welcome! Follow @GatsbyJS

Quickstart · Tutorial · Plugins · Starters · Showcase · Contribute
Support: Twitter, Discussions & Discord

Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.

  • Load Data From Anywhere. Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.

  • Go Beyond Static Websites. Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.

  • Choose your Rendering Options. You can choose alternative rendering options, namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.

  • Performance Is Baked In. Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.

  • Use a Modern Stack for Every Site. No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.

  • Host at Scale for Pennies. Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on Gatsby Cloud and other similar services.

  • Use Gatsby's Centralized Data Layer Everywhere. With Gatsby's Valhalla Content Hub you can bring Gatsby's data layer to any project. Making it accessible via a unified GraphQL API for building content sites, eCommerce platforms, and both native and web applications.

Learn how to use Gatsby for your next project.

🚀 Ship your first Gatsby site in 5 Minutes

Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Gatsby Cloud.

Deploy to Gatsby Cloud

At the end of this process, you'll have

  1. a site working on Gatsby Cloud
  2. a new repository that is linked to that new site
  3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!

💻 Get started with Gatsby locally in 5 Minutes

You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:

  1. Initialize a new project.

    npm init gatsby

    Give it the name "My Gatsby Site".

  2. Start the site in develop mode.

    Next, move into your new site’s directory and start it up:

    cd my-gatsby-site/
    npm run develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000. Open the my-gatsby-site directory in your code editor of choice and edit src/pages/index.js. Save your changes, and the browser will update in real time!

At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.

🎓 Learning Gatsby

Full documentation for Gatsby lives on the website.

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples head to our documentation. In particular, check out the “How-to Guides”, “Reference”, and “Conceptual Guides” sections in the sidebar.

We welcome suggestions for improving our docs. See the “how to contribute” documentation for more details.

Start Learning Gatsby: Follow the Tutorial · Read the Docs

🚢 Release Notes

Wondering what we've shipped recently? Check out our release notes for key highlights, performance improvements, new features, and notable bugfixes.

Also, read our documentation on version support to understand our plans for each version of Gatsby.

💼 Migration Guides

Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v5 to your site without starting from scratch!

❗ Code of Conduct

Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our Code of Conduct. Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜

🤝 How to Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!

Check out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.

A note on how this repository is organized

This repository is a monorepo managed using Lerna. This means there are multiple packages managed in this codebase, even though we publish them to NPM as separate packages.

📝 License

Licensed under the MIT License.

💜 Thanks

Thanks go out to all our many contributors creating plugins, starters, videos, and blog posts. And a special appreciation for our community members helping with issues and PRs, or answering questions on Discord and GitHub Discussions.

A big part of what makes Gatsby great is each and every one of you in the community. Your contributions enrich the Gatsby experience and make it better every day.

changelog

Changelog: gatsby-source-contentful

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

8.13.2 (2024-05-06)

Chores

8.13.1 (2024-01-23)

Note: Version bump only for package gatsby-source-contentful

8.13.0 (2023-12-18)

🧾 Release notes

Features

Bug Fixes

Chores

Other Changes

8.12.5 (2023-12-04)

Bug Fixes

8.12.4 (2023-10-26)

Note: Version bump only for package gatsby-source-contentful

8.12.3 (2023-10-20)

Note: Version bump only for package gatsby-source-contentful

8.12.2 (2023-10-09)

Chores

8.12.1 (2023-10-05)

Other Changes

8.12.0 (2023-08-24)

🧾 Release notes

Bug Fixes

8.11.0 (2023-06-15)

🧾 Release notes

Bug Fixes

  • update minor and patch dependencies for gatsby-source-contentful #38162 (1699968)

Chores

8.10.0 (2023-05-16)

🧾 Release notes

Features

Bug Fixes

Chores

  • Fix docs pageLimit default value Fix #38082 (89a3232)
  • update dependency nock to ^13.3.1 for gatsby-source-contentful #37997 (203b661)

8.9.1 (2023-04-19)

Bug Fixes

8.9.0 (2023-04-18)

🧾 Release notes

Features

  • add public action to disable stale node checks #37782 (fd168e0)

Bug Fixes

8.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

8.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

8.6.1 (2023-02-16)

Note: Version bump only for package gatsby-source-contentful

8.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

Chores

  • update dependency nock to ^13.3.0 for gatsby-source-contentful #37592 (511ad1b)

8.5.0 (2023-01-24)

🧾 Release notes

Bug Fixes

Chores

8.4.1 (2023-01-13)

Bug Fixes

8.4.0 (2023-01-10)

🧾 Release notes

Bug Fixes

  • Add contentTypeFilter to Joi schema #37403 (56ace78)
  • update minor and patch dependencies for gatsby-source-contentful #37381 (8ff6dc1)

Chores

8.3.1 (2022-12-14)

Note: Version bump only for package gatsby-source-contentful

8.3.0 (2022-12-13)

🧾 Release notes

Bug Fixes

  • update minor and patch dependencies for gatsby-source-contentful #37162 (f57ce08)

Chores

8.2.0 (2022-11-25)

🧾 Release notes

Bug Fixes

  • update dependency contentful to ^9.1.34 for gatsby-source-contentful #36514 (fb15745)

Chores

8.1.0 (2022-11-22)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

8.0.0 (2022-11-08)

🧾 Release notes

Features

Chores

7.22.0 (2022-09-27)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

7.21.1 (2022-09-22)

Note: Version bump only for package gatsby-source-contentful

7.21.0 (2022-09-13)

🧾 Release notes

Chores

7.20.0 (2022-08-30)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

7.19.1 (2022-08-18)

Note: Version bump only for package gatsby-source-contentful

7.19.0 (2022-08-16)

🧾 Release notes

Bug Fixes

Chores

7.18.0 (2022-08-02)

🧾 Release notes

Features

  • skip expensive touchNode step when unnecessary #36134 (ecc7530)

Chores

7.17.0 (2022-07-19)

🧾 Release notes

Bug Fixes

Chores

  • Update READMEs for better instructions (0890a5c)

7.16.1 (2022-07-12)

Note: Version bump only for package gatsby-source-contentful

7.16.0 (2022-07-05)

🧾 Release notes

Bug Fixes

  • update dependency @vercel/fetch-retry to ^5.1.3 for gatsby-source-contentful #34987 (b5cbdba)

7.15.0 (2022-06-21)

🧾 Release notes

Chores

  • add peer deps to gatsby-source-contentful docs #35854 (a8405cb)

7.14.0 (2022-06-07)

🧾 Release notes

Features

Bug Fixes

Other Changes

  • respect gatsby-plugin-image defaults and extend tests #33536 (2fc7732)

7.13.1 (2022-06-01)

Note: Version bump only for package gatsby-source-contentful

7.13.0 (2022-05-24)

🧾 Release notes

Other Changes

7.12.0 (2022-05-10)

🧾 Release notes

Features

Bug Fixes

7.11.0 (2022-04-26)

🧾 Release notes

Bug Fixes

7.10.1 (2022-04-13)

Note: Version bump only for package gatsby-source-contentful

7.10.0 (2022-04-12)

🧾 Release notes

Bug Fixes

  • handle backreferences on data updates properly #35214 (cf98027)

7.9.1 (2022-03-31)

Bug Fixes

7.9.0 (2022-03-29)

🧾 Release notes

Chores

  • replace all uses of gatsbyjs.org with gatsbyjs.com #35101 (16cff41)

7.8.2 (2022-03-23)

Note: Version bump only for package gatsby-source-contentful

7.8.1 (2022-03-18)

Note: Version bump only for package gatsby-source-contentful

7.8.0 (2022-03-16)

🧾 Release notes

Features

Bug Fixes

  • Restore recently removed code to fix build errors fix #35006 (57d4f9a)

7.7.2 (2022-03-09)

Note: Version bump only for package gatsby-source-contentful

7.7.1 (2022-03-02)

Bug Fixes

7.7.0 (2022-03-01)

🧾 Release notes

Bug Fixes

Chores

  • update dependency nock to ^13.2.4 for gatsby-source-contentful #34958 (f65c076)
  • Format changelog files (088f23b)

7.6.2 (2022-03-01)

Note: Version bump only for package gatsby-source-contentful

7.6.1 (2022-02-25)

Note: Version bump only for package gatsby-source-contentful

7.6.0 (2022-02-22)

🧾 Release notes

Features

Bug Fixes

  • avoid confusion of Gatsby node and Contentful node count in logs #34830 (ac1d777)

Refactoring

7.5.0 (2022-02-08)

🧾 Release notes

Bug Fixes

  • update dependency node-fetch to ^2.6.7 for gatsby-source-contentful #34646 (12b0056)
  • support Content Types named Tag #34585 (aa42053)

Chores

  • update dependency nock to ^13.2.2 for gatsby-source-contentful #34640 (33b6fc7)

Other Changes

7.4.0 (2022-01-25)

🧾 Release notes

Features

Bug Fixes

7.3.2 (2022-01-17)

Note: Version bump only for package gatsby-source-contentful

7.3.1 (2022-01-12)

Note: Version bump only for package gatsby-source-contentful

7.3.0 (2022-01-11)

🧾 Release notes

Bug Fixes

Chores

7.2.0 (2021-12-14)

🧾 Release notes

Features

Bug Fixes

  • update minor and patch dependencies for gatsby-source-contentful #34138 (395b432)

Chores

  • update dependency nock to ^13.2.1 for gatsby-source-contentful #34141 (eb69198)

7.1.0 (2021-12-01)

🧾 Release notes

Chores

7.0.0 (2021-11-16)

🧾 Release notes

Features

  • modifying schemes to add support for AVIF images #33903 (8ff9cc3)

Bug Fixes

  • update minor and patch dependencies for gatsby-source-contentful #33000 (c1b2adf)

Chores

  • update dependency nock to ^13.1.4 for gatsby-source-contentful #33754 (c96bd1c)

Other Changes

6.1.4 (2021-11-15)

Note: Version bump only for package gatsby-source-contentful

6.1.3 (2021-11-11)

Note: Version bump only for package gatsby-source-contentful

6.1.2 (2021-11-10)

Note: Version bump only for package gatsby-source-contentful

6.1.1 (2021-11-09)

Note: Version bump only for package gatsby-source-contentful

6.1.0 (2021-11-02)

🧾 Release notes

Bug Fixes

Other Changes

  • Link to knowledgebase doc for setup and quick deploy for gatsbyjs.com/contentful #33726 (06d192d)

6.0.0 (2021-10-21)

🧾 Release notes

Features

Bug Fixes

Chores

5.14.1 (2021-10-16)

Features

Chores

5.14.0 (2021-09-18)

🧾 Release notes

Bug Fixes

Chores

Other Changes

5.13.0 (2021-09-01)

🧾 Release notes

Chores

Other Changes

  • docs(gatsby-source-contentful) provide a code example for rendering rich-text embedded assets images #32777 (8c820d1)

5.12.0 (2021-08-18)

🧾 Release notes

Bug Fixes

  • base64 previews now reflect all query options #32709 (f5dab4f)
  • update minor and patch dependencies for gatsby-source-contentful #32608 (229af4f)
  • update dependency chalk to ^4.1.2 #32576 (5c4e109)

Chores

5.11.1 (2021-08-09)

Bug Fixes

5.11.0 (2021-08-04)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

5.10.0 (2021-07-20)

🧾 Release notes

Features

Bug Fixes

Chores

5.9.0 (2021-07-07)

🧾 Release notes

Bug Fixes

5.8.0 (2021-06-23)

🧾 Release notes

Bug Fixes

Chores

5.7.1 (2021-06-10)

Chores

5.7.0 (2021-06-09)

🧾 Release notes

Bug Fixes

Chores

5.6.1 (2021-06-02)

Bug Fixes

5.6.0 (2021-05-25)

🧾 Release notes

Bug Fixes

5.5.0 (2021-05-12)

🧾 Release notes

Note: Version bump only for package gatsby-source-contentful

5.4.0 (2021-04-28)

🧾 Release notes

Features

Bug Fixes

5.3.0 (2021-04-14)

🧾 Release notes

Features

Bug Fixes

Chores

5.2.1 (2021-04-07)

Note: Version bump only for package gatsby-source-contentful

5.2.0 (2021-03-30)

🧾 Release notes

Features

Bug Fixes

Chores

5.1.3 (2021-03-30)

Note: Version bump only for package gatsby-source-contentful

5.1.2 (2021-03-23)

Note: Version bump only for package gatsby-source-contentful

5.1.1 (2021-03-18)

Note: Version bump only for package gatsby-source-contentful

5.1.0 (2021-03-16)

🧾 Release notes

Bug Fixes

Chores

  • fix spelling, grammar, links, whitespace and end of files fix #30063 (542d945)
  • update eslint to fix linting issues fix #29988 (5636389)
  • update peerdeps to latest major versions #29857 (0a3e922)

Other Changes

5.0.3 (2021-03-11)

Other Changes

5.0.2 (2021-03-10)

Bug Fixes

5.0.1 (2021-03-06)

Bug Fixes

5.0.0 (2021-03-02)

🧾 Release notes

Features

Bug Fixes

Chores

Other Changes

  • Update the changelog of Contentful plugin to show a working example #29579 (6bee561)

4.6.4 (2021-04-07)

Features

Bug Fixes

4.6.3 (2021-02-24)

Bug Fixes

4.6.2 (2021-02-18)

Bug Fixes

4.6.1 (2021-02-05)

Note: Version bump only for package gatsby-source-contentful

4.6.0 (2021-02-02)

🧾 Release notes

Features

Bug Fixes

Other Changes

4.5.3 (2021-01-29)

Bug Fixes

4.5.2 (2021-01-28)

Bug Fixes

4.5.1 (2021-01-21)

Other Changes

4.5.0 (2021-01-20)

🧾 Release notes

Bug Fixes

Performance Improvements

  • prevent redundant fs/remote fetches for tracedSVG #28926 (addc9e9)

Chores

  • adjust Contentful Rich Text example codes #29029 (332543c)
  • plugin contentful - fix brand name, code blocks for names fix #28915 (712e864)

Other Changes

4.4.1 (2021-01-16)

Note: Version bump only for package gatsby-source-contentful

4.4.0 (2021-01-06)

🧾 Release notes

Performance Improvements

Chores

4.3.1 (2020-12-23)

Note: Version bump only for package gatsby-source-contentful

4.3.0 (2020-12-15)

🧾 Release notes

Bug Fixes

  • improve error handling, always show API response status and message #27730 (079bb3c)

Performance Improvements

  • prevent redundant fs/remote fetches for base64 #28438 (2755cfa)
  • fix unguided search in loop over large lists fix #28375 (d9904ac)

Chores

4.2.1 (2020-12-07)

Performance Improvements

Chores

4.2.0 (2020-12-02)

🧾 Release notes

Bug Fixes

  • fix the process.env.GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE flag fix #28160 (e014a81)

Performance Improvements

4.1.1 (2020-11-23)

Note: Version bump only for package gatsby-source-contentful

4.1.0 (2020-11-20)

🧾 Release notes

Bug Fixes

  • update minor and patch for gatsby-source-contentful #28091 (af86539)

Chores

Other Changes

4.0.0 (2020-11-12)

🧾 Release notes

Other Changes

  • Refactor Rich Text implementation in gatsby-source-contentful #25249 fixes #24221 (a256346)
  • Add error codes to reporter.panic in Contentful source plugin #27457 (ae2c3da)

3.1.1 (2020-11-03)

Bug Fixes

  • gatsby-source-contentful: default function returned invalid value (#27797) (e688bf0)

3.1.0 (2020-11-02)

Features

3.0.7 (2020-11-02)

Features

  • log Contentful API responses when --verbose flag is set (#27713) (5611c0f)

3.0.6 (2020-10-28)

Note: Version bump only for package gatsby-source-contentful

3.0.5 (2020-10-27)

Note: Version bump only for package gatsby-source-contentful

3.0.4 (2020-10-26)

Bug Fixes

  • deps: update minor and patch for gatsby-source-contentful (#27539) (0e54bae)

3.0.3 (2020-10-22)

Bug Fixes

  • gatsby-source-contentful: set default for contentful asset workers (#27586) (d372db8)

3.0.2 (2020-10-21)

Bug Fixes

  • gatsby-source-contentful: fixed contentful asset download stalling with high number of assets (#27563) (dc0ce0c)

3.0.1 (2020-10-20)

Note: Version bump only for package gatsby-source-contentful

3.0.0 (2020-10-19)

Performance Improvements

  • gatsby-plugin-contentful: drop the super expensive fixids cycle (#27318) (b316505)

BREAKING CHANGES

  • gatsby-plugin-contentful: If you were relying on the contentful_id on the sys object in your queries those are no longer exposed and you can safely change them to the id property on that sys object.

If you were relying on the id property in the sys object, you should be aware that it is no longer "normalized". In particular, it will no longer get a 'c' prefixed to the id.

2.3.56 (2020-10-19)

Note: Version bump only for package gatsby-source-contentful

2.3.55 (2020-10-16)

Note: Version bump only for package gatsby-source-contentful

2.3.54 (2020-10-16)

Note: Version bump only for package gatsby-source-contentful

2.3.53 (2020-10-15)

Features

  • gatsby-source-contentful: add tool to force-cache remote data to debug (#27404) (2964b62)

Performance Improvements

  • gatsby-source-contentful: change O(n*m) loop to O(n+m) (#27448) (e6162dd)
  • gatsby-source-contentful: do not linear search on a potentially large set (#27447) (9d304ed)

2.3.52 (2020-10-13)

Bug Fixes

  • deps: update minor and patch for gatsby-source-contentful (#27393) (5e51fed)

2.3.51 (2020-10-08)

Note: Version bump only for package gatsby-source-contentful

2.3.50 (2020-10-06)

Performance Improvements

2.3.49 (2020-10-01)

Bug Fixes

  • gatsby-source-contentful: Add file-extension to remote cached items (#25924) (bfd46f8)

2.3.48 (2020-09-28)

Note: Version bump only for package gatsby-source-contentful

2.3.47 (2020-09-23)

Note: Version bump only for package gatsby-source-contentful

2.3.46 (2020-09-15)

Note: Version bump only for package gatsby-source-contentful

2.3.45 (2020-09-10)

Note: Version bump only for package gatsby-source-contentful

2.3.44 (2020-09-09)

Note: Version bump only for package gatsby-source-contentful

2.3.43 (2020-09-08)

Note: Version bump only for package gatsby-source-contentful

2.3.42 (2020-09-07)

Note: Version bump only for package gatsby-source-contentful

2.3.41 (2020-08-31)

Note: Version bump only for package gatsby-source-contentful

2.3.40 (2020-08-28)

Note: Version bump only for package gatsby-source-contentful

2.3.39 (2020-08-26)

Note: Version bump only for package gatsby-source-contentful

2.3.38 (2020-08-24)

Note: Version bump only for package gatsby-source-contentful

2.3.37 (2020-08-11)

Note: Version bump only for package gatsby-source-contentful

2.3.36 (2020-08-10)

Note: Version bump only for package gatsby-source-contentful

2.3.35 (2020-08-05)

Note: Version bump only for package gatsby-source-contentful

2.3.34 (2020-07-30)

Bug Fixes

  • gatsby-source-contentful: support height parameter for srcset (#25776) (5148b3a)

2.3.33 (2020-07-28)

Note: Version bump only for package gatsby-source-contentful

2.3.32 (2020-07-24)

Note: Version bump only for package gatsby-source-contentful

2.3.31 (2020-07-23)

Performance Improvements

  • gatsby-source-contentful: speed up resolving of huge spaces (#25954) (8868896), closes #25464

2.3.30 (2020-07-22)

Note: Version bump only for package gatsby-source-contentful

2.3.29 (2020-07-21)

Note: Version bump only for package gatsby-source-contentful

2.3.28 (2020-07-20)

Note: Version bump only for package gatsby-source-contentful

2.3.27 (2020-07-17)

Features

  • gatsby-source-contentful: Give "Asset" the same Sys fields as "Entry" (#25030) (067468a)

2.3.26 (2020-07-09)

Note: Version bump only for package gatsby-source-contentful

2.3.25 (2020-07-09)

Note: Version bump only for package gatsby-source-contentful

2.3.24 (2020-07-07)

Performance Improvements

  • gatsby-plugin-contentful: use internal cache to get nodes by type (#25467) (05a73b7)
  • gatsby-source-contentful: experimental flag to skip id normalization (#25473) (da38276)

2.3.23 (2020-07-06)

Bug Fixes

  • gatsby-source-contentful: dont ship fixtures when publishing (#25472) (0c5aea8)

2.3.22 (2020-07-02)

Note: Version bump only for package gatsby-source-contentful

2.3.21 (2020-07-02)

Note: Version bump only for package gatsby-source-contentful

2.3.20 (2020-07-01)

Note: Version bump only for package gatsby-source-contentful

2.3.19 (2020-07-01)

Bug Fixes

2.3.18 (2020-06-24)

Note: Version bump only for package gatsby-source-contentful

2.3.17 (2020-06-22)

Note: Version bump only for package gatsby-source-contentful

2.3.16 (2020-06-19)

Note: Version bump only for package gatsby-source-contentful

2.3.15 (2020-06-09)

Note: Version bump only for package gatsby-source-contentful

2.3.14 (2020-06-02)

Note: Version bump only for package gatsby-source-contentful

2.3.13 (2020-06-02)

Note: Version bump only for package gatsby-source-contentful

2.3.12 (2020-05-22)

Note: Version bump only for package gatsby-source-contentful

2.3.11 (2020-05-20)

Bug Fixes

  • gatsby-source-contentful: Use https instead of http when downloading assets (#24227) (b49f74b)

2.3.10 (2020-05-20)

Note: Version bump only for package gatsby-source-contentful

2.3.9 (2020-05-20)

Note: Version bump only for package gatsby-source-contentful

2.3.8 (2020-05-19)

Note: Version bump only for package gatsby-source-contentful

2.3.7 (2020-05-19)

Note: Version bump only for package gatsby-source-contentful

2.3.6 (2020-05-18)

Note: Version bump only for package gatsby-source-contentful

2.3.5 (2020-05-13)

Note: Version bump only for package gatsby-source-contentful

2.3.4 (2020-05-13)

Note: Version bump only for package gatsby-source-contentful

2.3.3 (2020-05-07)

Note: Version bump only for package gatsby-source-contentful

2.3.2 (2020-05-05)

Note: Version bump only for package gatsby-source-contentful

2.3.1 (2020-04-28)

Bug Fixes

2.3.0 (2020-04-27)

Note: Version bump only for package gatsby-source-contentful

2.2.10 (2020-04-24)

Note: Version bump only for package gatsby-source-contentful

2.2.9 (2020-04-17)

Bug Fixes

2.2.8 (2020-04-16)

Note: Version bump only for package gatsby-source-contentful

2.2.7 (2020-04-04)

Note: Version bump only for package gatsby-source-contentful

2.2.6 (2020-04-03)

Bug Fixes

  • gatsby-source-contentful: use request url for base64 image cache key (#22745) (cfd2384)

2.2.5 (2020-03-26)

Performance Improvements

  • gatsby-source-contentful: Add cache for remote thumnails (#22551) (7abf4d7)

2.2.4 (2020-03-24)

Note: Version bump only for package gatsby-source-contentful

2.2.3 (2020-03-23)

Bug Fixes

  • gatsby-plugin-contentful: wait for contentTypes to be created) (#22307) (75b041e)

2.2.2 (2020-03-20)

Note: Version bump only for package gatsby-source-contentful

2.2.1 (2020-03-20)

Note: Version bump only for package gatsby-source-contentful

2.2.0 (2020-03-20)

Features

2.1.100 (2020-03-18)

Note: Version bump only for package gatsby-source-contentful

2.1.99 (2020-03-18)

Bug Fixes

  • update dependency axios to ^0.19.2 (#22317) (91e780f)
  • readme: Update Readme gatsby-source-contentful missing co… (#22339) (ab59162)

2.1.98 (2020-03-16)

Note: Version bump only for package gatsby-source-contentful

2.1.97 (2020-03-13)

Note: Version bump only for package gatsby-source-contentful

2.1.96 (2020-03-12)

Note: Version bump only for package gatsby-source-contentful

2.1.95 (2020-03-11)

Note: Version bump only for package gatsby-source-contentful

2.1.94 (2020-03-10)

Bug Fixes

  • gatsby-source-contentful: Don’t crash when GATSBY_CONTENTFUL_OFFLINE and downloadLocal are used (#21472) (02471fc), closes #21463

2.1.93 (2020-03-10)

Note: Version bump only for package gatsby-source-contentful

2.1.92 (2020-03-09)

Note: Version bump only for package gatsby-source-contentful

2.1.91 (2020-03-06)

Note: Version bump only for package gatsby-source-contentful

2.1.90 (2020-03-06)

Note: Version bump only for package gatsby-source-contentful

2.1.89 (2020-02-28)

Note: Version bump only for package gatsby-source-contentful

2.1.88 (2020-02-26)

Bug Fixes

  • gatsby-source-contentful: prevent unpublished Contentful entries from breaking content sync (#21765) (11274db)

2.1.87 (2020-02-24)

Bug Fixes

  • gatsby-source-contentful: Add panic messaging to builds with no locales (#21667) (6979816)
  • check that richTextOptions exists before using it (#21648) (80acb8d)
  • fix Contentful sync limit (#21644) (af921bb)

Features

  • add an option to resolve locales in entries referenced by rich text (#21619) (0666df7)

2.1.86 (2020-02-13)

Bug Fixes

  • gatsby-source-contentful: Remove whitespace from default long text value (#21412) (bed3684)

2.1.85 (2020-02-01)

Features

  • gatsby-source-contentful: Add page limit to gatsby-source-contentful (#21030) (8f11c7d)

2.1.84 (2020-01-29)

Note: Version bump only for package gatsby-source-contentful

2.1.83 (2020-01-29)

Performance Improvements

  • gatsby-source-contentful: remove recursion in fixIds (#20837) (996e951)

2.1.82 (2020-01-27)

Note: Version bump only for package gatsby-source-contentful

2.1.81 (2020-01-27)

Note: Version bump only for package gatsby-source-contentful

2.1.80 (2020-01-27)

Note: Version bump only for package gatsby-source-contentful

2.1.79 (2020-01-23)

Note: Version bump only for package gatsby-source-contentful

2.1.78 (2020-01-21)

Note: Version bump only for package gatsby-source-contentful

2.1.77 (2020-01-16)

Bug Fixes

2.1.76 (2020-01-09)

Note: Version bump only for package gatsby-source-contentful

2.1.75 (2020-01-09)

Bug Fixes

  • gatsby-transformer-sharp: define required image fields as non-null in schema (#20314) (e3026c9)

Features

  • gatsby-source-contentful: Add option to use Content Type ID for GraphQL schema generation (#20265) (0e71cfb)

2.1.74 (2020-01-09)

Bug Fixes

  • gatsby-transformer-sharp: define required image fields as non-null in schema (#20314) (e3026c9)

Features

  • gatsby-source-contentful: Add option to use Content Type ID for GraphQL schema generation (#20265) (0e71cfb)

2.1.73 (2019-12-23)

Bug Fixes

  • gatsby-source-contentful: Add contentful_id field recursi… (#20258) (deb41cd)

2.1.72 (2019-12-20)

Note: Version bump only for package gatsby-source-contentful

2.1.71 (2019-12-17)

Note: Version bump only for package gatsby-source-contentful

2.1.70 (2019-12-16)

Note: Version bump only for package gatsby-source-contentful

2.1.69 (2019-12-10)

Note: Version bump only for package gatsby-source-contentful

2.1.68 (2019-12-10)

Note: Version bump only for package gatsby-source-contentful

2.1.67 (2019-12-05)

Note: Version bump only for package gatsby-source-contentful

2.1.66 (2019-12-02)

Note: Version bump only for package gatsby-source-contentful

2.1.65 (2019-11-28)

Note: Version bump only for package gatsby-source-contentful

2.1.64 (2019-11-26)

Note: Version bump only for package gatsby-source-contentful

2.1.63 (2019-11-25)

Note: Version bump only for package gatsby-source-contentful

2.1.62 (2019-11-20)

Features

  • gatsby-source-contentful: handle SELF_SIGNED_CERT_IN_CHAIN error. (#19161) (62dd3d1)

2.1.61 (2019-11-18)

Note: Version bump only for package gatsby-source-contentful

2.1.60 (2019-11-18)

Note: Version bump only for package gatsby-source-contentful

2.1.59 (2019-11-15)

Note: Version bump only for package gatsby-source-contentful

2.1.58 (2019-11-15)

Note: Version bump only for package gatsby-source-contentful

2.1.57 (2019-11-13)

Note: Version bump only for package gatsby-source-contentful

2.1.56 (2019-11-10)

Note: Version bump only for package gatsby-source-contentful

2.1.55 (2019-11-04)

Bug Fixes

  • gatsby-source-contentful: fix crash when downloading asset with a file that doesn't have a url (#19218) (0b57a3c)

2.1.54 (2019-10-29)

Note: Version bump only for package gatsby-source-contentful

2.1.53 (2019-10-29)

Note: Version bump only for package gatsby-source-contentful

2.1.52 (2019-10-28)

Note: Version bump only for package gatsby-source-contentful

2.1.51 (2019-10-28)

Bug Fixes

2.1.50 (2019-10-16)

Note: Version bump only for package gatsby-source-contentful

2.1.49 (2019-10-14)

Note: Version bump only for package gatsby-source-contentful

2.1.48 (2019-10-14)

Note: Version bump only for package gatsby-source-contentful

2.1.47 (2019-10-09)

Note: Version bump only for package gatsby-source-contentful

2.1.46 (2019-10-08)

Note: Version bump only for package gatsby-source-contentful

2.1.45 (2019-10-04)

Bug Fixes

  • update dependency bluebird to ^3.7.0 (#18029) (bd235a8)
  • gatsby-source-contentful: Take space id into account during node creation (#17923) (fdd57d3)

2.1.44 (2019-09-26)

Bug Fixes

  • gatsby-source-contentful: Allow proxy to be passed in to… (#17574) (744c07d)

2.1.43 (2019-09-26)

Bug Fixes

  • gatsby-source-contentful: Allow proxy to be passed in to… (#17574) (744c07d)

2.1.42 (2019-09-24)

Note: Version bump only for package gatsby-source-contentful

2.1.41 (2019-09-23)

Bug Fixes

2.1.40 (2019-09-20)

Note: Version bump only for package gatsby-source-contentful

2.1.39 (2019-09-20)

Note: Version bump only for package gatsby-source-contentful

2.1.38 (2019-09-18)

Bug Fixes

  • gatsby-source-contentful: Fixing when assets are in draft state (#17571) (7e40c1e)

2.1.37 (2019-09-18)

Note: Version bump only for package gatsby-source-contentful

2.1.36 (2019-09-13)

Note: Version bump only for package gatsby-source-contentful

2.1.35 (2019-09-10)

Bug Fixes

  • gatsby-source-contentful: Prevent TypeError if many-to-on… (#17500) (fde5de6)

2.1.34 (2019-09-09)

Note: Version bump only for package gatsby-source-contentful

2.1.33 (2019-09-05)

Note: Version bump only for package gatsby-source-contentful

2.1.32 (2019-09-04)

Note: Version bump only for package gatsby-source-contentful

2.1.31 (2019-09-04)

Note: Version bump only for package gatsby-source-contentful

2.1.30 (2019-09-01)

Bug Fixes

  • update minor updates in packages except react, babel and eslint (#17254) (252d867)

2.1.29 (2019-08-24)

Note: Version bump only for package gatsby-source-contentful

2.1.28 (2019-08-24)

Bug Fixes

2.1.27 (2019-08-23)

Note: Version bump only for package gatsby-source-contentful

2.1.26 (2019-08-23)

Note: Version bump only for package gatsby-source-contentful

2.1.25 (2019-08-22)

Note: Version bump only for package gatsby-source-contentful

2.1.24 (2019-08-22)

Note: Version bump only for package gatsby-source-contentful

2.1.23 (2019-08-21)

Bug Fixes

2.1.22 (2019-08-21)

Bug Fixes

2.1.21 (2019-08-20)

Bug Fixes

2.1.20 (2019-08-16)

Note: Version bump only for package gatsby-source-contentful

2.1.19 (2019-08-09)

Note: Version bump only for package gatsby-source-contentful

2.1.18 (2019-08-06)

Note: Version bump only for package gatsby-source-contentful

2.1.17 (2019-08-01)

Note: Version bump only for package gatsby-source-contentful

2.1.16 (2019-07-30)

Note: Version bump only for package gatsby-source-contentful

2.1.15 (2019-07-22)

Note: Version bump only for package gatsby-source-contentful

2.1.14 (2019-07-17)

Note: Version bump only for package gatsby-source-contentful

2.1.13 (2019-07-13)

Note: Version bump only for package gatsby-source-contentful

2.1.12 (2019-07-12)

Note: Version bump only for package gatsby-source-contentful

2.1.11 (2019-07-12)

Bug Fixes

2.1.10 (2019-07-11)

Note: Version bump only for package gatsby-source-contentful

2.1.9 (2019-07-10)

Note: Version bump only for package gatsby-source-contentful

2.1.8 (2019-07-06)

Note: Version bump only for package gatsby-source-contentful

2.1.7 (2019-07-05)

Bug Fixes

  • gatsby-source-contentful: include locale in asset cache key (#14994) (e6fb93a)

2.1.6 (2019-07-03)

Note: Version bump only for package gatsby-source-contentful

2.1.5 (2019-07-02)

Note: Version bump only for package gatsby-source-contentful

2.1.4 (2019-07-01)

Features

  • gatsby-source-contentful: Add option to not use sync tokens (#15203) (251f9a8)

2.1.3 (2019-06-25)

Note: Version bump only for package gatsby-source-contentful

2.1.2 (2019-06-24)

Note: Version bump only for package gatsby-source-contentful

2.1.1 (2019-06-21)

Note: Version bump only for package gatsby-source-contentful

2.1.0 (2019-06-20)

Note: Version bump only for package gatsby-source-contentful

2.0.75 (2019-06-19)

Bug Fixes

  • fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) (2594623)

2.0.74 (2019-06-19)

Bug Fixes

  • fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) (2594623)

2.0.73 (2019-06-18)

Note: Version bump only for package gatsby-source-contentful

2.0.72 (2019-06-18)

Bug Fixes

  • gatsby-source-contentful: Restricts images to 4000 max image width/height (#14760) (177d35c)

2.0.71 (2019-06-12)

Note: Version bump only for package gatsby-source-contentful

2.0.70 (2019-06-12)

Note: Version bump only for package gatsby-source-contentful

2.0.69 (2019-06-10)

Features

  • gatsby-source-contentful: Remove default image transform width (#14159) (d24e22f)

2.0.68 (2019-06-10)

Note: Version bump only for package gatsby-source-contentful

2.0.67 (2019-05-31)

Bug Fixes

  • gatsby-source-contentful: add query to the subsequent api call (#14449) (45fcefb)

2.0.66 (2019-05-31)

Note: Version bump only for package gatsby-source-contentful

2.0.65 (2019-05-29)

Bug Fixes

  • gatsby-source-contentful: Don't set default widths (#14361) (ee83270)

2.0.64 (2019-05-29)

Note: Version bump only for package gatsby-source-contentful

2.0.63 (2019-05-24)

Note: Version bump only for package gatsby-source-contentful

2.0.62 (2019-05-23)

Note: Version bump only for package gatsby-source-contentful

2.0.61 (2019-05-20)

Note: Version bump only for package gatsby-source-contentful

2.0.60 (2019-05-18)

Features

  • gatsby-source-contentful: add options validation and more detailed error messages (#9231) (68cb1a5)

2.0.59 (2019-05-16)

Note: Version bump only for package gatsby-source-contentful

2.0.58 (2019-05-15)

Note: Version bump only for package gatsby-source-contentful

2.0.57 (2019-05-14)

Note: Version bump only for package gatsby-source-contentful

2.0.56 (2019-05-09)

Note: Version bump only for package gatsby-source-contentful

2.0.55 (2019-05-03)

Note: Version bump only for package gatsby-source-contentful

2.0.54 (2019-04-30)

Note: Version bump only for package gatsby-source-contentful

2.0.53 (2019-04-24)

Note: Version bump only for package gatsby-source-contentful

2.0.52 (2019-04-23)

Note: Version bump only for package gatsby-source-contentful

2.0.51 (2019-04-23)

Note: Version bump only for package gatsby-source-contentful

2.0.50 (2019-04-17)

Features

2.0.49 (2019-04-15)

Bug Fixes

  • gatsby-source-contentful: add missing "face" crop focus option (#13364) (68340bf)

2.0.48 (2019-04-11)

Note: Version bump only for package gatsby-source-contentful

2.0.47 (2019-04-09)

Note: Version bump only for package gatsby-source-contentful

2.0.46 (2019-04-08)

Note: Version bump only for package gatsby-source-contentful

2.0.45 (2019-03-27)

Note: Version bump only for package gatsby-source-contentful

2.0.44 (2019-03-25)

Note: Version bump only for package gatsby-source-contentful

2.0.43 (2019-03-25)

Note: Version bump only for package gatsby-source-contentful

2.0.42 (2019-03-22)

Note: Version bump only for package gatsby-source-contentful

2.0.41 (2019-03-20)

Note: Version bump only for package gatsby-source-contentful

2.0.40 (2019-03-18)

Bug Fixes

  • gatsby-source-contentful: Add gatsby-source-filesystem as dependency (#12612) (0e6d7a1)

2.0.39 (2019-03-15)

Features

  • gatsby-source-contentful: Support storing assets locally (#10682) (6d7bd76)

2.0.38 (2019-03-12)

Note: Version bump only for package gatsby-source-contentful

2.0.37 (2019-03-11)

Note: Version bump only for package gatsby-source-contentful

2.0.36 (2019-03-11)

Note: Version bump only for package gatsby-source-contentful

2.0.35 (2019-03-05)

Note: Version bump only for package gatsby-source-contentful

2.0.34 (2019-03-04)

Note: Version bump only for package gatsby-source-contentful

2.0.33 (2019-02-28)

Note: Version bump only for package gatsby-source-contentful

2.0.32 (2019-02-22)

Note: Version bump only for package gatsby-source-contentful

2.0.31 (2019-02-22)

Note: Version bump only for package gatsby-source-contentful

2.0.30 (2019-02-19)

Note: Version bump only for package gatsby-source-contentful

2.0.29 (2019-02-01)

Note: Version bump only for package gatsby-source-contentful

2.0.28 (2019-01-29)

Note: Version bump only for package gatsby-source-contentful

2.0.27 (2019-01-23)

Bug Fixes

  • gatsby-source-contentful: checking if entryItemFieldValue[0] exists (#11087) (a11f79a)

2.0.26 (2019-01-11)

Note: Version bump only for package gatsby-source-contentful

2.0.24 (2019-01-11)

Bug Fixes

  • gatsby-source-contentful: Fix check for fluid and fixed size filters (#11009) (aeb2bbd)

2.0.23 (2019-01-09)

Note: Version bump only for package gatsby-source-contentful

2.0.22 (2018-12-27)

Note: Version bump only for package gatsby-source-contentful

2.0.21 (2018-12-21)

Note: Version bump only for package gatsby-source-contentful

2.0.20 (2018-12-11)

Note: Version bump only for package gatsby-source-contentful

2.0.19 (2018-12-07)

Note: Version bump only for package gatsby-source-contentful

2.0.18 (2018-12-05)

Features

  • gatsby-source-contentful: enable RichText for all users (#10301) (ce65534)

2.0.17 (2018-12-03)

Bug Fixes

  • gatsby-source-contentful: use safe stringification for Rich Text fields (#10228) (2d2ac7c)

2.0.16 (2018-11-29)

Note: Version bump only for package gatsby-source-contentful

2.0.15 (2018-11-21)

Note: Version bump only for package gatsby-source-contentful

2.0.14 (2018-11-12)

Bug Fixes

  • gatsby-source-contentful: Remove unused argument (#9866) (88fffb5)

2.0.13 (2018-11-08)

Bug Fixes

  • gatsby-source-contentful: fix structured content fields (#9768) (b7992fb)

2.0.12 (2018-11-06)

Note: Version bump only for package gatsby-source-contentful

2.0.11 (2018-11-05)

Note: Version bump only for package gatsby-source-contentful

2.0.10 (2018-11-01)

Note: Version bump only for package gatsby-source-contentful

2.0.9 (2018-10-29)

Features

2.0.8 (2018-10-29)

Note: Version bump only for package gatsby-source-contentful

2.0.7 (2018-10-29)

Features

  • gatsby-source-contentful: adds CENTER option to ImageCropFocusType (#9473) (cc8c60d)

2.0.6 (2018-10-24)

Note: Version bump only for package gatsby-source-contentful

2.0.5 (2018-10-23)

Bug Fixes

  • gatsby-source-contentful: fix missing linked assets when editing unrelated fields (#9303) (3969a94)

Features

  • gatsby-source-contentful: add structured text node type (#8214) (57f48ef)

2.0.4 (2018-10-16)

Note: Version bump only for package gatsby-source-contentful

2.0.3 (2018-10-10)

Features

2.0.2 (2018-10-03)

Note: Version bump only for package gatsby-source-contentful

2.0.1 (2018-09-17)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.9 (2018-09-11)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.8 (2018-09-11)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.7 (2018-09-11)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.6 (2018-09-11)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.5 (2018-09-07)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.4 (2018-09-05)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.3 (2018-08-31)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.2 (2018-08-29)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.1 (2018-08-29)

Note: Version bump only for package gatsby-source-contentful

2.0.1-rc.0 (2018-08-21)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.18 (2018-08-16)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.17 (2018-08-16)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.16 (2018-08-14)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.15 (2018-07-21)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.14 (2018-07-20)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.13 (2018-07-13)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.12 (2018-07-13)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.11 (2018-07-11)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.10 (2018-07-09)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.9 (2018-07-06)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.8 (2018-06-25)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.7 (2018-06-25)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.6 (2018-06-23)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.5 (2018-06-21)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.4 (2018-06-20)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.3 (2018-06-20)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.2 (2018-06-19)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.1 (2018-06-17)

Note: Version bump only for package gatsby-source-contentful

2.0.1-beta.0 (2018-06-17)

Note: Version bump only for package gatsby-source-contentful