Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Releases: 21TORR/prismic-api

4.0.0-beta.9

19 Dec 16:27
4.0.0-beta.9
52a9630
Compare
Choose a tag to compare

🎁 New Features

  • Added SliceExtraDataGenerator to be able to append extra data to slices.

4.0.0-beta.8

17 Dec 12:12
4.0.0-beta.8
dc9e018
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Explicitly pass language * is none is given.

4.0.0-beta.7

14 Dec 22:34
4.0.0-beta.7
6d6501b
Compare
Choose a tag to compare

✨ Improvements

  • Add support to load unpublished documents.

4.0.0-beta.6

02 Dec 12:16
4.0.0-beta.6
8292e87
Compare
Choose a tag to compare

✨ Improvements

  • Add missing value transformation in GroupField.
  • Add helper to transform a single field in Document::transformField().

4.0.0-beta.5

02 Dec 08:40
4.0.0-beta.5
47858a7
Compare
Choose a tag to compare

✨ Improvements

  • Build catalog value on IntegrationField.

🐛 Bug Fixes

  • Add check if property kind in LinkField is image to return ImageValue.

4.0.0-beta.4

01 Dec 11:50
4.0.0-beta.4
a58c141
Compare
Choose a tag to compare

🎁 New Features

  • Add PrismicIntegrationFieldApi.

4.0.0-beta.3

25 Nov 17:02
4.0.0-beta.3
586d985
Compare
Choose a tag to compare

🎁 New Features

  • Add ImageValue and VideoValue.
  • Implement EmbedField (it only supports videos for now).
  • Add DocumentLinkValue and use it in LinkField.

🐛 Bug Fixes

  • Add empty extra field for slices.
  • Fix invalid initialization of SliceValidationCompound.

4.0.0-beta.2

25 Nov 11:35
4.0.0-beta.2
7e10096
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix invalid index map key.

4.0.0-beta.1

25 Nov 11:29
4.0.0-beta.1
505fb63
Compare
Choose a tag to compare

💥 Breaking Changes

  • Completely refactor the whole implementation.

3.0.0

17 Nov 09:01
3.0.0
b24f5e4
Compare
Choose a tag to compare

💥 Breaking Changes

  • Change order of parameters in PrismicApi::searchDocuments().

✨ Improvements

  • Language is optional again in PrismicApi::searchDocuments().