Skip to content

v0.2.0

Choose a tag to compare

@pristas-peter pristas-peter released this 30 Apr 13:30
· 150 commits to master since this release
9570895

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 CoreParagraphBlockAtrributesV4 is now just CoreParagraphBlockAtrributes and CoreParagraphBlockAtrributesV1 -> CoreParagraphBlockAtrributesDeprecatedV1 and so...
  • some fields on RootQuery were renamed to match the base plugin naming, like postsWithBlocks to blockEditorContentNodes
  • reusable blocks now have their own CoreBlock type with reference to ReusableBlock type