You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
New reactive helper to check online state. Usage: import { onlineHelper } from '@vue-storefront/core/helpers' and then onlineHelper.isOnline - @patzick (#2510)
Cart count config, allows you to display the item count instead of a sum of the item quantities - @pauluse (#2483)
Video support in Product Gallery component. - @rain2o (#2433)
Fixed
Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
Remaking order on user orders page - @patzick (#2480)
state.ts not bound in the module-template - @pkarw (#2496)
Validation in the Myprofile section for postcode field - @pkarw (#1317)
Non-integer qty of product added to the cart - @pkarw (#2517)
Changed / Improved
Fixed an issue where the correct image for a product configuration wasn't set on the product page image carousel. Also added the fix on the productcarousel in the zoom component - @DaanKouters (#2419)
Way of creating VS Modules was changed to use factory method instead of explict object creation. - @filrak (#2434)
Added clear filters button on desktop also and only show if filters are applied - @DaanKouters (#2342)