This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Vue Storefront 1.11.0
Added
- Add unit tests for
core/modules/url
- @dz3n (#3469) - Add unit test for
core/modules/checkout
- @psmyrek (#3460) - Add defense against incomplete config in ssr renderer - @oskar1233 (#3774)
- Add unit tests for
core/modules/order
- @dz3n (#3466) - Add unit tests for
core/modules/user
- @dz3n (#3470) - Add to cart from Wishlist and Product listing for simple products - @Dnd-Dboy, @dz3n (#2637)
- Add global Category and Breadcrumb filters, defined in local.json - @grimasod (#3691)
- Add constant which conditions the number of products loading per page - @AdKamil (#3630)
- Added price filtering key as config - @Roywcm
Fixed
- Fixed missing parameter to query function from cms/store/block/actions - @georgiev-ivan (#3909)
- Always close zoom overlay after changing product - @psmyrek (#3818)
- Fixed problem with cutting image height in category page on 1024px+ screen res - @AdKamil (#3781)
- Fixed null value of search input - @AdKamil (#3778)
- Fixed product sorting - @AdKamil (#3785)
- Fixed displaying
sale
andnew
mark - @andrzejewsky (#3800) - Fixed sorting on category page and product tile sizing - @andrzejewsky (#3817)
- Redirect from simple product using url_path - @benjick (#3804)
- Mount app in 'beforeResolve' if it's not dispatched in 'onReady' - @gibkigonzo (#3669)
- Fixed AMP pages - @andrzejewsky (#3799)
- Fixed Product page breadcrumbs problem when products are in multiple categories in different branches of the category tree - @grimasod (#3691)
- Change translation from jp-JP to ja-JP - @gibkigonzo (#3824)
- Fixed ecosystem config for pm2 - @andrzejewsky (#3842)
- Fixed
mappingFallback
for extending modules - @andrzejewsky (#3822) - Fixed adding products search results to category-next product store - @grimasod (#3877)
- Use
defaultSortBy
for sorting category products by default @haelbichalex (#3873) - Fixed some potential mutations of Config object in
catalog
andcatalog-next
- @grimasod (#3843) - Set
null
as default value for custom option in product page - @gibkigonzo (#3885) - Fixed Breadcrumb filters - apply to second category fetch - @grimasod (#3887)
- Fixed
config.storeViews.commonCache
being ignored - @grimasod (#3895) - Fixed static pages, password notification, offline mode #3902 - @andrzejewsky (#3902)
- Fixed error page display with enabled multistore - @gibkigonzo (#3890)
- Fixed edit shipping address in my account - @gibkigonzo (#3921)
- Fetch cms_block content in serverPrefetch method - @gibkigonzo (#3910)
- Fixed saving invalidated user token - @andrzejewsky (#3923)
- Keep category products objects on ssr - @gibkigonzo (#3924)
- product breadcrumbs - check if current category is not highest one - @gibkigonzo (#3933)
- Use
defaultSortBy
for sorting category products by default @haelbichalex (#3873)
Changed / Improved
- Changed pre commit hook to use NODE_ENV production to check for debugger statements - @ResuBaka (#3686)
- Improve the readability of 'getShippingDetails()' and 'updateDetails()' method of UserShippingDetails component - @adityasharma7 (#3770)
- Keep git after yarn install in dockerfile - @ddanier (#3826)
- Update the Storage Manager shipping details cache immediately when then Vuex checkout store is updated - @grimasod (#3894)