You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix hydration issue for lazy loaded chunks — @patzick#2115
70
+
- Clear missing fields after user logout — @sniffy1988#2117
71
+
- Fix AMP naming ( ^^ ) for docs -@pgol#2118
72
+
- Fix Cart Configurable Item pulled from Magento — @valeriish#2119
73
+
- Fix product configuration after cart items server pull — @valeriish#2122
74
+
- Fix gallery switching when entering product — @vue-kacper#2123
75
+
- Fix multiple placing order invocation after changing payment methods — @patzick#2133
76
+
- Remove extra space after every comma for non-(multi)select product attributes — @patzick#2133
77
+
- Fix side-menu scrolling — @patzick#2140
78
+
- Fix back button not properly working from a configurable product page — @qiqqq#2151
79
+
- Fix submenu not visible on a deeper level — @patzick#2152
80
+
- vue-carousel removed from homepage - @patzick#2153#2154
81
+
- Use localized routes for redirects to home page and account page — @grimasod#2157
82
+
- ProductLinks fixed in Related products component — @pkarw#2168
83
+
- Fix Cart Configurable Item pulled from Magento loaded as Simple — @pkarw@valeriish#2169#2181
84
+
85
+
### Depreciated
86
+
- extendStore depreciation - @filrak#2143
87
+
- ValidationError class depreciation - @filrak#2143
17
88
89
+
## [1.6.0] - 2018.12.05
18
90
### Added
19
91
- Lazy loading for SSR and non-SSR routes
20
92
- app splitted into modules
@@ -24,10 +96,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
96
25
97
### Changed
26
98
- There is new config option `config.orders.directBackendSync` that changes the behavior of placing an order. Please do read [more on this change](https://github.com/DivanteLtd/vue-storefront/commit/e73f2ca19a5d33a39f8b0fd6346543eced24167e) and [more on vue-storefront-api change](https://github.com/DivanteLtd/vue-storefront-api/commit/80c497f72362c72983db4fdcac14c8ba6f8729a8)
27
-
- ProductSlider, ProductLinks, ProductListing moved to theme.
99
+
- ProductSlider, ProductLinks, ProductListing moved to theme.
28
100
- Many theme-related logic moved to theme (+ deleted empty core components just with `name`)
29
101
- 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.
30
-
- Better Vuex extensibility with modules
102
+
- Better Vuex extensibility with modules
31
103
- VSModule `store` object changed to fulfil need of multiple vuex modules (see modules docs)
32
104
- UI Store logic for Microcart moved to cart module
33
105
- Extensions are now depreciated, theme-level extensions removed and src-level extension to be depreciated in 1.7
@@ -288,30 +360,3 @@ Please keep an eye on the **[UPGRADE NOTES](https://github.com/DivanteLtd/vue-st
0 commit comments