Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Releases: vuestorefront/vue-storefront-1

Vue Storefront 1.8.0

18 Aug 23:01
b84ddc0
Compare
Choose a tag to compare

This is the official release of Vue Storefront 1.8.

In this release we focused mostly on stabilization and bugfixing.
Over 50 improvements prepared by 32 contributors!

Additional migration tips are available here.

Added

  • Chinese translation added - @wadereye (#2265)
  • Categories filter in search view - @kjugi, @patzick (#1710)
  • AsyncDataLoader feature - @pkarw (#2300)
  • Events list page in docs - @jablpiotrek (#776)
  • Keyboard support for account and cookie close buttons - @anqaka (#2258)
  • Support typescript in build scripts - @marlass, @patzick (#2260, #2273, #2324)
  • Possibility to have sticky notifications - @phoenixdev-kl (#2307)
  • Added a scss to manage global form style - @lorenaramonda (#2316)
  • Manage products with zero price - @MarcoGrecoBitbull (#2327)

Changed / Improved

  • Theme structure improvements - @filrak (#2223)
  • Type interfaces and refactor - @filrak (#2227, #2267)
  • Changed beforeRegistration and afterRegistration hooks signature. Now it contains only one object VSF. The subfields are the same as before so changing beforeRegistration( Vue, config, store, isServer ) to beforeRegistration({ Vue, config, store, isServer })(and same with afterRegistration) is enough to make a proper migration to new API. - @filrak (#2330)
  • Typo fixes - @youanden, Micheledinocera (#2229, #2329)
  • Bundle products price calculation fix - @pkarw (#2371)
  • Added hotjar snippet and dixed isServer flag in module hooks - @lukeromanowicz (#840)
  • Location of type files - @kruchy8 (#2226)
  • Improved theme registration - @lukeromanowicz (#2233)
  • SSR renderings for logged in users - @vue-kacper (#2234)
  • ElasticSearch fuzzy search - @qbo-tech (#2340, #2354)
  • Documentation improvements - @martaradziszewska, @wilfriedwolf, @fvillata, @pkarw (#2210, #2244, #2289, #2369)
  • Support regional characters in urls - @Aekal (#2243)
  • store/lib/search has been moved to core/lib/search - @lukeromanowicz (#2225)
  • store/lib/multistore has been moved to core/lib/multistore - @lukeromanowicz (#2224)
  • BaseSelect syntax improvements - @jszczech (#2237)
  • Optional cart discounts display on side cart - @mcspronko (#1758)
  • Special price dates checking - backport of @Igloczek's (#2245)
  • Category filters reset functionality on mobile - @vue-kacper, @patzick, @renatocason (#2262)
  • Improve sortBy mobile view - @martaradziszewska (#2251)
  • Slide animations to menu, search, wishlist and minicart components - @Aekal (#2256)
  • Fixed wishlist store module to not be lazy loaded - @vue-kacper (#2249)
  • Share webpack typescript config with docker container - @lukeromanowicz (#2269)
  • After checkout create logged-in cart for logged-in users if using order Direct Backend Sync - @grimasod (#2302)
  • Output cache clearing supports versioning - @Igloczek (#2333, #2359)
  • Cash on delivery + Shipping addresses fixed for virtual products - @pkarw (#2366)
  • Improved static pages caching strategy - @pkarw (#2281)
  • Magento 2.3 MSI work-around (it's still not supported fully) - @pkarw (#2366)
  • Product zoom picture centered - @ptylek (#2178)
  • Fixed tracking in analytics module - @jahvi (#2278)
  • Improved merge the store modules array with extended module config - @DaanKouters (#2274)
  • ElasticSearch fuzzy search, scoring, boosting + other improvements - @qbo-tech (#2340)
  • Turned off compression plugin, nginx serves brotli compression  — @patzick (#2254)
  • Improved user account menu UX on desktop - @vue-kacper (#2363)
  • Added About us missing route - @lorenaramonda (#2320)
  • Fixed used variable for products count in category - @renatocason (#2304)
  • Override console with logger - @daaru00 (#2235)
  • Fixed variable call about feedback email - @PhantomDraven (#2318)
  • Output cache clearing versioning - @Igloczek (#2333)
  • Improved paddings on select fields - @patzick (#2361)
  • Fixed lack of modal backdrop - @vue-kacper, @giuliachiola (#2319)
  • Form validations and improvements - @vue-kacper (#2348, #2349, #2347)
  • Changing product quantity in catr - @mdanilowicz (#2345)
  • Product attribute values as array - @afirlejczyk (#2379)
  • Improved fetching customAttributes - @afirlejczyk (#2107)
  • Removed compare button from product mobile view - @patzick (#2370)
  • Configurable options attribute descriptor - @pkarw (#2384)

Vue Storefront 1.7.2

18 Aug 23:01
5d380d4
Compare
Choose a tag to compare

Fixed

  • clear search filters on mobile - @patzick (#2282)
  • SSR problem on checkout page on reload - @vue-kacper (#2220)
  • Improved offline mode handlers - @pkarw (#2217)
  • url_key adjustment after m2vs fix - @pkarw (#2215)
  • Service worker removed from dev mode because of the side effects - @pkarw
  • networkFirst first caching strategy for /api/catalog - @pkarw
  • Special price dates checking - backport of @Igloczek's (#2245)
  • SSR detection in components - @patzick (#2173)

Changed

  • compress banner images - @patzick (#2280)
  • Dynamic attributes loader (#2137)
  • Dynamic categories prefetching (#2076)
  • New payment's module architecture (#2135)
  • Support regional characters in urls - Backport of @Aekal's (#2243)

Added

  • Translations of banners - @patzick (#2276)
  • Banners title background on mobile - @patzick (#2272)
  • New main site look - @patzick (#2266)

Vue Storefront 1.7.0

18 Aug 23:01
65b256d
Compare
Choose a tag to compare

During version 1.7 we focused mostly on improving current features, bugfixing and performance part with a small feature additions.

We are happy to say that we achieved amazing results! Vue storefront has been cleaned from unnecessary packages many of them have been replaced with smaller equivalents, pages and non-critical resources has been splitted into lazily loaded chunks.

Please read upgrade notes to see how to migrate to Vue Storefront 1.7

Added

Changed / Improved

Fixed

Depreciated

Vue Storefront 1.6.0

18 Aug 23:00
Compare
Choose a tag to compare

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

Changed

Fixed

Vue Storefront 1.5.0

18 Aug 23:00
c1614ec
Compare
Choose a tag to compare

This is an official release of Vue Storefront 1.5

With this release, we haven't added many new features - but we've rather focused on refactoring, quality and optimization. Key new features:

  • New Modules API - the great job was done by @filrak - read more on how new modules work...
  • Memory leaks traced + fixed - it's a developer's nightmare to trace the leaks but @tomasz-duda has made it; the app is much more stable in the SSR mode
  • Integration with M2 is much easier with mage2vuestorefront tool bundled directly into vue-storefront-api project + installer option to run it automatically,
  • we've officially changed our logo :)

Please read the UPGRADE NOTES before pulling out the latest changes

Changelog + Credits

This version couldn't have happened without our awesome Community. 80 active contributors + 800 developers on Slack! Thank You All for supporting us!

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 @NataliaTepluhina
  • Magento2 integrated importer
  • New Logo by Stasiek Świątkiewicz

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

If you want to appear on this list with the next release, don't hesitate to become a contributor. Just drop us an e-mail to [email protected]

Vue Storefront 1.4.5

18 Aug 23:00
13554f6
Compare
Choose a tag to compare

This is an official release of Vue Storefront 1.4

Thanks to our partner - PHOENIX MEDIA and the community we were able to introduce the GraphQL support. Now Vue Storefront can work with standard REST API or GraphQL endpoints giving the developer next layer of abstraction for easier 3rd party services integration.

Moreover, we've added the SSR cache support + plain text/XML/JSON/AMPHTML output generation module which opens Vue Storefront backend development to the whole new spectrum of possibilities.

Please read the UPGRADE NOTES before pulling out the latest changes

Changelog + Credits

This version couldn't have happened without our awesome Community. 80 active contributors + 800 developers on Slack! Thank You All for supporting us!

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
  • 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

If you want to appear on this list with the next release, don't hesitate to become a contributor. Just drop us an e-mail to [email protected]

Vue Storefront 1.3.1

18 Aug 22:59
Compare
Choose a tag to compare

This is an official release of Vue Storefront 1.3.1.

We've introduced TypeScript support for the core of Vue Storefront in this release along with major refactoring works related to the Vue Storefront Modules.

From this package on, the @vue-storefront-core package is available as npm package along with all other themes, stores etc.

Next release (1.4.0) will include the GraphQL support. Bear with us!

Please read the UPGRADE NOTES before pulling out the latest changes

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

Credits for 1.3.0

Special thanks to: @DavidRouyer, @patrykpiston, @filrak for their effors on TypeScript, Modules, Refactoring efforts. Great job!

If you want to appear on this list with the next release, don't hesitate to become a contributor. Just drop us an e-mail to [email protected]

1.3.0-alpha.1

18 Aug 22:59
Compare
Choose a tag to compare
1.3.0-alpha.1 Pre-release
Pre-release

This is pre-release of Vue Storefront 1.3.0. The official/stable release is planned for 7th of September 2018.

This is a very important release of Vue Storefront! We've introduced TypeScript support for the core of Vue Storefront in this release along with major refactoring works related to the Vue Storefront Modules.

Next release (1.4.0) will include the GraphQL support. Bear with us!

Please read the UPGRADE NOTES before pulling out the latest changes

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

Credits for 1.3.0

Special thanks to: @DavidRouyer, @patrykpiston, @filrak for their effors on TypeScript, Modules, Refactoring efforts. Great job!

If you want to appear on this list with the next release, don't hesitate to become a contributor. Just drop us an e-mail to [email protected]

v1.3.0-alpha.2

18 Aug 22:58
b3025f6
Compare
Choose a tag to compare
v1.3.0-alpha.2 Pre-release
Pre-release

This is pre-release of Vue Storefront 1.3.0. The official/stable release is planned for 7th of September 2018.

This is a very important release of Vue Storefront! We've introduced TypeScript support for the core of Vue Storefront in this release along with major refactoring works related to the Vue Storefront Modules.

Next release (1.4.0) will include the GraphQL support. Bear with us!

Please read the UPGRADE NOTES before pulling out the latest changes

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

Credits for 1.3.0

Special thanks to: @DavidRouyer, @patrykpiston, @filrak for their effors on TypeScript, Modules, Refactoring efforts. Great job!

If you want to appear on this list with the next release, don't hesitate to become a contributor. Just drop us an e-mail to [email protected]

1.2.0

18 Aug 22:58
bc30b6c
Compare
Choose a tag to compare

We're proudly presenting the Vue Storefront v1.2.0!

We plan to keep the monthly release cycle with new features + improvements. This release contains mostly bug fixes/stability fixes and some minor feature improvements.

Please read the UPGRADE NOTES before pulling out the latest changes

Key new features

In this version, we've added few really cool features:

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]

Please check it out: visit: https://demo.vuestorefront.io/

Roadmap

We're trying to map all the feature requirements for next major editions (1.3, 1.4 ...). Please do contact us at [email protected] if you would like to share some thoughts.

Credits for 1.2.0

Special thanks to all contributors, especially the core team
Lucas Attali @Aylay - improvements
Damian Fiałkiewicz @Aekal - integration tests improvements
David Lambauer @DavidLambauer - fixes
Patryk Mazur @patrykpiston - integration tests improvements
Alina Drozd @alinadivante - Cypress integration tests
Paweł Szreder - @pszreder - production Docker setup for vue-storefront
Anna Karon - @anqaka - Magento CMS integration improvements
Tomek Kikowski @qiqqq - fixes + improvements
Filip Rakowski - @filrak - core-api refactor PoC
Stasiek Świątkiewicz @StasiekDivante - UX tests + improvements
Raymond Wojtala - partner onboarding
Artur Wala - user support

If you want to appear on this list with the next release, don't hesitate to become a contributor. Just drop us an e-mail to [email protected]