All Versions
49
Latest Version
Avg Release Cycle
34 days
Latest Release
1367 days ago

Changelog History
Page 4

  • v1.6.0 Changes

    December 05, 2018

    βž• 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
  • v1.5.0 Changes

    October 22, 2018

    βž• Added

    • Contact form mailer - #1875 - Akbar Abdrakhmanov @akbarik
    • πŸ”§ oauth2 configuration in setup - #1865 - Krister Andersson @Cyclonecode
    • GraphQL schema extendibility in the API - Yoann ViΓ©
    • πŸ“„ A lot of new docs - Natalia Tepluhina @NataliTepluhina
    • Magento2 integrated importer
    • 'Apply' filters button on mobile category - #1709 - Damian FiaΕ‚kiewicz @Aekal

    πŸ”„ Changed

    • πŸ†• New Modules API, and base modules (cart, wishlist, newsletter ...) refactored read more... - Filip Rakowski @filrak

    πŸ›  Fixed

    • The regionId field added to Order interface - #1258 - Jim Hil @jimcreate78
    • πŸ›  SSR Memory leaks fixed - #1882 Tomasz Duda @tomasz-duda
    • βœ… E2E tests fixed - #1861 - Patryk Tomczyk @patzik
    • πŸ’» UI animations - #1857 - Javier Villanueva @jahvi
    • πŸ›  Disabled buttons fixed - #1852 - Patryk Tomczyk @patzik
    • Mailchimp / Newsletter modules rebuilt - Filip Rakowski @filrak
    • πŸ›  Search component UX fixes - #1862 - Adrian Cagaanan @diboy2
  • v1.4.0 Changes

    October 05, 2018

    βž• Added

    • πŸ‘ GraphQL support - #1616 - Yuri Boyko @yuriboyko, Vladimir Plastovets @VladimirPlastovets => PHOENIX MEDIA
    • Layout switching + Advanced output mechanisms - #1787 - Piotr Karwatka @pkarw
    • Dynamic config reload - #1800 - Piotr Karwatka @pkarw
    • πŸ“„ VuePress based docs - #1728 - Natalia Tepluhina - @NataliaTepluhina
    • Output Cache - #1664, #1641 - Piotr Karwatka - @pkarw
    • πŸ“„ Instalation docs improvements - #1735 - Aleksander Grygier - @allozaur
    • πŸ‘ Magento Product Reviews support - Agata Firlejczyk @afirlejczyk, Tomek Kikowski @qiqqq
    • 0️⃣ Console silent mode (disabled by default) - #1752 - Piotr Karwatka - @pkarw

    πŸ”„ Changed

    πŸ›  Fixed

    • ⚑️ docker-compose.yml files updated - @kovinka
    • 🌐 Non-core translations moved to theme resource files (i18n) - #1747 - David Rouyer @DavidRouyer
    • 🍱 Non-core assets moved to the theme - #1739, #1740 - David Rouyer @DavidRouyer
    • πŸ› Bug fixes: #1715, #1718, #1670
    • πŸ“¦ NPM packages cleanup - #1748 - David Rouyer @DavidRouyer
    • ⚑️ Filters were not updating - #1649 - Kacper Wierzbicki @vue-kacper
    • Breadcrumbs on the product page - #1745 - Agata Firlejczyk @afirlejczyk
    • πŸ’» Infinite scroll on mobile browsers - #1755 - Kacper Wierzbicki @vue-kacper
    • Coupon codes - #1759 - Tomek Kikowski @qiqqq
  • v1.3.0 Changes

    August 31, 2018

    βž• Added

    • πŸ“„ TypeScript support - please check TypeScript Action Plan for details
    • πŸ†• New core/modules added regarding the Refactor to modules plan
    • πŸ‘ Price tier's support #1625
    • Qty field on product page #1617
    • Offline orders confirmation dialog has been added #1430
    • πŸ’» pwa-compat library has been added to support fully PWA manifests on legacy browsers
    • dynamic port allocation #1511

    βœ‚ Removed

    • unused libs, components, core/api/cart webpack aliases
    • global.$VS has been replaced with rootStore #1624

    πŸ”„ Changed

    • πŸ“¦ core directory is now a @vue-storefront/core package, webpack alias and all related imports reflect this change [#1513]
    • 🚚 core/api renamed to core/modules, mixin features moved to core/modules/module_name/features
    • πŸ“¦ core/lib/i18n moved into separate @vue-storefront/i18n package

    πŸ›  Fixed

    • πŸ‘ installer paths are now normalized (to support paths including spaces) #1645
    • πŸ”§ status check added to the configurable_children products #1639
    • ⚑️ product info update when clicking the related products #1601
    • media gallery issues + mobile view
    • πŸ›  product slider fixes #1561
    • shipping carrier code is now passed with order #1520
    • πŸ” SEO support fixes #1514
    • πŸ›  UX fixes
    • 🌐 bundle size optimizations (translations)
    • password validation rules are now aligned (server/client) #1476
  • v1.2.0 Changes

    August 01, 2018

    πŸ›  Fixed

    • πŸ‘Œ Improved integration tests [#1471]
    • Minor taxcalc.js improvements [#1467]
    • πŸ›  Search by SKU fixed [#1455]
    • ProductList dbl click fix [#1438]

    βž• Added

    • 🐳 Docker support for vue-storefront
    • πŸ“„ Production config docs added [#1450]
    • βœ… Integration tests for Compare products added [#1422]
    • πŸ”¨ Wishlist module refactored to the new core/api standard + unit tests [#1434]
    • ⬇️ Dropdown components in MyProfile replaced with the base-select [#1463]
    • Magento2/CMS integration by block/page identifiers [#1452]
  • v1.1.0 Changes

    July 02, 2018

    ⬆️ Please keep an eye on the UPGRADE NOTES

    πŸ›  Fixed

    • Zip Code validation [#1372]
    • Get inpspired block [#968]
    • Favicon [#836]
    • πŸ”¨ Webpack config + refactoring [#1250]
    • ⚑️ Account page updates [#1323]
    • πŸ’» UI fixes [#901]
    • πŸ›  Vuex Store extensions fixes [#1028, #1102]
    • πŸ›  MS Edge + IE10 fixes [#1266]
    • IndexedDB locking issue

    βž• Added

    • βž• Added PM2 process manager [#1162]
    • βž• Added billing data phone number support [#1338]
    • βž• Added validation labels + generic control for CountrySelector [#1227]
    • πŸ‘ Offline mode Push Notification support [#1348, #1122, #1317]
    • βž• Added billing data phone number support [#1338]
    • πŸ”¨ PoC of API refactoring for the cart module [#1316]
    • Sort feature added [#671]
    • Page loader [#1240]
    • 🐳 Production ready Docker config for vue-storefront-api
  • v1.0.5 Changes

    June 04, 2018

    πŸ›  Fixed

    • Shipping region fix
    • πŸš‘ Hotfix for missing config.storeViews.multistore check
    • πŸ›  Minor fixes
  • v1.0.4 Changes

    June 02, 2018

    πŸ›  Fixed

    • 0️⃣ defaultCountry fix for IT
    • πŸš‘ Tax classes hotfix
    • tax_class_id is required by taxcalc - restored along with version inc
    • πŸ›  Minor fixes
  • v1.0.3 Changes

    June 02, 2018

    πŸ›  Fixed

    • πŸ›  Minor fixes
  • v1.0.2 Changes

    June 02, 2018

    πŸ›  Fixed

    • πŸš‘ vue-storefront-stripe renamed to vsf-payment-stripe hotfix
    • πŸ›  Minor fixes