@faststore/core v3.0.0 Package Updates #2218
Unanswered
hellofanny
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version introduces API extension improvements, error page customization in the Headless CMS, and FastStore v2 users can benefit from Next.js 13 support.
To benefit from the following updates, upgrade your store
@faststore/core
and@faststore/cli
packages tov3.0.0
. In your local FastStore project, install the@faststore/core
and@faststore/cli
up-to-date version by runningyarn add @faststore/[email protected]
and thenyarn add -D @faststore/[email protected]
. Run the project locally withyarn dev
.✨ Improvements to API extension - #2176
@faststore/graphql-utils
deprecated in favor of theclient-preset
plugin, reducing bundle sizes, aligning with community standards, and adopting modern bundling and compilation tools for FastStore API extension users.To benefit from these improvements, update your store's
@faststore/core
package tov3.0.0
and follow the Improvements to API extensions guide for more information.✨ Enhance error page customization in the Headless CMS with new content types and section - #2184
Stores using FastStore v2 now support content customization on the login, 500, and 404 error pages through the
EmptyState
section via the Headless CMS.To benefit from the new content types, update your store's
@faststore/core
package tov3.0.0
and sync the changes:faststore cms-sync
.Add section
(+
).EmptyState
section and update its fields according to your store's requirements.✨ FastStore now supports Next.js 13 - #2198
FastStore now supports Next.js 13 which brings general improvements related to performance and stability that stores can leverage from.
Edit your store's
package.json
:Refer to the Upgrading from 12 to 13 official Next.js documentation for more information on how to migrate to version 13.
GH Release Note
Beta Was this translation helpful? Give feedback.
All reactions