1.0.0-rc.5.4
Pre-release
Pre-release
🚀 Features
theme
- Added translations for German store
- Handled currency change so customers can change currency using currency switcher
- Added possibility to use external image providers
- added possibility to use server-side cache and Redis
💅 Refactors
composables
& theme
- [Multistore] fixed multistore setting for new page visitors, handled default store
- PR: #508
- added SSR optimization for the default layout and improved performance
🐛 Bugfix
theme
& composables
Visual fixes
- fixed bundle product visual issues
- Fixed image placeholder rendering on category pages
- Issue: #407
- Fixed product page visual issues on tablet devices
- Fixed the home icon in mobile bottom nav alignment
Checkout / Cart
- Billing address no longer overrides shipping address on checkout
- Added validation for each checkout step
- Improved checkout layout on tablet devices
- Fixed checkout payment step visual issues
- Fixed shipping method price displayed on checkout summary
- [Cart]Added possibility to insert the multidigit quantity
- added cart clearing after log out
- cart product list-keys no longer duplicate themself
- Cart is not loaded multiple times on page load anymore
- fixed product thumbs rendering in the cart for configurable products
Customer / My Account
- handled expired user tokens and log-outs
- Added possibility to got to order details page on desktop and mobile
- fixed bug related to wishlist sidebar, so after log-in customers can see products in the wishlist sidebar (by clicking the heart icon on the header)
- Added empty reviews view on My Account pages
- [My Account] fixed password change view
- fixed missing address details tab for non-english locale stores
- Address fields are populated correctly when customer wants to change the existing address
- Customer is redirected to address page after adding a new address
Catalog
- Disabled add to cart button when configurable product is not fully loaded
- Added possibility to remove products from wishlist on Category pages in list mode
- Customers from now can add products to their wishlist using mobile devices
Other
- Fixed CMS pages loading issue
composables
useFacets composable does not ignores custom queries anymore
📗 Docs
- added documentation about reCaptcha configuration https://docs.vuestorefront.io/magento/guide/recaptcha.html
- added documentation about Server-Side cache & Redis https://docs.vuestorefront.io/magento/guide/ssr.html
- added documentation about external images optimization https://docs.vuestorefront.io/magento/guide/configuration.html#image-providers
🏡 Chore
repository
- added possibility to extend nuxt.config during deployment: #522
- extracted styles to separate .css chunks: #516
- a modified deployment configuration added new env variables etc.: #515, #515
- added Sentry for handle error logging: #507
- removed JS chunks configuration and improved performance: ‣
Other
partial support for reCaptcha