Skip to content

Latest commit

 

History

History
520 lines (253 loc) · 23.8 KB

CHANGELOG.md

File metadata and controls

520 lines (253 loc) · 23.8 KB

Changelog

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

4.3.0 (2024-09-27)

Features

4.2.3 (2024-09-16)

Bug Fixes

  • augment vue rather than @vue/runtime-core (#71) (fc66c4b)

4.2.2 (2024-04-25)

Bug Fixes

  • <SliceZone />'s slices type issue (f88c6b4)

4.2.1 (2024-03-28)

Bug Fixes

  • display slice type for mapped slices in todo component (95d5771)

Refactor

4.2.0 (2024-03-27)

Features

  • support @prismicio/client mapSliceZone (528581d)

Chore

4.1.0 (2023-09-26)

Features

  • export isFilled object to helpers (e51adf2)

4.0.3 (2023-08-30)

Bug Fixes

  • looser slice component type (61c87e3)

Chore

  • deps: maintain dependencies (49a2e4f)

4.0.2 (2023-07-06)

Chore

  • deps: maintain dependencies (7dd808f)

Documentation

  • tsdoc [@example](https://github.com/example) code snippet format (#62, #67) (eeaddc4)

4.0.1 (2023-06-09)

Bug Fixes

  • use config object serializer properly with asHTML (dfc0558)

4.0.0 (2023-06-02)

⚠ BREAKING CHANGES

  • update to client v7 (#64)

Features

3.2.1 (2023-05-30)

Bug Fixes

  • allow client type extensions (bb63a73)

Chore

  • update project structure (d680ecb)

3.2.0 (2023-05-16)

Features

  • deprecate htmlSerializer in favor of serializer and richTextSerializer (a73284e)

Chore

  • deps: maintain dependencies (c8ad43f)

3.1.4 (2023-04-12)

Bug Fixes

  • allow looser SliceComponentType for TypeScript reference (0f96b7a)

Chore

  • deps: maintain dependencies (b8f1c7d)

Documentation

3.1.3 (2023-03-13)

Bug Fixes

  • forward blank and rel attributes to external link component (e6d9e74)

Chore

  • deps: maintain dependencies (366999c)

3.1.2 (2022-12-19)

Chore

  • deps: maintain dependencies (0b012a8)

3.1.1 (2022-10-05)

Bug Fixes

  • getSliceComponentProps default generic value (28c328f)

Chore

  • deps: maintain dependencies (ba28d73)
  • deps: use caret version (5e253e4)

3.1.0 (2022-08-23)

Features

  • use Slice id property to key Slices in <SliceZone> when available (c74f188)

Documentation

  • fix changelog following merge (93c9048)

Chore

  • deps: maintain dependencies (7976de4)

3.0.0 (2022-07-18)

Chore

Documentation

3.0.0-beta.9 (2022-06-15)

Bug Fixes

  • reactivity issue on <PrismicRichText /> (5c824e8)

3.0.0-beta.8 (2022-06-10)

Bug Fixes

  • loosen type on <SliceZone /> (5a78c15)
  • prop types on <PrismicRichText /> and <PrismicText /> (2709c32)

3.0.0-beta.7 (2022-06-09)

Features

  • add fallback prop to <PrismicRichText /> and <PrismicText /> (689fb1f)
  • support GraphQL API in <SliceZone /> (82bad5d)

Chore

  • deps: maintain dependencies (e9f9ec7)

Refactor

  • warn in development mode only (8a76d3f)

3.0.0-beta.6 (2022-04-29)

⚠ BREAKING CHANGES

  • change auto to thumbnails for consistency

Refactor

  • change auto to thumbnails for consistency (c10cb3a)

Chore

  • deps: maintain dependencies (ec7b0cd)
  • deps: maintain package lock (040a795)
  • maintain template (b30adcc)

3.0.0-beta.5 (2022-03-02)

Chore

  • deps: maintain dependencies (5ad23db)

3.0.0-beta.4 (2022-02-24)

Bug Fixes

  • render alt attribute properly for a11y, fixes #55 (9d5e082)

3.0.0-beta.3 (2022-02-17)

Features

  • allow configuring defaults for width-based and pixel-density-based srcset (b06ff51)

Refactor

  • simplify client creation using new client features (92ad117)

Chore

  • deps: maintain dependencies (87dc6d4)
  • remove nonsense export (26a9a17)
  • typo in component name (eedc79b)

3.0.0-beta.2 (2022-02-15)

Features

  • update image components and add image helpers (f1fa427)

Chore

3.0.0-beta.1 (2021-12-03)

Chore

  • deps: maintain dependencies (cafeae1)

3.0.0-beta.0 (2021-12-02)

Bug Fixes

  • prop type for target, rel & blankTargetRelAttribute props (23ba61e)

Chore

  • cleanup ignore files (cee5697)
  • update release scripts to beta (0696d2f)

3.0.0-alpha.6 (2021-11-23)

Features

  • add resolver prop to SliceZone for backwards compatibility with vue-slicezone (adf62e2)

Chore

  • deps: fix types after update (eb82e0e)
  • key slicezone components for consistency (d814e1c)

Refactor

  • allow null or "" as truthy value on <PrismicLink> (0bc4f29)
  • rename getSliceZoneComponents() to defineSliceZoneComponents() (17f6736)

3.0.0-alpha.5 (2021-11-17)

Bug Fixes

  • deps: new @prismicio/client types (293f397)

Documentation

  • fix contributing doc link (8b80a17)

Chore

  • deps: maintain dependencies (eb8a31a)

3.0.0-alpha.4 (2021-09-27)

Refactor

  • simplify internal links handling for (010f714)

Chore

  • deps: maintain dependencies (1111f70)
  • deps: maintain dependencies (e4964be)
  • update template config (338f1cb)

3.0.0-alpha.3 (2021-08-19)

Chore

  • mark component implementations as pue (1910abf)

Documentation

3.0.0-alpha.2 (2021-08-19)

Features

  • allow for props hint on getSliceComponentProps (3245a5c)
  • lazy load fetch ponyfill when needed (bee79c2)

Chore

  • deps: maintain dependencies (f7df24d)

3.0.0-alpha.1 (2021-08-17)

Features

  • add basic components and related composables (eb4e1d6)
  • add composables (a7ab05c)
  • add PrismicLink component (5f0b4cf)
  • add slice zone component (ec0c50a)
  • navigate internal links using vue-router if present (0e0de61)

Bug Fixes

  • don't use ts ignore comments (ff5ad93)
  • provide accurate default for usePrismic (f5a14de)
  • use shallowRef to prevent object unnecessary unwrap (90eb09c)

Refactor

  • composables (0867de3)
  • migrate to new typescript template (804b09d)
  • use computed properties for memo cache (b642a87)
  • use dedicated file for plugin and use API (6c3e944)

Chore

Documentation

3.0.0-alpha.0 (2021-04-09)

⚠ BREAKING CHANGES

  • migrate client and dom sdk

Features

  • components: add embed component (d1bab33)
  • components: add image component (0ca4723)
  • components: add link and rich text to vetur definitions (b790dd4)
  • components: add link component (62efeee)
  • components: add richtext component & refactor comonents sdk (155f6c1)
  • core: export field types (58b8907)
  • core: setup vetur (a8a123e)

Bug Fixes

  • components: export image type properly (5ab0b4b)

  • core: worng type on usePrismic (03b3a23)

  • dom: asDate using wrong return value (6df2abe)

  • sdk: fix this context on dom (3fbaa4e)

  • migrate client and dom sdk (cd46806)

2.1.2 (2022-02-24)

Bug Fixes

  • render alt attribute properly for a11y, fixes #55 (58aa764)

2.1.1 (2022-02-16)

Bug Fixes

  • prop type for wrapper component (1f0c800)

Chore

2.1.0 (2021-12-02)

Features

  • provide predicate and cookie like v3 (1ac9ad9)

Refactor

2.1.0-alpha.1 (2021-11-30)

Chore

  • add lint and unit test setup (d555d0a)
  • deps: maintain dependencies (0edd8aa)
  • deps: maintain dependencies (cdf6d2a)
  • deps: maintain dependencies (c67db0a)
  • deps: update dependencies (ba52780)
  • update release script (235d9b1)