v0.7.0-alpha.0
Pre-release
Pre-release
·
1326 commits
to master
since this release
Features:
- Document builder visual overhaul along with QOL changes to UI across the SPA.
- Error message revamp for SPA document page builder with support for tabs highlighting if an error resides within it. (c283824)
- Added support for returning nested repeater fields on client/toolkit document single and multiple fetches. (befb65a)
- Image media now includes a blur hash that is generated on upload. (7ee6461)
- Image media no includes average colour RGBA value and is light/dark information. (be2a254)
- Holding page styled and content added. (b8ab6d0)
Breaking changes:
- Response format of client document endpoints is updated to return a field object instead of array to make consuming data easier. (11aa7ce)
- Existing migration file edit for media blur hash, average colour columns meaning db will need to be re-created. (be2a254)
- Response type of media strategies update to use ServiceResponse type to fall inline with how internal services work. (af95561)
- Clear single processed image route fix to use media ID instead of key due to key containing slashes now. (f340b2f)
Bug Fixes:
- Fixed upsert document not updating the updated_at field. (764f078)
- Fixed issue with updated media panel trying to refetch deleted media when panel was closed. (0b042db)
- Flatten fields helper now adds field for every locale regardless if the locale has been given in the payload which fixes issues with required validation. (65bd6ae)