This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
Release/v1.12.0 rc.1 #457
Closed
gibkigonzo
wants to merge
157
commits into
vuestorefront:master
from
gibkigonzo:release/v1.12.0-rc.1
Closed
Release/v1.12.0 rc.1 #457
gibkigonzo
wants to merge
157
commits into
vuestorefront:master
from
gibkigonzo:release/v1.12.0-rc.1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add url module
…uilder`; Full TS coverage won't be added (it's planned for `storefront-api` project instead)
feature/2167
…set in multistore store object in `magento1` platform
use ts for compiling additional scripts
…C2 instance hostname
Bugfix for wrong JSON scheme url's and hostname resolution for `magento1` platform
check if headers has been already sent in image middleware
Add make, python and g++ to dockerfile
change path in ecosystem for o2m
udpate typings for query params
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
response_format
query parameter to the/api/catalog
endpoint. Currently there is just one additional format supported:response_format=compact
. When used, the response format got optimized by: a) remapping the results, removing the_source
from thehits.hits
; b) compressing the JSON fields names according to theconfig.products.fieldsToCompact
; c) removing the JSON fields from theproduct.configurable_children
when their values === parent product values; overall response size reduced over -70% - @pkarwSearchQuery
instead of the ElasticSearch DSL as for the input to/api/catalog
- usingstorefront-query-builder
package - @pkarw - Remove Elastic DSL / bodybuilder from frontend vue-storefront#2167resetPasswordUsingResetToken
tomagento1
platform - @cewald (AddresetPasswordUsingResetToken
tomagento1
platform #415)storefront-query-builder
version1.0.0
- @cewald (Update tostorefront-query-builder
version1.0.0
#429)composeError
in './magento2/o2m.js' - @flancer64 (Improper usage of 'Error' constructor in './magento2/o2m.js' #422)Fixed
_outputFormatter
on cache catalog-response to prevent exception - @cewald (Improve_outputFormatter
on cache catalog-response to prevent exception #432)magento1
platform - @cewald (Bugfix for wrong JSON scheme url's and hostname resolution formagento1
platform #443)