This repository has been archived by the owner on May 28, 2023. It is now read-only.
Releases: vuestorefront/vue-storefront-api
Releases · vuestorefront/vue-storefront-api
Vue Storefront API 1.9.6
Changed
Dependencies update to avoid lodash security issues.
Vue Storefront API 1.10.0-rc.1
Added
- Typescript support - @ResuBaka (#210, #242)
- Multi Stock Inventory (Magento MSI) support - @aleron75, @dimasch (#226)
- Import of magento 2 cms pages and blocks to the full import - @toh82 (#235)
- Information about magento 2 cms pages and blocks import to the readme - @toh82 (#235)
- Introduce orderNumber to order creation endpoint - @Flyingmana (#251)
- Optional Redis Auth functionality. @rain2o (#267)
- Extensions have ability to modify Elasticsearch results. @grimasod (#269)
- Refactored Travis build config @Tjitse-E (#273)
- Multistore support for
magento1
-platform usingmagento1-vsbridge
@cewald (#276)
Fixed
- Missing
res
andreq
parameters are now passed to ProductProcessor - @jahvi (#218) - Moving of graphql files to the dist folder @ResuBaka (#242)
- Moving of schema files to the dist folder @ResuBaka (#244)
- Missing assetPath config for magento1 @ResuBaka (#245)
- New payload for magento1 stock check endpoint (#261)
yarn dev:inspect
command and extract nodemon config to nodemon.json @Tjitse-E, @cewald (#272, #279)- Include Magento Currency Code in mage2vs import and productsdelta if available @rain2o (#281)
Vue Storefront API 1.9.5
Changed
- Dependencies update to avoid
js-yaml
security issues.
Vue Storefront API 1.9.4
Fixed
- Extension schemas in
src/models
are not required anymore - @EmilsM, @lukeromanowicz (#259, #263)
Vue Storefront Api 1.9.3
Fixed
- Changed min postal code length in user profile to 3 so it's same as in orders - @lukeromanowicz (#253)
Vue Storefront API 1.9.2
Fixed
- failing o2m when parsing order schema - @lukeromanowicz (#248)
Vue Storefront API 1.9.1
Fixed
- Fix product schema and importer in migration process - @lukeromanowicz (#239)
Changed / Improved
- Mount ElasticSearch data to
docker/elasticsearch/data
directory - @dimasch, @lukeromanowicz (#237, #241)
Vue Storefront API 1.9.0
Added
- Support unicode characters in order requests - @lukeromanowicz (#201)
- TravisCI configured for building and linting - @lukeromanowicz (#204)
Changed / Improved
- Changed location of magento1 platform js client. Moved from
src/platform/magento1/module
to magento1-vsbridge-client - @mtarld (#195) src/models/order.schema.json
was moved tosrc/models/order.schema.js
to support regex transformation - @lukeromanowicz (#201)- Update Babel from 6 to 7 - @lukeromanowicz (#202)
- Use Redis database from configuration in mage2vs - @Cyclonecode (#211)
- Requests with invalid body result in HTTP code 400 instead of 500 - @AndreiBelokopytov (#220)
Vue Storefront API 1.9.0-rc.2
Added
- Support unicode characters in order requests - @lukeromanowicz (#201)
- TravisCI configured for building and linting - @lukeromanowicz (#204)
Changed / Improved
- Update Babel from 6 to 7 - @lukeromanowicz (#202)
- Use Redis database from configuration in mage2vs - @Cyclonecode (#211)