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
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [1.8.3] - 2019.02.27
7
+
## [1.8.3] - 2019.03.03
8
8
9
9
### Added
10
10
- New reactive helper to check online state. Usage: `import { onlineHelper } from '@vue-storefront/core/helpers'` and then `onlineHelper.isOnline` - @patzick (#2510)
11
+
- Cart count config, allows you to display the item count instead of a sum of the item quantities - @pauluse (#2483)
12
+
- Video support in Product Gallery component. - @rain2o (#2433)
11
13
12
14
### Fixed
13
15
- Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
14
16
- Remaking order on user orders page - @patzick (#2480)
17
+
- Images blinking on category page - @pkarw (#2523)
15
18
- state.ts not bound in the module-template - @pkarw (#2496)
16
19
- Validation in the Myprofile section for postcode field - @pkarw (#1317)
17
20
- Non-integer qty of product added to the cart - @pkarw (#2517)
@@ -21,10 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
24
- Way of creating VS Modules was changed to use factory method instead of explict object creation. - @filrak (#2434)
22
25
- Added clear filters button on desktop also and only show if filters are applied - @DaanKouters (#2342)
23
26
- Improved docs at contributing.md and configuration.md (spelling etc.) - @ruthgeridema (#2421, #2422, #2423, #2425, #2426)
24
-
- Fixed design issue of Country label on Edge 17 & Firefox - @ananth-iyer (#2390,#2399)
27
+
- Fixed design issue of Country label on Edge 17 & Firefox - @ananth-iyer (#2390,#2399)
25
28
- Wishlist and compare items are loaded from local cache only once, instead of every time when module component is rendered - @patzick (#2431)
26
29
- Country field is filled by first counry from the list in cart in paymen section - @RakowskiPrzemyslaw (#2428)
27
-
- Added video support in Product Gallery component. - @rain2o (#2433)
28
30
- Improved product quantity change component in product and cart - @patzick (#2398, #2437)
29
31
- Updated to Vue 2.6.6 - @filrak (#2456)
30
32
- Null sidebar menu data on static page fixed - @filrak (#2449, #2441)
@@ -34,16 +36,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments