Skip to content

Releases: wpengine/faustjs

@faustwp/wordpress-plugin@1.3.0

14 May 15:08
ec6f4e9
Compare
Choose a tag to compare

Minor Changes

  • a478997: The default settings for enable_image_source has been changed to "on" for new installs.

Patch Changes

  • bced682: Ensure's any related translations will properly load by calling load_text_domain

@faustwp/cli@3.0.2

14 May 15:08
ec6f4e9
Compare
Choose a tag to compare

Patch Changes

  • f946d7a: Faust CLI now outputs version number when running dev|build|start commands.

    When running those commands it will print the current Faust core and cli versions in the console:

    % npm run dev -w examples/next/faustwp-getting-started
    info - Faust.js v3.0.1
    info - Faust.js CLI v3.0.1
    ready - started server on 0.0.0.0:3000, url: http://localhost:3000
    ...

@faustjs/next@0.15.14

14 May 15:08
ec6f4e9
Compare
Choose a tag to compare

Patch Changes

  • 3c78b75: Update Next.js dependency to 12.3.4

@faustwp/wordpress-plugin@1.2.3

02 Apr 16:28
002687f
Compare
Choose a tag to compare

Patch Changes

  • 4724719: Faust now errors if the NEXT_PUBLIC_WORDPRESS_URL matches the Headless URL in Faust Plugin settings.

@faustwp/experimental-app-router@0.3.1

02 Apr 16:28
002687f
Compare
Choose a tag to compare

Patch Changes

  • aee31a5: Fixed issue where Faust's route handler failed to retrieve a token when trailingSlash is set to true in next.config.js.

@faustwp/core@3.0.1

02 Apr 16:28
002687f
Compare
Choose a tag to compare

Patch Changes

  • a54ce69: Fixed: FaustConfig no longer requires plugins or experimentalPlugins properties
  • 50c30cb: Fixed issue where on a preview page the user could be stuck in a logout/login loop.
  • 16b2384: Added queries property to FaustTemplate interface. Fixes an error when using multiple queries with TypeScript.
  • 8e1b5db: Faust Toolbar will now respect the Show Avatars setting in WordPress. Requires WPGraphQL version 1.22.1 or higher.
  • 9a43d50: Implemented ErrorLoggingLink class to capture GraphQL errors and server errors, providing enhanced error handling and logging capabilities.

@faustwp/cli@3.0.1

02 Apr 16:28
002687f
Compare
Choose a tag to compare

Patch Changes

  • 4724719: Faust now errors if the NEXT_PUBLIC_WORDPRESS_URL matches the Headless URL in Faust Plugin settings.

@faustwp/wordpress-plugin@1.2.2

28 Feb 16:41
2b3da86
Compare
Choose a tag to compare

Patch Changes

  • 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect.

@faustwp/experimental-app-router@0.3.0

28 Feb 16:41
2b3da86
Compare
Choose a tag to compare

Minor Changes

  • 4cba024: Changed the sameSite property on the refresh token cookie from strict to lax for requests originating from WordPress.

@faustwp/core@3.0.0

28 Feb 16:41
2b3da86
Compare
Choose a tag to compare

Major Changes

  • aad3bbc: BREAKING CHANGE: With the deprecation of node version 16.x and it no longer being maintained we have updated our engines and workflows to only use 18+. Please update to use node version 18+.

Minor Changes

  • 0b0a88e: The Faust.js plugin system is no longer experimental. We have maintained backward compatibility as we move towards deprecating experimentalPlugins in favor of plugins in the Faust config file faust.config.js. We recommend moving over to using plugins instead of experimentalPlugins as soon as possible as a future version will remove the experimental config option.