Skip to content

Vue Storefront 1.8.3

Compare
Choose a tag to compare
@patzick patzick released this 04 Mar 13:01
84993c7

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)
  • Images blinking on category page - @pkarw (#2523)
  • 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)
  • Improved docs at contributing.md and configuration.md (spelling etc.) - @ruthgeridema (#2421, #2422, #2423, #2425, #2426)
  • Fixed design issue of Country label on Edge 17 & Firefox - @ananth-iyer (#2390, #2399)
  • Wishlist and compare items are loaded from local cache only once, instead of every time when module component is rendered - @patzick (#2431)
  • Country field is filled by first counry from the list in cart in paymen section - @RakowskiPrzemyslaw (#2428)
  • Improved product quantity change component in product and cart - @patzick (#2398, #2437)
  • Updated to Vue 2.6.6 - @filrak (#2456)
  • Null sidebar menu data on static page fixed - @filrak (#2449, #2441)
  • Fix cannot edit previous steps in checkout - @filrak, @patzick (#2438)
  • Fixed route guard ssr problem - @vue-kacper (#2364)
  • Fix links in footer to static pages bug - @filrak (#2452)
  • Fix links at docs, Basics/Configuration file explained - @daksamit (#2490)
  • Improve images loading on category page, corrected alt view and blinking problem - @patzick (#2465)
  • Improve tsconfig for better IDE paths support - @patzick, @filrak (#2474)
  • fix breadcrumbs changing too early - @filrak, @pkarw (#2469, #2529)
  • improved product gallery load view, shows correct image on reload - @patzick (#2481, #2482, #2488, #2501)
  • Fix an issue where the index.html template within a theme is ignored - @EnthrallRecords (#2489)
  • Added async sidebar component with async off-screen components error handling and fetch retrying after coming back online - @filrak (#2408, #2451)
  • Inconsistent filters behaviour - clear filters on page load - @patzick (#2435)
  • fix price is never below 0 and user can't add 0 or below 0 products to cart - @RakowskiPrzemyslaw (#2437)
  • Check for placing single order in case of error in any payment module - @patzick (#2409)
  • Display prices in products added in offline mode. - @patzick (#2450)
  • Updated cypress dependency for e2e tests - @lukeromanowicz (#2518)
  • Improved styles on recommendation filters, product tile and numeric input - @patzick (#2458)

Deprecated / Removed

  • @vue-storefront/store package deprecated - @filrak