This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Releases: 21TORR/prismic-api
Releases · 21TORR/prismic-api
4.0.0-beta.9
🎁 New Features
- Added
SliceExtraDataGenerator
to be able to append extra data to slices.
4.0.0-beta.8
🐛 Bug Fixes
- Explicitly pass language
*
is none is given.
4.0.0-beta.7
✨ Improvements
- Add support to load unpublished documents.
4.0.0-beta.6
✨ Improvements
- Add missing value transformation in
GroupField
. - Add helper to transform a single field in
Document::transformField()
.
4.0.0-beta.5
✨ Improvements
- Build
catalog
value onIntegrationField
.
🐛 Bug Fixes
- Add check if property
kind
inLinkField
isimage
to returnImageValue
.
4.0.0-beta.4
🎁 New Features
- Add
PrismicIntegrationFieldApi
.
4.0.0-beta.3
🎁 New Features
- Add
ImageValue
andVideoValue
. - Implement
EmbedField
(it only supports videos for now). - Add
DocumentLinkValue
and use it inLinkField
.
🐛 Bug Fixes
- Add empty extra field for slices.
- Fix invalid initialization of
SliceValidationCompound
.
4.0.0-beta.2
🐛 Bug Fixes
- Fix invalid index map key.
4.0.0-beta.1
💥 Breaking Changes
- Completely refactor the whole implementation.