Skip to content

Releases: vuestorefront/magento2

@vue-storefront/magento-sdk@4.0.0-rc.0

17 Oct 07:14
00bfd5c
Compare
Choose a tag to compare
Pre-release

Major Changes

@vue-storefront/magento-api@6.0.0-rc.1

17 Oct 07:14
00bfd5c
Compare
Choose a tag to compare
Pre-release

Major Changes

@vue-storefront/magento-api@6.0.0-rc.0

16 Oct 11:28
a8ed2ba
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 5c9607c: update middleware to 5.1.0-rc

Patch Changes

  • 158a648: Remove unused vulnerable dependency "@nuxtjs/composition-api"

@vue-storefront/magento-api@5.0.0

20 Jun 11:45
c46fda3
Compare
Choose a tag to compare

Major Changes

  • 018d73d: - [BREAKING] Updated @vue-storefront/middleware version to 4.1.0. Make sure this version is used in your project.

    {
      ...
      "dependencies": {
    -   "@vue-storefront/middleware": "3.x.x",
    +   "@vue-storefront/middleware": "4.1.0"
      }
    }

@vue-storefront/magento-sdk@3.0.1

19 Jun 11:40
f9cd8af
Compare
Choose a tag to compare

Patch Changes

  • d65bb6e: [CHANGED] Updated @vue-storefront/middleware peer dependency version to 4.x.x.

@vue-storefront/magento-api@4.0.1

19 Jun 11:40
f9cd8af
Compare
Choose a tag to compare

Patch Changes

  • d65bb6e: [CHANGED] Updated @vue-storefront/middleware version to 4.x.x.

@vue-storefront/magento-types@2.0.0

22 May 11:10
4bf7994
Compare
Choose a tag to compare

Major Changes

  • e4709f9: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

@vue-storefront/magento-sdk@3.0.0

22 May 11:10
4bf7994
Compare
Choose a tag to compare

Major Changes

  • e4709f9: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

Patch Changes

  • Updated dependencies [e4709f9]
    • @vue-storefront/magento-types@2.0.0

@vue-storefront/magento-api@4.0.0

22 May 11:10
4bf7994
Compare
Choose a tag to compare

Major Changes

  • e4709f9: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

Patch Changes

  • Updated dependencies [e4709f9]
    • @vue-storefront/magento-types@2.0.0

@vue-storefront/magento-api@3.1.1

10 May 09:33
574abe6
Compare
Choose a tag to compare

Patch Changes

  • 3065ee7: [ADDED] CategoriesQuery type for categories endpoint.
  • 101d990: [FIXED]: Added export of Endpoints type, because it was missing.