Skip to content

Releases: wpengine/faustjs

@faustwp/experimental-app-router@0.5.0

07 Nov 19:17
e17d318
Compare
Choose a tag to compare

Minor Changes

  • e22b87d: @faustwp/cli: Migrates glob-promise dependency to Promise support.

    @faustwp/experimental-app-router: Update peer dependency of @apollo/experimental-nextjs-app-support >=0.11.5.

@faustwp/cli@3.1.1

07 Nov 19:17
e17d318
Compare
Choose a tag to compare

Patch Changes

  • e22b87d: @faustwp/cli: Migrates glob-promise dependency to Promise support.

    @faustwp/experimental-app-router: Update peer dependency of @apollo/experimental-nextjs-app-support >=0.11.5.

@faustwp/blocks@5.0.0

07 Nov 19:17
e17d318
Compare
Choose a tag to compare

Major Changes

  • 9011492: Updates the GraphQL fragment associated with the CoreQuote component to be compatible with WordPress 6.6

    Adds legacyBehavior to CoreButton link to work on Next.js v13.

@faustwp/wordpress-plugin@1.5.0

15 Oct 16:31
942b7c1
Compare
Choose a tag to compare

Minor Changes

  • 011cd93: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint.

@faustwp/wordpress-plugin@1.4.1

04 Sep 16:53
90547e1
Compare
Choose a tag to compare

Patch Changes

  • e80d80a: Tested up to WordPress v6.6.1

@faustwp/wordpress-plugin@1.4.0

26 Aug 16:10
8a42375
Compare
Choose a tag to compare

Minor Changes

  • 9ff1df8: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page.

@faustwp/experimental-app-router@0.4.0

26 Aug 16:09
8a42375
Compare
Choose a tag to compare

Minor Changes

  • 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.

@faustwp/core@3.1.0

26 Aug 16:10
8a42375
Compare
Choose a tag to compare

Minor Changes

  • 2b7949b: - Added support for configuring a custom sitemap index path via the sitemapIndexPath option in getSitemapProps, enhancing compatibility with plugins like RankMath that modify the default sitemap path.

    import { getSitemapProps } from '@faustwp/core';
    
    export default function Sitemap() {}
    
    export function getServerSideProps(ctx) {
      return getSitemapProps(ctx, {
        sitemapIndexPath: '/sitemap_index.xml', // RankMath changes the default sitemap path to this
        frontendUrl: process.env.NEXT_PUBLIC_SITE_URL,
        sitemapPathsToIgnore: ['/wp-sitemap-users-*'],
      });
    }

Patch Changes

  • 031c239: Fixes a bug where the WordPressTemplate component would return null on the server when isPreview was null.

@faustwp/cli@3.1.0

26 Aug 16:09
8a42375
Compare
Choose a tag to compare

Patch Changes

  • 031c239: Added "glob" as a dependency

@faustwp/blocks@4.1.0

26 Aug 16:09
8a42375
Compare
Choose a tag to compare

Minor Changes

  • 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.