Releases: wpengine/faustjs
Releases · wpengine/faustjs
@faustwp/[email protected]
Patch Changes
- 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect.
@faustwp/[email protected]
Minor Changes
- 4cba024: Changed the
sameSite
property on the refresh token cookie fromstrict
tolax
for requests originating from WordPress.
@faustwp/[email protected]
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 ofplugins
in the Faust config filefaust.config.js
. We recommend moving over to usingplugins
instead ofexperimentalPlugins
as soon as possible as a future version will remove the experimental config option.
@faustwp/[email protected]
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
- 572b253: Added: Detect if the
NEXT_PUBLIC_WORDPRESS_URL
is awpengine.com
TLD and if so recommend a switch towpenginepowered.com
Patch Changes
- 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect.
@faustwp/[email protected]
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+.
@faustwp/[email protected]
Minor 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+.
@faustwp/[email protected]
@faustwp/[email protected]
Patch Changes
- 05cc940: Fix: swap traditional custom post type URLs in WordPress admin for the headless frontend custom post type URLs.
@faustwp/[email protected]
Patch Changes
- e7745b8: Exposes viewer data for use during the useAuth hook call.
@faustwp/[email protected]
Patch Changes
- 1b495d7: Fixes a bug when navigating to a page client side that threw an error with multiple queries.