Skip to content

Releases: LekoArts/gatsby-source-tmdb

[email protected]

08 Nov 09:14
df28253
Compare
Choose a tag to compare

Patch Changes

[email protected]

08 Nov 08:49
521a189
Compare
Choose a tag to compare

Major Changes

  • #26 8779fbc Thanks @LekoArts! - Minimum required Node.js version is 18. Bump peerDependency to Gatsby 5.

[email protected]

07 Nov 14:30
fffb25d
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Mar 15:26
Compare
Choose a tag to compare

Patch Changes

  • #21 3ea4502 Thanks @LekoArts! - chore: Update Packages

    Also changed the defaults handling under the hood, but no changes in behavior.

[email protected]

14 Mar 15:57
fcb949b
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Mar 17:49
Compare
Choose a tag to compare

Patch Changes

  • #17 a77ef26 Thanks @LekoArts! - chore(gatsby-source-tmdb): Update dependencies

    Updates dependencies in monorepo, example, and in package itself.

[email protected]

22 Dec 10:04
8275612
Compare
Choose a tag to compare

Major Changes

With #14 merged a new v3 of gatsby-source-tmdb is out.

Key highlights of this release:

  • Full compatibility with Gatsby 4
  • Improved error handling
  • Ability to download images specific to an endpoint

Breaking Changes:

  • By default no images are downloaded anymore and you'll have to specifically opt-in to that. The shape (localFile on e.g. poster_path) stayed the same but you'll need to either enable image downloading globally or individually for each endpoint

You can read a migration guide here: https://github.com/LekoArts/gatsby-source-tmdb/blob/main/MIGRATING.md

[email protected]

30 Apr 12:17
d7181a7
Compare
Choose a tag to compare

Patch Changes

  • #12 91555a6 Thanks @LekoArts!
    • Add a LICENSE
    • Add regex to plugin options so that url won't have a leading slash
    • Fix README links + add link to migration guide
    • Update dependencies

v2: All new & shiny

17 Apr 16:31
811c1dc
Compare
Choose a tag to compare

Description

Hello!

With #9 merged a new v2 of gatsby-source-tmdb is out.

Key highlights of this release:

  • The plugin doesn't download all images upfront anymore, only on demand when you use localFile
  • Easier handling of endpoints with the new endpoints option
  • Query any endpoint you can think of and extend requests with the new extension option
  • You can use multiple instances of the plugin with typePrefix
  • Custom plugin errors for easier debugging
  • Uses pluginOptionSchema to validate plugin options
  • Better logging & progress bars

You can find all plugin options here: https://github.com/LekoArts/gatsby-source-tmdb/tree/main/package#options

Breaking Changes

  • The modules option was replaced with endpoints
  • The image nodes (e.g. backdrop_path) have another shape now with localFile in them
  • The reqPerTenSeconds option was removed
  • The poster & backdrop option was removed

[email protected]

17 Apr 21:34
2cc00a4
Compare
Choose a tag to compare

Patch Changes

  • d64e402: fix: Improve getParam usage with custom error