Vue Storefront 1.6.0
This is the official release of Vue Storefront 1.6.
This release was mostly focused on introducing new modular architecture along with default theme cleanup from core logic.
It's a rather big release in terms of changes. Update can be time consuming but not complicated due to minimal amount of API changes.
Please read the UPGRADE NOTES before pulling out the latest changes
Changelog and credits
Added
- CoreShop integration - @pkarw
- New documentation on Vuepress! - @NataliaTepluhina
- CMS Content from ElasticSearch with SSR - @yuriboyko
- AMP Renderer - @pkarw
- Dynamic config load - @CodeSkills
- Currency sign before/after - @CodeSkills
- Czech Translation - @CodeSkills
- Bundle size limit config - @jahvi
- Configuration that sets a maximum number of options for each filter - @nuovecode
- Lazy loading for non-SSR routes - @filrak
- Vue Storefront Logger - @filrak
Changed
- Single source of truth for all components - @kjugi
- Bundle size improvements - @DavidRouyer
- ProductBundleOptions component splitted and simplified - @patzick
- Markdown-based static pages mechanism removed - @filrak
- Magento 2 API config always added on installation - @Cyclonecode
- Check on null for Payment Backend Methods - @dimasch
- Extensions rewrite to modules - George @CodeSkills and @filrak
- Core components splitted to modules - @filrak
- Core stores splitted to modules - @filrak