Skip to content

Latest commit

 

History

History
261 lines (159 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

261 lines (159 loc) · 16.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.1 (2020-07-26)

Bug Fixes

3.2.0 (2020-07-25)

Bug Fixes

  • ensure legacy preview toolbar has correct repo endpoint URL (c64aab3)
  • ensure legacy prismicId nested preview data merging still works (575414e)
  • remove mention of _previewable docs (not yet written) (0dc6014)
  • update all dependencies (4e16769)
  • update missing _previewable warning message (fbcd4b9)

3.1.4 (2020-06-06)

3.1.3 (2020-06-06)

Bug Fixes

  • compile nullish-coalescing-operator (4ec2688)

3.1.2 (2020-06-05)

Bug Fixes

  • correct fluid fragments (9a50ae4)
  • prevent Imgix metadata request (2338ce0), closes #236
  • remove WebP fields from non-WebP image fragments (676eea1), closes #237

3.1.1 (2020-06-01)

Bug Fixes

  • remove underscore before numbers in type names (regression) (e0505f7), closes #235

3.1.0 (2020-06-01)

Features

  • add initial gatsby-plugin-imgix integration (2a1e56c)
  • add preview HOCs (ccef925)
  • add prismic-toolbar script to gatsby-ssr.js (cf8cf60)
  • add releaseID option (992d604)
  • adding the prismic script can be disabled (32820b2)
  • convert PrismicImageType to gatsby-plugin-imgix (813f975)
  • include legacy support for Prismic Toolbar (d0c8270)
  • optionally include prismicToolbar, default to false (6534d42)
  • support placeholder imgix params (36bb9e2)
  • update to dev imgix plugin (cbcae70)
  • upgrade gatsby-plugin-imgix (b8b70a2)

Bug Fixes

  • add missing parts to HOCs (00dae2d)
  • add omirPrismicScript to validateOptions (4368897)
  • correct prismicToolbar option name (f575057)
  • different fix for the last error due to this error (d6ec00e)
  • download full-quality image from Prismic for localFile (e4d6298), closes #233
  • error when trying to build (b1866a9)
  • featch script using https protocol (07dba6a)
  • gatsby-ssr not correctly exported (aa607d7)
  • import ssr function from dist (5d45740)
  • load and configure toolbar correctly (eea005a)
  • move explicit for when to omit prismic script (a806007)
  • remove devDependencies from build. (5012bcc)
  • remove package-lock.json (bfae1ea)
  • rename option to include prismic-toolbar (6025f1c)
  • support all usePrismicPreview options on withPreviewResolver (0099d06)
  • type error (132ccb3)
  • update gatsby-plugin-imgix (cfa7b17)
  • upgrade infrastructure and packages (574431e)
  • use old version of the toolbar (b1f8122)
  • use reporter for invalid release ID (793dec3)

3.0.2 (2020-05-12)

Bug Fixes

  • enable description field on PrismicEmbedType (#225) (8f5ce90)

3.0.1 (2020-04-06)

Bug Fixes

  • ensure gatsby-image fluid srcset uses integer descriptors (d149d89)
  • update dependencies (#211) (879bc76)
  • wait for linked documents to fully load in browser environment (5bd6840)

3.0.0 (2020-03-11)

Bug Fixes

3.0.0-beta.26 (2020-03-11)

Features

3.0.0-beta.25 (2020-03-01)

Bug Fixes

  • remove image URL decoding (800431c)
  • restore automatic compression and format (ebf9b82)
  • restore width and height oembed fields (c919a3a)
  • use correct scaled height for fluid (dad48b9)

3.0.0-beta.24 (2020-02-10)

Bug Fixes

3.0.0-beta.23 (2020-02-10)

Bug Fixes

  • add thumbnail resolvers (9268dff)

3.0.0-beta.19 (2019-12-13)

Features

  • add alternate languages support (7680981)

3.0.0-beta.18 (2019-12-09)

Features

  • export getFixedGatsbyImage and getFluidGatsbyImage (d53f8aa)

3.0.0-beta.17 (2019-12-08)

Bug Fixes

  • restore link field size property (dd02aeb)

3.0.0-beta.16 (2019-12-05)

Features

Bug Fixes

  • graphql introspection on PrismicDocument's Date fields (87f758a)

3.0.0-beta.15 (2019-11-26)

Bug Fixes

  • ensure error message is an error object (5a76af4)
  • replace broken link check with isBroken property (4f6a3a8)
  • update all dependencies (3914bba)
  • preview: check for broken_type before trying to get linked document (f557025)

3.0.0-beta.14 (2019-11-11)

Bug Fixes

  • ensure null values skipped on traversal merge (fe10fb6)

3.0.0-beta.13 (2019-11-11)

Bug Fixes

  • add tags to PrismicDocument interface (a5a5eae)
  • handle schemas with no thumbnails properly (f010fe9)
  • use cached images if available (7787a45)

Features

3.0.0-beta.12 (2019-11-11)

Bug Fixes

  • only provide thumbnails field if present (744914d)
  • restore option defaults (690fa9b)
  • restore thumbnail localFile support under thumbnail key (d1e2c45)

3.0.0-alpha.1 (2019-05-19)

3.0.0-beta.11 (2019-09-21)

Bug Fixes

  • restore option defaults (690fa9b)

3.0.0-beta.10 (2019-08-26)

Bug Fixes

Features

3.0.0-beta.9 (2019-08-24)

Bug Fixes

  • strengthen plugin options schema (5010a4e)
  • use cloneDeep to prevent mutation of static data (b77ec93)
  • use common validatePluginOptions (20ff655)
  • use correct default linkResolver (bd28a6e), closes #124