Releases: vuestorefront/vue-storefront
Releases · vuestorefront/vue-storefront
@vue-storefront/[email protected]
Minor Changes
- [CHANGED] The maximum file upload size limit has been increased to 20MB.
@vue-storefront/[email protected]
Major Changes
- [UPDATED] Recommended Node.js version is now v22.14.0 or higher. Minimum required Node.js version is now v20.
@vue-storefront/[email protected]
Major Changes
- [UPDATED] Recommended Node.js version is now v22.14.0 or higher. Minimum required Node.js version is now v20.
@vue-storefront/[email protected]
Minor Changes
- [CHANGED] Update axios version from "^0.29.0" to "^1.7.9".
@vue-storefront/[email protected]
Patch Changes
- [CHANGED] Bumped
axios
version to^0.29.0
and moved it fromdevDependencies
todependencies
.
@vue-storefront/[email protected]
Patch Changes
- [CHANGED] Added back the previously removed
m2-only
command.
@vue-storefront/[email protected]
Patch Changes
- [FIXED] Added back missing i18next infrastructure file to fix CLI error.
@vue-storefront/[email protected]
Patch Changes
- [FIXED] Fix /readyz returning 503 if readinessProbes not passed in middleware.config.ts
Before this fix, sending a GET request to http://localhost:4000/readyz
would return { "status": "error" } and a HTTP 503 status. This happened only when readinessProbes
wasn't added to middleware options (the default behavior)
@vue-storefront/[email protected]
Major Changes
[REMOVED] generate
command. If you are an enterprise user, please check the Getting started page in the docs. If you are a community user, please check the example Next.js project and Nuxt project.
@vue-storefront/[email protected]
Patch Changes
[FIXED] type of defaultErrorHandler