Vue Storefront v1.6.0 Release Notes

Release Date: 2018-12-05 // over 5 years ago
  • ➕ Added

    • Lazy loading for SSR and non-SSR routes
    • app splitted into modules

    ✂ Removed

    • 🚚 vsf-payment-stripe module integration removed from core

    🔄 Changed

    • There is new config option config.orders.directBackendSync that changes the behavior of placing an order. Please do read more on this change and more on vue-storefront-api change
    • 🚚 ProductSlider, ProductLinks, ProductListing moved to theme.
    • 🚚 Many theme-related logic moved to theme (+ deleted empty core components just with name)
    • 🚚 Components required for backward compatibility moved to compatibility folder. For all this files you just need to add compatibility after core in import path to make them work like before.
    • 👍 Better Vuex extensibility with modules
    • 👀 VSModule store object changed to fulfil need of multiple vuex modules (see modules docs)
    • 🚚 UI Store logic for Microcart moved to cart module
    • 🚚 Extensions are now depreciated, theme-level extensions removed and src-level extension to be depreciated in 1.7
    • 🚚 Theme-starter depreciated and removed (will be replaced with theme 2.0)
    • 🚚 Header, Form components, (baseCheckbox, BaseInput, BaseRadioButton, BaseSelect, Basetextarea) Loader, MainSlider, Footer, SearchIcon, ForgotPass, SignUp and Modal core components moved to theme
    • 🚚 extendStore deprecaiated and moved to compatibility folder