v0.2.0
Release Notes
Summary
This is a complete rewrite of the plugin. Please read carefully before upgrading.
New Features
- Adds support for revisions
- Adds new optional Server component written in JS (more info in docs)
- Adds new Previews functionality (more info in docs)
- New docs
- Upgrading of stale content in admin uses new faster technique
- Adds ReusableBlock type
Breaking Changes
- Resolver will now throw exception if the parsed content is missing, or out of sync (stale)
- Attributes type name without the suffix is always the latest definition, deprecated attribute types now have DeprecatedV1, DeprecatedV2 suffix, for example the
CoreParagraphBlockAtrributesV4is now justCoreParagraphBlockAtrributesandCoreParagraphBlockAtrributesV1->CoreParagraphBlockAtrributesDeprecatedV1and so... - some fields on RootQuery were renamed to match the base plugin naming, like
postsWithBlockstoblockEditorContentNodes - reusable blocks now have their own
CoreBlocktype with reference toReusableBlocktype