wp-graphql-content-blocks
wp-graphql-content-blocks copied to clipboard
Release Plugin
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@wpengine/[email protected]
Minor Changes
- d123b81: dev: Refactor attribute resolution into
Data\BlockAttributeResolver
- d123b81: feat: add support for parsing (deprecated)
meta
attributes.
Patch Changes
- 96bad40: tests: fix
setUp()
/tearDown()
methods to prevent PHPUnit lifecycle issues. - f898d61: tests : Add tests for
CoreList
andCoreListItem
blocks. - 3b32f06: tests : Backfill tests for Core Image block.
- 7301ed9: tests: Add tests for CoreHeading block
- d4d7374: tests : Backfill tests for Core Video block.
- 3a1157b: fix: Correctly parse nested attribute and tag sources.
- 8b2e168: tests : Add tests for
CoreSeparator
block. - 962081d: tests: Add tests for CoreParagraph block
- 5915c06: tests: Add tests for CorePreformatted Block
- 3a1157b: tests: backfill tests for
CoreTable
attributes. - a02e75a: tests: Add tests for CoreCode Block
- c6bdab0: tests : Add tests for
CoreQuote
block.