Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 9ac7425

Browse files
committed
update changelog
1 parent 690a61d commit 9ac7425

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010
- 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)
1113

1214
### Fixed
1315
- Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
@@ -22,10 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
- Way of creating VS Modules was changed to use factory method instead of explict object creation. - @filrak (#2434)
2325
- Added clear filters button on desktop also and only show if filters are applied - @DaanKouters (#2342)
2426
- Improved docs at contributing.md and configuration.md (spelling etc.) - @ruthgeridema (#2421, #2422, #2423, #2425, #2426)
25-
- 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)
2628
- Wishlist and compare items are loaded from local cache only once, instead of every time when module component is rendered - @patzick (#2431)
2729
- Country field is filled by first counry from the list in cart in paymen section - @RakowskiPrzemyslaw (#2428)
28-
- Added video support in Product Gallery component. - @rain2o (#2433)
2930
- Improved product quantity change component in product and cart - @patzick (#2398, #2437)
3031
- Updated to Vue 2.6.6 - @filrak (#2456)
3132
- Null sidebar menu data on static page fixed - @filrak (#2449, #2441)
@@ -35,13 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3536
- Fix links at docs, Basics/Configuration file explained - @daksamit (#2490)
3637
- Improve images loading on category page, corrected alt view and blinking problem - @patzick (#2465)
3738
- Improve tsconfig for better IDE paths support - @patzick, @filrak (#2474)
38-
- fix breadcrumbs changing too early - @filrak (#2469)
39-
- add cart count config, allows you to display the item count instead of a sum of the item quantities - @pauluse (#2483)
39+
- fix breadcrumbs changing too early - @filrak, @pkarw (#2469, #2529)
4040
- improved product gallery load view, shows correct image on reload - @patzick (#2481, #2482, #2488, #2501)
4141
- Fix an issue where the index.html template within a theme is ignored - @EnthrallRecords (#2489)
4242
- Added async sidebar component with async off-screen components error handling and fetch retrying after coming back online - @filrak (#2408, #2451)
4343
- Inconsistent filters behaviour - clear filters on page load - @patzick (#2435)
44-
- fix price is never below 0 and user can't add 0 or below 0 products to cart @RakowskiPrzemyslaw (#2437)
44+
- fix price is never below 0 and user can't add 0 or below 0 products to cart - @RakowskiPrzemyslaw (#2437)
4545
- Check for placing single order in case of error in any payment module - @patzick (#2409)
4646
- Display prices in products added in offline mode. - @patzick (#2450)
4747
- Updated cypress dependency for e2e tests - @lukeromanowicz (#2518)

0 commit comments

Comments
 (0)