Vue Storefront v1.11.0-rc.2 Release Notes

  • โž• Added

    • โž• Add defense for incomplete config in preferchCachedAttributes helper
    • โž• Add unit test for `core/modules/cms` - @krskibin (#3738)

    ๐Ÿ›  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)
    • Custom module ConfigProvider aren't called anymore - @cewald (#3797)

    โž• Added

    • โž• Added Estonian translations - @alphpkeemik
    • โž• 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)

    ๐Ÿ”„ Changed / Improved

    • ๐Ÿ‘‰ Use encodeURIComponent to encode get parameters in multimatch.js - @adityasharma7 (#3736)