Releases: wpengine/faustjs
@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
@faustwp/[email protected]
@faustwp/[email protected]
Patch Changes
- fcc6d37: Fixed a bug in the block editor screen where the preview link was missing the
p
andpreviewPathName
query arguments after saving a draft.
@faustwp/[email protected]
Patch Changes
-
b2ad517: Added the
onLogin
server action to login a user:import { onLogin } from '@faustwp/experimental-app-router'; <form action={loginAction}> <fieldset> <label htmlFor="usernameEmail">Username or Email</label> <input type="name" name="usernameEmail" /> </fieldset> <fieldset> <label htmlFor="password">Password</label> <input type="password" name="password" /> </fieldset> <button type="submit">Login</button> </form>;
-
Updated dependencies [b201ba2]
- @faustwp/[email protected]