All Versions
49
Latest Version
Avg Release Cycle
34 days
Latest Release
973 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.8.5 Changes
April 17, 2019๐ Fixed
- Memory leaks on SSR with Vue.use - @patzick (#2745)
-
v1.8.4 Changes
March 26, 2019๐ Fixed
- Problem with incomplete category products load for offline use - @patzick (#2543)
- Category products view crash on scrolling down in offline mode - @patzick (#2569)
- 0๏ธโฃ Default propery issue for the col-xs-* classes - @cnviradiya (#2558)
- Wishlist and compare list not cached properly - @filrak (#2580)
๐ Changed / Improved
- Category and Homepage products are now cached for offline use on SSR entry - @patzick (@1698)
-
v1.8.3 Changes
March 03, 2019โ Added
- Payment Request API integration - @qiqqq (#2306)
- ๐ New reactive helper to check online state. Usage:
import { onlineHelper } from '@vue-storefront/core/helpers'
and thenonlineHelper.isOnline
- @patzick (#2510) - Cart count config, allows you to display the item count instead of a sum of the item quantities - @pauluse (#2483)
- ๐ Video support in Product Gallery component. - @rain2o (#2433)
๐ Fixed
- Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
- Remaking order on user orders page - @patzick (#2480)
- Images blinking on category page - @pkarw (#2523)
- state.ts not bound in the module-template - @pkarw (#2496)
- Validation in the Myprofile section for postcode field - @pkarw (#1317)
- Non-integer qty of product added to the cart - @pkarw (#2517)
๐ Changed / Improved
- ๐ Fixed an issue where the correct image for a product configuration wasn't set on the product page image carousel. Also added the fix on the productcarousel in the zoom component - @DaanKouters (#2419)
- Way of creating VS Modules was changed to use factory method instead of explict object creation. - @filrak (#2434)
- โ Added clear filters button on desktop also and only show if filters are applied - @DaanKouters (#2342)
- ๐ Improved docs at contributing.md and configuration.md (spelling etc.) - @ruthgeridema (#2421, #2422, #2423, #2425, #2426)
- ๐ Fixed design issue of Country label on Edge 17 & Firefox - @ananth-iyer (#2390, #2399)
- Wishlist and compare items are loaded from local cache only once, instead of every time when module component is rendered - @patzick (#2431)
- Country field is filled by first counry from the list in cart in paymen section - @RakowskiPrzemyslaw (#2428)
- ๐ Improved product quantity change component in product and cart - @patzick (#2398, #2437)
- โก๏ธ Updated to Vue 2.6.6 - @filrak (#2456)
- ๐ Null sidebar menu data on static page fixed - @filrak (#2449, #2441)
- ๐ Fix cannot edit previous steps in checkout - @filrak, @patzick (#2438)
- ๐ Fixed route guard ssr problem - @vue-kacper (#2364)
- ๐ Fix links in footer to static pages bug - @filrak (#2452)
- ๐ Fix links at docs, Basics/Configuration file explained - @daksamit (#2490)
- ๐ Improve images loading on category page, corrected alt view and blinking problem - @patzick (#2465)
- ๐ Improve tsconfig for better IDE paths support - @patzick, @filrak (#2474)
- ๐ fix breadcrumbs changing too early - @filrak, @pkarw (#2469, #2529)
- ๐ improved product gallery load view, shows correct image on reload - @patzick (#2481, #2482, #2488, #2501)
- ๐ Fix an issue where the index.html template within a theme is ignored - @EnthrallRecords (#2489)
- โ Added async sidebar component with async off-screen components error handling and fetch retrying after coming back online - @filrak (#2408, #2451)
- Inconsistent filters behaviour - clear filters on page load - @patzick (#2435)
- ๐ fix price is never below 0 and user can't add 0 or below 0 products to cart - @RakowskiPrzemyslaw (#2437)
- Check for placing single order in case of error in any payment module - @patzick (#2409)
- Display prices in products added in offline mode. - @patzick (#2450)
- โก๏ธ Updated cypress dependency for e2e tests - @lukeromanowicz (#2518)
- ๐ Improved styles on recommendation filters, product tile and numeric input - @patzick (#2458)
- โ Removed editing mode from My Newsletter section - @aniamusial (#2766)
- Clicking Remake order now adds your items and redirects you to the checkout - @mikesheward (#2710)
๐ Deprecated / Removed
- ๐ฆ
@vue-storefront/store
package deprecated - @filrak
-
v1.8.2 Changes
February 11, 2019- ๐ Fixed docker-compose configuration for network_mode and TS build config - @lukeromanowicz (#2415)
-
v1.8.1 Changes
February 10, 2019๐ This is hot-fix release for fixing the payment methods switching issue when both:
payments-cash-on-delivery
andpayments-backend-methods
modules enabled.๐ Changed / Improved
- ๐ Fixed doubled invlication of
placeOrder
when both:payments-cash-on-delivery
andpayments-backend-methods
modules enabled - #2405
- ๐ Fixed doubled invlication of
-
v1.8.0 Changes
February 07, 2019โ 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)
- Hotjar integration - @lukeromanowicz (#840)
๐ 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 )
tobeforeRegistration({ Vue, config, store, isServer })
(and same withafterRegistration
) 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)
- ๐ Fixed isServer flag in module registration 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 tocore/lib/search
- @lukeromanowicz (#2225) - ๐
store/lib/multistore
has been moved tocore/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)
-
v1.7.3 Changes
January 31, 2019๐ Fixed
- ๐ Output cache between build, cache versioning added - @igloczek (#2309)
- Missing
no-ssr
wrapper around user specific content, which leads to broken app in production mode - @igloczek (#2314)
-
v1.7.2 Changes
January 28, 2019๐ 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- SSR detection in components - @patzick (#2173)
โ Added
- Hotjar extension (#840)
๐ 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)
-
v1.7.1 Changes
January 15, 2019๐ Fixed
- Corrected scrolled sidebar menu position
-
v1.7.0 Changes
January 15, 2019โ Added
- Dynamic categories prefetchingโโโ@pkarw #2100
- Per-route codesplitting for SSR pagesโโโ@patzick #2068
- ๐ async/await supportโโโ@patzick #2092
- IndexedDB replacement and new caching mechanismโโโ@pkarw #2112
- ๐ Web Share moduleโโโ@filrak #2143
- Backward compatibility option for dynamic attribute loaderโโโ@pkarw #2137
- ๐ Japanese translationโโโ@moksahero #2150
- ๐ Dutch translationโโโ@StefGeraets #2163
- Using meta_title and meta_description fields from Magento on product/category pageโโโ@qiqqq #2158
- Color mapping featureโโโ@pkarw #2175
- Out of the box GZIP compression and sourcemap removal in prod modeโโโ@patzick #2186
๐ Changed / Improved
- ๐ฏ Invalidate output cache using POST - @Cyclonecode #2084
- ๐ NGNIX installation improvements for docsโโโ@janmyszkier #2080
- HTML semantics improvementsโโโ@patzick #2094
- ๐ Lazy loading of non-critical third party libs and vendor optimizationโโโ@patzick @filrak @qiqqq
- ๐ Extra NL translation keysโโโ@nlekv #2104
- Optimization for the number of attributes to be stored in Vuex storeโโโ@pkarw #1654
- ๐ท Service Worker registration from any routeโโโ@patzick #2070
- ๐ Production setup docs improvementsโโโ@janmyszkier #2126
- ๐ Various changes and additions to our docs by @NataliaTepluhina
- โก๏ธ Payment docs updateโโโ@pkarw #2135
- โ Added bash command for collecting i18n phrases to docsโโโ@qbo-tech #2149
- ๐ SEO and scrolling performance fixesโโโ@filrak #2066
- Established Vuex naming conventions. TLDR - we strongly recommend to use vuex getters instead of mapping state itself (#2069)
- ๐ท IndexedDb changed to LocalStorage + ServiceWorker native caching (#2112)
๐ Fixed
- ๐ Fix Notification.vue compiling issue on prod - @ladrua #2079
- ๐ Fix wishlist toggle bugโโโ@shkodasv #2086
- ๐ง findConfigurableChildAsyncโโโfix checking stock for configurable childโโโ@afirlejczyk #2097
- ๐ Fix cart synchronizationโโโ@valeriish #2106
- ๐ Fix hydration issue for lazy loaded chunksโโโ@patzick #2115
- Clear missing fields after user logoutโโโ@sniffy1988 #2117
- ๐ Fix AMP naming ( ^ ) for docs [email protected] #2118
- ๐ Fix Cart Configurable Item pulled from Magentoโโโ@valeriish #2119
- ๐ Fix product configuration after cart items server pullโโโ@valeriish #2122
- ๐ Fix gallery switching when entering productโโโ@vue-kacper #2123
- ๐ Fix multiple placing order invocation after changing payment methodsโโโ@patzick #2133
- โ Remove extra space after every comma for non-(multi)select product attributesโโโ@patzick #2133
- ๐ Fix side-menu scrollingโโโ@patzick #2140
- ๐ Fix back button not properly working from a configurable product pageโโโ@qiqqq #2151
- ๐ Fix submenu not visible on a deeper levelโโโ@patzick #2152
- ๐ vue-carousel removed from homepage - @patzick #2153 #2154
- ๐ Use localized routes for redirects to home page and account pageโโโ@grimasod #2157
- ๐ ProductLinks fixed in Related products componentโโโ@pkarw #2168
- ๐ Fix Cart Configurable Item pulled from Magento loaded as Simpleโโโ@pkarw @valeriish #2169 #2181
Depreciated
- extendStore depreciation - @filrak #2143
- ValidationError class depreciation - @filrak #2143