This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Vue Storefront 1.12.2
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)