Skip to content

Vue Storefront 1.11.3

Choose a tag to compare

@gibkigonzo gibkigonzo released this 27 Apr 13:44
6cd57ab

Changed / Improved

Fixed

  • Fixes when having multiple custom options with overlapping option_type_id values, selecting 1 changes the others - @carlokok (#4196)
  • Update eslint and fix code style. - @gibkigonzo (#4179 #4181)
  • Fixes bug that caused addToCart action not to display messages to user - @juho-jaakkola (#4185)
  • add missing cache tags for category and product - @gibkigonzo (#4173)
  • add ssrAppId to avoid second meta render on csr - @gibkigonzo (#4203)
  • take control over default broswer behavior and use saved category page size to load prev products - @gibkigonzo (#4201)
  • update getCurrentCartHash after add/remove coupon - @gibkigonzo (#4220)
  • update replaceNumberToString, so it will change ONLY numbers to string - @gibkigonzo (#4217)
  • allow empty shipping methods in checkout - @gibkigozno (#4192)
  • configure products before price update - this is needed to have variant sku as product sku - @gibkigonzo (#4053)
  • omit stock and totals when creating cart hash, it is not needed to compare products - @gibkigozno (#4235, #4273)