Releases: wpengine/faustjs
@faustwp/[email protected]
Patch Changes
- c75ab2b: Bug: Quote blockset "output-path" to prevent issues with space in paths.
@faustwp/[email protected]
Patch Changes
- 6276c80: Fix broken build from 0.2.0
@faustwp/[email protected]
@faustwp/[email protected]
Patch Changes
- b2c0fd3: Updated the settings page to improve descriptions and documentation links.
@faustwp/[email protected]
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.
@faustwp/[email protected]
Patch Changes
- 3722ab3: Fix
x-using
header not appearing when i18n options are set innext.config.js
@faustwp/[email protected]
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.
@faustwp/[email protected]
Patch Changes
- 604e9e3: Update block-editor-utils dependencies.
@faustwp/[email protected]
Patch Changes
- 9a84eb4: Allow CLI health checks to be skipped via
--skip-health-checks
argument
@faustwp/[email protected]
Minor Changes
- 77c5d4f: BREAKING: Removed
cjs
support. The experimental app router package now is ESM only.
Patch Changes
- 77c5d4f: Fixed an issue where the Apollo Client was being shipped to the browser client bundle resulting in large bundle sizes (150kb+). For more context: apollographql/apollo-client-nextjs#95