github-actions
released this
25 Oct 14:03
·
171 commits
to canary
since this release
Minor Changes
-
c29f83d: Add blockset command in @faust/cli and faustwp plugin.
Add your blocks inside
wp-blocks
folder. Then runfaust blockset
to compile and upload the blocks into WordPress. Blocks will be available in the editor. -
d3d30aa: Added support for authenticated WPGraphQL introspection queries using FAUST_SECRET_KEY. It is no longer required to enable "Public Introspection" in WPGraphQL.
Patch Changes
- 03ee9e8: Bug Fix: Forces cli blockset command to use @wordpress/scripts package.