Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Vue Storefront 1.11.2

Compare
Choose a tag to compare
@bloodf bloodf released this 19 Aug 01:40
· 1182 commits to master since this release
f4a37fb

Added

  • Add isBackRoute that informs if user returns to route, skip loading products for category if he does - @gibkigonzo (#4066)
  • Add server context to async data loader - @gibkigonzo (#4113)
  • Add preload and preconnect for google font - @gibkigonzo (#4121)

Changed / Improved

  • optimizations - improved prefetch strategy - @gibkigonzo (#4080)
  • improvements to Finnish translations - @evktalo (#4116)
  • Radio button now allows separate checked, value and name attributes - @EndPositive (#4098)
  • Update backwards compatible dependencies - @simonmaass (#4126)

Fixed

  • add disconnect and sync options for cart/clear - @gibkigonzo (#4062)
  • add '1' as searched value for 'is_user_defined' and 'is_visible' (createAttributesListQuery) - @gibkigonzo (#4075)
  • Fix possibility to add same SKU with different custom options to the cart - @Michal-Dziedzinski (#3595)
  • Fix calculateProductTax to find matching tax rules from ES for current product - @DylannCordel (#4056)
  • Set totals in products in cart always in reactive way - @psmyrek (#4079)
  • Fix sync cart between tabs - @Michal-Dziedzinski (#3838)
  • Add currentRoute to url module and return cached requests - @gibkigonzo (#4077, #4066)
  • Hide original radio button behind built label - @EndPositive (#4098)
  • Disable overriding route state in INITIAL_STATE - @gibkigonzo (#4095)
  • Fix gtm order placement event when user was guest - @Michal-Dziedzinski (#4064)
  • Fix gtm event switched properties - @Michal-Dziedzinski (#4106)
  • Group 'productChecksum' and 'productsEquals' logic for all supported products types. Remove 'checksum' when editing product.
    Remove and add coupon when user login Remove 'NA' as default company. Show qty in microcart for all types of product.
    Remove preload font - it gives good performance, but vue-meta refresh page, because there is script onload. - @gibkigonzo (#4128)
  • Keep old category before route is resolved - @gibkigonzo (#4124)
  • Added comments in 'productsEqual' and change logic for different types of products. Remove login user after order in Checkout. Allow changing qty for 'group' and 'bundle'.products - @gibkigonzo (#4144)
  • Fix incorrect root categories when extending includeFields - @Michal-Dziedzinski (#4090)
  • Add onlyPositive prop to BaseInputNumber to not allow user type negative value - @Michal-Dziedzinski (#4136)
  • Await for cart/authorize while login user - @gibkigonzo (#4133)
  • Fixed NOT_ALLOWED_SSR_EXTENSIONS_REGEX to only match with file extensions having a dot - @haelbichalex (#4100)
  • Add lazy load for vue-carousel - @gibkigonzo (#4157)