Releases: pristas-peter/wp-graphql-gutenberg
Releases · pristas-peter/wp-graphql-gutenberg
v0.3.4
Release Notes
Breaking Changes
Bug Fixes
- Change BlockEditorPreview internals to ensure compability with gatsby-source-wordpress-experimental
v0.3.3
v0.3.2
v0.3.1
Release Notes
Breaking Changes
Bug Fixes
- Fixes
blocksJSON
andpreviewBlocksJSON
not resolving due to cyclic references
v0.3.0
Release Notes
Breaking Changes
- the parsing of blocks has been moved to PHP codebase. Now the plugin is only dependant on the client side block registry
clientId
,isValid
,validationIssues
fields have been removed due to changes above
Bug Fixes
N/A
v0.2.2
Release Notes
Breaking Changes
n/a. Please open an issue if you discover otherwise.
Bug Fixes
Support for wp-graphql 0.9.0 changes
- Fix register_graphql_scalar call signature updated in upstream
- Change interfaces registration to existing types to use new upstream method
v0.2.1
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
CoreParagraphBlockAtrributesV4
is now justCoreParagraphBlockAtrributes
andCoreParagraphBlockAtrributesV1
->CoreParagraphBlockAtrributesDeprecatedV1
and so... - some fields on RootQuery were renamed to match the base plugin naming, like
postsWithBlocks
toblockEditorContentNodes
- reusable blocks now have their own
CoreBlock
type with reference toReusableBlock
type
v0.1.4
Remove dependency on wp-graphql in composer for now.
v0.1.3
Bugfixes:
- Fix checking of meta update return value, add postWithBlocks field
Other:
- Update JS packages
- Add
postsWithBlocks
field to RootQuery - Add new union types for posts