Releases: gatsby-uc/plugins
gatsby-source-strapi@4.0.1
Patch Changes
-
#469
4759545
Thanks @renovate! - fix(packages): update non-major dependency versions -
#484
2579b64
Thanks @renovate! - chore(babel): update build tooling to v7.25.8 -
#468
67b7397
Thanks @renovate! - Refactor code for updated linting rules -
#466
3731300
Thanks @renovate! - chore(babel): update build tooling
gatsby-source-s3@4.1.4
Patch Changes
-
#485
25b0c04
Thanks @renovate! - fix(packages): update non-major dependency versions to ^3.669.0 -
#469
4759545
Thanks @renovate! - fix(packages): update non-major dependency versions -
#484
2579b64
Thanks @renovate! - chore(babel): update build tooling to v7.25.8 -
#466
3731300
Thanks @renovate! - chore(babel): update build tooling
gatsby-source-packagist@3.2.4
Patch Changes
-
#469
4759545
Thanks @renovate! - fix(packages): update non-major dependency versions -
#484
2579b64
Thanks @renovate! - chore(babel): update build tooling to v7.25.8 -
#468
67b7397
Thanks @renovate! - Refactor code for updated linting rules -
#466
3731300
Thanks @renovate! - chore(babel): update build tooling
gatsby-source-airtable@2.4.3
gatsby-plugin-relative-ci@2.1.4
gatsby-plugin-pinterest@5.1.4
Patch Changes
-
#469
4759545
Thanks @renovate! - fix(packages): update non-major dependency versions -
#484
2579b64
Thanks @renovate! - chore(babel): update build tooling to v7.25.8 -
#468
67b7397
Thanks @renovate! - Refactor code for updated linting rules -
#466
3731300
Thanks @renovate! - chore(babel): update build tooling
gatsby-plugin-github-ribbon@2.2.4
gatsby-plugin-fastify@0.13.4
Patch Changes
-
#469
4759545
Thanks @renovate! - fix(packages): update non-major dependency versions -
#471
3ff08a8
Thanks @renovate! - chore(packages): update dependency @types/jest to ^29.5.13 -
#484
2579b64
Thanks @renovate! - chore(babel): update build tooling to v7.25.8 -
#468
67b7397
Thanks @renovate! - Refactor code for updated linting rules -
#466
3731300
Thanks @renovate! - chore(babel): update build tooling
gatsby-plugin-ackee-tracker@4.1.4
gatsby-source-strapi@4.0.0
Major Changes
-
#478
5ee9975
Thanks @laurenskling! - Support Strapi v5, while staying compatible with v4.There are no breaking changes. I've created a major release because I don't want to bother current applications with possible bugs. Updrading to this code should be a choice.
I have removed the code for creating the unstable_createNodeManifest. In my believe, this was only for Gatsby Cloud and as Gatsby Cloud only remains in our sweet memories of the glory days, we don't need it anymore. I've also deleted the readme about Gatsby Cloud and content sync, I don't believe any plaform is supporting content sync right now, or ever again.
I have tried to support both v4 and v5 syntaxes in this release. By setting
version
on your config to 5, the new REST API syntax will be used.publicationState=preview
will automatically be rewritten tostatus=draft
.As Strapi v5 is using documentId's over regular id's, I am now using the documentId (where available, f.e. not in components) to create the Gatsby Node id. This should keep updated relations intact when reloading data.