Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 6.8 KB

CHANGELOG.md

File metadata and controls

81 lines (43 loc) · 6.8 KB

Change Log

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

6.0.2 (2024-08-12)

Note: Version bump only for package @prismicio/gatsby

6.0.1 (2023-09-05)

Bug Fixes

  • previews: correctly resolve the url property in link fields (#542) (0a426c5)

6.0.0 (2023-06-29)

Note: Version bump only for package @prismicio/gatsby

6.0.0-alpha.19 (2022-11-17)

Note: Version bump only for package @prismicio/gatsby

6.0.0-alpha.18 (2022-11-17)

Bug Fixes

6.0.0-alpha.17 (2022-11-04)

Bug Fixes

  • allow uid and lang Route Resolver options (#48) (fbe8586)

6.0.0-alpha.16 (2022-11-02)

Bug Fixes

  • always treat Select fields as nullable (8e98ec4)
  • builds and tests (d664e4a)
  • change UID field type from ID! to String! (#12) (8a27248)
  • import fetch (ce33026)
  • previews: replace nanostores with Zustand (#44) (5e5aa05)
  • remove node: prefix from Node.js imports (6851757)
  • resolve correct image thumbnail URLs (#41) (ef02eb0)
  • resolve error when using gatsbyImageData with SVGs (#13) (a1ae60d)
  • support gatsbyImageData fixed layout with given dimensions (#17) (450864d)
  • support all gatsbyImageData parameters (#19) (172389a)
  • support empty Slice Zones (#42) (30c1318)
  • support image thumbnails with dashes in their name (#16) (6ba042f)
  • support Integration Field catalogs with no usage (#14) (2aaf89d)
  • use link_type rather than linkType in LinkField (1fa1b32)
  • use PrismicEmbedField over PrismicEmbed everywhere (fd32368)
  • use correct required type name for AlternateLanguage (7d1a658)

Features

  • 🍬 (b7b5fdc)
  • add shouldDownloadFile path to Link and Link to Media field descriptions (#21) (2629eb0)
  • add debug usePrismicPreviewState() hook (#43) (a3321a4)
  • add temporary timers to measure sourecNodes and preview times (#25) (d932796)
  • previews: validate plugin options (#10) (20e1beb)
  • restore Gatsby Cloud incremental builds support (4a4a087)