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

Commit e773d6c

Browse files
committed
update changes from PRs
1 parent 4ae0367 commit e773d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.8.3] - 2019.02.27
7+
## [1.8.3] - 2019.03.03
88
### Added
99
- New reactive helper to check online state. Usage: `import { onlineHelper } from '@vue-storefront/core/helpers'` and then `onlineHelper.isOnline` - @patzick (#2510)
1010

1111
### Fixed
1212
- Problem with placing second order (unbinding payment methods after first order) - @patzick (#2195, #2503)
1313
- Remaking order on user orders page - @patzick (#2480)
14+
- Images blinking on category page - @pkarw (#2523)
1415

1516
### Changed / Improved
1617
- 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)
@@ -39,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3940
- fix price is never below 0 and user can't add 0 or below 0 products to cart @RakowskiPrzemyslaw (#2437)
4041
- Check for placing single order in case of error in any payment module - @patzick (#2409)
4142
- Display prices in products added in offline mode. - @patzick (#2450)
43+
- Updated cypress dependency for e2e tests - @lukeromanowicz (#2518)
4244

4345
### Deprecated / Removed
4446
- `@vue-storefront/store` package deprecated - @filrak

0 commit comments

Comments
 (0)