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)