Skip to content

Releases: vuestorefront/vue-storefront

@vue-storefront/[email protected]

23 Apr 07:41
a2fd330
Compare
Choose a tag to compare

Minor Changes

  • [CHANGED] The maximum file upload size limit has been increased to 20MB.

@vue-storefront/[email protected]

02 Apr 11:29
426cd8b
Compare
Choose a tag to compare

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]

02 Apr 11:29
426cd8b
Compare
Choose a tag to compare

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]

14 Mar 08:53
37e654c
Compare
Choose a tag to compare

Minor Changes

  • [CHANGED] Update axios version from "^0.29.0" to "^1.7.9".

@vue-storefront/[email protected]

19 Feb 13:08
5889346
Compare
Choose a tag to compare

Patch Changes

  • [CHANGED] Bumped axios version to ^0.29.0 and moved it from devDependencies to dependencies.

@vue-storefront/[email protected]

06 Feb 08:51
3bd6147
Compare
Choose a tag to compare

Patch Changes

  • [CHANGED] Added back the previously removed m2-only command.

@vue-storefront/[email protected]

02 Feb 16:00
a06e5b0
Compare
Choose a tag to compare

Patch Changes

  • [FIXED] Added back missing i18next infrastructure file to fix CLI error.

@vue-storefront/[email protected]

16 Dec 12:36
Compare
Choose a tag to compare

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]

13 Dec 09:07
b7adb5e
Compare
Choose a tag to compare

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]

12 Dec 14:49
d48114f
Compare
Choose a tag to compare

Patch Changes

[FIXED] type of defaultErrorHandler