Vue Storefront 1.11.0-rc.2
Pre-release
Pre-release
andrzejewsky
released this
04 Nov 09:16
·
153 commits
to release/v1.11
since this release
Note: If you're about to upgrade your custom VS theme from 1.10.x to 1.11, please read the theme upgrade guide. It should be really helpful!
Fixed
- Fixed deprecated getter in cmsBlock store - @ResuBaka (#3683)
- Fixed problem around dynamic urls when default storeView is set with appendStoreCode false and url set to / . @ResuBaka (#3685)
- Fixed three problems you can run into when you have bundle products - @ResuBaka (#3692)
- Reset nested menu after logout - @gibkigonzo (#3680)
- Fixed handling checkbox custom option - @gibkigonzo (#2781)
- Fixed typos in docs - @afozbek (#3709)
- Fixed VSF build fails for some people due to lack of dependencies in the container - @krskibin (#3699)
- Fixed two graphql problems, one with cms_blocks and the other with default sort order - @ResuBaka (#3718)
- Allow falsy value for
parent_id
when searching category - @gibkigonzo (#3732) - Remove including .map files in service worker cache - @gibkigonzo (#3734)
- Changed notification message object to factory fn - @gibkigozno (#3716)
- Load recently viewed module in my account page - @gibkigonzo (#3722)
- Added validation message for city field on checkout page - @dz3n (#3723)
- Make price calculation based on saved original prices - @gibkigonzo (#3740)
- Improving is_comparable to work with booleans and digits - @dz3n (#3697)
- Fixed displaying categories on search menu - @andrzejewsky (#3758)
- Fixed broken link for store locator - @andrzejewsky (#3754)
- Fixed instant checkout functionality - @andrzejewsky (#3765)
- Fixed links to the promoted banners - @andrzejewsky (#3753)
- Fixed missing parameter in the compare list - @andrzejewsky (#3757)
- Fixed product link on mobile - @andrzejewsky (#3772)
Added
- Added support for ES7 - @andrzejewsky (#3690)
- Added unit tests for
core/modules/mailer
- @krskibin (#3710) - Get payment methods with billing address data - @rain2o (#2878)
- Added custom page-size parameter for
category-next/loadCategoryProducts
action - @cewald (#3713, #3714) - Remove unused dayjs locales - @gibkigonzo (#3498)
- check max quantity in microcart - @gibkigonzo (#3314)
- Add unit tests for
core/modules/newsletter
- @psmyrek (#3464) - Add unit test for
core/modules/wishlist
- @psmyrek (#3471)