Vue Storefront v1.12.2 Release Notes
Release Date: 2020-07-29 // over 4 years ago-
โ Added
- IMPORTANT for security reasons we added new config
users.allowModification
.
This can help to dissallow modifying fields that shouldn't be changed by user. - โ Add helmet - enabled by default, you can pass configuration by adding
config.server.helmet.config
.
๐ง More info about helmet configuration https://helmetjs.github.io/docs/ - โ Add config
users.tokenInHeader
which allows to send token in header instead in query. Require to set on true same config in vsf-api. - ๐ Make calculation of bundled products price by options optional - @cewald (#4556)
๐ Fixed
- โ remove deprecated value from attributesListQuery query - @gibkigonzo (#4572)
- ๐ Fixed dutch translations - @1070rik (#4587)
- ๐ localForage memory overload fixed.
localForage.preserveCollections
keeps names of collections to be preserved from being cleared. - @prakowski - ๐ Fixed bug in
restoreQuantity
- getItem never returns cart item - @gibkigonzo (#4619) - Separate variant in findProductOption to get parent sku - @gibkigonzo (#4641)
- ๐ Fix wrong value in Cache-Control header for max-age - boehsermoe (#4657)
- IMPORTANT for security reasons we added new config
Previous changes from v1.12.1
-
โ Added
- โ Add
purgeConfig
to default.json and purge-config loader - @gibkigonzo (#4540) - Load attributes data of attribute-meta for bundled and grouped products - @cewald (#4551)
- Separate theme installation and add it as yarn init:theme or as a step in yarn installer. - @gibkigonzo (4534, #4552)
๐ Fixed
- 0๏ธโฃ use
config.i18n.defaultLocale
as fallback locale instead of'en-US'
- @gibkigonzo (#4489) - ๐ use Math.abs on raw price - @gibkigonzo (#4521)
- โ Clears vuex warnings about overriding state by module - @gibkigonzo (#4541)
- โ Add