Releases: wpengine/wp-graphql-content-blocks
Releases · wpengine/wp-graphql-content-blocks
v0.2.1
Patch Changes
- 0a29e79: Added support for the
multiline
property inhtml
sourced block attributes - 0a29e79: Added support for
integer
type block attributes - 0a29e79: Added support for
text
sourced block attributes - 51011a6: Fix: slow schema / slow queries / unexpected Schema output
- c2e6648: Warn the user if they downloaded the source code .zip instead of the production ready .zip file
- 8955fac: Bug Fix: inner blocks "anchor" field being applied to parent block resulting in duplicates
- c474da8: Add support for querying blocks per post type
- a12542c: Add interface BlockWithSupportsAnchor for querying blocks that supports Anchor field
v0.2.0
Minor Changes
- 3b27c03: - [BREAKING] Changed the
contentBlocks
field to beeditorBlocks
. - 72e75ea: - [BREAKING] Changed
flatlist
to true by default - 3b27c03: - [BREAKING] Changed the
nodeId
field to beclientId
- [BREAKING] Changed the
parentId
field to beparentClientId
- [BREAKING] Changed the
Patch Changes
- e57855f: Remove the
composer install
step by bundling the prodvendor
directory with the plugin - e965de9: Fixed: Undefined index error in Block.php. Thanks @kidunot89!
Version 0.1.0
- Initial release