@@ -5,36 +5,39 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 1.11.2] - UNRELEASED
8
+ ## [ 1.11.2] - 2020.03.10
9
9
10
10
### Added
11
- - Add ` isBackRoute ` that informs if user returns to route, skip loading products for category if he does - @gibkigonzo (issue #4066 )
12
- - Add server context to async data loader - @gibkigonzo (pr #4113 )
13
- - Add preload and preconnect for google font - @gibkigonzo (pr #4121 )
11
+
12
+ - Add ` isBackRoute ` that informs if user returns to route, skip loading products for category if he does - @gibkigonzo (#4066 )
13
+ - Add server context to async data loader - @gibkigonzo (#4113 )
14
+ - Add preload and preconnect for google font - @gibkigonzo (#4121 )
14
15
15
16
### Changed / Improved
17
+
16
18
- optimizations - improved prefetch strategy - @gibkigonzo (#4080 )
17
19
- improvements to Finnish translations - @evktalo (#4116 )
18
20
- Radio button now allows separate checked, value and name attributes - @EndPositive (#4098 )
19
21
- Update backwards compatible dependencies - @simonmaass (#4126 )
20
22
21
23
### Fixed
24
+
22
25
- add disconnect and sync options for cart/clear - @gibkigonzo (#4062 )
23
26
- add '1' as searched value for 'is_user_defined' and 'is_visible' (createAttributesListQuery) - @gibkigonzo (#4075 )
24
27
- Fix possibility to add same SKU with different custom options to the cart - @Michal-Dziedzinski (#3595 )
25
28
- Fix ` calculateProductTax ` to find matching tax rules from ES for current product - @DylannCordel (#4056 )
26
29
- Set ` totals ` in products in cart always in reactive way - @psmyrek (#4079 )
27
30
- Fix sync cart between tabs - @Michal-Dziedzinski (#3838 )
28
- - Add currentRoute to url module and return cached requests - @gibkigonzo (pr #4077 , issue #4066 )
31
+ - Add currentRoute to url module and return cached requests - @gibkigonzo (#4077 , #4066 )
29
32
- Hide original radio button behind built label - @EndPositive (#4098 )
30
- - Disable overriding ` route ` state in __ INITIAL_STATE __ - @gibkigonzo (pr #4095 )
33
+ - Disable overriding ` route ` state in ** INITIAL_STATE ** - @gibkigonzo (#4095 )
31
34
- Fix gtm order placement event when user was guest - @Michal-Dziedzinski (#4064 )
32
- - Fix gtm event switched properties - @Michal-Dziedzinski (pr #4106 )
35
+ - Fix gtm event switched properties - @Michal-Dziedzinski (#4106 )
33
36
- Group 'productChecksum' and 'productsEquals' logic for all supported products types. Remove 'checksum' when editing product.
34
- Remove and add coupon when user login Remove 'NA' as default company. Show qty in microcart for all types of product.
35
- Remove preload font - it gives good performance, but vue-meta refresh page, because there is script onload. - @gibkigonzo (pr #4128 )
36
- - Keep old category before route is resolved - @gibkigonzo (pr #4124 )
37
- - Added comments in 'productsEqual' and change logic for different types of products. Remove login user after order in Checkout. Allow changing qty for 'group' and 'bundle'.products - @gibkigonzo (pr #4144 )
37
+ Remove and add coupon when user login Remove 'NA' as default company. Show qty in microcart for all types of product.
38
+ Remove preload font - it gives good performance, but vue-meta refresh page, because there is script onload. - @gibkigonzo (#4128 )
39
+ - Keep old category before route is resolved - @gibkigonzo (#4124 )
40
+ - Added comments in 'productsEqual' and change logic for different types of products. Remove login user after order in Checkout. Allow changing qty for 'group' and 'bundle'.products - @gibkigonzo (#4144 )
38
41
- Fix incorrect root categories when extending includeFields - @Michal-Dziedzinski (#4090 )
39
42
- Add onlyPositive prop to BaseInputNumber to not allow user type negative value - @Michal-Dziedzinski (#4136 )
40
43
- Await for cart/authorize while login user - @gibkigonzo (#4133 )
@@ -44,20 +47,23 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
44
47
## [ 1.11.1] - 2020.02.05
45
48
46
49
### Added
50
+
47
51
- Add ` ProductPrice ` component with bundleOptions and customOptions prices - @gibkigonzo (#3978 )
48
52
- Add lazy create cart token - @gibkigonzo (#3994 )
49
53
50
54
### Changed / Improved
55
+
51
56
- Set cache tag when loading a category - @haelbichalex (#3940 )
52
57
- In development build ` webpack.config.js ` in theme folder is now called without the ` default ` key - @psmyrek
53
58
54
59
### Fixed
60
+
55
61
- Added Finnish translations - @mattiteraslahti and @alphpkeemik
56
62
- Updated Estonian translations to match 1.11 - @alphpkeemik
57
63
- CookieNotification CSR&SSR mismatch fixed - @Fifciu (#3922 )
58
64
- The attribute filter in ` attribute/list ` was not filtering the already loaded attributes properly - @pkarw (#3964 )
59
65
- Update ` hasProductErrors ` in Product component and support additional sku in custom options - @gibkigonzo (#3976 )
60
- - Fixed logic for generating ${lang}.json files in multi-store setup - @jpkempf
66
+ - Fixed logic for generating \ $ {lang}.json files in multi-store setup - @jpkempf
61
67
- Fixed logic for collecting valid locales in single-store, multi-lang setup - @jpkempf
62
68
- Make initial custom option value reactive - @gibkigonzo
63
69
- Fixed No image thumbnails leaded on 404 page - @andrzejewsky (#3955 )
@@ -66,7 +72,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
66
72
- Fixed product bundle comparison condition - @gk-daniel (#4004 )
67
73
- Add event callback for checkout load initial data - @gibkigonzo (#3985 )
68
74
- Fixed ` Processing order... ` modal closing too early - @grimasod (#4021 )
69
- - Keep registered payment methods after ` syncTotals ` - @grimasod (#4020 )
75
+ - Keep registered payment methods after ` syncTotals ` - @grimasod (#4020 )
70
76
- Added status code to the cache content and use it in cache response - @resubaka (#4014 )
71
77
- Fixed sku attribute is missing on compare page - @gibkigonzo (#4036 )
72
78
- Fixed z-index for aside in compare list - @gibkigonzo (#4037 )
@@ -80,6 +86,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
80
86
## [ 1.11.0] - 2019.12.20
81
87
82
88
### Added
89
+
83
90
- Add unit tests for ` core/modules/url ` - @dz3n (#3469 )
84
91
- Add unit test for ` core/modules/checkout ` - @psmyrek (#3460 )
85
92
- Add defense against incomplete config in ssr renderer - @oskar1233 (#3774 )
@@ -91,6 +98,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
91
98
- Added price filtering key as config - @roywcm
92
99
93
100
### Fixed
101
+
94
102
- Fixed missing parameter to query function from cms/store/block/actions - @georgiev-ivan (#3909 )
95
103
- Always close zoom overlay after changing product - @psmyrek (#3818 )
96
104
- Fixed problem with cutting image height in category page on 1024px+ screen res - @AdKamil (#3781 )
@@ -104,22 +112,23 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
104
112
- Fixed Product page breadcrumbs problem when products are in multiple categories in different branches of the category tree - @grimasod (#3691 )
105
113
- Change translation from jp-JP to ja-JP - @gibkigonzo (#3824 )
106
114
- Fixed ecosystem config for pm2 - @andrzejewsky (#3842 )
107
- - Fixed ` mappingFallback ` for extending modules - @andrzejewsky (#3822 )
115
+ - Fixed ` mappingFallback ` for extending modules - @andrzejewsky (#3822 )
108
116
- Fixed adding products search results to category-next product store - @grimasod (#3877 )
109
117
- Use ` defaultSortBy ` for sorting category products by default @haelbichalex (#3873 )
110
118
- Fixed some potential mutations of Config object in ` catalog ` and ` catalog-next ` - @grimasod (#3843 )
111
- - Set ` null ` as default value for custom option in product page - @gibkigonzo (#3885 )
112
- - Fixed Breadcrumb filters - apply to second category fetch - @grimasod (#3887 )
119
+ - Set ` null ` as default value for custom option in product page - @gibkigonzo (#3885 )
120
+ - Fixed Breadcrumb filters - apply to second category fetch - @grimasod (#3887 )
113
121
- Fixed ` config.storeViews.commonCache ` being ignored - @grimasod (#3895 )
114
122
- Fixed static pages, password notification, offline mode #3902 - @andrzejewsky (#3902 )
115
123
- Fixed error page display with enabled multistore - @gibkigonzo (#3890 )
116
124
- Fixed edit shipping address in my account - @gibkigonzo (#3921 )
117
125
- Fetch cms_block content in serverPrefetch method - @gibkigonzo (#3910 )
118
- - Fixed saving invalidated user token - @andrzejewsky (#3923 )
126
+ - Fixed saving invalidated user token - @andrzejewsky (#3923 )
119
127
- Keep category products objects on ssr - @gibkigonzo (#3924 )
120
128
- product breadcrumbs - check if current category is not highest one - @gibkigonzo (#3933 )
121
129
122
130
### Changed / Improved
131
+
123
132
- Changed pre commit hook to use NODE_ENV production to check for debugger statements - @resubaka (#3686 )
124
133
- Improve the readability of 'getShippingDetails()' and 'updateDetails()' method of UserShippingDetails component - @adityasharma7 (#3770 )
125
134
- Keep git after yarn install in dockerfile - @ddanier (#3826 )
@@ -128,15 +137,17 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
128
137
## [ 1.11.0-rc.2] - 2019.10.31
129
138
130
139
### Added
140
+
131
141
- Add defense for incomplete config in preferchCachedAttributes helper
132
142
- Add unit test for \` core/modules/cms\` - @krskibin (#3738 )
133
143
134
144
### Fixed
145
+
135
146
- Fixed deprecated getter in cmsBlock store - @resubaka (#3683 )
136
147
- Fixed problem around dynamic urls when default storeView is set with appendStoreCode false and url set to / . @resubaka (#3685 )
137
148
- Fixed three problems you can run into when you have bundle products - @resubaka (#3692 )
138
149
- Reset nested menu after logout - @gibkigonzo (#3680 )
139
- - Fixed handling checkbox custom option - @gibkigonzo (#2781 )
150
+ - Fixed handling checkbox custom option - @gibkigonzo (#2781 )
140
151
- Fixed typos in docs - @afozbek (#3709 )
141
152
- Fixed VSF build fails for some people due to lack of dependencies in the container - @krskibin (#3699 )
142
153
- Fixed two graphql problems, one with cms_blocks and the other with default sort order - @resubaka (#3718 )
@@ -156,6 +167,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
156
167
- Custom module ` ConfigProvider ` aren't called anymore - @cewald (#3797 )
157
168
158
169
### Added
170
+
159
171
- Added Estonian translations - @alphpkeemik
160
172
- Added support for ES7 - @andrzejewsky (#3690 )
161
173
- Added unit tests for ` core/modules/mailer ` - @krskibin (#3710 )
@@ -167,6 +179,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
167
179
- Add unit test for ` core/modules/wishlist ` - @psmyrek (#3471 )
168
180
169
181
### Changed / Improved
182
+
170
183
- Use ` encodeURIComponent ` to encode get parameters in ` multimatch.js ` - @adityasharma7 (#3736 )
171
184
172
185
## [ 1.11.0-rc.1] - 2019.10.03
@@ -284,7 +297,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
284
297
- Remove modifying config by reference in multistore - @gibkigonzo (#3617 )
285
298
- Add translation key for add review - @gibkigonzo (#3611 )
286
299
- Add product name prop to reviews component - @gibkigonzo (#3607 )
287
- - Show default cms pages when current store code is not equals to default - @andrzejewsky (#3579 )
300
+ - Show default cms pages when current store code is not equals to default - @andrzejewsky (#3579 )
288
301
- Fix login errors with mailchimp - @gibkigonzo (#3612 )
289
302
- Hydration error on homepage - @patzick (#3609 )
290
303
- Fix adding products with custom options - @andrzejewsky (#3597 )
@@ -353,9 +366,11 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
353
366
- Pass to ` registerModule ` all parameters as one object - @gibkigonzo (#3634 )
354
367
- Include shipping address data in request for shipping methods for more accurate filtering - @rain2o (#2515 )
355
368
- remove 'disabled' flag in storeViews config - @gibkigonzo (#3659 )
369
+
356
370
## [ 1.10.5] - 28.11.2019
357
371
358
372
### Fixed
373
+
359
374
- Disable product mutation when assigning product variant - @gibkigonzo (#3735 )
360
375
- Fix issue with Cannot assign to read only property 'storeCode' - @yuriboyko (#3748 )
361
376
- Render correct category links when multistore is active - @gibkigonzo (#3753 )
@@ -369,6 +384,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
369
384
## [ 1.10.4] - 18.10.2019
370
385
371
386
### Fixed
387
+
372
388
- Added try/catch for fetching single product in cart synchronization - @gibkigonzo (#3632 )
373
389
- Removed infinite loop when changing checkbox in shipping details - @gibkigonzo (#3656 )
374
390
- Remove modifying config by reference in multistore - @gibkigonzo (#3617 )
@@ -391,24 +407,28 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
391
407
- Fixed evaluate detailsLink in the cookie notification - @benjick (#3689 )
392
408
393
409
## Added
410
+
394
411
- Added german translations - @schwerdt-ke (3076)
395
412
396
413
## [ 1.10.3] - 2019.09.18
397
414
398
415
### Fixed
416
+
399
417
- Broken sidebar menu in mobile view - @przspa (#3549 )
400
418
- UrlDispatcher issues with multistore routes - @pkarw (#3568 )
401
419
402
420
## [ 1.10.2] - 2019.09.06
403
421
404
422
### Fixed
423
+
405
424
- Product image is missing on PDP - @przspa , @NavaneethVijay (#3483 )
406
425
- Mounting app when routes are resolved, should completly remove recent SSR errors - patzick (#3499 )
407
426
- Fixed ` categoriesDynamicPrefetchLevel ` that now can be equal to 0 - @pkarw (#3495 )
408
427
409
428
## [ 1.10.1] - 2019.09.03
410
429
411
430
### Fixed
431
+
412
432
- Invalid Discount code error handled by theme - @grimasod (#3385 )
413
433
- Fallback for empty value or no_selection child image - @ngongoll (#3397 )
414
434
- ` order.order_id ` was not assigned in the ` orders.directBackendSync ` mode - @pkarw (#3398 )
@@ -555,7 +575,7 @@ Remove preload font - it gives good performance, but vue-meta refresh page, beca
555
575
- Refactored Travis config - @Tjitse-E (#3035 )
556
576
- Renamed the ` stock/check ` to ` stock/queueCheck ` to better emphasize it's async nature; added ` stock/check ` which does exactly what name suggests - returning the true stock values - @pkarw (#3150 )
557
577
- Cart unit tests throwing lots of type warnings - @lukeromanowicz (#3185 )
558
- - Lack of possibility to mock src modules and theme components - @lukeromanowicz (#3185 )
578
+ - Lack of possibility to mock src modules and theme components - @lukeromanowicz (#3185 )
559
579
- Outdated signature of Registration hooks for google-tag-manager - @vishal-7037 (#3208 )
560
580
- Added serveral missing german translations and fixed german language file structure - @unherz (#3202 )
561
581
- Refactored the informal way of adressing to formal in german translation files - @unherz (#3213 )
0 commit comments