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

Vue Storefront 1.11.3

Compare
Choose a tag to compare
@bloodf bloodf released this 19 Aug 01:45
· 1030 commits to master since this release
6cd57ab

Changed / Improved

  • The default config file is now in more human-readable format - @juho-jaakkola (#4197)
  • Create only once aside async component - @gibkigonzo (#4229, #4268)

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)