This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vue-storefront/magento-sdk@2.0.0
Major Changes
07d2087a: Implemented @vue-storefront/sdk-axios-request-sender package in all SDK methods. Also, availableStores, categoryList, categorySearch, cmsBlocks, cmsPage, countries, currency, productDetails, productReview, productReviewRatingsMetadata, products, relatedProducts, reviews, route, storeConfig, upsellProducts methods now send GET instead of POST requests to Vue Storefront's Server Middleware.
Minor Changes
37432dc8: ### Enhancements:
Exported method types from the Magento SDK, providing improved accessibility and clarity for developers using the SDK.
Dependency Updates:
Updated TypeScript to version 5.2.2, ensuring compatibility with the latest TypeScript features and improvements.
@vue-storefront/magento-api@2.2.0
Minor Changes
07d2087a: Bumped @vue-storefront/middleware version to ^3.5.0 which introduces support for HTTP GET requests.
method-bootstrapper@1.1.0
Minor Changes
07d2087a: Included @vue-storefront/sdk-axios-request-sender in the method implementation file.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vue-storefront/magento-sdk@2.0.0
Major Changes
@vue-storefront/sdk-axios-request-sender
package in all SDK methods. Also,availableStores
,categoryList
,categorySearch
,cmsBlocks
,cmsPage
,countries
,currency
,productDetails
,productReview
,productReviewRatingsMetadata
,products
,relatedProducts
,reviews
,route
,storeConfig
,upsellProducts
methods now send GET instead of POST requests to Vue Storefront's Server Middleware.Minor Changes
37432dc8: ### Enhancements:
Dependency Updates:
@vue-storefront/magento-api@2.2.0
Minor Changes
@vue-storefront/middleware
version to^3.5.0
which introduces support for HTTP GET requests.method-bootstrapper@1.1.0
Minor Changes
@vue-storefront/sdk-axios-request-sender
in the method implementation file.