@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
Uh oh!
There was an error while loading. Please reload this page.
-
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/coreand@faststore/clipackages tov3.0.0. In your local FastStore project, install the@faststore/coreand@faststore/cliup-to-date version by runningyarn add @faststore/core@3.0.0and thenyarn add -D @faststore/cli@3.0.0. Run the project locally withyarn dev.✨ Improvements to API extension - #2176
@faststore/graphql-utilsdeprecated in favor of theclient-presetplugin, 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/corepackage tov3.0.0and 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
EmptyStatesection via the Headless CMS.To benefit from the new content types, update your store's
@faststore/corepackage tov3.0.0and sync the changes:faststore cms-sync.Add section(+).EmptyStatesection 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