Releases: wpengine/faustjs
@faustwp/[email protected]
Minor Changes
- 28f1f83: Added new filter
faustwp_public_redirect_status_code
, allowing WordPress plugins and themes to choose the HTTP status code to use when generating redirects when the enable public route redirects setting is active.
@faustwp/[email protected]
Minor Changes
-
5457479: ---
'@faustwp/experimental-app-router': minor
Update @faustwp/experimental-app-router to account for next 15 changes to cookies and update NextResponse import
Notable changes:
-
Adding await to all cookies requests as per Next documentation: https://nextjs.org/docs/app/api-reference/functions/cookies
import { cookies } from 'next/headers'
export default async function Page() {
const cookieStore = await cookies()
const theme = cookieStore.get('theme')
return '...'
} -
Files changed:
- packages/experimental-app-router/src/server-actions/logoutAction.ts
- packages/experimental-app-router/src/server-actions/utils/setRefreshToken.ts
- packages/experimental-app-router/src/server/auth/fetchTokens.ts
- packages/experimental-app-router/src/server/routeHandler/tokenHandler.ts
-
Updated Next App Router example to use latest next version and React 19 RC.
-
Updated Example Login form using React 19s useActionState
-
Updated Awaiting of params for Next 15
-
Files Changed:
- examples/next/app-router/app/login/page.tsx
- examples/next/app-router/package.json
- examples/next/app-router/[slug]hasPreviewProps.ts (made async)
- examples/next/app-router/[slug]page.tsx
-
@faustwp/[email protected]
Major Changes
-
99b5793: Update of the CoreParagraph block to support the native WP anchor attribute. GitHub issue: "[feat] Add anchor attribute to core/paragraph block"
Introduces new field to
core/paragraph
block:anchor
. This field allows users to add an anchor to the paragraph block. The anchor is used to create a link to a specific part of the page. The anchor is added to the block's wrapper element as an ID attribute.Files changed:
- packages/blocks/src/blocks/CoreParagraph.tsx (added anchor attribute)
- packages/blocks/package.json (updated package version to 6.0.0)
Patch Changes
- bdb7d7f: Bug: Fixed an issue an issue with WordPressBlocksProvider and the theme argument to allow it to be optional and not throw an error. By default theme is now an empty object
@faustwp/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
Minor Changes
- 011cd93: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint.
@faustwp/[email protected]
Patch Changes
- e80d80a: Tested up to WordPress v6.6.1
@faustwp/[email protected]
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/[email protected]
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.