v0.10.0-alpha.0
Pre-release
Pre-release
·
1096 commits
to master
since this release
Features:
- Support for revisions, drafts and published document versions. Document data is now never lost, and past revisions can be restored.
- New publish content permission added to control who can publish documents. There is now fine grained control for creating, updating drafts, publishing documents and restoring revisions. (26956a6)
- Pages plugin has been updated to support new document versioning system. (2943e91)
- New version promote hook added thats fires when a version has been restored. (c3aadc5)
- Collection details config now supports translations allowing you to create a better experience to content editors. (795ffdc)
- WebP is now prioritised over AVIF for the on-request image optimisation when the Accept header is being used. (b7ee0ff)
Breaking changes:
- Collections migration edits to support new versions and revisions tables. You’ll need to delete any existing DB. (a107840)
- The route to upsert documents has now been split up for creating a document, updating a draft and updating the published version. (26956a6)
- The translations and locked config keys on the collection builder have been renamed for clarity and consistency. (1642943)
- Collection builder field list and filterable flags moved directly into field config instead of being a separate param in the aims to simplify field config. (fd16c67)
- Collection builder config updated to be more consistent and descriptive. (96fdc62)
- Brick builder config updated to be more consistent and descriptive. (c4743b1)
- Field config updated to be more consistent and descriptive. (529ee7c)
Bug Fixes:
- Removed redundant Buffer creation in process image stream. (09796bf)