-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2020-04-16 #291
Merged
Merged
Release 2020-04-16 #291
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
…breadcrumb navigation and fixes breadcrumbs to support string category ids
Allow parent_ids field on product as an alternative to urlpath based breadcrumb nav
…uery-builder` sorting
add generate-file script to dockerfile
…-builder Update to `storefront-query-builder` version `1.0.0`
* There are usecase where the property values are either strings or numbers * By consolidate the type, using `toString` we can prevent that no configurable item is found because the option property type doesn't match
…vel-type-fix Add correct type matching to `getConfigurationMatchLevel`
* Remove unnecessary custom `api-search-query` search adapter
* Populate available categories from aggregation instead of the result products to show all possible products categories not just those who are on the current result page
…athType` to `afterProductThumbnailPathGenerate` hook
* Add new cookie-handler to `icmaa-external-checkout` to handle guest conversions * Load last-order by JWT-Order-ID-Token stored inside a cookie when user returns from external checkout * Connected to https://github.com/icmaa/vue-storefront-api/pull/60 & icmaa/magento#1056
When current currentStoreView() is saved in an variable outside of the export it is not clean up automatically on the SSR side.
… into feature/fastly
…mbnail-path-hook Support `useSpecificImagePaths` with `useExactUrlsNoProxy`
fix: removed possible memory leak in ssr
move graphql search adapter from core to src
Add fastly module
Add vsf-cache-nginx and vsf-cache-varnish modules
After the update to `@babel/preset-env` `^7.8.6"` I faced the exception during the build on a plain machine: ``` ERROR in ./core/service-worker/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Cannot find module '@babel/compat-data/corejs3-shipped-proposals' ``` I've found this issue mentioned in the latest commits of the `babel` plugin and upgraded to `7.9.0` as recommended: babel/babel#11283 and nodejs/node#32852
* Don't load aggregations on next pages * Update `actions/setup-node` and `bahmutov/npm-install` versions in Github-Actions
wsteinbach
approved these changes
Apr 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
DivanteLtd/develop
intodevelop
(Merge latestDivanteLtd/develop
intodevelop
#280, Merge latestDivanteLtd/develop
intodevelop
#289)icmaa-cdn
module (#199077 Addicmaa-cdn
module #286)SearchPanel
component (#197501 ImproveSearchPanel
component #284)SearchPanel
category results (#197501 ImproveSearchPanel
category results #282)sortedProductOptions
ofoptionsMixin
inicmaa-imp
theme (Add defaults tosortedProductOptions
ofoptionsMixin
inicmaa-imp
theme #290)SearchPanel
component for custom search (Add our custom filter toSearchPanel
component for custom search #281)icmaa-cms
block component (Bugfix for empty cms blocks inicmaa-cms
block component #292)api-search-query
search adapter