Skip to content

Latest commit

 

History

History
323 lines (154 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

323 lines (154 loc) · 15.5 KB

Changelog

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

1.0.0 (2022-12-20)

Features

  • allow querying only documents of a certain type (2b883d0)

Bug Fixes

  • log error for debugging purpose on serverless (f7e25d5)

Chore

  • deps: maintain dependencies (1af9e7c)

1.0.0-beta.5 (2022-07-26)

Features

  • add helper shortcodes (isFilled) (f38061c)

Chore

  • deps: maintain dependencies (b09f3f7)

1.0.0-beta.4 (2022-07-07)

Bug Fixes

  • also resolve document URLs when property is falsy (690ebcf)

Refactor

  • base type on Netlify handler event (8ac777c)

Chore

  • deps: maintain dependencies (4d63513)

1.0.0-beta.3 (2022-04-29)

⚠ BREAKING CHANGES

  • change auto to thumbnails for consistency

Chore

Refactor

  • change auto to thumbnails for consistency (4fef318)

1.0.0-beta.2 (2022-03-15)

⚠ BREAKING CHANGES

  • resolve link context page automatically

Refactor

  • resolve link context page automatically (0bf2fa1)

Documentation

Chore

  • deps: maintain dependencies (6db3370)

1.0.0-beta.1 (2022-03-02)

Chore

  • deps: maintain dependencies (6b2de87)

Refactor

  • @prismicio/client now supports repository name (d4ac98b)

1.0.0-beta.0 (2022-02-23)

⚠ BREAKING CHANGES

  • enhance image shortcode with imgix capabilities
  • use object instead of array for attributes

Features

  • add new image helpers (2070bde)
  • enhance image shortcode with imgix capabilities (c66401d)

Bug Fixes

  • don't append preview name on default resolved preview URL (9f2b1ae)
  • keep image tag accessible by defaulting alt value (6ef0085)

Refactor

  • use object instead of array for attributes (b9890a2)

Chore

Documentation

  • update doc for 1.0.0 (1682241)
  • update documentation title (f274c49)
  • warn about the need for a link resolving strategy to be provided for previews (5d3910f)

0.2.1 (2022-01-10)

Bug Fixes

  • actually make cookie secure on production following 11ty way (6115986)

0.2.1-alpha.0 (2022-01-10)

Bug Fixes

  • improve output page resolving to prevent conflict (3a34dc2)
  • redirect loop on Netlify (ff89220)
  • set up environment variable during preview resolving too (1418aca)

Documentation

  • document .gitignore setup (c01f62a)
  • update 0.1.x migration guide (c4aacf4)

0.2.0 (2022-01-10)

⚠ BREAKING CHANGES

  • deps: update to 11ty 1.0 and maintain dependencies

Features

  • support Prismic preview (e84cbce)
  • update shortcodes to handle preview url (bc54d4e)

Chore

  • deps: stay on AVA 3 until snapshots get fixed (429e384)
  • deps: update to 11ty 1.0 and maintain dependencies (1259891)
  • improve preview edge cases handling (337d9ce)
  • mark preview feature as experimental (2857ca7)
  • typo (531fb17)

Refactor

  • use own environment variable to prevent poluting other 11ty serverless handlers (ded41a4)

Documentation

0.1.5 (2022-01-03)

Features

Bug Fixes

  • correctly unwrap singletons with i18n mode (baebb59)
  • correctly unwrap singletons with i18n mode (5c2196f)

Chore

  • deps: maintain dependencies (732ed76)

Documentation

0.1.4 (2021-11-30)

Chore

  • deps: maintain dependencies (e8bb7e9)

0.1.3 (2021-11-12)

Features

Bug Fixes

  • client getAll breaking change (internal) #4, #5 (fe7980a)

Chore

  • deps: maintain dependencies (30619d6)

0.1.2 (2021-11-03)

Features

  • add definePrismicPluginOptions (8ca407c)

Chore

  • deps: maintain dependencies (ef6a062)

0.1.1 (2021-09-27)

Refactor

Documentation

Chore

  • config: add tsdoc lint to eslint (21426fa)
  • deps: maintain dependencies (d02e0c2)
  • fix documentation link (c41b572)
  • update template config (5af8adf)

0.1.0 (2021-08-09)

Documentation

Chore

  • eleventyConfig own shortcodes are always here (d906c16)
  • maintain package.json (c3c24a3)
  • update templates (539e99d)

0.1.0-alpha.0 (2021-08-09)

⚠ BREAKING CHANGES

  • revamp API and use new kits

Refactor

  • revamp API and use new kits (b0eacd8)

0.0.3 (2021-08-05)

Bug Fixes

  • typing error in sdk/index.js (#1) (e708bbe)

Documentation

Chore

0.0.2 (2021-04-27)

0.0.1 (2021-04-26)